Date: Sun, 7 Sep 2014 10:24:59 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367505 - in head/dns: bind910 bind98 bind99 Message-ID: <201409071024.s87AOxK0097460@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071024.s87AOxK0097460>