diff options
author | danw <danw@pkgsrc.org> | 2004-10-02 14:52:08 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-10-02 14:52:08 +0000 |
commit | ee725594af226f30e7b79439784a6c5a14bd1d9f (patch) | |
tree | 1b765f8d36872e8f255644082829f4f37dbf2a5b | |
parent | 2ca5fafdc8ff7402891f8f3244c002ca83bb06be (diff) | |
download | pkgsrc-ee725594af226f30e7b79439784a6c5a14bd1d9f.tar.gz |
remove a really really crufty darwin patch noticed by wiz. (the
package doesn't currently build on darwin with or without the patch,
but darwin has gtar in the base OS anyway.)
-rw-r--r-- | archivers/gtar-base/PLIST.Darwin | 3 | ||||
-rw-r--r-- | archivers/gtar-base/distinfo | 3 | ||||
-rw-r--r-- | archivers/gtar-base/patches/patch-ae | 18 |
3 files changed, 1 insertions, 23 deletions
diff --git a/archivers/gtar-base/PLIST.Darwin b/archivers/gtar-base/PLIST.Darwin deleted file mode 100644 index 503bc388995..00000000000 --- a/archivers/gtar-base/PLIST.Darwin +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST.Darwin,v 1.3 2004/04/05 18:38:43 reed Exp $ -bin/${GTAR_PROGRAM_PREFIX}tar -man/man1/${GTAR_PROGRAM_PREFIX}tar.1 diff --git a/archivers/gtar-base/distinfo b/archivers/gtar-base/distinfo index f1ce407ae0a..d421b78289a 100644 --- a/archivers/gtar-base/distinfo +++ b/archivers/gtar-base/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.10 2004/09/27 16:12:04 wiz Exp $ +$NetBSD: distinfo,v 1.11 2004/10/02 14:52:08 danw Exp $ SHA1 (tar-1.14.tar.gz) = 484d3ac9c15a598f2ee110155d87b3daecc7b13c Size (tar-1.14.tar.gz) = 1485633 bytes SHA1 (patch-aa) = df97e08202682939f329f33222540b46ed6baa36 SHA1 (patch-ab) = 416495f330cb7614eb466547bc468213213e3a90 SHA1 (patch-ac) = 41d4153b44b5852664401d9be3a0b0a4ef4984eb -SHA1 (patch-ae) = 428a5a263dd889e09c0d5404eb8d4fe5dbeeb61d SHA1 (patch-ag) = 3cb3f8ed288a141896e65410c453b15578943ab3 diff --git a/archivers/gtar-base/patches/patch-ae b/archivers/gtar-base/patches/patch-ae deleted file mode 100644 index 50dfc2bcddf..00000000000 --- a/archivers/gtar-base/patches/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ae,v 1.5 2004/09/27 16:12:04 wiz Exp $ - ---- Makefile.in.orig 2004-05-11 10:13:22.000000000 +0200 -+++ Makefile.in -@@ -229,7 +229,12 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - ACLOCAL_AMFLAGS = -I m4 - EXTRA_DIST = ChangeLog.1 PORTS --SUBDIRS = doc lib src scripts po tests -+OPSYS!= uname -s -+.if ${OPSYS} == "Darwin" -+SUBDIRS = lib src scripts tests -+.else -+SUBDIRS = lib src scripts po tests -+.endif - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive - |