svn commit: r327327 - head/net/mDNSResponder
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 15 05:24:16 UTC 2013
Author: sunpoet
Date: Sun Sep 15 05:24:15 2013
New Revision: 327327
URL: http://svnweb.freebsd.org/changeset/ports/327327
Log:
- Remove NOT_FOR_ARCHS=alpha: it is gone and will not return.
Pointed out by: linimon
Modified:
head/net/mDNSResponder/Makefile
Modified: head/net/mDNSResponder/Makefile
==============================================================================
--- head/net/mDNSResponder/Makefile Sun Sep 15 03:48:52 2013 (r327326)
+++ head/net/mDNSResponder/Makefile Sun Sep 15 05:24:15 2013 (r327327)
@@ -31,9 +31,6 @@ PLIST_FILES= bin/dns-sd ${EXTRA_BIN} \
lib/libdns_sd.so lib/libdns_sd.so.1 \
sbin/mdnsd ${EXTRA_SBIN}
-NOT_FOR_ARCHS= alpha
-NOT_FOR_ARCHS_REASON= does not compile
-
post-patch:
@${REINPLACE_CMD} -e '/ cc / s|cc|$${CC}|' ${WRKSRC}/Clients/Makefile
@${REINPLACE_CMD} -e 's|-lpthread|-pthread|g; s|mDNSResponder.8|mDNSResponderPosix.8|g' ${WRKSRC}/mDNSPosix/Makefile
More information about the svn-ports-all
mailing list