ports/118592: Update port: x11/xnee to 3.02
KATO Tsuguru
tkato432 at yahoo.com
Wed Dec 12 18:30:07 UTC 2007
>Number: 118592
>Category: ports
>Synopsis: Update port: x11/xnee to 3.02
>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: Wed Dec 12 18:30:06 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
- Update to version 3.02
Remove file:
files/patch-cnee__src__cnee_printer.c
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/x11/xnee/Makefile x11/xnee/Makefile
--- /usr/ports/x11/xnee/Makefile Tue Nov 20 04:17:34 2007
+++ x11/xnee/Makefile Wed Nov 21 03:00:48 2007
@@ -6,11 +6,9 @@
#
PORTNAME= xnee
-PORTVERSION= 3.01
+PORTVERSION= 3.02
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= Xnee-${PORTVERSION}
+MASTER_SITES= GNU
MAINTAINER= ports at FreeBSD.org
COMMENT= X events recorder and player
@@ -18,14 +16,14 @@
OPTIONS= GNEE "Build the GUI frontend" off \
PNEE "Build the Gnome Panel frontend" off
-USE_XLIB= yes
+USE_XORG= xtst
USE_GNOME= gnomehack gnometarget
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-cli --disable-doc
MAN1= cnee.1 xnee.1
-INFO= cnee
+INFO= xnee
PLIST_FILES= bin/cnee \
%%DATADIR%%/example1.xns \
%%DATADIR%%/pixmaps/xnee.png \
@@ -36,13 +34,6 @@
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600000
-BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
-MAKEINFO= ${LOCALBASE}/bin/makeinfo
-.else
-MAKEINFO= makeinfo
-.endif
-
.if defined(WITH_GNEE)
USE_GNOME+= gtk20
MAN1+= gnee.1
@@ -70,7 +61,8 @@
s|$${libdir}/bonobo/|$${prefix}/libdata/bonobo/|g ; \
s|CCC||g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
- 's|@PIXMAP_DIR@|pixmap|g' ${WRKSRC}/Makefile.in
+ 's|@PIXMAP_DIR@|pixmap|g ; \
+ s|@DOC_DIR@||g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
's|make man|$$(MAKE) man|g' ${WRKSRC}/cnee/Makefile.in
@${REINPLACE_CMD} -e \
@@ -80,10 +72,7 @@
@${REINPLACE_CMD} -e \
's|cp $$(PNEE)|$$(INSTALL_PROGRAM) $$(PNEE)|g' ${WRKSRC}/pnee/src/Makefile.in
-post-build:
- cd ${WRKSRC}/cnee/src && ${MAKEINFO} --no-split cnee.texi
-
post-install:
- ${INSTALL_DATA} ${WRKSRC}/cnee/src/cnee.info ${PREFIX}/${INFO_PATH}
+ ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH}
.include <bsd.port.post.mk>
diff -urN /usr/ports/x11/xnee/distinfo x11/xnee/distinfo
--- /usr/ports/x11/xnee/distinfo Sun Aug 5 15:59:53 2007
+++ x11/xnee/distinfo Sun Nov 4 03:03:15 2007
@@ -1,3 +1,3 @@
-MD5 (Xnee-3.01.tar.gz) = a6e1e797170317a7454723a7cd7b3c58
-SHA256 (Xnee-3.01.tar.gz) = 018546681f22a4af6fbef512ebca3b67b2a090761699f39e00a1d72c61c0dcbc
-SIZE (Xnee-3.01.tar.gz) = 611686
+MD5 (xnee-3.02.tar.gz) = 55a287c8468bb8ed3d6ad21e66aa379f
+SHA256 (xnee-3.02.tar.gz) = fe348f343d1c380d0cf5e51b007dd891f81095beca670b50725ca0ccad12918e
+SIZE (xnee-3.02.tar.gz) = 1714690
diff -urN /usr/ports/x11/xnee/files/patch-cnee__src__cnee_printer.c x11/xnee/files/patch-cnee__src__cnee_printer.c
--- /usr/ports/x11/xnee/files/patch-cnee__src__cnee_printer.c Mon Jun 4 15:40:15 2007
+++ x11/xnee/files/patch-cnee__src__cnee_printer.c Thu Jan 1 09:00:00 1970
@@ -1,16 +0,0 @@
---- cnee/src/cnee_printer.c.orig Thu Nov 9 06:20:31 2006
-+++ cnee/src/cnee_printer.c Mon May 28 13:25:56 2007
-@@ -388,6 +388,13 @@
-
-
-
-+ fprintf (fd ,"@dircategory Miscellaneous\n");
-+ fprintf (fd ,"@direntry\n");
-+ fprintf (fd ,"* Cnee: (cnee). Record, replays or distributes X11 data.\n");
-+ fprintf (fd ,"@end direntry\n");
-+
-+
-+
- fprintf (fd, "@ifinfo\n");
- fprintf (fd, "@node Top, Options,, (dir)\n");
- fprintf (fd, "@top \n");
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list