Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2013 13:32:07 -0500 (CDT)
From:      Stephen Montgomery-Smith <stephen@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177379: package building for x11/gnome-applets fails
Message-ID:  <201303251832.r2PIW70W017992@wilberforce.math.missouri.edu>
Resent-Message-ID: <201303251850.r2PIo0NP096163@freefall.freebsd.org>

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

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



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