svn commit: r447077 - head/emulators/virtualbox-ose

Jung-uk Kim jkim at FreeBSD.org
Tue Aug 1 20:46:23 UTC 2017


Author: jkim
Date: Tue Aug  1 20:46:22 2017
New Revision: 447077
URL: https://svnweb.freebsd.org/changeset/ports/447077

Log:
  Revert r446286.  ar(1) on head should be fixed with r321674.

Modified:
  head/emulators/virtualbox-ose/Makefile

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Tue Aug  1 20:45:57 2017	(r447076)
+++ head/emulators/virtualbox-ose/Makefile	Tue Aug  1 20:46:22 2017	(r447077)
@@ -107,10 +107,6 @@ USE_RC_SUBR=	vboxheadless vboxwatchdog
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS}${OSREL:R} == FreeBSD12
-BUILD_DEPENDS+=	${LOCALBASE}/bin/ar:devel/binutils
-.endif
-
 .if ${SLAVE_PORT} == no
 CONFLICTS_INSTALL+=	virtualbox-ose-nox11-[0-9]*
 OPTIONS_DEFAULT+=	PYTHON
@@ -319,10 +315,6 @@ post-patch:
 	@${SED} -e 's|GXX3|VBoxGccFreeBSD|g' \
 	    ${LOCALBASE}/share/kBuild/tools/GXX3.kmk > \
 	    ${WRKSRC}/tools/kBuildTools/VBoxGccFreeBSD.kmk
-.endif
-.if ${OPSYS}${OSREL:R} == FreeBSD12
-	@${ECHO} 'TOOL_GXX3_AR = ${LOCALBASE}/bin/ar' >> \
-	    ${WRKSRC}/LocalConfig.kmk
 .endif
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
 	    ${WRKSRC}/Config.kmk ${WRKSRC}/configure \


More information about the svn-ports-head mailing list