[35445] trunk/dports/xfce

afb at macports.org afb at macports.org
Fri Mar 28 11:58:52 PDT 2008


Revision: 35445
          http://trac.macosforge.org/projects/macports/changeset/35445
Author:   afb at macports.org
Date:     2008-03-28 11:58:51 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
mass upgrade from Xfce 4.2.4 to Xfce 4.4.2 (#12749)

Added Paths:
-----------
    trunk/dports/xfce/exo/
    trunk/dports/xfce/exo/Portfile
    trunk/dports/xfce/exo/files/
    trunk/dports/xfce/exo/files/libtool.patch

Added: trunk/dports/xfce/exo/Portfile
===================================================================
--- trunk/dports/xfce/exo/Portfile	                        (rev 0)
+++ trunk/dports/xfce/exo/Portfile	2008-03-28 18:58:51 UTC (rev 35445)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+
+name		exo
+version		0.3.4
+categories	xfce
+platforms	darwin
+maintainers	afb at macports.org
+description	libexo is targeted at application development for Xfce
+long_description ${description}
+homepage	http://www.xfce.org/
+master_sites	http://www.ca-us.xfce.org/archive/xfce-4.4.2/src/
+use_bzip2	yes
+checksums	md5 7a1af943b1df32b6f89ae91823118a22 \
+		sha1 4f7a3f46592fd0311be1f011f17431f211cc1fcb \
+		rmd160 e021f030a624c522c819ec0f3a8682a1007ae748
+
+configure.args	--mandir=${prefix}/share/man --enable-mcs-plugin --disable-python
+
+depends_lib	port:p5-uri port:libxfce4util port:gtk2 port:pkgconfig
+
+pre-build {
+	system "cd $worksrcpath && patch -p0 -i $portpath/files/libtool.patch"
+}
+	
+platform darwin {
+	configure.args-append --disable-visibility
+}


Property changes on: trunk/dports/xfce/exo/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/xfce/exo/files/libtool.patch
===================================================================
--- trunk/dports/xfce/exo/files/libtool.patch	                        (rev 0)
+++ trunk/dports/xfce/exo/files/libtool.patch	2008-03-28 18:58:51 UTC (rev 35445)
@@ -0,0 +1,13 @@
+--- libtool.old	2007-09-09 23:33:00.000000000 -0500
++++ libtool	2007-09-09 23:32:14.000000000 -0500
+@@ -220,8 +220,8 @@
+ postuninstall_cmds=""
+ 
+ # Commands used to build a loadable module (assumed same as above if empty)
+-module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs\$compiler_flags"
+-module_expsym_cmds="sed -e \\\"s,#.*,,\\\" -e \\\"s,^[    ]*,,\\\" -e \\\"s,^\\\\(..*\\\\),_&,\\\" < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag  -o \$lib -bundle \$libobjs \$deplibs\$compiler_flags~nmedit -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
++module_cmds="\$CC \$allow_undefined_flag ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o \$lib -bundle \$libobjs \$deplibs\$compiler_flags"
++module_expsym_cmds="sed -e \\\"s,#.*,,\\\" -e \\\"s,^[    ]*,,\\\" -e \\\"s,^\\\\(..*\\\\),_&,\\\" < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o \$lib -bundle \$libobjs \$deplibs\$compiler_flags~nmedit -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
+ 
+ # Commands to strip libraries.
+ old_striplib=""

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080328/920884c4/attachment.html


More information about the macports-changes mailing list