1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Update to 0.15.0.

This commit is contained in:
Joe Marcus Clarke 2003-01-22 23:15:51 +00:00
parent 072d6bd76c
commit f04d970aea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73829
6 changed files with 22 additions and 20 deletions

View File

@ -6,10 +6,10 @@
# #
PORTNAME= pkgconfig PORTNAME= pkgconfig
PORTVERSION= 0.14.0 PORTVERSION= 0.15.0
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.14 MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.15
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org

View File

@ -1 +1 @@
MD5 (gnome2/pkgconfig-0.14.0.tar.bz2) = 5db4b49565fe03b95181e15372084f36 MD5 (gnome2/pkgconfig-0.15.0.tar.bz2) = 8e3f44717a76069fcc8fdae9c252369b

View File

@ -1,6 +1,6 @@
--- pkg.c.orig Thu Feb 7 14:32:13 2002 --- pkg.c.orig Thu Jan 16 16:07:09 2003
+++ pkg.c Tue Mar 12 16:54:50 2002 +++ pkg.c Wed Jan 22 18:11:41 2003
@@ -93,7 +93,7 @@ @@ -113,7 +113,7 @@
* locations, ignoring duplicates * locations, ignoring duplicates
*/ */
static void static void
@ -9,7 +9,7 @@
{ {
DIR *dir; DIR *dir;
struct dirent *dent; struct dirent *dent;
@@ -113,7 +113,8 @@ @@ -133,7 +133,8 @@
free (dirname_copy); free (dirname_copy);
if (!dir) if (!dir)
{ {
@ -19,13 +19,14 @@
dirname, g_strerror (errno)); dirname, g_strerror (errno));
return; return;
} }
@@ -177,7 +178,9 @@ @@ -202,7 +203,9 @@
path_positions = g_hash_table_new (g_str_hash, g_str_equal); path_positions = g_hash_table_new (g_str_hash, g_str_equal);
g_slist_foreach (search_dirs, (GFunc)scan_dir, NULL); g_slist_foreach (search_dirs, (GFunc)scan_dir, NULL);
- scan_dir (PKGLIBDIR); - scan_dir (pkglibdir);
+ scan_dir (PKGLIBDIR, (void *)0); + scan_dir (pkglibdir, (void *)0);
+ scan_dir (XPKGLIBDIR, (void *)1); + scan_dir (XPKGLIBDIR, (void *)1);
+ scan_dir (LPKGLIBDIR, (void *)1); + scan_dir (LPKGLIBDIR, (void *)1);
} }
} }

View File

@ -6,10 +6,10 @@
# #
PORTNAME= pkgconfig PORTNAME= pkgconfig
PORTVERSION= 0.14.0 PORTVERSION= 0.15.0
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.14 MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.15
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org

View File

@ -1 +1 @@
MD5 (gnome2/pkgconfig-0.14.0.tar.bz2) = 5db4b49565fe03b95181e15372084f36 MD5 (gnome2/pkgconfig-0.15.0.tar.bz2) = 8e3f44717a76069fcc8fdae9c252369b

View File

@ -1,6 +1,6 @@
--- pkg.c.orig Thu Feb 7 14:32:13 2002 --- pkg.c.orig Thu Jan 16 16:07:09 2003
+++ pkg.c Tue Mar 12 16:54:50 2002 +++ pkg.c Wed Jan 22 18:11:41 2003
@@ -93,7 +93,7 @@ @@ -113,7 +113,7 @@
* locations, ignoring duplicates * locations, ignoring duplicates
*/ */
static void static void
@ -9,7 +9,7 @@
{ {
DIR *dir; DIR *dir;
struct dirent *dent; struct dirent *dent;
@@ -113,7 +113,8 @@ @@ -133,7 +133,8 @@
free (dirname_copy); free (dirname_copy);
if (!dir) if (!dir)
{ {
@ -19,13 +19,14 @@
dirname, g_strerror (errno)); dirname, g_strerror (errno));
return; return;
} }
@@ -177,7 +178,9 @@ @@ -202,7 +203,9 @@
path_positions = g_hash_table_new (g_str_hash, g_str_equal); path_positions = g_hash_table_new (g_str_hash, g_str_equal);
g_slist_foreach (search_dirs, (GFunc)scan_dir, NULL); g_slist_foreach (search_dirs, (GFunc)scan_dir, NULL);
- scan_dir (PKGLIBDIR); - scan_dir (pkglibdir);
+ scan_dir (PKGLIBDIR, (void *)0); + scan_dir (pkglibdir, (void *)0);
+ scan_dir (XPKGLIBDIR, (void *)1); + scan_dir (XPKGLIBDIR, (void *)1);
+ scan_dir (LPKGLIBDIR, (void *)1); + scan_dir (LPKGLIBDIR, (void *)1);
} }
} }