ports/177379: package building for x11/gnome-applets fails
Stephen Montgomery-Smith
stephen at freebsd.org
Mon Mar 25 18:50:00 UTC 2013
>Number: 177379
>Category: ports
>Synopsis: package building for x11/gnome-applets fails
>Confidential: no
>Severity: critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 25 18:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Stephen Montgomery-Smith
>Release: FreeBSD 8.3-STABLE amd64
>Organization:
>Environment:
System: FreeBSD wilberforce 8.3-STABLE FreeBSD 8.3-STABLE #0: Wed Jan 2 15:53:46 CST 2013 root at wilberforce:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
If making a package or deinstalling x11/gnome-applets, it is obvious that some
entries in PLIST_SUB were not set properly.
>How-To-Repeat:
cd /usr/ports/x11/gnome-applets && make package
>Fix:
Index: Makefile
===================================================================
--- Makefile (revision 315238)
+++ Makefile (working copy)
@@ -74,10 +74,10 @@
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
CFLAGS+= -fPIC
-PLIST_SUB= BATTERY="@comment "
+PLIST_SUB+= BATTERY="@comment "
.else
GCONF_SCHEMAS+= battstat.schemas
-PLIST_SUB= BATTERY=""
+PLIST_SUB+= BATTERY=""
.endif
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list