Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2009 03:00:38 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/134630: Update port: x11/xnee to 3.03
Message-ID:  <20090518030038.6874d994.tkato432@yahoo.com>
Resent-Message-ID: <200905171810.n4HIA4D5057562@freefall.freebsd.org>

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

>Number:         134630
>Category:       ports
>Synopsis:       Update port: x11/xnee to 3.03
>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 May 17 18:10:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 3.03

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/xnee/Makefile x11/xnee/Makefile
--- /usr/ports/x11/xnee/Makefile	2007-12-15 21:47:40.000000000 +0900
+++ x11/xnee/Makefile	2009-05-07 02:40:10.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xnee
-PORTVERSION=	3.02
+PORTVERSION=	3.03
 CATEGORIES=	x11
 MASTER_SITES=	GNU
 
@@ -17,7 +17,7 @@
 		PNEE "Build the Gnome Panel frontend" off
 
 USE_XORG=	xtst
-USE_GNOME=	gnomehack gnometarget
+USE_GNOME=	gnomehack
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-cli --disable-doc
@@ -25,12 +25,12 @@
 MAN1=		cnee.1 xnee.1
 INFO=		xnee
 PLIST_FILES=	bin/cnee \
+		share/pixmaps/xnee.png \
+		share/pixmaps/xnee.xpm \
 		%%DATADIR%%/example1.xns \
-		%%DATADIR%%/pixmaps/xnee.png \
-		%%DATADIR%%/pixmaps/xnee.xpm \
 		%%DATADIR%%/simple_bash.sh \
 		%%DATADIR%%/xnee.sh
-PLIST_DIRS=	%%DATADIR%%/pixmaps %%DATADIR%%
+PLIST_DIRS=	${PNEE_DIR} %%DATADIR%%
 
 .include <bsd.port.pre.mk>
 
@@ -51,6 +51,7 @@
 		%%DATADIR%%/pixmaps/pnee-replay.png \
 		%%DATADIR%%/pixmaps/pnee-stop-mini.png \
 		%%DATADIR%%/pixmaps/pnee-stop.png
+PNEE_DIR=	%%DATADIR%%/pixmaps
 .else
 CONFIGURE_ARGS+=	--disable-gnome-applet
 .endif
@@ -59,7 +60,7 @@
 	@${REINPLACE_CMD} -e \
 		's|$${libdir}/gnome-panel|$${prefix}/libexec|g ; \
 		 s|$${libdir}/bonobo/|$${prefix}/libdata/bonobo/|g ; \
-		 s|CCC||g' ${WRKSRC}/configure
+		 s|"CCC"|""|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e \
 		's|@PIXMAP_DIR@|pixmap|g ; \
 		 s|@DOC_DIR@||g' ${WRKSRC}/Makefile.in
@@ -68,9 +69,13 @@
 	@${REINPLACE_CMD} -e \
 		's|: install-docDATA|:|g' ${WRKSRC}/cnee/src/Makefile.in
 	@${REINPLACE_CMD} -e \
+		's|src test|src|g' ${WRKSRC}/libxnee/Makefile.in
+	@${REINPLACE_CMD} -e \
 		's|cp pnee|$$(INSTALL_DATA) pnee|g' ${WRKSRC}/pnee/Makefile.in
 	@${REINPLACE_CMD} -e \
 		's|cp $$(PNEE)|$$(INSTALL_PROGRAM) $$(PNEE)|g' ${WRKSRC}/pnee/src/Makefile.in
+	@${REINPLACE_CMD} -e \
+		'/<gnome.h>/d' ${WRKSRC}/pnee/src/pnee_impl.h
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH}
diff -urN /usr/ports/x11/xnee/distinfo x11/xnee/distinfo
--- /usr/ports/x11/xnee/distinfo	2007-12-15 21:47:40.000000000 +0900
+++ x11/xnee/distinfo	2009-05-06 23:40:15.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (xnee-3.02.tar.gz) = 55a287c8468bb8ed3d6ad21e66aa379f
-SHA256 (xnee-3.02.tar.gz) = fe348f343d1c380d0cf5e51b007dd891f81095beca670b50725ca0ccad12918e
-SIZE (xnee-3.02.tar.gz) = 1714690
+MD5 (xnee-3.03.tar.gz) = 0020331fc6e66292cd613b308119ee48
+SHA256 (xnee-3.03.tar.gz) = 7d6448fa4457d1f058912727af673b8b84ce19f1a96568fad1a920a6201cf489
+SIZE (xnee-3.03.tar.gz) = 4362344
>Release-Note:
>Audit-Trail:
>Unformatted:



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