summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-23 12:18:53 +0000
committerrecht <recht@pkgsrc.org>2003-09-23 12:18:53 +0000
commit1ff9e4f91f047952ba857a6d5a9364065a62035e (patch)
tree1ed382bb45c5bc46bfcd017f07a8485116d7a709
parent9c6d99544a43e40243ed23d575e23df4af16015f (diff)
downloadpkgsrc-1ff9e4f91f047952ba857a6d5a9364065a62035e.tar.gz
Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
-rw-r--r--devel/libbonobo/Makefile5
-rw-r--r--devel/libbonoboui/Makefile4
-rw-r--r--devel/libglade2/Makefile5
-rw-r--r--graphics/libart2/Makefile4
-rw-r--r--graphics/libexif-gtk/Makefile5
-rw-r--r--graphics/libexif/Makefile4
-rw-r--r--graphics/mjpegtools/Makefile5
-rw-r--r--www/neon/Makefile4
8 files changed, 24 insertions, 12 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 235b19f8254..9fc5515a2e8 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 21:31:21 grant Exp $
+# $NetBSD: Makefile,v 1.14 2003/09/23 12:18:56 recht Exp $
DISTNAME= libbonobo-2.2.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.2/}
EXTRACT_SUFX= .tar.bz2
@@ -16,6 +16,7 @@ USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
USE_GMAKE= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= bonobo/libbonobo-2.0.pc.in
CONFIGURE_ARGS= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
diff --git a/devel/libbonoboui/Makefile b/devel/libbonoboui/Makefile
index 6cb05dba805..0a5449e6e65 100644
--- a/devel/libbonoboui/Makefile
+++ b/devel/libbonoboui/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2003/08/05 23:48:30 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2003/09/23 12:18:56 recht Exp $
#
DISTNAME= libbonoboui-2.2.4
+PKGREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonoboui/2.2/}
EXTRACT_SUFX= .tar.bz2
@@ -21,6 +22,7 @@ USE_X11= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= bonobo/libbonoboui-2.0.pc.in
CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
index 5891980c023..c52b0eb62f5 100644
--- a/devel/libglade2/Makefile
+++ b/devel/libglade2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2003/08/10 03:15:29 grant Exp $
+# $NetBSD: Makefile,v 1.17 2003/09/23 12:18:57 recht Exp $
#
DISTNAME= libglade-2.0.1
PKGNAME= ${DISTNAME:S/libglade/libglade2/}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/2.0/}
@@ -18,6 +18,7 @@ USE_X11= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= libglade-2.0.pc.in
CONFIGURE_ENV+= jh_cv_path_python="${PYTHONBIN}"
CONFIGURE_ARGS+= --enable-gtk-doc=no
diff --git a/graphics/libart2/Makefile b/graphics/libart2/Makefile
index b08c61920bb..4f43d968bf4 100644
--- a/graphics/libart2/Makefile
+++ b/graphics/libart2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2003/09/08 15:28:38 adam Exp $
+# $NetBSD: Makefile,v 1.11 2003/09/23 12:18:53 recht Exp $
DISTNAME= libart_lgpl-2.3.15
PKGNAME= ${DISTNAME:S/_lgpl/2/}
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
EXTRACT_SUFX= .tar.bz2
@@ -16,5 +17,6 @@ USE_X11= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= libart-2.0.pc.in
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile
index de0b5187206..d8981feac1b 100644
--- a/graphics/libexif-gtk/Makefile
+++ b/graphics/libexif-gtk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2003/08/05 09:18:16 adam Exp $
+# $NetBSD: Makefile,v 1.9 2003/09/23 12:18:55 recht Exp $
DISTNAME= libexif-gtk-0.3.3
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
EXTRACT_SUFX= .tar.bz2
@@ -15,6 +15,7 @@ USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= libexif-gtk/libexif-gtk.pc.in
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../graphics/libexif/buildlink2.mk"
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile
index 463548ebb7d..512cc0d77ff 100644
--- a/graphics/libexif/Makefile
+++ b/graphics/libexif/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2003/08/05 09:16:40 adam Exp $
+# $NetBSD: Makefile,v 1.16 2003/09/23 12:18:54 recht Exp $
DISTNAME= libexif-0.5.12
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
@@ -13,6 +14,7 @@ USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= libexif/libexif.pc.in
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/mjpegtools/Makefile b/graphics/mjpegtools/Makefile
index 56c0be26697..f186ff56c09 100644
--- a/graphics/mjpegtools/Makefile
+++ b/graphics/mjpegtools/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2003/09/03 13:23:32 adam Exp $
+# $NetBSD: Makefile,v 1.10 2003/09/23 12:18:56 recht Exp $
DISTNAME= mjpegtools-1.6.1.90
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mjpeg/}
@@ -17,6 +17,7 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
SHLIBTOOL_OVERRIDE= ${WRKSRC}/ltmain.sh
+PKGCONFIG_OVERRIDE= mjpegtools.pc.in
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-large-file
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 95cd1bcff9a..9e321a9d0e4 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2003/09/10 04:34:08 epg Exp $
+# $NetBSD: Makefile,v 1.15 2003/09/23 12:18:57 recht Exp $
DISTNAME= neon-0.24.1
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
@@ -12,6 +13,7 @@ USE_BUILDLINK2= # defined
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= neon.pc.in
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-ssl=yes