Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2004 18:28:31 -0500 (EST)
From:      Tom Convery <tpc@tomfoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61555: [patch] gnomehier fails in make package
Message-ID:  <200401182328.i0INSV91073082@builder.tomfoo.com>
Resent-Message-ID: <200401182330.i0INUQsc029543@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401182328.i0INSV91073082>