From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 25 18:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 955AF58E for ; Mon, 25 Mar 2013 18:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 608D79F0 for ; Mon, 25 Mar 2013 18:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2PIo0f1096164 for ; Mon, 25 Mar 2013 18:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2PIo0NP096163; Mon, 25 Mar 2013 18:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Mar 2013 18:50:00 GMT Resent-Message-Id: <201303251850.r2PIo0NP096163@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3DDF1587 for ; Mon, 25 Mar 2013 18:49:49 +0000 (UTC) (envelope-from stephen@wilberforce.math.missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 043999ED for ; Mon, 25 Mar 2013 18:49:48 +0000 (UTC) Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1]) by wilberforce.math.missouri.edu (8.14.6/8.14.6) with ESMTP id r2PIW7G9017993 for ; Mon, 25 Mar 2013 13:32:07 -0500 (CDT) (envelope-from stephen@wilberforce.math.missouri.edu) Received: (from stephen@localhost) by wilberforce.math.missouri.edu (8.14.6/8.14.6/Submit) id r2PIW70W017992; Mon, 25 Mar 2013 13:32:07 -0500 (CDT) (envelope-from stephen) Message-Id: <201303251832.r2PIW70W017992@wilberforce.math.missouri.edu> Date: Mon, 25 Mar 2013 13:32:07 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/177379: package building for x11/gnome-applets fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2013 18:50:00 -0000 >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: