Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2013 05:24:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327327 - head/net/mDNSResponder
Message-ID:  <201309150524.r8F5OFq2039647@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309150524.r8F5OFq2039647>