From tkato432@yahoo.com  Fri Sep  6 18:02:23 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 209FC860
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri,  6 Sep 2013 18:01:59 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from omta02.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67])
	by mx1.freebsd.org (Postfix) with ESMTP id E85122328
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri,  6 Sep 2013 18:01:58 +0000 (UTC)
Received: from coppermine.my.domain (ZT030236.ppp.dion.ne.jp [59.128.30.236])
	by omta02.auone-net.jp (au one net mail) with ESMTP id 003161560016
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat,  7 Sep 2013 03:01:56 +0900 (JST)
Message-Id: <20130907025117.e9823d387af1d7bdd621e07e@yahoo.com>
Date: Sat, 7 Sep 2013 02:51:17 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: misc/pinfo: Update MASTER_SITES

>Number:         181889
>Category:       ports
>Synopsis:       misc/pinfo: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marino
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 06 18:10:05 UTC 2013
>Closed-Date:    Sat Nov 02 20:03:46 UTC 2013
>Last-Modified:  Sat Nov 02 20:03:46 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES
- Do not include bsd.port.options.mk twice

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/pinfo/Makefile misc/pinfo/Makefile
--- /usr/ports/misc/pinfo/Makefile	2013-09-05 01:47:06.000000000 +0900
+++ misc/pinfo/Makefile	2013-09-07 00:00:00.000000000 +0900
@@ -4,19 +4,19 @@
 PORTNAME=	pinfo
 PORTVERSION=	0.6.10
 CATEGORIES=	misc
-MASTER_SITES=   http://spout.ussg.indiana.edu/linux/gentoo/distfiles/ \
-		http://ftp.yellowdoglinux.com/.2/gentoo/distfiles/
+MASTER_SITES=	GENTOO/distfiles \
+		http://alioth.debian.org/frs/download.php/file/3351/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Ncurses based, lynx style info documentation browser
 
 LICENSE=	GPLv2
 
-OPTIONS_DEFINE=	READLINE
+OPTIONS_DEFINE=	READLINE NLS
 OPTIONS_DEFAULT=READLINE
 
 USE_BZIP2=	yes
-USES=		ncurses gettext
+USES=		ncurses
 USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
 LIBTOOLIZE_ARGS=--force
 ACLOCAL_ARGS=	-I macros
@@ -29,20 +29,18 @@
 MAN1=		pinfo.1
 INFO=		pinfo
 
-.include <bsd.port.options.mk>
-
 PLIST_FILES=	bin/pinfo etc/pinforc
-.for lang in cs de eu ja nl pl pt_BR ro ru sv vi
-PLIST_FILES+=	%%NLS%%share/locale/${lang}/LC_MESSAGES/pinfo.mo
-.endfor
 
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-PLIST_SUB+=	NLS=""
+USES+=		gettext
+.for lang in cs de eu ja nl pl pt_BR ro ru sv vi
+PLIST_FILES+=	share/locale/${lang}/LC_MESSAGES/pinfo.mo
+.endfor
 .else
-CONFIGURE_ARGS+=	--disable-nls
-PLIST_SUB+=	NLS="@comment "
+USES+=		gettext:build
+CONFIGURE_ARGS+=--disable-nls
 .endif
 
 .if ${PORT_OPTIONS:MREADLINE}
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Sep 6 18:11:13 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181889 
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Sun Sep 22 09:12:02 CDT 2013 
Responsible-Changed-Why:  
Back to the heap due to timeout 

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

From: John Marino <freebsd.contact@marino.st>
To: bug-followup@FreeBSD.org, tkato432@yahoo.com
Cc:  
Subject: Re: ports/181889: misc/pinfo: Update MASTER_SITES
Date: Sat, 02 Nov 2013 00:45:27 +0100

 I was thinking about claiming this PR, but it doesn't build anymore.
 with or without these additions, pinfo fails with this now:
 
 autopoint: *** Missing version: please specify in configure.ac through a
 line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package
 is using autopoint: *** Stop.
 *** Error code 1
 
 As a side note, the patch no longer applies cleanly due to the
 NO_STAGE=yes line that was added.
 
 John

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org, freebsd.contact@marino.st
Cc:  
Subject: Re: ports/181889: misc/pinfo: Update MASTER_SITES
Date: Sun, 3 Nov 2013 02:55:10 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Sun__3_Nov_2013_02_55_10_+0900_uRbxRpF2JAVY1m9c
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Remake of the patch against current tree.
 
 --Multipart=_Sun__3_Nov_2013_02_55_10_+0900_uRbxRpF2JAVY1m9c
 Content-Type: text/x-diff;
  name="misc_pinfo.diff"
 Content-Disposition: attachment;
  filename="misc_pinfo.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/misc/pinfo/Makefile misc/pinfo/Makefile
 --- /usr/ports/misc/pinfo/Makefile	2013-09-22 00:31:23.000000000 +0900
 +++ misc/pinfo/Makefile	2013-11-03 00:00:00.000000000 +0900
 @@ -4,55 +4,54 @@
  PORTNAME=	pinfo
  PORTVERSION=	0.6.10
  CATEGORIES=	misc
 -MASTER_SITES=   http://spout.ussg.indiana.edu/linux/gentoo/distfiles/ \
 -		http://ftp.yellowdoglinux.com/.2/gentoo/distfiles/
 +MASTER_SITES=	GENTOO/distfiles \
 +		http://alioth.debian.org/frs/download.php/file/3351/
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Ncurses based, lynx style info documentation browser
  
  LICENSE=	GPLv2
  
 -OPTIONS_DEFINE=	READLINE
 +OPTIONS_DEFINE=	READLINE NLS
  OPTIONS_DEFAULT=READLINE
  
  USE_BZIP2=	yes
 -USES=		ncurses gettext
 +USES=		ncurses
  USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
  LIBTOOLIZE_ARGS=--force
  ACLOCAL_ARGS=	-I macros
  AUTOMAKE_ARGS=	--add-missing --force-missing
  CONFIGURE_ARGS=	--with-localedir=${PREFIX}/share/locale
  
 +CFLAGS+=	-DHAVE_LOCALE_H
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 -MAN1=		pinfo.1
  INFO=		pinfo
 +PLIST_FILES=	bin/pinfo etc/pinforc man/man1/pinfo.1.gz
  
 -NO_STAGE=	yes
 -.include <bsd.port.options.mk>
 -
 -PLIST_FILES=	bin/pinfo etc/pinforc
 -.for lang in cs de eu ja nl pl pt_BR ro ru sv vi
 -PLIST_FILES+=	%%NLS%%share/locale/${lang}/LC_MESSAGES/pinfo.mo
 -.endfor
 +READLINE_USES=	readline
 +READLINE_CONFIGURE_WITH=	readline
  
  .include <bsd.port.options.mk>
  
  .if ${PORT_OPTIONS:MNLS}
 -PLIST_SUB+=	NLS=""
 +USES+=		gettext
 +.for lang in cs de eu ja nl pl pt_BR ro ru sv vi
 +PLIST_FILES+=	share/locale/${lang}/LC_MESSAGES/pinfo.mo
 +.endfor
  .else
 -CONFIGURE_ARGS+=	--disable-nls
 -PLIST_SUB+=	NLS="@comment "
 +USES+=		gettext:build
 +CONFIGURE_ARGS+=--disable-nls
  .endif
  
 -.if ${PORT_OPTIONS:MREADLINE}
 -USES+=		readline
 -.else
 -CONFIGURE_ARGS+=--without-readline
 -.endif
 +post-patch:
 +	@${REINPLACE_CMD} -e \
 +		's|@MKINSTALLDIRS@|$$(top_srcdir)/tools/install-sh -d|' \
 +		${WRKSRC}/po/Makefile.in.in
  
  pre-configure:
 -	@(cd ${WRKSRC} && ${LOCALBASE}/bin/autopoint)
 +	@${MKDIR} ${WRKSRC}/tools
 +	@${LN} -sf ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}/tools
  
  .include <bsd.port.mk>
 
 --Multipart=_Sun__3_Nov_2013_02_55_10_+0900_uRbxRpF2JAVY1m9c--
Responsible-Changed-From-To: freebsd-ports-bugs->marino 
Responsible-Changed-By: marino 
Responsible-Changed-When: Sat Nov 2 19:37:02 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181889: commit references a PR
Date: Sat,  2 Nov 2013 19:57:20 +0000 (UTC)

 Author: marino
 Date: Sat Nov  2 19:57:11 2013
 New Revision: 332536
 URL: http://svnweb.freebsd.org/changeset/ports/332536
 
 Log:
   misc/pinfo: Unbreak everywhere
   
   Fix tested on DragonFly, and FreeBSD 8, 9, 10 (Redports).
   As a bonus, it even supports stage!  Nice work.
   
   PR:		ports/181889
   Submitted by:	KATO Tsuguru
 
 Modified:
   head/misc/pinfo/Makefile
 
 Modified: head/misc/pinfo/Makefile
 ==============================================================================
 --- head/misc/pinfo/Makefile	Sat Nov  2 19:55:49 2013	(r332535)
 +++ head/misc/pinfo/Makefile	Sat Nov  2 19:57:11 2013	(r332536)
 @@ -4,55 +4,54 @@
  PORTNAME=	pinfo
  PORTVERSION=	0.6.10
  CATEGORIES=	misc
 -MASTER_SITES=   http://spout.ussg.indiana.edu/linux/gentoo/distfiles/ \
 -		http://ftp.yellowdoglinux.com/.2/gentoo/distfiles/
 +MASTER_SITES=	GENTOO/distfiles \
 +		http://alioth.debian.org/frs/download.php/file/3351/
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Ncurses based, lynx style info documentation browser
  
  LICENSE=	GPLv2
  
 -OPTIONS_DEFINE=	READLINE
 +OPTIONS_DEFINE=	READLINE NLS
  OPTIONS_DEFAULT=READLINE
  
  USE_BZIP2=	yes
 -USES=		ncurses gettext
 +USES=		ncurses
  USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
  LIBTOOLIZE_ARGS=--force
  ACLOCAL_ARGS=	-I macros
  AUTOMAKE_ARGS=	--add-missing --force-missing
  CONFIGURE_ARGS=	--with-localedir=${PREFIX}/share/locale
  
 +CFLAGS+=	-DHAVE_LOCALE_H
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 -MAN1=		pinfo.1
  INFO=		pinfo
 +PLIST_FILES=	bin/pinfo etc/pinforc man/man1/pinfo.1.gz
  
 -NO_STAGE=	yes
 -.include <bsd.port.options.mk>
 -
 -PLIST_FILES=	bin/pinfo etc/pinforc
 -.for lang in cs de eu ja nl pl pt_BR ro ru sv vi
 -PLIST_FILES+=	%%NLS%%share/locale/${lang}/LC_MESSAGES/pinfo.mo
 -.endfor
 +READLINE_USES=	readline
 +READLINE_CONFIGURE_WITH=	readline
  
  .include <bsd.port.options.mk>
  
  .if ${PORT_OPTIONS:MNLS}
 -PLIST_SUB+=	NLS=""
 +USES+=		gettext
 +.for lang in cs de eu ja nl pl pt_BR ro ru sv vi
 +PLIST_FILES+=	share/locale/${lang}/LC_MESSAGES/pinfo.mo
 +.endfor
  .else
 -CONFIGURE_ARGS+=	--disable-nls
 -PLIST_SUB+=	NLS="@comment "
 +USES+=		gettext:build
 +CONFIGURE_ARGS+=--disable-nls
  .endif
  
 -.if ${PORT_OPTIONS:MREADLINE}
 -USES+=		readline
 -.else
 -CONFIGURE_ARGS+=--without-readline
 -.endif
 +post-patch:
 +	@${REINPLACE_CMD} -e \
 +		's|@MKINSTALLDIRS@|$$(top_srcdir)/tools/install-sh -d|' \
 +		${WRKSRC}/po/Makefile.in.in
  
  pre-configure:
 -	@(cd ${WRKSRC} && ${LOCALBASE}/bin/autopoint)
 +	@${MKDIR} ${WRKSRC}/tools
 +	@${LN} -sf ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}/tools
  
  .include <bsd.port.mk>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: marino 
State-Changed-When: Sat Nov 2 20:03:45 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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