svn commit: r404139 - head/devel/fpc-bfd

John Marino marino at FreeBSD.org
Mon Dec 21 17:30:00 UTC 2015


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 at 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"


More information about the svn-ports-all mailing list