svn commit: r418808 - head/devel/elfutils
Mathieu Arnold
mat at FreeBSD.org
Tue Jul 19 15:55:43 UTC 2016
Author: mat
Date: Tue Jul 19 15:55:41 2016
New Revision: 418808
URL: https://svnweb.freebsd.org/changeset/ports/418808
Log:
Make it more ports worthy.
Sponsored by: Absolight
Modified:
head/devel/elfutils/Makefile (contents, props changed)
Modified: head/devel/elfutils/Makefile
==============================================================================
--- head/devel/elfutils/Makefile Tue Jul 19 15:47:32 2016 (r418807)
+++ head/devel/elfutils/Makefile Tue Jul 19 15:55:41 2016 (r418808)
@@ -5,7 +5,7 @@ PORTNAME= elfutils
PORTVERSION= 0.163
PORTREVISION= 6
CATEGORIES= devel
-MASTER_SITES= https://fedorahosted.org/releases/e/l/elfutils/$(PORTVERSION)/
+MASTER_SITES= https://fedorahosted.org/releases/e/l/elfutils/${PORTVERSION}/
MAINTAINER= cem at FreeBSD.org
COMMENT= Library for manipulating ELF files and partial implementation of binutils
@@ -29,6 +29,7 @@ USES= gmake libtool tar:bzip2
USE_AUTOTOOLS= automake:env
USE_GCC= 4.8+
GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
CFLAGS+= -Wno-unused-parameter
# Give i386 a prayer of building, and we can fix the warnings later:
@@ -39,13 +40,13 @@ CONFIGURE_ARGS+= --program-prefix=eu-
post-patch:
@${CP} -a \
- $(LOCALBASE)/share/gnulib/lib/obstack.c \
- $(LOCALBASE)/share/gnulib/lib/obstack.h \
- $(LOCALBASE)/share/gnulib/lib/obstack_printf.c \
- $(WRKSRC)/lib
+ ${LOCALBASE}/share/gnulib/lib/obstack.c \
+ ${LOCALBASE}/share/gnulib/lib/obstack.h \
+ ${LOCALBASE}/share/gnulib/lib/obstack_printf.c \
+ ${WRKSRC}/lib
pre-configure:
- @cd $(WRKSRC) && ${AUTOMAKE}
+ @cd ${WRKSRC} && ${AUTOMAKE}
.include <bsd.port.pre.mk>
More information about the svn-ports-head
mailing list