Add patch-2.6.1, make-3.81, and diffutils-2.9

This commit is contained in:
Chris Roberts
2010-04-18 19:48:29 +00:00
parent 84499aa769
commit 4df89186c3
8 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
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
./configure --prefix=/boot/common
make
}
INSTALL {
cd make-3.81
make install
}

View File

@@ -0,0 +1,5 @@
Package: make
Version: 3.81
Copyright: 1988-2006 Free Software Foundation, Inc.
License: GNU GPL v2
URL: http://www.gnu.org/software/make/

View File

@@ -0,0 +1,12 @@
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 <ar.h>
# else
/* BeOS 5 doesn't have <ar.h> but has archives in the same format

View File

@@ -0,0 +1,17 @@
DESCRIPTION="Utility to apply diffs to files."
HOMEPAGE="http://www.gnu.org/software/patch/"
SRC_URI="http://ftp.gnu.org/pub/gnu/patch/patch-2.6.1.tar.bz2"
CHECKSUM_MD5="0818d1763ae0c4281bcdc63cdac0b2c0"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd patch-2.6.1
./configure --prefix=/boot/common
make
}
INSTALL {
cd patch-2.6.1
make install
}

View File

@@ -0,0 +1,5 @@
Package: patch
Version: 2.6.1
Copyright: 1989-2009 Free Software Foundation, Inc.
License: GNU GPL v3
URL: http://www.gnu.org/software/patch/