Date: Tue, 26 Jul 2005 00:00:23 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84073: Update port: x11/xnee to 2.00 Message-ID: <20050726000023.5ca39dc1.tkato432@yahoo.com> Resent-Message-ID: <200507251510.j6PFAOLt061576@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84073 >Category: ports >Synopsis: Update port: x11/xnee to 2.00 >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: Mon Jul 25 15:10:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update to version 2.00 Remove file: files/patch-doc::xnee_develop.texi files/patch-libxnee::lib::xnee.c pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xnee/Makefile x11/xnee/Makefile --- /usr/ports/x11/xnee/Makefile Tue Apr 12 14:13:31 2005 +++ x11/xnee/Makefile Mon Jul 25 22:41:16 2005 @@ -6,32 +6,37 @@ # PORTNAME= xnee -PORTVERSION= 1.08 +PORTVERSION= 2.00 CATEGORIES= x11 -MASTER_SITES= http://www.sandklef.com/xnee/tars/ \ - ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= Xnee-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= X events recorder and player -BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html - USE_X_PREFIX= yes -USE_PERL5= yes +WANT_GNOME= yes +USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAN1= xnee.1 -INFO= xnee xnee_develop +INFO= xnee +PLIST_FILES= bin/cnee lib/libxnee.a + +.include <bsd.port.pre.mk> + +.if ${HAVE_GNOME:Mgtk20}!="" +USE_GNOME+= gtk20 +PLIST_FILES+= bin/gnee +PKGNAMESUFFIX= -gtk +.else +CONFIGURE_ARGS+= --disable-gui +.endif -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's| -g | \@CFLAGS\@ |g ; \ - s|-lpthread|${PTHREAD_LIBS:S/"//g}|g ; \ - s|-ldl||g' +post-build: + cd ${WRKSRC}/doc && makeinfo --no-split xnee.texi -post-install: - ${INSTALL_MAN} ${WRKSRC}/xnee/doc/xnee.1 ${MANPREFIX}/man/man1 +pre-install: + ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -urN /usr/ports/x11/xnee/distinfo x11/xnee/distinfo --- /usr/ports/x11/xnee/distinfo Fri Jan 30 14:55:33 2004 +++ x11/xnee/distinfo Thu Jul 21 22:05:16 2005 @@ -1,2 +1,2 @@ -MD5 (xnee-1.08.tar.gz) = cef82f631d06d6091ecb90436efa0e69 -SIZE (xnee-1.08.tar.gz) = 378650 +MD5 (Xnee-2.00.tar.gz) = 88ebeb440b8a0933361602192e2b301d +SIZE (Xnee-2.00.tar.gz) = 579544 diff -urN /usr/ports/x11/xnee/files/patch-doc::xnee.texi x11/xnee/files/patch-doc::xnee.texi --- /usr/ports/x11/xnee/files/patch-doc::xnee.texi Mon Jun 9 01:40:25 2003 +++ x11/xnee/files/patch-doc::xnee.texi Mon Jul 25 22:43:40 2005 @@ -1,5 +1,5 @@ ---- xnee/doc/xnee.texi.orig Fri Mar 7 06:03:53 2003 -+++ xnee/doc/xnee.texi Fri Apr 18 17:05:07 2003 +--- doc/xnee.texi.orig Wed May 11 05:04:02 2005 ++++ doc/xnee.texi Mon Jul 25 22:43:28 2005 @@ -12,7 +12,7 @@ @dircategory Miscellaneous diff -urN /usr/ports/x11/xnee/files/patch-doc::xnee_develop.texi x11/xnee/files/patch-doc::xnee_develop.texi --- /usr/ports/x11/xnee/files/patch-doc::xnee_develop.texi Mon Jun 9 01:40:25 2003 +++ x11/xnee/files/patch-doc::xnee_develop.texi Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- libxnee/doc/xnee_develop.texi.orig Fri Mar 7 06:03:53 2003 -+++ libxnee/doc/xnee_develop.texi Fri Apr 18 17:06:12 2003 -@@ -10,7 +10,7 @@ - - @dircategory Miscellaneous - @direntry --* : (Xnee). Xnee's Not Event Emulator. -+* Xnee_develop: (xnee_develop). Xnee Development Guide. - @end direntry - - @c Put everything in one index (arbitrarily chosen to be the concept index). diff -urN /usr/ports/x11/xnee/files/patch-libxnee::lib::xnee.c x11/xnee/files/patch-libxnee::lib::xnee.c --- /usr/ports/x11/xnee/files/patch-libxnee::lib::xnee.c Thu Nov 6 01:22:58 2003 +++ x11/xnee/files/patch-libxnee::lib::xnee.c Thu Jan 1 09:00:00 1970 @@ -1,20 +0,0 @@ ---- libxnee/src/xnee.c.orig Sun Sep 28 07:58:48 2003 -+++ libxnee/src/xnee.c Tue Nov 4 10:36:43 2003 -@@ -572,7 +572,7 @@ - xnee_new_xnee_data() - { - -- xnee_data* xd = (xnee_data*) malloc (sizeof (xnee_data)); -+ xnee_data* xd = (xnee_data*) calloc (1, sizeof (xnee_data)); - if (xd==NULL) - { - xnee_print_error ("Could not allocate memory ........\n"); -@@ -908,7 +908,7 @@ - int ret=0; - char lib_name[100]; - -- xnee_verbose ((xd, "Using plugin file: %s\n", pl_name)); -+/* xnee_verbose ((xd, "Using plugin file: %s\n", pl_name)); */ - strcpy (lib_name, "lib"); - strcat (lib_name, pl_name); - diff -urN /usr/ports/x11/xnee/pkg-plist x11/xnee/pkg-plist --- /usr/ports/x11/xnee/pkg-plist Sun Aug 17 03:05:05 2003 +++ x11/xnee/pkg-plist Thu Jan 1 09:00:00 1970 @@ -1,2 +0,0 @@ -bin/xnee -lib/libxnee.a >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050726000023.5ca39dc1.tkato432>