From owner-svn-ports-head@freebsd.org Fri Nov 13 13:50:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46125A2E50C; Fri, 13 Nov 2015 13:50:46 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1091E180E; Fri, 13 Nov 2015 13:50:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADDojeR087633; Fri, 13 Nov 2015 13:50:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADDoj82087632; Fri, 13 Nov 2015 13:50:45 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201511131350.tADDoj82087632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 13 Nov 2015 13:50:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401515 - head/devel/fb-adb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 13:50:46 -0000 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 -# 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) || \