Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2001 09:35:31 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        naddy@mips.inka.de
Subject:   ports/30371: Updated port: archivers/gtar (1.13.22)
Message-ID:  <200109060735.f867ZVo92020@gits.dyndns.org>

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

>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 <bsd.port.mk>
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




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