UPDATE: glade-2.6.5
Reported by: |
chris.ridd@… |
Owned by: |
gnome-darwinports@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
glade
|
|
|
Glade has had several bug fix releases, and is now at 2.6.5. Also these diffs add a dependency on
libgnomedb, which glade will always build against if configure finds it. If we don't want this, then we
need to pass --disable-gnome-db to configure, and in a variant delete that arg :-)
Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/gnome/glade/Portfile,v
retrieving revision 1.4
diff -u -r1.4 Portfile
--- Portfile 20 Apr 2004 14:16:01 -0000 1.4
+++ Portfile 10 Nov 2004 06:11:37 -0000
@@ -1,7 +1,7 @@
# $Id: Portfile,v 1.4 2004/04/20 14:16:01 olegb Exp $
PortSystem 1.0
name glade
-version 2.6.0
+version 2.6.5
description Glade is a free user interface builder for GTK+ and GNOME.
long_description Glade is a free user interface builder for GTK+ \
and GNOME. It is released under the GNU General \
@@ -12,9 +12,9 @@
homepage http://glade.gnome.org/
master_sites gnome:sources/glade/2.6/
use_bzip2 yes
-checksums md5 49ff3e8123f55937e53a3a3bb3ec90fa
-depends_lib lib:gnome-session:gnome-session bin:automake-1.7:automake \
- bin:autoconf:autoconf
+checksums md5 57767927c11ae9425c797486c46e1d26
+depends_lib lib:gnome-session:gnome-session lib:libgnomedb:libgnomedb \
+ bin:automake-1.7:automake bin:autoconf:autoconf
configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
post-install {
commited, i made a variant +gnomedb and disabled it in the default one. I thought that was the cleanest way to go.
thanks chris !