Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 13:22:23 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95833: [PATCH] x11-wm/expocity: portlint(1) fixes
Message-ID:  <200604152022.k3FKMNFk032209@Laptop.mine.box>
Resent-Message-ID: <200604152030.k3FKUKFD076760@freefall.freebsd.org>

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

>Number:         95833
>Category:       ports
>Synopsis:       [PATCH] x11-wm/expocity: portlint(1) fixes
>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:   Sat Apr 15 20:30:19 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 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:
>Unformatted:



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