1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Updates for new gtkhtml and bonobo

This commit is contained in:
Ade Lovett 2000-08-17 16:45:29 +00:00
parent 5a3d5436ec
commit cc3f544077
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31721
4 changed files with 90 additions and 10 deletions

View File

@ -22,7 +22,7 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
bonobo.2:${PORTSDIR}/devel/bonobo \
gnomevfs.0:${PORTSDIR}/devel/gnomevfs \
unicode.0:${PORTSDIR}/devel/libunicode \
gtkhtml.3:${PORTSDIR}/www/gtkhtml \
gtkhtml.4:${PORTSDIR}/www/gtkhtml \
ldap.1:${PORTSDIR}/net/openldap \
capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \
gpilotd.0:${PORTSDIR}/palm/gnomepilot

View File

@ -1,6 +1,17 @@
--- configure.orig Mon Jul 10 20:48:19 2000
+++ configure Tue Jul 11 19:15:28 2000
@@ -5795,8 +5795,8 @@
--- configure.orig Fri Jul 28 11:18:54 2000
+++ configure Wed Aug 16 17:16:40 2000
@@ -5738,8 +5738,8 @@
saved_CFLAGS="$CFLAGS"
saved_LDFLAGS="$LDFLAGS"
-CFLAGS="$CFLAGS `gnome-config --cflags bonobo`"
-LDFLAGS="$LDFLAGS `gnome-config --libs bonobo`"
+CFLAGS="$CFLAGS `gnome-config --cflags bonobox`"
+LDFLAGS="$LDFLAGS `gnome-config --libs bonobox`"
cat > conftest.$ac_ext <<EOF
#line 5745 "configure"
#include "confdefs.h"
@@ -5799,8 +5799,8 @@
{ echo "configure: error: Did not find gdkpixbuf installed" 1>&2; exit 1; }
fi
@ -11,7 +22,36 @@
@@ -7583,10 +7583,10 @@
@@ -5813,13 +5813,13 @@
-BONOBO_GNOME_LIBS="`gnome-config --libs bonobo libglade gdk_pixbuf gnomecanvaspixbuf gnomeui`"
-BONOBO_GNOME_CFLAGS="`gnome-config --cflags bonobo libglade gdk_pixbuf gnomecanvaspixbuf gnomeui `"
+BONOBO_GNOME_LIBS="`gnome-config --libs bonobox libglade gdk_pixbuf gnomecanvaspixbuf gnomeui`"
+BONOBO_GNOME_CFLAGS="`gnome-config --cflags bonobox libglade gdk_pixbuf gnomecanvaspixbuf gnomeui `"
-BONOBO_HTML_GNOME_LIBS="`gnome-config --libs bonobo libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_LIBS"
-BONOBO_HTML_GNOME_CFLAGS="`gnome-config --cflags bonobo libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_CFLAGS"
+BONOBO_HTML_GNOME_LIBS="`gnome-config --libs bonobox libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_LIBS"
+BONOBO_HTML_GNOME_CFLAGS="`gnome-config --cflags bonobox libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_CFLAGS"
@@ -5930,8 +5930,8 @@
CFLAGS="$saved_CFLAGS"
LDFLAGS="$saved_LDFLAGS"
-BONOBO_VFS_GNOME_LIBS="`gnome-config --libs bonobo libglade gdk_pixbuf gnomecanvaspixbuf vfs gnomeui `"
-BONOBO_VFS_GNOME_CFLAGS="`gnome-config --cflags bonobo libglade gdk_pixbuf gnomecanvaspixbuf vfs gnomeui `"
+BONOBO_VFS_GNOME_LIBS="`gnome-config --libs bonobox libglade gdk_pixbuf gnomecanvaspixbuf vfs gnomeui `"
+BONOBO_VFS_GNOME_CFLAGS="`gnome-config --cflags bonobox libglade gdk_pixbuf gnomecanvaspixbuf vfs gnomeui `"
@@ -7837,10 +7837,10 @@
*) # Relative path.
ac_sub_cache_file="$ac_dots$cache_file" ;;
esac

View File

@ -22,7 +22,7 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
bonobo.2:${PORTSDIR}/devel/bonobo \
gnomevfs.0:${PORTSDIR}/devel/gnomevfs \
unicode.0:${PORTSDIR}/devel/libunicode \
gtkhtml.3:${PORTSDIR}/www/gtkhtml \
gtkhtml.4:${PORTSDIR}/www/gtkhtml \
ldap.1:${PORTSDIR}/net/openldap \
capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \
gpilotd.0:${PORTSDIR}/palm/gnomepilot

View File

@ -1,6 +1,17 @@
--- configure.orig Mon Jul 10 20:48:19 2000
+++ configure Tue Jul 11 19:15:28 2000
@@ -5795,8 +5795,8 @@
--- configure.orig Fri Jul 28 11:18:54 2000
+++ configure Wed Aug 16 17:16:40 2000
@@ -5738,8 +5738,8 @@
saved_CFLAGS="$CFLAGS"
saved_LDFLAGS="$LDFLAGS"
-CFLAGS="$CFLAGS `gnome-config --cflags bonobo`"
-LDFLAGS="$LDFLAGS `gnome-config --libs bonobo`"
+CFLAGS="$CFLAGS `gnome-config --cflags bonobox`"
+LDFLAGS="$LDFLAGS `gnome-config --libs bonobox`"
cat > conftest.$ac_ext <<EOF
#line 5745 "configure"
#include "confdefs.h"
@@ -5799,8 +5799,8 @@
{ echo "configure: error: Did not find gdkpixbuf installed" 1>&2; exit 1; }
fi
@ -11,7 +22,36 @@
@@ -7583,10 +7583,10 @@
@@ -5813,13 +5813,13 @@
-BONOBO_GNOME_LIBS="`gnome-config --libs bonobo libglade gdk_pixbuf gnomecanvaspixbuf gnomeui`"
-BONOBO_GNOME_CFLAGS="`gnome-config --cflags bonobo libglade gdk_pixbuf gnomecanvaspixbuf gnomeui `"
+BONOBO_GNOME_LIBS="`gnome-config --libs bonobox libglade gdk_pixbuf gnomecanvaspixbuf gnomeui`"
+BONOBO_GNOME_CFLAGS="`gnome-config --cflags bonobox libglade gdk_pixbuf gnomecanvaspixbuf gnomeui `"
-BONOBO_HTML_GNOME_LIBS="`gnome-config --libs bonobo libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_LIBS"
-BONOBO_HTML_GNOME_CFLAGS="`gnome-config --cflags bonobo libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_CFLAGS"
+BONOBO_HTML_GNOME_LIBS="`gnome-config --libs bonobox libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_LIBS"
+BONOBO_HTML_GNOME_CFLAGS="`gnome-config --cflags bonobox libglade gdk_pixbuf gtkhtml gnomecanvaspixbuf gnomeui ` $THREAD_CFLAGS"
@@ -5930,8 +5930,8 @@
CFLAGS="$saved_CFLAGS"
LDFLAGS="$saved_LDFLAGS"
-BONOBO_VFS_GNOME_LIBS="`gnome-config --libs bonobo libglade gdk_pixbuf gnomecanvaspixbuf vfs gnomeui `"
-BONOBO_VFS_GNOME_CFLAGS="`gnome-config --cflags bonobo libglade gdk_pixbuf gnomecanvaspixbuf vfs gnomeui `"
+BONOBO_VFS_GNOME_LIBS="`gnome-config --libs bonobox libglade gdk_pixbuf gnomecanvaspixbuf vfs gnomeui `"
+BONOBO_VFS_GNOME_CFLAGS="`gnome-config --cflags bonobox libglade gdk_pixbuf gnomecanvaspixbuf vfs gnomeui `"
@@ -7837,10 +7837,10 @@
*) # Relative path.
ac_sub_cache_file="$ac_dots$cache_file" ;;
esac