[Midnightbsd-cvs] mports [22305] trunk/databases/memcached: remove docs for now.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Feb 22 07:40:20 EST 2017


Revision: 22305
          http://svnweb.midnightbsd.org/mports/?rev=22305
Author:   laffer1
Date:     2017-02-22 07:40:20 -0500 (Wed, 22 Feb 2017)
Log Message:
-----------
remove docs for now. broken

Modified Paths:
--------------
    trunk/databases/memcached/Makefile
    trunk/databases/memcached/pkg-plist

Modified: trunk/databases/memcached/Makefile
===================================================================
--- trunk/databases/memcached/Makefile	2017-02-20 03:40:23 UTC (rev 22304)
+++ trunk/databases/memcached/Makefile	2017-02-22 12:40:20 UTC (rev 22305)
@@ -38,6 +38,8 @@
 		--program-prefix= \
 		--disable-coverage
 
+CFLAGS+=	-no-integrated-as
+
 DTRACE_CONFIGURE_ENABLE=	dtrace
 
 SASL_LIB_DEPENDS=	libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
@@ -58,13 +60,7 @@
 
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/scripts/memcached-tool ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in protocol-binary-range.txt protocol-binary.txt protocol.txt \
-		readme.txt threads.txt
-	${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
-.endfor
-.endif
+	@${MKDIR} ${DOCSDIR}
 
 regression-test: test
 test: build

Modified: trunk/databases/memcached/pkg-plist
===================================================================
--- trunk/databases/memcached/pkg-plist	2017-02-20 03:40:23 UTC (rev 22304)
+++ trunk/databases/memcached/pkg-plist	2017-02-22 12:40:20 UTC (rev 22305)
@@ -2,8 +2,3 @@
 bin/memcached-tool
 include/memcached/protocol_binary.h
 man/man1/memcached.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/protocol-binary-range.txt
-%%PORTDOCS%%%%DOCSDIR%%/protocol-binary.txt
-%%PORTDOCS%%%%DOCSDIR%%/protocol.txt
-%%PORTDOCS%%%%DOCSDIR%%/readme.txt
-%%PORTDOCS%%%%DOCSDIR%%/threads.txt



More information about the Midnightbsd-cvs mailing list