Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2006 17:57:28 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95452: [PATCH] audio/zinf: cleanup pkg-plist
Message-ID:  <200604070057.k370vSwQ052773@Laptop.mine.box>
Resent-Message-ID: <200604070100.k3710P2f062669@freefall.freebsd.org>

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

>Number:         95452
>Category:       ports
>Synopsis:       [PATCH] audio/zinf: cleanup pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 07 01:00:25 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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