svn commit: r401515 - head/devel/fb-adb

Mathieu Arnold mat at FreeBSD.org
Fri Nov 13 13:50:46 UTC 2015


Author: mat
Date: Fri Nov 13 13:50:44 2015
New Revision: 401515
URL: https://svnweb.freebsd.org/changeset/ports/401515

Log:
  Remove this hack, now that the framework is fixed.
  
  PR:		204510
  Submitted by:	jbeich
  Sponsored by:	Absolight

Modified:
  head/devel/fb-adb/Makefile

Modified: head/devel/fb-adb/Makefile
==============================================================================
--- head/devel/fb-adb/Makefile	Fri Nov 13 13:50:35 2015	(r401514)
+++ head/devel/fb-adb/Makefile	Fri Nov 13 13:50:44 2015	(r401515)
@@ -111,16 +111,6 @@ do-autoreconf:
 
 .include <bsd.port.options.mk>
 
-# XXX Make _EXCLUDE behave like _SLAVE by triggering _OFF helpers
-.for opt in ${OPTIONS_EXCLUDE_${OPSYS}}
-. if ! ${PORT_OPTIONS:M${opt}}
-BUILD_DEPENDS+=		${${opt}_BUILD_DEPENDS_OFF}
-CONFIGURE_ENV+=		${${opt}_CONFIGURE_ENV_OFF}
-CONFIGURE_ARGS+=	${${opt}_CONFIGURE_OFF}
-_OPTIONS_patch+=	700:post-patch-${opt}-off
-. endif
-.endfor
-
 # Extract :p7zip files with 7z(1) if libarchive cannot handle x86_64 sfx
 # or is too old to have 7zip reader
 .if defined(OVERRIDE_LINUX_BASE_PORT) || \


More information about the svn-ports-all mailing list