diff options
author | ade <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
commit | 47096a53b6ba4bc8cf0c36b6496e7e6bd04d1a56 (patch) | |
tree | f1bacc1ef2f6c75368fd9132a67b624f0abf2cd4 /devel/libglade | |
parent | b168e3046ef1066791fa96cbbbdcfc373243817c (diff) | |
download | FreeBSD-ports-47096a53b6ba4bc8cf0c36b6496e7e6bd04d1a56.zip FreeBSD-ports-47096a53b6ba4bc8cf0c36b6496e7e6bd04d1a56.tar.gz |
Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 6 | ||||
-rw-r--r-- | devel/libglade/files/patch-aa | 9 | ||||
-rw-r--r-- | devel/libglade/pkg-plist | 3 |
3 files changed, 7 insertions, 11 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 929b8e8..8947cb2 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -7,19 +7,21 @@ PORTNAME= libglade PORTVERSION= 0.16 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libglade MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo USE_PERL5= yes USE_GMAKE= yes -USE_GNOMELIBS= yes +USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/libglade/files/patch-aa b/devel/libglade/files/patch-aa deleted file mode 100644 index 2d4586d..0000000 --- a/devel/libglade/files/patch-aa +++ /dev/null @@ -1,9 +0,0 @@ ---- configure.orig Mon Jul 10 10:37:02 2000 -+++ configure Thu Aug 24 15:31:47 2000 -@@ -2801,4 +2801,4 @@ - if test "x$no_bonobo" = x ; then -- echo "$ac_t""yes" 1>&6 -- have_bonobo=true -+ echo "$ac_t""yes - but I'm ignoring it" 1>&6 -+ have_bonobo=false - else diff --git a/devel/libglade/pkg-plist b/devel/libglade/pkg-plist index 00c92fa..e13fdef 100644 --- a/devel/libglade/pkg-plist +++ b/devel/libglade/pkg-plist @@ -8,6 +8,9 @@ include/glade/glade-widget-tree.h lib/libglade.a lib/libglade.so lib/libglade.so.4 +lib/libglade-bonobo.a +lib/libglade-bonobo.so +lib/libglade-bonobo.so.4 lib/libglade-gnome.a lib/libglade-gnome.so lib/libglade-gnome.so.4 |