[35083] trunk/dports/gnome/eel/Portfile

reiffert at macports.org reiffert at macports.org
Sun Mar 16 14:17:44 PDT 2008


Revision: 35083
          http://trac.macosforge.org/projects/macports/changeset/35083
Author:   reiffert at macports.org
Date:     2008-03-16 14:17:42 -0700 (Sun, 16 Mar 2008)

Log Message:
-----------
Fixes compiling with new glib2. lint.

Modified Paths:
--------------
    trunk/dports/gnome/eel/Portfile

Modified: trunk/dports/gnome/eel/Portfile
===================================================================
--- trunk/dports/gnome/eel/Portfile	2008-03-16 20:07:42 UTC (rev 35082)
+++ trunk/dports/gnome/eel/Portfile	2008-03-16 21:17:42 UTC (rev 35083)
@@ -1,7 +1,10 @@
 # $Id$
+
 PortSystem 1.0
+
 name		eel
 version		2.20.0
+revision	1
 description	Generally useful classes and extensions to GNOME
 long_description        The eel library contains a number of generally \
 			useful classes and functions. Many of them are \
@@ -11,7 +14,7 @@
 			the platform libraries themselves.
 maintainers	nomaintainer
 categories	gnome
-platforms	darwin 
+platforms	darwin
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/eel/[join [lrange [split ${version} .] 0 1] .]/
 checksums	md5 691734dc1078e05e726b4f5b8646dadf \
@@ -34,5 +37,13 @@
 
 use_bzip2 	yes
 
+post-patch {
+	reinplace -E "/DISABLE_DEPRECATED/d" \
+	    "${worksrcpath}/eel/Makefile.am" \
+	    "${worksrcpath}/eel/Makefile.in" \
+	    "${worksrcpath}/test/Makefile.am" \
+	    "${worksrcpath}/test/Makefile.in"
+}
+
 configure.args  --mandir=${prefix}/share/man --enable-static=no
-configure.cppflags-append "-L${prefix}/lib" 
+configure.cppflags-append "-L${prefix}/lib"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080316/272a46b9/attachment.html


More information about the macports-changes mailing list