Opened 20 years ago

Last modified 8 years ago

#2383 closed update

UPDATE: glade-2.6.5 — at Initial Version

Reported by: chris.ridd@… Owned by: darwinports-bugs@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: glade

Description

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 {

Change History (0)

Note: See TracTickets for help on using tickets.