diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-14 18:26:26 +0000 |
commit | ab17dd00b38838a22e1440f451aa97b8661c2248 (patch) | |
tree | c1e08f830ccc454388579e8a5bb683d354ff965d /devel | |
parent | 0e68344a802d6f4ce3ddd68edc97b5fabc9f9acb (diff) | |
download | pkgsrc-ab17dd00b38838a22e1440f451aa97b8661c2248.tar.gz |
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf/Makefile | 4 | ||||
-rw-r--r-- | devel/GConf2/Makefile.common | 4 | ||||
-rw-r--r-- | devel/at-spi/Makefile | 6 | ||||
-rw-r--r-- | devel/atk/Makefile | 4 | ||||
-rw-r--r-- | devel/blib/Makefile | 8 | ||||
-rw-r--r-- | devel/bonobo/Makefile | 4 | ||||
-rw-r--r-- | devel/eel2/Makefile | 4 | ||||
-rw-r--r-- | devel/gal2/Makefile | 4 | ||||
-rw-r--r-- | devel/gconfmm/Makefile | 6 | ||||
-rw-r--r-- | devel/glib/Makefile | 8 | ||||
-rw-r--r-- | devel/glib2/Makefile | 10 | ||||
-rw-r--r-- | devel/libgphoto2/Makefile | 4 | ||||
-rw-r--r-- | devel/libgsf/Makefile | 6 | ||||
-rw-r--r-- | devel/libgtop2/Makefile | 6 | ||||
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | devel/libntlm/Makefile | 4 | ||||
-rw-r--r-- | devel/libsigc++/Makefile | 4 | ||||
-rw-r--r-- | devel/loudmouth/Makefile | 4 | ||||
-rw-r--r-- | devel/ogre/Makefile | 4 | ||||
-rw-r--r-- | devel/pango/Makefile | 12 |
20 files changed, 55 insertions, 55 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index ee2b3b8d611..9312607b89e 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2004/02/14 17:21:36 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= GConf-1.0.9 @@ -20,7 +20,7 @@ USE_X11BASE= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/gconf.pc.in +PKGCONFIG_OVERRIDE= gconf.pc.in CPPFLAGS+= -I${BUILDLINK_PREFIX.db3}/include/db3 PLIST_SUBST+= LOCALBASE=${LOCALBASE} diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index e447b28c5d3..1d57a27f9ee 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2004/02/14 17:21:36 jlam Exp $ +# $NetBSD: Makefile.common,v 1.16 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= GConf-2.4.0.1 @@ -23,7 +23,7 @@ USE_LIBTOOL= yes USE_GNU_TOOLS+= make USE_PERL5= build -PKGCONFIG_OVERRIDE= ${WRKSRC}/gconf-2.0.pc.in +PKGCONFIG_OVERRIDE= gconf-2.0.pc.in PKG_SYSCONFSUBDIR= gconf diff --git a/devel/at-spi/Makefile b/devel/at-spi/Makefile index 7e926002327..8432e39c481 100644 --- a/devel/at-spi/Makefile +++ b/devel/at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/14 17:21:36 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= at-spi-1.3.9 @@ -21,8 +21,8 @@ USE_X11= yes CONFIGURE_ARGS+= --disable-gtk-doc -PKGCONFIG_OVERRIDE+= ${WRKSRC}/cspi-1.0.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/libspi-1.0.pc.in +PKGCONFIG_OVERRIDE+= cspi-1.0.pc.in +PKGCONFIG_OVERRIDE+= libspi-1.0.pc.in .include "../../devel/atk/buildlink3.mk" .include "../../devel/gail/buildlink3.mk" diff --git a/devel/atk/Makefile b/devel/atk/Makefile index b303d2a0b09..c2b63c90345 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/02/14 17:21:36 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= atk-1.4.1 @@ -15,7 +15,7 @@ USE_GNU_TOOLS+= make GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE= ${WRKSRC}/atk.pc.in +PKGCONFIG_OVERRIDE= atk.pc.in CONFIGURE_ARGS+= --enable-gtk-doc=no CONFIGURE_ARGS+= --with-html-dir="${LOCALBASE}/share/doc/html" diff --git a/devel/blib/Makefile b/devel/blib/Makefile index 3839d4be53b..98bd9263646 100644 --- a/devel/blib/Makefile +++ b/devel/blib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:36 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= blib-1.0.2 @@ -15,9 +15,9 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES SHLIBTOOL_OVERRIDE= modules/libtool -PKGCONFIG_OVERRIDE+= ${WRKSRC}/blib-directfb.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/blib-gtk.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/blib.pc.in +PKGCONFIG_OVERRIDE+= blib-directfb.pc.in +PKGCONFIG_OVERRIDE+= blib-gtk.pc.in +PKGCONFIG_OVERRIDE+= blib.pc.in CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html CONFIGURE_ARGS+= --enable-gtk-doc=no diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 69652850f13..75a4fed6295 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2004/02/14 17:21:36 jlam Exp $ +# $NetBSD: Makefile,v 1.44 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= bonobo-1.0.18 @@ -25,7 +25,7 @@ CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" CONFIGURE_ENV+= X11BASE="${X11BASE}" CONFIGURE_ARGS+= --enable-gtk-doc=no -PKGCONFIG_OVERRIDE= ${WRKSRC}/libefs/libefs.pc.in +PKGCONFIG_OVERRIDE= libefs/libefs.pc.in post-install: -@${RMDIR} ${PREFIX}/share/libefs/html/libefs diff --git a/devel/eel2/Makefile b/devel/eel2/Makefile index c5ec3afc61e..064e649b31f 100644 --- a/devel/eel2/Makefile +++ b/devel/eel2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/02/14 17:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= eel-2.4.1 @@ -21,7 +21,7 @@ USE_X11= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES GNU_CONFIGURE= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/eel-2.0.pc.in +PKGCONFIG_OVERRIDE= eel-2.0.pc.in .include "../../devel/GConf2/buildlink3.mk" .include "../../devel/gail/buildlink3.mk" diff --git a/devel/gal2/Makefile b/devel/gal2/Makefile index 473cf9e9971..eee451b0a8f 100644 --- a/devel/gal2/Makefile +++ b/devel/gal2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/02/14 17:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= gal-1.99.10 @@ -18,7 +18,7 @@ USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes BUILD_USES_MSGFMT= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gal-2.0.pc.in +PKGCONFIG_OVERRIDE+= gal-2.0.pc.in GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gtk-doc=no CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html diff --git a/devel/gconfmm/Makefile b/devel/gconfmm/Makefile index 3be07e0d66f..c70d8181c1d 100644 --- a/devel/gconfmm/Makefile +++ b/devel/gconfmm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/02/14 17:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= gconfmm-2.0.1 @@ -15,8 +15,8 @@ USE_BUILDLINK2= YES USE_LIBTOOL= YES USE_GNU_TOOLS+= make -PKGCONFIG_OVERRIDE= ${WRKSRC}/gconf/gconfmm-2.0.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gconf/gconfmm-2.0-uninstalled.pc.in +PKGCONFIG_OVERRIDE= gconf/gconfmm-2.0.pc.in +PKGCONFIG_OVERRIDE+= gconf/gconfmm-2.0-uninstalled.pc.in .include "../../devel/GConf2/buildlink2.mk" .include "../../devel/libsigc++/buildlink2.mk" diff --git a/devel/glib/Makefile b/devel/glib/Makefile index 244cbfd55b7..2f2f0cefa65 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2004/02/09 00:09:10 mjl Exp $ +# $NetBSD: Makefile,v 1.67 2004/02/14 18:26:27 jmmv Exp $ # FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp # @@ -21,9 +21,9 @@ USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -PKGCONFIG_OVERRIDE= ${WRKSRC}/glib.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gmodule.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gthread.pc.in +PKGCONFIG_OVERRIDE= glib.pc.in +PKGCONFIG_OVERRIDE+= gmodule.pc.in +PKGCONFIG_OVERRIDE+= gthread.pc.in CONFIGURE_ARGS+= --includedir=${PREFIX}/include/glib INFO_FILES= glib.info diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index 3cea4c674e5..5224e320ed8 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2004/02/14 17:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2004/02/14 18:26:27 jmmv Exp $ DISTNAME= glib-2.2.3 PKGNAME= ${DISTNAME:S/glib/glib2/} @@ -22,10 +22,10 @@ USE_LANGUAGES= c c++ USE_PERL5= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE= ${WRKSRC}/glib-2.0.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gmodule-2.0.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gobject-2.0.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/gthread-2.0.pc.in +PKGCONFIG_OVERRIDE= glib-2.0.pc.in +PKGCONFIG_OVERRIDE+= gmodule-2.0.pc.in +PKGCONFIG_OVERRIDE+= gobject-2.0.pc.in +PKGCONFIG_OVERRIDE+= gthread-2.0.pc.in GNU_CONFIGURE= # defined CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} diff --git a/devel/libgphoto2/Makefile b/devel/libgphoto2/Makefile index e5fc97e9484..eb9028d7eb1 100644 --- a/devel/libgphoto2/Makefile +++ b/devel/libgphoto2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/14 17:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= libgphoto2-2.1.2 @@ -14,7 +14,7 @@ CONFLICTS+= gphoto<2.1.1 USE_BUILDLINK2= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgphoto2/libgphoto2.pc.in +PKGCONFIG_OVERRIDE+= libgphoto2/libgphoto2.pc.in USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 581df9b620e..a4d098b68d2 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/02/14 17:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= libgsf-1.8.2 @@ -15,8 +15,8 @@ GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/libgsf-1.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgsf-gnome-1.pc.in +PKGCONFIG_OVERRIDE= libgsf-1.pc.in +PKGCONFIG_OVERRIDE+= libgsf-gnome-1.pc.in CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/libgsf diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 95c56e0dad8..a9e9a066409 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/02/14 17:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2004/02/14 18:26:27 jmmv Exp $ DISTNAME= libgtop-2.0.8 PKGNAME= ${DISTNAME:S/-/2-/} @@ -36,8 +36,8 @@ USE_PKGLOCALEDIR= YES USE_X11= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE= ${WRKSRC}/libgtop-2.0.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/support/gnome-support-2.0.pc.in +PKGCONFIG_OVERRIDE= libgtop-2.0.pc.in +PKGCONFIG_OVERRIDE+= support/gnome-support-2.0.pc.in USE_MAKEINFO= YES INFO_FILES= libgtop2.info TEXINFO_REQD= 4.6 diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 85d3e55e1f2..931486d0e3b 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= libidn-0.3.3 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/libidn.pc.in +PKGCONFIG_OVERRIDE+= libidn.pc.in INFO_FILES= libidn.info diff --git a/devel/libntlm/Makefile b/devel/libntlm/Makefile index c9af70d3fe1..ee2a8d48efb 100644 --- a/devel/libntlm/Makefile +++ b/devel/libntlm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= libntlm-0.3.2 @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/libntlm.pc.in +PKGCONFIG_OVERRIDE+= libntlm.pc.in .include "../../devel/pkgconfig/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index 8bec07bee60..2879a17e774 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/02/14 17:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/02/14 18:26:27 jmmv Exp $ DISTNAME= libsigc++-1.2.5 CATEGORIES= devel @@ -14,7 +14,7 @@ USE_LIBTOOL= YES USE_GNU_TOOLS+= m4 make USE_LANGUAGES= c c++ -PKGCONFIG_OVERRIDE= ${WRKSRC}/sigc++-1.2.pc.in +PKGCONFIG_OVERRIDE= sigc++-1.2.pc.in CONFIGURE_ENV+= ac_cv_prog_M4=${M4} diff --git a/devel/loudmouth/Makefile b/devel/loudmouth/Makefile index 5bb967cff14..cf4fa8c7ca6 100644 --- a/devel/loudmouth/Makefile +++ b/devel/loudmouth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/14 17:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= loudmouth-0.15.1 @@ -15,7 +15,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make -PKGCONFIG_OVERRIDE+= ${WRKSRC}/loudmouth-1.0.pc.in +PKGCONFIG_OVERRIDE+= loudmouth-1.0.pc.in CONFIGURE_ARGS+= --disable-debug diff --git a/devel/ogre/Makefile b/devel/ogre/Makefile index 4e7a5161925..17fc305ae25 100644 --- a/devel/ogre/Makefile +++ b/devel/ogre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/02/14 17:21:39 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/14 18:26:27 jmmv Exp $ # DISTNAME= ogre-v0-12-1 @@ -21,7 +21,7 @@ USE_X11= yes CONFIGURE_ARGS+= --with-platform=SDL -PKGCONFIG_OVERRIDE+= ${WRKSRC}/OGRE.pc.in +PKGCONFIG_OVERRIDE+= OGRE.pc.in .include "../../devel/devIL/buildlink2.mk" .include "../../devel/SDL/buildlink2.mk" diff --git a/devel/pango/Makefile b/devel/pango/Makefile index 14e207b195f..7b2d39cf7a1 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/02/14 17:21:39 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2004/02/14 18:26:28 jmmv Exp $ # DISTNAME= pango-1.2.5 @@ -22,11 +22,11 @@ GNU_CONFIGURE= yes TEST_TARGET= check USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE= ${WRKSRC}/pango.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/pangoft2.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/pangox.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/pangowin32.pc.in -PKGCONFIG_OVERRIDE+= ${WRKSRC}/pangoxft.pc.in +PKGCONFIG_OVERRIDE= pango.pc.in +PKGCONFIG_OVERRIDE+= pangoft2.pc.in +PKGCONFIG_OVERRIDE+= pangox.pc.in +PKGCONFIG_OVERRIDE+= pangowin32.pc.in +PKGCONFIG_OVERRIDE+= pangoxft.pc.in CONFIGURE_ARGS+= --enable-gtk-doc=no CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata |