From fb5ef9aa7e1176be8b89b289a366676d64cfddff Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 25 Aug 2013 13:23:24 +0200 Subject: [PATCH] Drop old make recipes and patches --- sys-devel/make/make-3.81.recipe | 30 -------------------------- sys-devel/make/patches/make-3.81.patch | 12 ----------- 2 files changed, 42 deletions(-) delete mode 100644 sys-devel/make/make-3.81.recipe delete mode 100644 sys-devel/make/patches/make-3.81.patch diff --git a/sys-devel/make/make-3.81.recipe b/sys-devel/make/make-3.81.recipe deleted file mode 100644 index f3efec007..000000000 --- a/sys-devel/make/make-3.81.recipe +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION="Standard tool to compile source trees." -HOMEPAGE="http://www.gnu.org/software/make/" -SRC_URI="http://ftp.gnu.org/pub/gnu/make/make-3.81.tar.bz2" -CHECKSUM_MD5="354853e0b2da90c527e35aabb8d6f1e6" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -BUILD() -{ - cd make-3.81 - libtoolize -fci - prefix=$(finddir B_PACKAGE_LINKS_DIRECTORY)/make-3.81 - ./configure --prefix=$prefix \ - --datadir=$prefix/data \ - --sbindir=$prefix/bin \ - --includedir=$prefix/develop/headers \ - --sysconfdir=$prefix/settings \ - --infodir=$prefix/documentation/info \ - --mandir=$prefix/documentation/man \ - --disable-rpath --with-gnu-ld - make -} - -INSTALL() -{ - cd make-3.81 - make install -} -LICENSE="GNU GPL v2" -COPYRIGHT="1988-2006 Free Software Foundation, Inc." diff --git a/sys-devel/make/patches/make-3.81.patch b/sys-devel/make/patches/make-3.81.patch deleted file mode 100644 index e8ce9e72a..000000000 --- a/sys-devel/make/patches/make-3.81.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up make-3.81/arscan.c.orig make-3.81/arscan.c ---- make-3.81/arscan.c.orig 2010-04-18 13:33:16.283901952 -0600 -+++ make-3.81/arscan.c 2010-04-18 13:34:10.106168320 -0600 -@@ -231,7 +231,7 @@ ar_scan (char *archive, long int (*funct - #endif - - #ifndef WINDOWS32 --# ifndef __BEOS__ -+# if !defined(__BEOS__) && !defined(__HAIKU__) - # include - # else - /* BeOS 5 doesn't have but has archives in the same format