From kagotani@luna3.auto.infsys.cne.okayama-u.ac.jp  Fri Jul  3 01:03:21 2009
Return-Path: <kagotani@luna3.auto.infsys.cne.okayama-u.ac.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1A4D7106564A;
	Fri,  3 Jul 2009 01:03:21 +0000 (UTC)
	(envelope-from kagotani@luna3.auto.infsys.cne.okayama-u.ac.jp)
Received: from luna3.auto.infsys.cne.okayama-u.ac.jp (luna3.auto.infsys.cne.okayama-u.ac.jp [150.46.6.235])
	by mx1.freebsd.org (Postfix) with ESMTP id 8B3F68FC12;
	Fri,  3 Jul 2009 01:03:20 +0000 (UTC)
	(envelope-from kagotani@luna3.auto.infsys.cne.okayama-u.ac.jp)
Received: from luna3.auto.infsys.cne.okayama-u.ac.jp (localhost [127.0.0.1])
	by luna3.auto.infsys.cne.okayama-u.ac.jp (8.14.3/8.14.3) with ESMTP id n6313H0r037573;
	Fri, 3 Jul 2009 10:03:17 +0900 (JST)
	(envelope-from kagotani@luna3.auto.infsys.cne.okayama-u.ac.jp)
Received: (from root@localhost)
	by luna3.auto.infsys.cne.okayama-u.ac.jp (8.14.3/8.14.3/Submit) id n6313HjO037572;
	Fri, 3 Jul 2009 10:03:17 +0900 (JST)
	(envelope-from kagotani)
Message-Id: <200907030103.n6313HjO037572@luna3.auto.infsys.cne.okayama-u.ac.jp>
Date: Fri, 3 Jul 2009 10:03:17 +0900 (JST)
From: Hiroto Kagotani <hiroto.kagotani@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mich@freebsd.org
Subject: [PATCH] sysutils/libcdio: incorrect japanese manpage installation
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         136259
>Category:       ports
>Synopsis:       [PATCH] sysutils/libcdio: incorrect japanese manpage installation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 03 01:10:05 UTC 2009
>Closed-Date:    Sat Nov 07 23:59:16 UTC 2009
>Last-Modified:  Sun Nov  8 00:00:14 UTC 2009
>Originator:     Hiroto Kagotani
>Release:        FreeBSD 7.2-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD myhost.mydomain 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009
>Description:
Japanese manpage cd-paranoia.1 is installed into /usr/local/man/jp/man1
without gzipping.  pkg_delete will not remove this file as it is not
registerd in the PLIST.
Also, Japanese manpages should be placed in /usr/local/man/ja.

Port maintainer (mich@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libcdio-0.78.2_2.patch begins here ---
diff -ruN --exclude=CVS /usr/origports/sysutils/libcdio/Makefile /usr/ports/sysutils/libcdio/Makefile
--- /usr/origports/sysutils/libcdio/Makefile	2008-06-06 23:03:13.000000000 +0900
+++ /usr/ports/sysutils/libcdio/Makefile	2009-07-03 09:35:27.000000000 +0900
@@ -36,6 +36,7 @@
 .ifdef(WITH_PARANOIA)
 LIB_DEPENDS+=	cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
 PLIST_SUB+=	PARANOIA=""
+MANLANG=	"" ja
 MAN1=	cd-paranoia.1
 .else
 CONFIGURE_ARGS+=	--without-cd-paranoia
@@ -43,7 +44,10 @@
 .endif
 
 post-patch:
-.ifndef(WITH_PARANOIA)
+.ifdef(WITH_PARANOIA)
+	${REINPLACE_CMD} -e 's|/jp/man1|/ja/man1|' \
+		 ${WRKSRC}/src/cd-paranoia/doc/jp/Makefile.in
+.else
 	${REINPLACE_CMD} -e 's|libcdio_paranoia.pc||; s|libcdio_cdda.pc||' \
 		 ${WRKSRC}/Makefile.in
 .endif
--- libcdio-0.78.2_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mich 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jul 3 01:10:16 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136259 
Responsible-Changed-From-To: mich->freebsd-ports-bugs 
Responsible-Changed-By: mich 
Responsible-Changed-When: Tue Oct 20 16:57:49 UTC 2009 
Responsible-Changed-Why:  
No longer maintaining this port 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136259 
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Sat Nov 7 23:59:06 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136259: commit references a PR
Date: Sat,  7 Nov 2009 23:58:46 +0000 (UTC)

 arved       2009-11-07 23:58:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/libcdio     Makefile 
   Log:
   - Add missing japanese manpage
   
   PR:             136259
   Submitted by:   Hiroto Kagotani <hiroto.kagotani@gmail.com>
   
   - Grab back maintainership
   - Adjust configure regex for current versions of FreeBSD (8 and 9)
   - Bump PORTREVISION
   
   Revision  Changes    Path
   1.29      +8 -4      ports/sysutils/libcdio/Makefile
 _______________________________________________
 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"
 
>Unformatted:
