ports/61555: [patch] gnomehier fails in make package
Tom Convery
tpc at tomfoo.com
Sun Jan 18 23:30:46 UTC 2004
>Number: 61555
>Category: ports
>Synopsis: [patch] gnomehier fails in make package
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jan 18 15:30:25 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Tom Convery
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD builder.tomfoo.com 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Tue Dec 16 17:29:17 EST 2003 tom at builder.tomfoo.com:/scratch5/obj/usr/src/sys/BUILDER i386
>Description:
ports/misc/gnomehier/Makefile has erroneous leading slashes in the lines
added in rev. 1.16. These make the packing list incorrect, and therefore
make package fails.
>How-To-Repeat:
cd /usr/ports/misc/gnomehier && make package
>Fix:
--- gnomehier.Makefile.patch begins here ---
--- Makefile.orig Wed Jan 14 09:10:04 2004
+++ Makefile Sun Jan 18 18:14:50 2004
@@ -29,9 +29,9 @@
@${TOUCH} -f ${PLIST}
@${CAT} ${FILESDIR}/dirlist | sort | ${SED} -e \
's|$$|/.keep_me|' >> ${PLIST}
- @${ECHO_CMD} "/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml" \
+ @${ECHO_CMD} "etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml" \
>> ${PLIST}
- @${ECHO_CMD} "/etc/gconf/gconf.xml.defaults/apps/%gconf.xml" \
+ @${ECHO_CMD} "etc/gconf/gconf.xml.defaults/apps/%gconf.xml" \
>> ${PLIST}
@${CAT} ${FILESDIR}/dirlist | sort -r | ${SED} -e \
's|^|@dirrm |' >> ${PLIST}
--- gnomehier.Makefile.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list