[56143] trunk/dports/devel/libglade

devans at macports.org devans at macports.org
Mon Aug 24 09:59:52 PDT 2009


Revision: 56143
          http://trac.macports.org/changeset/56143
Author:   devans at macports.org
Date:     2009-08-24 09:59:49 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
libglade: disable building of documentation, closes #15879. This is the obsolete glib1 version of this library.

Modified Paths:
--------------
    trunk/dports/devel/libglade/Portfile

Added Paths:
-----------
    trunk/dports/devel/libglade/files/
    trunk/dports/devel/libglade/files/patch-Makefile.in.diff

Modified: trunk/dports/devel/libglade/Portfile
===================================================================
--- trunk/dports/devel/libglade/Portfile	2009-08-24 15:53:39 UTC (rev 56142)
+++ trunk/dports/devel/libglade/Portfile	2009-08-24 16:59:49 UTC (rev 56143)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name		libglade
 version		0.17
 revision	2
@@ -16,8 +17,9 @@
 	much of a problem.
 homepage	http://www.daa.com.au/~james/gnome/
 platforms	darwin
-master_sites    gnome:sources/${name}/${version}/ 
+master_sites    gnome:sources/${name}/${version}/
 checksums	md5 38b2e2cfd813783fe157617813bfe3b3
+patchfiles      patch-Makefile.in.diff
 depends_lib 	lib:libglib.1:glib1 lib:libxml.1:libxml
 configure.args  --mandir=${prefix}/share/man
 configure.cppflags-append  "-no-cpp-precomp -L${prefix}/lib"

Added: trunk/dports/devel/libglade/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/devel/libglade/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/devel/libglade/files/patch-Makefile.in.diff	2009-08-24 16:59:49 UTC (rev 56143)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2009-08-24 09:51:17.000000000 -0700
++++ Makefile.in	2009-08-24 09:51:42.000000000 -0700
+@@ -167,7 +167,7 @@
+ bin_SCRIPTS = libglade-config libglade-xgettext
+ noinst_PROGRAMS = test-libglade
+ test_libglade_LDADD = $(THE_LIBS) $(XML_LIBS)
+-SUBDIRS = intl macros glade doc
++SUBDIRS = intl macros glade
+ 
+ m4datadir = $(datadir)/aclocal
+ m4data_DATA = libglade.m4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/b07e2c4b/attachment.html>


More information about the macports-changes mailing list