From alex@foxybanana.com  Fri Apr  7 00:58:14 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 18FF616A401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Apr 2006 00:58:14 +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 C295C43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Apr 2006 00:58:13 +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 k370wC7t017548
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 6 Apr 2006 17:58:12 -0700
Received: from Laptop.mine.box (localhost [127.0.0.1])
	by Laptop.mine.box (8.13.4/8.13.4) with ESMTP id k370vSVp052774
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 6 Apr 2006 17:57:29 -0700 (PDT)
	(envelope-from alex@Laptop.mine.box)
Received: (from alex@localhost)
	by Laptop.mine.box (8.13.4/8.13.4/Submit) id k370vSwQ052773;
	Thu, 6 Apr 2006 17:57:28 -0700 (PDT)
	(envelope-from alex)
Message-Id: <200604070057.k370vSwQ052773@Laptop.mine.box>
Date: Thu, 6 Apr 2006 17:57:28 -0700 (PDT)
From: Alexander Botero-Lowry <alex@foxybanana.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] audio/zinf: cleanup pkg-plist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         95452
>Category:       ports
>Synopsis:       [PATCH] audio/zinf: cleanup pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 07 01:00:25 GMT 2006
>Closed-Date:    Fri Apr 07 13:44:54 GMT 2006
>Last-Modified:  Fri Apr 07 13:44:54 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 DATADIR macro
- use USE_GETTEXT
- Please the portlint gods

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

--- zinf-esound-2.2.5_5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/zinf-esound/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/zinf/Makefile
--- /usr/ports/audio/zinf-esound/Makefile	Sat Feb 25 19:07:46 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/zinf/Makefile	Thu Apr  6 17:37:46 2006
@@ -23,6 +23,7 @@
 USE_GNOME=	gnomehack gnometarget gtk20 lthack
 WANT_GNOME=	yes
 USE_PERL5=	yes
+USE_GETTEXT=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff -ruN --exclude=CVS /usr/ports/audio/zinf-esound/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/zinf/pkg-plist
--- /usr/ports/audio/zinf-esound/pkg-plist	Sat Jan 28 21:40:15 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/zinf/pkg-plist	Thu Apr  6 17:38:33 2006
@@ -31,9 +31,9 @@
 lib/zinf/plugins/zinf.ui
 share/locale/ca_ES/LC_MESSAGES/zinf.mo
 share/locale/ru/LC_MESSAGES/zinf.mo
-share/zinf/themes/Aquatica.fat
-share/zinf/themes/Zinf.fat
-share/zinf/themes/ZinfClassic.fat
+%%DATADIR%%/themes/Aquatica.fat
+%%DATADIR%%/themes/Zinf.fat
+%%DATADIR%%/themes/ZinfClassic.fat
 @dirrm share/zinf/themes
 @dirrm share/zinf
 @dirrm lib/zinf/plugins
--- zinf-esound-2.2.5_5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Fri Apr 7 03:36:24 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95452 
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Fri Apr 7 13:44:53 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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