Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 13:50:45 +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: r401515 - head/devel/fb-adb
Message-ID:  <201511131350.tADDoj82087632@repo.freebsd.org>

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



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