Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2001 11:12:12 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32625: Update port: misc/pinfo to 0.6.4
Message-ID:  <200112081912.fB8JCCt99705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         32625
>Category:       ports
>Synopsis:       Update port: misc/pinfo to 0.6.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 08 11:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.6.4

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/misc/pinfo/Makefile misc/pinfo/Makefile
--- /usr/ports/misc/pinfo/Makefile	Thu Aug  9 01:30:35 2001
+++ misc/pinfo/Makefile	Thu Dec  6 23:23:43 2001
@@ -6,18 +6,18 @@
 #
 
 PORTNAME=	pinfo
-PORTVERSION=	0.6.3
+PORTVERSION=	0.6.4
 CATEGORIES=	misc
 MASTER_SITES=	http://zeus.polsl.gliwice.pl/~pborys/stable-version/
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	iconv.2:${PORTSDIR}/converters/iconv \
+LIB_DEPENDS=	giconv.2:${PORTSDIR}/converters/libiconv \
 		intl.1:${PORTSDIR}/devel/gettext
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib -lgnuregex"
+		LIBS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS=	--with-readline \
 		--with-localedir=${PREFIX}/share/locale
 
@@ -29,5 +29,9 @@
 LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
 CONFIGURE_ARGS+=	--with-ncurses=${LOCALBASE}
 .endif
+
+pre-patch:
+	@${PERL} -pi -e 's|<iconv.h>|<giconv.h>|g ; \
+		 s|-liconv|-lgiconv|g' ${WRKSRC}/configure
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/misc/pinfo/distinfo misc/pinfo/distinfo
--- /usr/ports/misc/pinfo/distinfo	Thu Aug  9 01:30:35 2001
+++ misc/pinfo/distinfo	Thu Dec  6 21:05:27 2001
@@ -1 +1 @@
-MD5 (pinfo-0.6.3.tar.gz) = e5ab4675c87bfacde0e0af57583f3e3d
+MD5 (pinfo-0.6.4.tar.gz) = 19502c8218c9cd818f16fc9a905493ea
diff -urN /usr/ports/misc/pinfo/pkg-plist misc/pinfo/pkg-plist
--- /usr/ports/misc/pinfo/pkg-plist	Fri Nov 17 23:51:05 2000
+++ misc/pinfo/pkg-plist	Thu Dec  6 21:37:44 2001
@@ -5,6 +5,7 @@
 @exec install-info %D/info/pinfo.info %D/info/dir
 share/locale/cs/LC_MESSAGES/pinfo.mo
 share/locale/de/LC_MESSAGES/pinfo.mo
+share/locale/ja/LC_MESSAGES/pinfo.mo
 share/locale/pl/LC_MESSAGES/pinfo.mo
 share/locale/ru/LC_MESSAGES/pinfo.mo
 share/locale/sv/LC_MESSAGES/pinfo.mo

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112081912.fB8JCCt99705>