[SVN-Commit] r53 - trunk/Mk

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sat Jul 11 06:26:51 UTC 2009


Author: beat
Date: Sat Jul 11 06:26:42 2009
New Revision: 53

Log:
- Remove obsolete check if BIND port was installed with WITH_REPLACE_BASE.
  These ports used to cause linker errors but this is not longer the case
  with current BIND ports. Tested with dns/bind9 and dns/bind96.

PR:		ports/136111
Submitted by:	Rob Austein <sra AT hactrn.net>

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Sun Jul  5 12:28:25 2009	(r52)
+++ trunk/Mk/bsd.gecko.mk	Sat Jul 11 06:26:42 2009	(r53)
@@ -4,7 +4,7 @@
 # Date created:		12 Nov 2005
 # Whom:			Michael Johnson <ahze at FreeBSD.org>
 #
-# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.11 2009/04/13 01:38:03 marcus Exp $
+# $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.12 2009/05/04 19:23:41 miwi Exp $
 #   $MCom: ports/Mk/bsd.gecko.mk,v 1.10 2009/04/04 19:54:48 marcus Exp $
 #
 # 4 column tabs prevent hair loss and tooth decay!
@@ -532,10 +532,6 @@
 	@${REINPLACE_CMD} -e 's|/usr/local/netscape|${LOCALBASE}|g ; \
 		s|/usr/local/lib/netscape|${LOCALBASE}/lib|g' \
 		${WRKSRC}/xpcom/*/SpecialSystemDirectory.cpp
-	@if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \
-		${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \
-		${FALSE}; \
-	fi
 
 # handles mozilla pis scripts.
 gecko-moz-pis-patch:


More information about the freebsd-gecko mailing list