Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2009 06:26:43 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r53 - trunk/Mk
Message-ID:  <200907110626.n6B6QhKD045337@trillian.chruetertee.ch>

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



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