Index: head/devel/chrpath/Makefile =================================================================== --- head/devel/chrpath/Makefile (revision 350114) +++ head/devel/chrpath/Makefile (revision 350115) @@ -1,32 +1,32 @@ # Created by: bms # $FreeBSD$ PORTNAME= chrpath PORTVERSION= 0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel sysutils MASTER_SITES= http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to modify DT_RPATH in existing ELF binaries LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= fmake PLIST_FILES= bin/chrpath man/man1/chrpath.1.gz PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} . for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} . endfor .include Index: head/devel/chrpath/files/patch-testsuite__Makefile.in =================================================================== --- head/devel/chrpath/files/patch-testsuite__Makefile.in (nonexistent) +++ head/devel/chrpath/files/patch-testsuite__Makefile.in (revision 350115) @@ -0,0 +1,11 @@ +--- ./testsuite/Makefile.in.orig 2004-09-19 10:42:53.000000000 +0200 ++++ ./testsuite/Makefile.in 2014-04-04 15:32:16.000000000 +0200 +@@ -259,7 +259,7 @@ + + + prog: prog.c +- $(CC) $(RPATH) -o $@ $< ++ $(CC) -Wl,$(RPATH) -o $@ $< + + check: $(CHRPATH) + $(srcdir)/runtest.sh Property changes on: head/devel/chrpath/files/patch-testsuite__Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property