From owner-freebsd-ports Thu Sep 6 0:40:18 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 D1DAC37B409 for ; Thu, 6 Sep 2001 00:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f867e2K14549; Thu, 6 Sep 2001 00:40:02 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 7E82937B403 for ; Thu, 6 Sep 2001 00:35:33 -0700 (PDT) Received: (qmail 59782475 invoked by uid 0); 6 Sep 2001 07:35:32 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 6 Sep 2001 07:35:32 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f867ZVo92020; Thu, 6 Sep 2001 09:35:31 +0200 (CEST) (envelope-from root) Message-Id: <200109060735.f867ZVo92020@gits.dyndns.org> Date: Thu, 6 Sep 2001 09:35:31 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org Cc: naddy@mips.inka.de X-Send-Pr-Version: 3.113 Subject: ports/30371: Updated port: archivers/gtar (1.13.22) 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: 30371 >Category: ports >Synopsis: Updated port: archivers/gtar (1.13.22) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 06 00:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-RC i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #29: Sat Aug 25 14:49:20 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: Makefile PORTVERSION bumped to 1.13.22. distinfo updated. pkg-descr WWW added. pkg-plist updated. files/patch-lib_dirname_c files/patch-lib_prepargs_c deleted. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/gtar/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 2001/02/08 17:31:26 1.19 +++ Makefile 2001/09/06 07:28:19 @@ -6,7 +6,7 @@ # PORTNAME= tar -PORTVERSION= 1.13.19 +PORTVERSION= 1.13.22 PKGNAMEPREFIX= g CATEGORIES= archivers sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \ @@ -20,12 +20,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ + LDFLAGS='-L${LOCALBASE}/lib ${LDSTATIC}' \ DEFAULT_ARCHIVE='/dev/sa0' .if defined(WANT_STATIC) -CONFIGURE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -static' +LDSTATIC= -static .else -CONFIGURE_ENV+= LDFLAGS='-L${LOCALBASE}/lib' +LDSTATIC= .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/archivers/gtar/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2001/02/01 14:48:43 1.5 +++ distinfo 2001/09/06 07:03:40 @@ -1 +1 @@ -MD5 (tar-1.13.19.tar.gz) = ff10ade59f5b312869ffb2f229177e14 +MD5 (tar-1.13.22.tar.gz) = 6336bb0531efec441617a2fc5211b396 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/archivers/gtar/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 2001/02/01 14:48:43 1.2 +++ pkg-descr 2001/02/18 05:59:13 @@ -10,3 +10,5 @@ Note that this port will install these utilities with a 'g' prefix, e.g. gtar, but the texinfo documentation will refer to them without the 'g' prefix. + +WWW: http://www.gnu.org/software/tar/tar.html Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/archivers/gtar/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 2001/02/01 14:48:43 1.6 +++ pkg-plist 2001/09/06 07:30:20 @@ -10,9 +10,9 @@ share/locale/es/LC_MESSAGES/tar.mo share/locale/et/LC_MESSAGES/tar.mo share/locale/fr/LC_MESSAGES/tar.mo +share/locale/id/LC_MESSAGES/tar.mo share/locale/it/LC_MESSAGES/tar.mo share/locale/ja/LC_MESSAGES/tar.mo -share/locale/ko/LC_MESSAGES/tar.mo share/locale/nl/LC_MESSAGES/tar.mo share/locale/no/LC_MESSAGES/tar.mo share/locale/pl/LC_MESSAGES/tar.mo @@ -21,3 +21,4 @@ share/locale/ru/LC_MESSAGES/tar.mo share/locale/sl/LC_MESSAGES/tar.mo share/locale/sv/LC_MESSAGES/tar.mo +share/locale/tr/LC_MESSAGES/tar.mo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message