svn commit: r367505 - in head/dns: bind910 bind98 bind99

Mathieu Arnold mat at FreeBSD.org
Sun Sep 7 10:25:00 UTC 2014


Author: mat
Date: Sun Sep  7 10:24:59 2014
New Revision: 367505
URL: http://svnweb.freebsd.org/changeset/ports/367505
QAT: https://qat.redports.org/buildarchive/r367505/

Log:
  configure no longer has problems detecting our arch like it had in bind95's
  time, so remove ARCH modification, which leads to other problems, like [1]
  
  PR:		193359 [1]
  Submitted by:	dinoex [1]
  Sponsored by:	Absolight

Modified:
  head/dns/bind910/Makefile
  head/dns/bind98/Makefile
  head/dns/bind99/Makefile

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Sun Sep  7 10:21:17 2014	(r367504)
+++ head/dns/bind910/Makefile	Sun Sep  7 10:24:59 2014	(r367505)
@@ -157,10 +157,6 @@ GSSAPI_NONE_CONFIGURE_ON=	--without-gssa
 
 .include <bsd.port.options.mk>
 
-.if (${ARCH} == "amd64")
-ARCH=		x86_64
-.endif
-
 .if !${PORT_OPTIONS:MLINKS}
 PKGINSTALL=${NONEXISTENT}
 .endif

Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile	Sun Sep  7 10:21:17 2014	(r367504)
+++ head/dns/bind98/Makefile	Sun Sep  7 10:24:59 2014	(r367505)
@@ -132,10 +132,6 @@ GSSAPI_NONE_CONFIGURE_ON=	--without-gssa
 
 .include <bsd.port.options.mk>
 
-.if (${ARCH} == "amd64")
-ARCH=		x86_64
-.endif
-
 .if !${PORT_OPTIONS:MLINKS} || ${PORT_OPTIONS:MREPLACE_BASE}
 PKGINSTALL=${NONEXISTENT}
 .endif

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Sun Sep  7 10:21:17 2014	(r367504)
+++ head/dns/bind99/Makefile	Sun Sep  7 10:24:59 2014	(r367505)
@@ -141,10 +141,6 @@ GSSAPI_NONE_CONFIGURE_ON=	--without-gssa
 
 .include <bsd.port.options.mk>
 
-.if (${ARCH} == "amd64")
-ARCH=		x86_64
-.endif
-
 .if !${PORT_OPTIONS:MLINKS} || ${PORT_OPTIONS:MREPLACE_BASE}
 PKGINSTALL=${NONEXISTENT}
 .endif


More information about the svn-ports-head mailing list