diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-07 12:54:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-07 12:54:53 +0000 |
commit | d8df6c0464b39f72487066f7bd18db9941b4fa29 (patch) | |
tree | 99861f9e8d70f2c768bd80a6f8c64e1c584b0b1e /devel/pkgconfig | |
parent | f5251e7ff8cf6509eac8a7a9a00739eef00caa45 (diff) | |
download | ports-d8df6c0464b39f72487066f7bd18db9941b4fa29.tar.gz ports-d8df6c0464b39f72487066f7bd18db9941b4fa29.zip |
Notes
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r-- | devel/pkgconfig/Makefile | 2 | ||||
-rw-r--r-- | devel/pkgconfig/distinfo | 2 | ||||
-rw-r--r-- | devel/pkgconfig/files/patch-Makefile.in | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 1cf141eae423..08b44cbd2ccd 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pkgconfig -PORTVERSION= 0.8.0 +PORTVERSION= 0.10.0 CATEGORIES= devel MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo index 5c9080f54d64..22c628d4c91b 100644 --- a/devel/pkgconfig/distinfo +++ b/devel/pkgconfig/distinfo @@ -1 +1 @@ -MD5 (pkgconfig-0.8.0.tar.gz) = e110ee9635fbc0ec159c440c75876a96 +MD5 (pkgconfig-0.10.0.tar.gz) = 8cf9270cee9a8d85ef977f9ac6fec927 diff --git a/devel/pkgconfig/files/patch-Makefile.in b/devel/pkgconfig/files/patch-Makefile.in index 75cdeb89ca3a..c0e58c620757 100644 --- a/devel/pkgconfig/files/patch-Makefile.in +++ b/devel/pkgconfig/files/patch-Makefile.in @@ -1,8 +1,8 @@ $FreeBSD$ ---- Makefile.in.orig Wed Jan 3 11:39:15 2001 -+++ Makefile.in Sun Apr 29 14:40:59 2001 +--- Makefile.in.orig Sun Feb 3 20:23:27 2002 ++++ Makefile.in Thu Feb 7 11:46:04 2002 @@ -35,7 +35,7 @@ DESTDIR = @@ -12,12 +12,12 @@ $FreeBSD$ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . -@@ -81,7 +81,7 @@ +@@ -91,7 +91,7 @@ bin_PROGRAMS = pkg-config --INCLUDES = -DPKGLIBDIR="\"$(pkglibdir)\"" -I./glib-1.2.8 -+INCLUDES = -DPKGLIBDIR="\"$(pkglibdir)\"" -DXPKGLIBDIR="\"$(X11BASE)/libdata/@PACKAGE@\"" -DLPKGLIBDIR="\"$(LOCALBASE)/libdata/@PACKAGE@\"" -I./glib-1.2.8 - - pkg_config_SOURCES = pkg.h pkg.c partial-glib.h partial-glib.c parse.h parse.c main.c findme.c findme.h popt.c popt.h poptconfig.c popthelp.c poptint.h poptparse.c +-INCLUDES = -DPKGLIBDIR="\"$(pkglibdir)\"" $(included_glib_includes) ++INCLUDES = -DPKGLIBDIR="\"$(pkglibdir)\"" -DXPKGLIBDIR="\"$(X11BASE)/libdata/@PACKAGE@\"" -DLPKGLIBDIR="\"$(LOCALBASE)/libdata/@PACKAGE@\"" $(included_glib_includes) + pkg_config_SOURCES = \ + pkg.h \ |