ports/148019: [PATCH] x11-toolkits/libxfce4gui: Fix pkg-plist and WITH_GLADEUI

Olivier Duchateau duchateau.olivier at gmail.com
Sun Jun 20 19:50:01 UTC 2010


>Number:         148019
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/libxfce4gui: Fix pkg-plist and WITH_GLADEUI
>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:   Sun Jun 20 19:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.0-RELEASE-p3
>Organization:
>Environment:
FreeBSD bornem.errements.net 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Wed May 26 05:45:12 UTC 2010     root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
This patch fixes some missing files in pkg-plist and corrects WITH_GLADEUI variable.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -uN /usr/ports/x11-toolkits/libxfce4gui/Makefile libxfce4gui/Makefile
--- /usr/ports/x11-toolkits/libxfce4gui/Makefile	2010-05-31 17:27:30.000000000 +0200
+++ libxfce4gui/Makefile	2010-06-20 20:51:45.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	libxfce4gui
 PORTVERSION=	4.6.4
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 DISTNAME=	libxfcegui4-${PORTVERSION}
@@ -49,6 +50,7 @@
 .endif
 
 .if defined(WITH_GLADEUI)
+LIB_DEPENDS+=	gladeui-1.9:${PORTSDIR}/devel/glade3
 CONFIGURE_ARGS+=--enable-gladeui
 .else
 CONFIGURE_ARGS+=--disable-gladeui
diff -uN /usr/ports/x11-toolkits/libxfce4gui/pkg-plist libxfce4gui/pkg-plist
--- /usr/ports/x11-toolkits/libxfce4gui/pkg-plist	2010-05-31 17:27:30.000000000 +0200
+++ libxfce4gui/pkg-plist	2010-06-20 20:37:50.000000000 +0200
@@ -48,9 +48,6 @@
 include/xfce4/libxfce4kbd-private/xfce-shortcuts-grabber.h
 include/xfce4/libxfce4kbd-private/xfce-shortcut-dialog.h
 include/xfce4/libxfce4kbd-private/xfce-shortcuts.h
-lib/libglade/2.0/libxfce4.a
-lib/libglade/2.0/libxfce4.la
-lib/libglade/2.0/libxfce4.so
 lib/libxfcegui4.a
 lib/libxfcegui4.la
 lib/libxfcegui4.so


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list