diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-22 23:15:51 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-22 23:15:51 +0000 |
commit | 2dea5b202ad46542b36c2eb5c524ac31c77eed35 (patch) | |
tree | 579e1d06ac97fdb40e05713e357bf967a8ea06bd /devel/pkg-config | |
parent | 838d0f543450ed39dfb6fd717c556f53115e2f2f (diff) | |
download | FreeBSD-ports-2dea5b202ad46542b36c2eb5c524ac31c77eed35.zip FreeBSD-ports-2dea5b202ad46542b36c2eb5c524ac31c77eed35.tar.gz |
Update to 0.15.0.
Diffstat (limited to 'devel/pkg-config')
-rw-r--r-- | devel/pkg-config/Makefile | 4 | ||||
-rw-r--r-- | devel/pkg-config/distinfo | 2 | ||||
-rw-r--r-- | devel/pkg-config/files/patch-pkg.c | 15 |
3 files changed, 11 insertions, 10 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index 36256dc..8eece14 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 19722b4..0dbbf45 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 4fa8537..f928ebc 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); } } + |