From tkato432@yahoo.com  Sat Jun  2 18:31:24 2012
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 EF0561065679
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat,  2 Jun 2012 18:31:13 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166])
	by mx1.freebsd.org (Postfix) with ESMTP id 9862F8FC22
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat,  2 Jun 2012 18:31:13 +0000 (UTC)
Received: from localhost.localdomain (ZT037195.ppp.dion.ne.jp [59.128.37.195])
	by msa103lp.auone-net.jp (au one net msa) with ESMTP id 4D11447C036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun,  3 Jun 2012 03:31:11 +0900 (JST)
Message-Id: <20120603032156.c564ca52.tkato432@yahoo.com>
Date: Sun, 3 Jun 2012 03:21:56 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: devel/fhist: Update to version 1.20

>Number:         168599
>Category:       ports
>Synopsis:       devel/fhist: Update to version 1.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 02 18:40:17 UTC 2012
>Closed-Date:    Tue Jun 05 20:52:14 UTC 2012
>Last-Modified:  Fri Jun  8 19:30:08 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 1.20

New file:
files/patch-Makefile.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/fhist/Makefile devel/fhist/Makefile
--- /usr/ports/devel/fhist/Makefile	2012-05-21 12:10:05.000000000 +0900
+++ devel/fhist/Makefile	2012-05-31 03:25:48.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fhist
-PORTVERSION=	1.19
+PORTVERSION=	1.20
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
@@ -17,7 +17,7 @@
 
 LIB_DEPENDS=	explain.45:${PORTSDIR}/devel/libexplain
 
-OPTIONS=	NLS "Native language support" on
+OPTIONS_DEFINE=	NLS
 
 GNU_CONFIGURE=	yes
 ALL_TARGET=	all-bin
@@ -31,7 +31,7 @@
 
 .include <bsd.port.options.mk>
 
-.if defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
 CONFIGURE_ENV+=	ac_cv_lib_intl_main=no
 .else
 USE_GETTEXT=	yes
@@ -40,13 +40,9 @@
 .endfor
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|.a $$(LIBS)|.a $$(LDFLAGS) $$(LIBS)|' ${WRKSRC}/Makefile.in
-
 post-build:
 .for file in fcomp fhist fmerge
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
 	@(cd ${WRKSRC}/lib/en/LC_MESSAGES && ${LOCALBASE}/bin/msgfmt -o \
 		${file}.mo ${file}.po)
 .endif
@@ -56,7 +52,7 @@
 .for file in fcomp fhist fmerge
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/${file} ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/lib/en/man1/${file}.1 ${MANPREFIX}/man/man1
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
 	@${MKDIR} ${PREFIX}/share/locale/en/LC_MESSAGES
 	${INSTALL_DATA} ${WRKSRC}/lib/en/LC_MESSAGES/${file}.mo \
 		${PREFIX}/share/locale/en/LC_MESSAGES
diff -urN /usr/ports/devel/fhist/distinfo devel/fhist/distinfo
--- /usr/ports/devel/fhist/distinfo	2012-05-21 12:10:05.000000000 +0900
+++ devel/fhist/distinfo	2012-05-22 05:54:42.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (fhist-1.19.tar.gz) = f1bffa44b4252d88c70e208a813aad8fac2d668b43e8e1cb6e823d89a4f4e265
-SIZE (fhist-1.19.tar.gz) = 409075
+SHA256 (fhist-1.20.tar.gz) = c7d2cbbb269fe016af94a8657ecbd6d5fda818f48a2c52f72f30edbc91e76d91
+SIZE (fhist-1.20.tar.gz) = 410711
diff -urN /usr/ports/devel/fhist/files/patch-Makefile.in devel/fhist/files/patch-Makefile.in
--- /usr/ports/devel/fhist/files/patch-Makefile.in	1970-01-01 09:00:00.000000000 +0900
+++ devel/fhist/files/patch-Makefile.in	2012-05-22 22:51:22.000000000 +0900
@@ -0,0 +1,61 @@
+--- Makefile.in.orig	2012-05-21 08:32:42.000000000 +0900
++++ Makefile.in	2012-05-22 22:50:06.000000000 +0900
+@@ -8,10 +8,8 @@
+ #    W W W  A   A  R  R   N   N    I   N   N   I   N   N  G   G
+ #     W W   A   A  R   R  N   N   III  N   N  III  N   N   GGG
+ #
+-# Warning: DO NOT send patches which fix this file. IT IS NOT the \
+-		original
+-# source file. This file is GENERATED from the Aegis repository file \
+-		manifest.
++# Warning: DO NOT send patches which fix this file. IT IS NOT the original
++# source file. This file is GENERATED from the Aegis repository file manifest.
+ # If you find a bug in this file, it could well be an Aegis bug.
+ #
+ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+@@ -21,14 +19,11 @@
+ # The configure script generates 2 files:
+ #	1. This Makefile
+ #	2. common/config.h
+-# If you change this Makefile, you may also need to change these files. \
+-		To see
+-# what is configured by the configure script, search for @ in the \
+-		Makefile.in
++# If you change this Makefile, you may also need to change these files. To see
++# what is configured by the configure script, search for @ in the Makefile.in
+ # file.
+ #
+-# If you wish to reconfigure the installations directories it is \
+-		RECOMMENDED
++# If you wish to reconfigure the installations directories it is RECOMMENDED
+ # that you re-run the configure script.
+ #
+ # Use ``./configure --help'' for a list of options.
+@@ -86,8 +81,7 @@
+ #
+ # Where to put the manuals.
+ #
+-# On a network, this would be shared between all machines on the \
+-		network. It can
++# On a network, this would be shared between all machines on the network. It can
+ # be read-only.
+ #
+ # The $(DESTDIR) is for packaging.
+@@ -144,15 +138,13 @@
+ EXEEXT = @EXEEXT@
+ 
+ #
+-# Set GROFF to the name of the roff command on your system, usually \
+-		"groff" or
++# Set GROFF to the name of the roff command on your system, usually "groff" or
+ # "troff" or "nroff"
+ #
+ GROFF = @GROFF@
+ 
+ #
+-# Set SOELIM to the name of the roff proprocessor command on your \
+-		system,
++# Set SOELIM to the name of the roff proprocessor command on your system,
+ # usually "soelim" or "gsoelim"
+ #
+ SOELIM = @SOELIM@
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: sylvio 
Responsible-Changed-When: Sat Jun 2 22:04:32 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168599 
State-Changed-From-To: open->closed 
State-Changed-By: sylvio 
State-Changed-When: Tue Jun 5 20:52:13 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168599: commit references a PR
Date: Tue,  5 Jun 2012 20:52:25 +0000 (UTC)

 sylvio      2012-06-05 20:52:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/fhist          Makefile distinfo 
   Added files:
     devel/fhist/files    patch-Makefile.in 
   Log:
   - Update to version 1.20
   
   New file:
   files/patch-Makefile.in
   
   PR:             ports/168599
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.19      +5 -9      ports/devel/fhist/Makefile
   1.13      +2 -2      ports/devel/fhist/distinfo
   1.1       +61 -0     ports/devel/fhist/files/patch-Makefile.in (new)
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168599: commit references a PR
Date: Fri,  8 Jun 2012 19:20:43 +0000 (UTC)

 sylvio      2012-06-08 19:20:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/fhist          Makefile 
   Log:
   - Fixed plist
   
   PR:             ports/168599
   Submitted by:   KATO Tsuguru (tkato432@yahoo.com)
   Reported by:    erwin@
   
   Revision  Changes    Path
   1.20      +2 -2      ports/devel/fhist/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:
