From tkato432@yahoo.com  Thu Jul 19 18:01:41 2007
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 498D616A402
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 19 Jul 2007 18:01:41 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa05.dion.ne.jp (msa05.dion.ne.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 1DEA713C4B7
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 19 Jul 2007 18:01:41 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from localhost.localdomain (ZT069236.ppp.dion.ne.jp [59.128.69.236])
	by msa105.dion.ne.jp (DION MAIL) with ESMTP id 9D563538037
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 20 Jul 2007 03:01:38 +0900 (JST)
Message-Id: <20070720030029.3eb2d307.tkato432@yahoo.com>
Date: Fri, 20 Jul 2007 03:00:29 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: x11/xnee to 3.01

>Number:         114744
>Category:       ports
>Synopsis:       Update port: x11/xnee to 3.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lme
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 19 18:10:09 GMT 2007
>Closed-Date:    Sat Aug 04 19:30:12 GMT 2007
>Last-Modified:  Sat Aug 04 19:30:12 GMT 2007
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 3.01

Remove file:
files/patch-doc::xnee.texi

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/xnee/Makefile x11/xnee/Makefile
--- /usr/ports/x11/xnee/Makefile	Mon Jun  4 23:06:39 2007
+++ x11/xnee/Makefile	Fri Jul 20 02:01:24 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xnee
-PORTVERSION=	2.06
+PORTVERSION=	3.01
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -24,8 +24,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man --enable-cli --disable-doc
 
-MAN1=		cnee.1
-INFO=		cnee xnee
+MAN1=		cnee.1 xnee.1
+INFO=		cnee
 PLIST_FILES=	bin/cnee \
 		%%DATADIR%%/example1.xns \
 		%%DATADIR%%/pixmaps/xnee.png \
@@ -36,8 +36,16 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 600000
+BUILD_DEPENDS+=	${MAKEINFO_CMD}:${PORTSDIR}/print/texinfo
+MAKEINFO_CMD=  ${LOCALBASE}/bin/makeinfo
+.else
+MAKEINFO_CMD=	/usr/bin/makeinfo
+.endif
+
 .if defined(WITH_GNEE)
 USE_GNOME+=	gtk20
+MAN1+=		gnee.1
 PLIST_FILES+=	bin/gnee
 .else
 CONFIGURE_ARGS+=	--disable-gui
@@ -73,11 +81,9 @@
 		's|cp $$(PNEE)|$$(INSTALL_PROGRAM) $$(PNEE)|g' ${WRKSRC}/pnee/src/Makefile.in
 
 post-build:
-	cd ${WRKSRC}/cnee/src && /usr/bin/makeinfo --no-split cnee.texi
-	cd ${WRKSRC}/doc && /usr/bin/makeinfo --no-split xnee.texi
+	cd ${WRKSRC}/cnee/src && ${MAKEINFO_CMD} --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	Mon Jun  4 23:06:40 2007
+++ x11/xnee/distinfo	Fri Jul 20 02:05:01 2007
@@ -1,3 +1,3 @@
-MD5 (Xnee-2.06.tar.gz) = 1b605eba1b014a5b686df72820deedcb
-SHA256 (Xnee-2.06.tar.gz) = b431dce34f53990f3841203c1c03c394b899e4b324ea753f03a764b7750d84c4
-SIZE (Xnee-2.06.tar.gz) = 592914
+MD5 (Xnee-3.01.tar.gz) = a6e1e797170317a7454723a7cd7b3c58
+SHA256 (Xnee-3.01.tar.gz) = 018546681f22a4af6fbef512ebca3b67b2a090761699f39e00a1d72c61c0dcbc
+SIZE (Xnee-3.01.tar.gz) = 611686
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	Tue Jul 26 19:19:06 2005
+++ x11/xnee/files/patch-doc::xnee.texi	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- 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
- @direntry
--@ * : (Xnee).        Xnee's Not Event Emulator.
-+* Xnee: (xnee).		Xnee's Not Event Emulator.
- @end direntry
- 
- 
diff -urN /usr/ports/x11/xnee/pkg-descr x11/xnee/pkg-descr
--- /usr/ports/x11/xnee/pkg-descr	Mon Jun  9 01:40:25 2003
+++ x11/xnee/pkg-descr	Fri Jul 20 01:47:28 2007
@@ -6,4 +6,4 @@
 requests synchronization can be implemented.  Xnee can also distribute
 events (both when recording and replaying) to other displays.
 
-WWW: http://www.gnu.org/software/xnee/www/index.html
+WWW: http://www.gnu.org/software/xnee/
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lme 
Responsible-Changed-By: lme 
Responsible-Changed-When: Fri Jul 20 10:49:17 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114744 
State-Changed-From-To: open->feedback 
State-Changed-By: lme 
State-Changed-When: Sat Aug 4 11:49:28 UTC 2007 
State-Changed-Why:  
Could you please check http://tb3.droso.net/errors/5-lme/xnee-3.01.log 
and fix this problem? Thanks a lot! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114744 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114744: commit references a PR
Date: Sat,  4 Aug 2007 19:29:50 +0000 (UTC)

 lme         2007-08-04 19:29:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/xnee             Makefile distinfo pkg-descr 
   Removed files:
     x11/xnee/files       patch-doc::xnee.texi 
   Log:
   Update to 3.01
   
   PR:             ports/114744
   Submitted by:   KATO Tsuguru <tkato432 (AT) yahoo.com>
   Approved by:    miwi (mentor)
   
   Revision  Changes    Path
   1.28      +12 -6     ports/x11/xnee/Makefile
   1.18      +3 -3      ports/x11/xnee/distinfo
   1.5       +0 -11     ports/x11/xnee/files/patch-doc::xnee.texi (dead)
   1.3       +1 -1      ports/x11/xnee/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: lme 
State-Changed-When: Sat Aug 4 19:30:07 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114744 
>Unformatted:
