From alex@foxybanana.com  Sat Apr 15 20:23:20 2006
Return-Path: <alex@foxybanana.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 47C9216A404
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Apr 2006 20:23:20 +0000 (UTC)
	(envelope-from alex@foxybanana.com)
Received: from suede.reed.edu (suede.reed.edu [134.10.2.45])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EF59843D49
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Apr 2006 20:23:19 +0000 (GMT)
	(envelope-from alex@foxybanana.com)
Received: from Laptop.mine.box (c029h217.dorm.reed.edu [134.10.29.217])
	by suede.reed.edu (8.13.6/8.13.6) with ESMTP id k3FKNJpq020836
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Apr 2006 13:23:19 -0700
Received: from Laptop.mine.box (localhost [127.0.0.1])
	by Laptop.mine.box (8.13.4/8.13.4) with ESMTP id k3FKMOKk032210
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Apr 2006 13:22:24 -0700 (PDT)
	(envelope-from alex@Laptop.mine.box)
Received: (from alex@localhost)
	by Laptop.mine.box (8.13.4/8.13.4/Submit) id k3FKMNFk032209;
	Sat, 15 Apr 2006 13:22:23 -0700 (PDT)
	(envelope-from alex)
Message-Id: <200604152022.k3FKMNFk032209@Laptop.mine.box>
Date: Sat, 15 Apr 2006 13:22:23 -0700 (PDT)
From: Alexander Botero-Lowry <alex@foxybanana.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] x11-wm/expocity: portlint(1) fixes
X-Send-Pr-Version: 3.113
X-GNATS-Notify: vs

>Number:         95833
>Category:       ports
>Synopsis:       [PATCH] x11-wm/expocity: portlint(1) fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 15 20:30:19 GMT 2006
>Closed-Date:    Fri Apr 28 21:38:05 GMT 2006
>Last-Modified:  Fri Apr 28 21:38:05 GMT 2006
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- Use GCONF_SCHEMAS
- Define USE_GETTEXT

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- expocity-2.6.2_4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-wm/expocity/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/x11-wm/expocity/Makefile
--- /usr/ports/x11-wm/expocity/Makefile	Sat Feb 25 19:19:09 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/x11-wm/expocity/Makefile	Sat Apr 15 13:21:44 2006
@@ -24,6 +24,8 @@
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:15
 USE_GNOME=	gnomeprefix gnomehack gnomehier gconf2 libglade2
+GCONF_SCHEMAS=	metacity.schemas
+USE_GETTEXT=	yes
 INSTALLS_SHLIB=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
diff -ruN --exclude=CVS /usr/ports/x11-wm/expocity/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/x11-wm/expocity/pkg-plist
--- /usr/ports/x11-wm/expocity/pkg-plist	Sat Feb 25 19:19:09 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/x11-wm/expocity/pkg-plist	Sat Apr 15 13:21:29 2006
@@ -3,7 +3,6 @@
 bin/metacity-theme-viewer
 bin/metacity-window-demo
 @unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/metacity.schemas > /dev/null || /usr/bin/true
-etc/gconf/schemas/metacity.schemas
 @exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/metacity.schemas > /dev/null || /usr/bin/true
 include/metacity-1/metacity-private/common.h
 include/metacity-1/metacity-private/gradient.h
--- expocity-2.6.2_4.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Mon Apr 17 12:37:54 UTC 2006 
State-Changed-Why:  
Could you please check whether the schema-related @[un]execs are still needed in the 
plist? To me, it looks like this is also automatically handled by the 
GCONF_SCHEMAS framework. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95833 

Adding to audit trail from misfiled PR ports/96309:

Date: Tue, 25 Apr 2006 02:41:46 -0700
From: Alexander Botero-Lowry <alex@foxybanana.com>

I'd be happy to test it, but I don't actually use it... I was just going
on a portlint spree. I also don't have a tinderbox with the requisite
GNOME stuff to test it..
 
 Sorry
 
 Alex

State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Fri Apr 28 21:37:53 UTC 2006 
State-Changed-Why:  
Committed including removal of exec lines from plist. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95833 
>Unformatted:
