pkgconfig: remove old non-recipes and patches

This commit is contained in:
Ingo Weinhold
2013-06-11 16:57:42 +02:00
parent 2af394537a
commit fe182f8451
3 changed files with 0 additions and 95 deletions

View File

@@ -1,26 +0,0 @@
--- pkg-config-0.25/parse.c 2010-05-27 20:21:36.003670016 +0000
+++ pkg-config-0.25-haiku/parse.c 2010-08-05 02:44:44.243269632 +0000
@@ -880,8 +880,9 @@
pkg->other_cflags = g_slist_prepend (pkg->other_cflags,
g_strdup (arg));
if (strcmp("-idirafter", arg) == 0) {
- tmp = trim_string(argv[++i]);
- char *n = strdup_escape_shell(tmp);
+ char *n;
+ tmp = trim_string(argv[++i]);
+ n = strdup_escape_shell(tmp);
pkg->other_cflags = g_slist_prepend(pkg->other_cflags, n);
g_free(tmp);
}
diff -urN pkg-config-0.25/pkg.m4 pkg-config-0.25-dnlfixed/pkg.m4
--- pkg-config-0.25/pkg.m4 2009-12-06 20:39:02.000524288 +0000
+++ pkg-config-0.25-dnlfixed/pkg.m4 2010-09-07 20:24:30.345505792 +0000
@@ -135,7 +135,7 @@
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
-_PKG_TEXT])dnl
+_PKG_TEXT])[]dnl
])
elif test $pkg_failed = untried; then
AC_MSG_RESULT([no])

View File

@@ -1,33 +0,0 @@
DESCRIPTION="pkgconfig"
HOMEPAGE="http://pkg-config.freedesktop.org/wiki/"
SRC_URI="http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz"
CHECKSUM_MD5="d922a88782b64441d06547632fd85744"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd pkg-config-0.23/glib-1.2.10
mkdir -p m4
libtoolize --force --copy --install
aclocal --install -I m4
autoreconf
cd ..
mkdir -p m4
libtoolize --force --copy --install
aclocal --install -I m4
autoreconf
automake
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd pkg-config-0.23
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="1998, 2001-2006 Red Hat Inc."

View File

@@ -1,36 +0,0 @@
DESCRIPTION="pkgconfig"
HOMEPAGE="http://pkg-config.freedesktop.org/wiki/"
SRC_URI="http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz"
CHECKSUM_MD5="a3270bab3f4b69b7dc6dbdacbcae9745"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd pkg-config-0.25/glib-1.2.10
mkdir -p m4
libtoolize --force --copy --install
aclocal --install -I m4
autoreconf
cd ..
mkdir -p m4
libtoolize --force --copy --install
aclocal --install -I m4
autoreconf
automake
autoconf
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
--docdir=$COMMON_DOCS/doc/pkg-config \
--mandir=$COMMON_DOCS/man
make
}
INSTALL()
{
cd pkg-config-0.25
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="1998, 2001-2006 Red Hat Inc."