Update to 1.13.22. Note:
- The semantics for excludes have changed, and new options have been added in this area. - bzip2 filtering has stabilized at -j.
This commit is contained in:
parent
82cc44ae52
commit
997a37376c
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2001/04/20 17:35:33 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2001/09/15 14:50:08 naddy Exp $
|
||||
|
||||
COMMENT= "GNU version of the traditional tar archiver"
|
||||
|
||||
DISTNAME= tar-1.13.19
|
||||
DISTNAME= tar-1.13.22
|
||||
PKGNAME= g${DISTNAME}
|
||||
CATEGORIES= archivers
|
||||
NEED_VERSION= 1.384
|
||||
@ -10,8 +10,6 @@ MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \
|
||||
ftp://ftp.sunsite.org.uk/Mirrors/alpha.gnu.org/gnu/tar/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar/
|
||||
|
||||
LIB_DEPENDS= intl.1::devel/gettext
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -19,6 +17,11 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= intl.1::devel/gettext
|
||||
RUN_DEPENDS= bzip2::archivers/bzip2
|
||||
|
||||
SEPARATE_BUILD= flavored
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (tar-1.13.19.tar.gz) = ff10ade59f5b312869ffb2f229177e14
|
||||
RMD160 (tar-1.13.19.tar.gz) = 22e7e9ec473afdcf6a10ab52e1df12295296785d
|
||||
SHA1 (tar-1.13.19.tar.gz) = 19dffe3c6840520ff155eb1f84e2627767f6ce32
|
||||
MD5 (tar-1.13.22.tar.gz) = 6336bb0531efec441617a2fc5211b396
|
||||
RMD160 (tar-1.13.22.tar.gz) = 2ca5e17ff7bbd591270b9fb11d753af87d1cf9cd
|
||||
SHA1 (tar-1.13.22.tar.gz) = a5b853cfa95869ad6fe511851473cb0c0b780513
|
||||
|
11
archivers/gtar/patches/patch-lib_Makefile_in
Normal file
11
archivers/gtar/patches/patch-lib_Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-lib_Makefile_in,v 1.1 2001/09/15 14:50:08 naddy Exp $
|
||||
--- lib/Makefile.in.orig Fri Sep 7 02:13:04 2001
|
||||
+++ lib/Makefile.in Fri Sep 7 02:13:19 2001
|
||||
@@ -444,6 +444,7 @@ $(srcdir)/getdate.c: getdate.y
|
||||
cd $(srcdir) && \
|
||||
$(YACC) $(YFLAGS) getdate.y && \
|
||||
mv -f y.tab.c getdate.c
|
||||
+getdate.o: $(srcdir)/getdate.c
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2000/12/21 19:38:12 naddy Exp $
|
||||
bin/gtar
|
||||
@comment $OpenBSD: PLIST,v 1.11 2001/09/15 14:50:08 naddy Exp $
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/tar.info
|
||||
bin/gtar
|
||||
info/tar.info
|
||||
@exec install-info --info-dir=%D/info %D/info/tar.info
|
||||
libexec/grmt
|
||||
share/locale/cs/LC_MESSAGES/tar.mo
|
||||
share/locale/da/LC_MESSAGES/tar.mo
|
||||
@ -10,9 +9,9 @@ share/locale/de/LC_MESSAGES/tar.mo
|
||||
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 +20,5 @@ share/locale/pt_BR/LC_MESSAGES/tar.mo
|
||||
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
|
||||
@exec install-info --info-dir=%D/info %D/info/tar.info
|
||||
|
Loading…
Reference in New Issue
Block a user