Date: Wed, 21 May 2003 00:02:08 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52484: Update port: x11/xnee to 1.07 Message-ID: <20030521000208.377ed955.tkato@prontomail.com> Resent-Message-ID: <200305201510.h4KFAELQ080479@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52484 >Category: ports >Synopsis: Update port: x11/xnee to 1.07 >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: Tue May 20 08:10:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.07 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xnee/Makefile x11/xnee/Makefile --- /usr/ports/x11/xnee/Makefile Mon Apr 28 14:28:37 2003 +++ x11/xnee/Makefile Sun May 18 23:17:28 2003 @@ -6,9 +6,9 @@ # PORTNAME= xnee -PORTVERSION= 1.0.6 +PORTVERSION= 1.07 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -18,17 +18,17 @@ USE_X_PREFIX= yes USE_PERL5= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= xnee.1 post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's| -g | @CFLAGS@ |g' + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ + 's| -g | \@CFLAGS\@ |g ; \ + s|-lpthread|${PTHREAD_LIBS:S/"//g}|g' post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/xnee.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/xnee/doc/xnee.1 ${MANPREFIX}/man/man1 .include <bsd.port.mk> diff -urN /usr/ports/x11/xnee/distinfo x11/xnee/distinfo --- /usr/ports/x11/xnee/distinfo Mon Apr 28 14:28:37 2003 +++ x11/xnee/distinfo Sun May 18 23:03:03 2003 @@ -1 +1 @@ -MD5 (xnee-1.0.6.tar.gz) = f928f8149eb56480e0b73ff051667622 +MD5 (xnee-1.07.tar.gz) = d4691ff4981dd7b07c5d5c7eb90dc364 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 Apr 28 14:28:37 2003 +++ x11/xnee/files/patch-doc::xnee.texi Sun May 18 23:03:45 2003 @@ -1,5 +1,5 @@ ---- doc/xnee.texi.orig Fri Mar 7 06:03:53 2003 -+++ doc/xnee.texi Fri Apr 18 17:05:07 2003 +--- xnee/doc/xnee.texi.orig Fri Mar 7 06:03:53 2003 ++++ xnee/doc/xnee.texi Fri Apr 18 17:05:07 2003 @@ -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 Apr 28 14:28:37 2003 +++ x11/xnee/files/patch-doc::xnee_develop.texi Sun May 18 23:04:35 2003 @@ -1,5 +1,5 @@ ---- doc/xnee_develop.texi.orig Fri Mar 7 06:03:53 2003 -+++ doc/xnee_develop.texi Fri Apr 18 17:06:12 2003 +--- 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 diff -urN /usr/ports/x11/xnee/files/patch-src::lib::xnee.c x11/xnee/files/patch-src::lib::xnee.c --- /usr/ports/x11/xnee/files/patch-src::lib::xnee.c Mon Apr 28 14:28:38 2003 +++ x11/xnee/files/patch-src::lib::xnee.c Sun May 18 23:18:22 2003 @@ -1,9 +1,9 @@ $FreeBSD: ports/x11/xnee/files/patch-src::lib::xnee.c,v 1.2 2003/04/28 01:21:18 naddy Exp $ ---- src/lib/xnee.c.orig Wed Mar 19 08:01:11 2003 -+++ src/lib/xnee.c Fri Apr 18 16:51:11 2003 -@@ -881,7 +881,7 @@ +--- libxnee/src/xnee.c.orig Tue Apr 29 07:12:42 2003 ++++ libxnee/src/xnee.c Sun May 18 23:09:37 2003 +@@ -917,7 +917,7 @@ xnee_new_xnee_data() { @@ -12,3 +12,12 @@ if (xd==NULL) { xnee_print_error ("Could not allocate memory ........\n"); +@@ -1230,7 +1230,7 @@ + xnee_use_plugin(xnee_data *xd, char *pl_name) + { + int ret=0; +- xnee_verbose ((xd, "Using plugin file: %s\n", pl_name)); ++/* xnee_verbose ((xd, "Using plugin file: %s\n", pl_name)); */ + + char lib_name[100]; + diff -urN /usr/ports/x11/xnee/pkg-descr x11/xnee/pkg-descr --- /usr/ports/x11/xnee/pkg-descr Sat Jun 1 05:44:23 2002 +++ x11/xnee/pkg-descr Sun May 18 23:00:57 2003 @@ -6,4 +6,4 @@ requests synchronization can be implemented. Xnee can also distribute events (both when recording and replaying) to other displays. -WWW: http://xnee.sourceforge.net/ +WWW: http://www.gnu.org/software/xnee/www/index.html >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030521000208.377ed955.tkato>