svn commit: r418510 - head/devel/elfutils

Conrad E. Meyer cem at FreeBSD.org
Thu Jul 14 01:42:10 UTC 2016


Author: cem (src committer)
Date: Thu Jul 14 01:42:09 2016
New Revision: 418510
URL: https://svnweb.freebsd.org/changeset/ports/418510

Log:
  elfutils:
  
  - Add automake BUILD_DEPEND because apparently USE_AUTOTOOLS=automake doesn't.
  - Add dependency on yet-to-be-committed base ELF header structures.  Without
    them, the library portion of the port isn't very useful.

Modified:
  head/devel/elfutils/Makefile

Modified: head/devel/elfutils/Makefile
==============================================================================
--- head/devel/elfutils/Makefile	Wed Jul 13 23:10:27 2016	(r418509)
+++ head/devel/elfutils/Makefile	Thu Jul 14 01:42:09 2016	(r418510)
@@ -3,7 +3,7 @@
 
 PORTNAME=	elfutils
 PORTVERSION=	0.163
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	https://fedorahosted.org/releases/e/l/elfutils/$(PORTVERSION)/
 
@@ -16,7 +16,8 @@ LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING-GPLV2
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING-LGPLV3
 
-BUILD_DEPENDS=	gnulib>=0:devel/gnulib
+BUILD_DEPENDS=	gnulib>=0:devel/gnulib \
+		automake>=0:devel/automake
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
@@ -40,4 +41,10 @@ post-patch:
 	    $(LOCALBASE)/share/gnulib/lib/obstack_printf.c \
 	    $(WRKSRC)/lib
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 1200002
+IGNORE=		requires CURRENT elf header changes
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list