Date: Tue, 19 Jul 2016 15:55:42 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418808 - head/devel/elfutils Message-ID: <201607191555.u6JFtggM051307@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607191555.u6JFtggM051307>