From ee725594af226f30e7b79439784a6c5a14bd1d9f Mon Sep 17 00:00:00 2001 From: danw Date: Sat, 2 Oct 2004 14:52:08 +0000 Subject: 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.) --- archivers/gtar-base/PLIST.Darwin | 3 --- archivers/gtar-base/distinfo | 3 +-- archivers/gtar-base/patches/patch-ae | 18 ------------------ 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 archivers/gtar-base/PLIST.Darwin delete mode 100644 archivers/gtar-base/patches/patch-ae 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 - -- cgit v1.2.3