summaryrefslogtreecommitdiff
path: root/devel/pkg-config
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-22 23:15:51 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-22 23:15:51 +0000
commitf04d970aea9a027cc6406f9224ae2f45d0936d01 (patch)
tree80570048e5e87e45b35a7d32c099fb22c072d709 /devel/pkg-config
parent- style fix (diff)
Update to 0.15.0.
Notes
Notes: svn path=/head/; revision=73829
Diffstat (limited to 'devel/pkg-config')
-rw-r--r--devel/pkg-config/Makefile4
-rw-r--r--devel/pkg-config/distinfo2
-rw-r--r--devel/pkg-config/files/patch-pkg.c15
3 files changed, 11 insertions, 10 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
index 36256dcb943a..8eece14cefca 100644
--- a/devel/pkg-config/Makefile
+++ b/devel/pkg-config/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= pkgconfig
-PORTVERSION= 0.14.0
+PORTVERSION= 0.15.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.14
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.15
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
diff --git a/devel/pkg-config/distinfo b/devel/pkg-config/distinfo
index 19722b49ce11..0dbbf456a00b 100644
--- a/devel/pkg-config/distinfo
+++ b/devel/pkg-config/distinfo
@@ -1 +1 @@
-MD5 (gnome2/pkgconfig-0.14.0.tar.bz2) = 5db4b49565fe03b95181e15372084f36
+MD5 (gnome2/pkgconfig-0.15.0.tar.bz2) = 8e3f44717a76069fcc8fdae9c252369b
diff --git a/devel/pkg-config/files/patch-pkg.c b/devel/pkg-config/files/patch-pkg.c
index 4fa85372148d..f928ebc29910 100644
--- a/devel/pkg-config/files/patch-pkg.c
+++ b/devel/pkg-config/files/patch-pkg.c
@@ -1,6 +1,6 @@
---- pkg.c.orig Thu Feb 7 14:32:13 2002
-+++ pkg.c Tue Mar 12 16:54:50 2002
-@@ -93,7 +93,7 @@
+--- pkg.c.orig Thu Jan 16 16:07:09 2003
++++ pkg.c Wed Jan 22 18:11:41 2003
+@@ -113,7 +113,7 @@
* locations, ignoring duplicates
*/
static void
@@ -9,7 +9,7 @@
{
DIR *dir;
struct dirent *dent;
-@@ -113,7 +113,8 @@
+@@ -133,7 +133,8 @@
free (dirname_copy);
if (!dir)
{
@@ -19,13 +19,14 @@
dirname, g_strerror (errno));
return;
}
-@@ -177,7 +178,9 @@
+@@ -202,7 +203,9 @@
path_positions = g_hash_table_new (g_str_hash, g_str_equal);
g_slist_foreach (search_dirs, (GFunc)scan_dir, NULL);
-- scan_dir (PKGLIBDIR);
-+ scan_dir (PKGLIBDIR, (void *)0);
+- scan_dir (pkglibdir);
++ scan_dir (pkglibdir, (void *)0);
+ scan_dir (XPKGLIBDIR, (void *)1);
+ scan_dir (LPKGLIBDIR, (void *)1);
}
}
+