From owner-freebsd-ports Sat Dec 8 11:20:44 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97BFA37B41D for ; Sat, 8 Dec 2001 11:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB8JK0t00560; Sat, 8 Dec 2001 11:20:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 540C437B61B for ; Sat, 8 Dec 2001 11:12:12 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB8JCCt99705; Sat, 8 Dec 2001 11:12:12 -0800 (PST) (envelope-from nobody) Message-Id: <200112081912.fB8JCCt99705@freefall.freebsd.org> Date: Sat, 8 Dec 2001 11:12:12 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/32625: Update port: misc/pinfo to 0.6.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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|||g ; \ + s|-liconv|-lgiconv|g' ${WRKSRC}/configure .include 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