mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Added tar-1.22 with a small patch to allow the test suite to build.
Cleanup up the Copyright field on several of my old .OPD files. This was done to match the example at http://www.haiku-os.org/node/2525 which doesn't contain a comma bewtween the date and the copyright owner.
This commit is contained in:
11
app-arch/tar/patches/tar-1.22.patch
Normal file
11
app-arch/tar/patches/tar-1.22.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -up tar-1.22/lib/string.in.h.orig tar-1.22/lib/string.in.h
|
||||
--- tar-1.22/lib/string.in.h.orig 2009-12-29 20:13:44.000000000 -0700
|
||||
+++ tar-1.22/lib/string.in.h 2009-12-29 20:14:22.000000000 -0700
|
||||
@@ -39,6 +39,7 @@
|
||||
/* The attribute __pure__ was added in gcc 2.96. */
|
||||
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
|
||||
# define __pure__ /* empty */
|
||||
+# define restrict __restrict
|
||||
# endif
|
||||
#endif
|
||||
|
||||
17
app-arch/tar/tar-1.22.bep
Normal file
17
app-arch/tar/tar-1.22.bep
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION="tar saves and restores files from a tape or disk archive."
|
||||
HOMEPAGE="http://www.gnu.org/software/tar/"
|
||||
SRC_URI="http://ftp.gnu.org/gnu/tar/tar-1.22.tar.bz2"
|
||||
CHECKSUM_MD5="07fa517027f426bb80f5f5ff91b63585"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd tar-1.22
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd tar-1.22
|
||||
make install
|
||||
}
|
||||
5
app-arch/tar/tar.OptionalPackageDescription
Normal file
5
app-arch/tar/tar.OptionalPackageDescription
Normal file
@@ -0,0 +1,5 @@
|
||||
Package: tar
|
||||
Version: 1.22
|
||||
Copyright: 1990-2009 Free Software Foundation, Inc.
|
||||
License: GNU GPL v3
|
||||
URL: http://www.gnu.org/software/tar/
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: Doxygen
|
||||
Version: 1.6.1
|
||||
Copyright: 1997-2009, Dimitri van Heesch
|
||||
Copyright: 1997-2009 Dimitri van Heesch
|
||||
License: GNU GPL v2
|
||||
URL: http://www.doxygen.org/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: htmltidy
|
||||
Version: 20092812
|
||||
Copyright: 1998-2008, World Wide Web Consortium
|
||||
Copyright: 1998-2008 World Wide Web Consortium
|
||||
License: MIT
|
||||
URL: http://tidy.sourceforge.net/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package: Ruby
|
||||
Version: 1.9.1
|
||||
Copyright: 1993-2009, Yukihiro Matsumoto
|
||||
Copyright: 1993-2009 Yukihiro Matsumoto
|
||||
License: Ruby
|
||||
License: GNU GPL v2
|
||||
License: GNU LGPL v2.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: libedit
|
||||
Version: 20090923
|
||||
Copyright: 1992-2009, The NetBSD Foundation, Inc.
|
||||
Copyright: 1992-2009 The NetBSD Foundation, Inc.
|
||||
License: BSD (3-clause)
|
||||
URL: http://www.thrysoee.dk/editline/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: cscope
|
||||
Version: 15.7a
|
||||
Copyright: 1998-2000, The Santa Cruz Operation
|
||||
Copyright: 1998-2000 The Santa Cruz Operation
|
||||
License: BSD (3-clause)
|
||||
URL: http://cscope.sourceforge.net/
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
Package: global
|
||||
Version: 5.7.7
|
||||
Copyright: 2000-2007, Tama Communications Corporation
|
||||
Copyright: 2007-2009, Free Software Foundation
|
||||
Copyright: 2000-2007 Tama Communications Corporation, 2007-2009 Free Software Foundation, Inc.
|
||||
License: GPL v3
|
||||
URL: http://www.gnu.org/software/global/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: idutils
|
||||
Version: 4.2
|
||||
Copyright: 1986-2006, Free Software Foundation
|
||||
Copyright: 1986-2006 Free Software Foundation, Inc.
|
||||
License: GPL v2
|
||||
URL: http://www.gnu.org/software/idutils/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: patchutils
|
||||
Version: 0.3.1
|
||||
Copyright: 2001-2009, Tim Waugh
|
||||
Copyright: 2001-2009 Tim Waugh
|
||||
License: GPL v2
|
||||
URL: http://cyberelk.net/tim/patchutils/
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
Package: pngcrush
|
||||
Version: 1.7.6
|
||||
Copyright: 1998-2009, Glenn Randers-Pehrson
|
||||
Copyright: 2005, Greg Roelofs
|
||||
Copyright: 1998-2009 Glenn Randers-Pehrson, 2005 Greg Roelofs
|
||||
License: PNG
|
||||
URL: http://pmt.sourceforge.net/pngcrush/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: groff
|
||||
Version: 1.20.1
|
||||
Copyright: 2003-2009, Free Software Foundation
|
||||
Copyright: 2003-2009 Free Software Foundation, Inc.
|
||||
License: GPL v3
|
||||
URL: http://www.gnu.org/software/groff/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: man
|
||||
Version: 1.6f
|
||||
Copyright: 1989-2009, Free Software Foundation
|
||||
Copyright: 1989-2009 Free Software Foundation, Inc.
|
||||
License: GPL v2
|
||||
URL: http://primates.ximian.com/~flucifredi/man/
|
||||
|
||||
Reference in New Issue
Block a user