summaryrefslogtreecommitdiff
path: root/x11/controlcenter
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-04-09 21:39:24 +0000
committerjlam <jlam@pkgsrc.org>2002-04-09 21:39:24 +0000
commitce075752dd077d0c23759da34c08213ac1fa3a4a (patch)
tree8f43d4b6b72fdac4be0cfe40d18c433970ed925f /x11/controlcenter
parent67e0bf7c4fd4d0fe702b24cce768ac82bc886440 (diff)
downloadpkgsrc-ce075752dd077d0c23759da34c08213ac1fa3a4a.tar.gz
* Strongly buildlinkify.
* Use *_CONFIG instead of directly invoking *-config so that the wrappers will be used. This is also the correct way of invoking these scripts anyway, but the GNOME authors keep making this same stupid mistake over and over and over again ... <grrr>!
Diffstat (limited to 'x11/controlcenter')
-rw-r--r--x11/controlcenter/Makefile16
-rw-r--r--x11/controlcenter/distinfo4
-rw-r--r--x11/controlcenter/patches/patch-ab71
3 files changed, 81 insertions, 10 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile
index 4db08dc2888..58a4d0e24cd 100644
--- a/x11/controlcenter/Makefile
+++ b/x11/controlcenter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2002/03/24 01:07:47 rh Exp $
+# $NetBSD: Makefile,v 1.38 2002/04/09 21:39:24 jlam Exp $
DISTNAME= control-center-1.4.0.4
CATEGORIES= x11 gnome
@@ -17,14 +17,26 @@ USE_BUILDLINK_ONLY= YES
USE_X11BASE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
LOCALSTATEDIR= ${X11PREFIX}/var/gnome
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR}
+# Remove -I$(includedir) from the INCLUDES passed to the compiler as this
+# defeats buildlink. Also replace "imlib-config" with "$(IMLIB_CONFIG)"
+# so we use the config wrapper script.
+#
post-patch:
+ cd ${WRKSRC}; \
+ files="control-center/Makefile.in capplets/*/Makefile.in"; \
+ for file in $${files}; do \
+ ${SED} -e "s|[ ]*-I\$$(includedir)||" \
+ -e "s|imlib-config|\$$(IMLIB_CONFIG)|g" \
+ $${file} > $${file}.fixed; \
+ ${MV} -f $${file}.fixed $${file}; \
+ done
@${ECHO} >>${WRKSRC}/control-center/cappletConf.sh.in ""
.include "../../devel/popt/buildlink.mk"
diff --git a/x11/controlcenter/distinfo b/x11/controlcenter/distinfo
index 5939e2846a4..da3619b9f4c 100644
--- a/x11/controlcenter/distinfo
+++ b/x11/controlcenter/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2002/03/23 23:20:36 fredb Exp $
+$NetBSD: distinfo,v 1.6 2002/04/09 21:39:24 jlam Exp $
SHA1 (control-center-1.4.0.4.tar.gz) = 7f18cbcdadcebfc967d4a9abac7804d513d4298f
Size (control-center-1.4.0.4.tar.gz) = 3567130 bytes
SHA1 (patch-aa) = 423ad6c931885f1975311b8cc90d9de636e9c808
-SHA1 (patch-ab) = 7c5bb9b267dda50de16586dc8074abb9485d8e67
+SHA1 (patch-ab) = 75dc367d6c7e4c54754105a1d56953cbd5f47f6a
SHA1 (patch-ac) = 2fc67976315b8a203233e71d1f311f3e097aa499
SHA1 (patch-af) = fa276788e2ff16fd82674c7031b8ed806cc37ddf
diff --git a/x11/controlcenter/patches/patch-ab b/x11/controlcenter/patches/patch-ab
index 8c8c1650f48..654bcdbca1a 100644
--- a/x11/controlcenter/patches/patch-ab
+++ b/x11/controlcenter/patches/patch-ab
@@ -1,8 +1,41 @@
-$NetBSD: patch-ab,v 1.3 2002/03/23 04:54:14 fredb Exp $
+$NetBSD: patch-ab,v 1.4 2002/04/09 21:39:24 jlam Exp $
---- configure.orig Wed Mar 28 13:46:14 2001
+--- configure.orig Sun Feb 10 16:36:55 2002
+++ configure
-@@ -4007,7 +4007,7 @@
+@@ -1307,8 +1307,8 @@
+ fi
+ if test x$gnome_cv_orbit_found = xyes; then
+
+- ORBIT_CFLAGS=`orbit-config --cflags client server`
+- ORBIT_LIBS=`orbit-config --use-service=name --libs client server`
++ ORBIT_CFLAGS=`$ORBIT_CONFIG --cflags client server`
++ ORBIT_LIBS=`$ORBIT_CONFIG --use-service=name --libs client server`
+
+
+ else
+@@ -1325,8 +1325,8 @@
+
+ gnome_cv_gnorba_found=no
+ if test x$gnome_cv_orbit_found = xyes; then
+- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"
+- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"
++ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`"
++ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`"
+ if test -n "$GNORBA_LIBS"; then
+ gnome_cv_gnorba_found=yes
+ fi
+@@ -1346,8 +1346,8 @@
+ fi
+ if test x$gnome_cv_orbit_found = xyes; then
+
+- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"
+- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"
++ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`"
++ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`"
+
+
+ else
+@@ -7570,7 +7570,7 @@
for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \
@@ -11,15 +44,41 @@ $NetBSD: patch-ab,v 1.3 2002/03/23 04:54:14 fredb Exp $
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -4940,6 +4940,11 @@
+@@ -8506,6 +8506,11 @@
-+
+# NetBSD: set DATADIRNAME to "share"
+DATADIRNAME="share"
+INTLDEPS=
+INTLLIBS="-lintl"
-
++
for ac_hdr in dlfcn.h dl.h
do
+ ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
+@@ -8815,7 +8820,7 @@
+ fi
+
+
+-CFLAGS="`gnome-config --cflags gdk_pixbuf`${CFLAGS}"
++CFLAGS="`$GNOME_CONFIG --cflags gdk_pixbuf`${CFLAGS}"
+
+ have_libesd=no
+ # Check whether --with-esd-prefix or --without-esd-prefix was given.
+@@ -9329,10 +9334,13 @@
+
+ echo $ac_n "checking for gnome-vfs library >= 0.9""... $ac_c" 1>&6
+ echo "configure:9332: checking for gnome-vfs library >= 0.9" >&5
+-VFS_CFLAGS=`gnome-vfs-config --cflags`
+-VFS_LIBS=`gnome-vfs-config --libs`
++if test x${GNOME_VFS_CONFIG+set} != xset ; then
++ GNOME_VFS_CONFIG=gnome-vfs-config
++fi
++VFS_CFLAGS=`$GNOME_VFS_CONFIG --cflags`
++VFS_LIBS=`$GNOME_VFS_CONFIG --libs`
+ if test "x$VFS_CFLAGS" != x ; then
+- vers=`gnome-vfs-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
++ vers=`$GNOME_VFS_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
+ if test "$vers" -ge 0009000; then
+ echo "$ac_t""found" 1>&6
+ else