[MacPorts] #2383: UPDATE: glade-2.6.5
MacPorts
noreply at macports.org
Thu Mar 24 05:46:34 PDT 2016
#2383: UPDATE: glade-2.6.5
---------------------------+---------------------------------
Reporter: chris.ridd@… | Owner: gnome-darwinports@…
Type: update | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.0
Resolution: fixed | Keywords:
Port: glade |
---------------------------+---------------------------------
Changes (by ryandesign@…):
* type: defect => update
* port: => glade
Old 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 {
New 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 {
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/2383#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list