Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2011 12:21:02 +0000
From:      Eitan Adler <lists@eitanadler.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159237: [PATCH] x11-wm/icewm: fix build when WITH_GNOME is requested
Message-ID:  <4e303af7.4787e50a.3395.015f@mx.google.com>
Resent-Message-ID: <201107271630.p6RGUERr075773@freefall.freebsd.org>

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

>Number:         159237
>Category:       ports
>Synopsis:       [PATCH] x11-wm/icewm: fix build when WITH_GNOME is requested
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 27 16:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
>Description:
This fixes some build issues with gnome. Obsoletes ports/158949.

>How-To-Repeat:
>Fix:

--- icewm-1.3.7_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-wm/icewm/Makefile,v
retrieving revision 1.150
diff -u -u -r1.150 Makefile
--- Makefile	25 Apr 2011 19:48:41 -0000	1.150
+++ Makefile	27 Jul 2011 16:17:13 -0000
@@ -42,9 +42,9 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_GNOMEDESKTOP)
-USE_GNOME+=	gnomedesktop
+USE_GNOME+=	gnomedesktop libgnomeui
 CONFIGURE_ARGS+=--enable-menus-gnome2
-INSTALL_TARGET=	install install-gnome
+INSTALL_TARGET=	install 
 PLIST_SUB+=	GNOMEDESKTOP=""
 .else
 PLIST_SUB+=	GNOMEDESKTOP="@comment "
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/x11-wm/icewm/pkg-plist,v
retrieving revision 1.52
diff -u -u -r1.52 pkg-plist
--- pkg-plist	20 Mar 2009 21:04:49 -0000	1.52
+++ pkg-plist	27 Jul 2011 16:17:13 -0000
@@ -32,7 +32,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/icewm-8.html
 %%PORTDOCS%%%%DOCSDIR%%/icewm-9.html
 %%PORTDOCS%%%%DOCSDIR%%/icewm.html
-%%GNOMEDESKTOP%%share/gnome/wm-properties/IceWM.desktop
 %%DATADIR%%/icons/app_16x16.xpm
 %%DATADIR%%/icons/app_32x32.xpm
 %%DATADIR%%/icons/emacs_16x16.xpm
--- icewm-1.3.7_1.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?4e303af7.4787e50a.3395.015f>