Date: Mon, 21 Dec 2015 17:29:59 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404139 - head/devel/fpc-bfd Message-ID: <201512211729.tBLHTxwi034267@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Dec 21 17:29:59 2015 New Revision: 404139 URL: https://svnweb.freebsd.org/changeset/ports/404139 Log: deve/fpc-bfd: remove the useless options I just noticed this port has an "option" to use binutils, which is on by default, but turning it off would break the port. Moreover, the option makes no sense, the entire point of the port is to create an interface to libbfd. I can only imaging the option was meant to switch between the standalone libbfd and the one in devel/binutils. Let's just get rid of the whole confusing thing. devel/binutils is a hardcoded run-depends now. Modified: head/devel/fpc-bfd/Makefile Modified: head/devel/fpc-bfd/Makefile ============================================================================== --- head/devel/fpc-bfd/Makefile Mon Dec 21 17:11:29 2015 (r404138) +++ head/devel/fpc-bfd/Makefile Mon Dec 21 17:29:59 2015 (r404139) @@ -2,8 +2,8 @@ # $FreeBSD$ CATEGORIES= devel lang +PORTREVISION= 2 PKGNAMESUFFIX= -bfd -PORTREVISION= 1 MAINTAINER= freebsd-fpc@FreeBSD.org COMMENT= Free Pascal interface for the GNU Binary Format description @@ -14,10 +14,6 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} -OPTIONS_DEFINE= LIBBFD -LIBBFD_DESC= Install Universal BFD library from GNU binutils -OPTIONS_DEFAULT= LIBBFD - -LIBBFD_RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/binutils +RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/binutils .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512211729.tBLHTxwi034267>