On Jan 22, 2008, at 04:59, [EMAIL PROTECTED] wrote:

Revision: 33255
          http://trac.macosforge.org/projects/macports/changeset/33255
Author:   [EMAIL PROTECTED]
Date:     2008-01-22 02:59:20 -0800 (Tue, 22 Jan 2008)

Log Message:
-----------
Workaround for missing symbols on Leopard

You also made lots of whitespace changes, so that it's difficult to see what functional changes you made. Please, if you want to make whitespace changes, commit them by themselves in a separate commit.


Modified Paths:
--------------
    trunk/dports/python/py25-orbit/Portfile

Modified: trunk/dports/python/py25-orbit/Portfile
===================================================================
--- trunk/dports/python/py25-orbit/Portfile 2008-01-22 10:58:53 UTC (rev 33254) +++ trunk/dports/python/py25-orbit/Portfile 2008-01-22 10:59:20 UTC (rev 33255)
@@ -1,33 +1,40 @@
 # $Id$

 PortSystem 1.0
-name                           py25-orbit
-version                2.14.3
-categories                     python gnome
-platforms                      darwin
-maintainers                    [EMAIL PROTECTED]
-description Python binding for the ORBit2 CORBA ORB - Default branch. -long_description PyORBit is a Python binding for the ORBit2 CORBA ORB. It \
-                                       was developped to suit the needs of the 
bonobo bindings \
-                                       in GNOME-Python, but is usable for 
other purposes as well. \
-                                       It aims to follow the standard Python 
language mapping for \
-                                       CORBA. It can generate stubs at runtime 
from typelibs, IDL \
-                                       files, or by introspecting remote 
objects using ORBit2's \
-                                       IModule typelib capabilities.
+name            py25-orbit
+version         2.14.3
+revision        1
+categories      python gnome
+platforms       darwin
+maintainers     [EMAIL PROTECTED]
+description Python binding for the ORBit2 CORBA ORB - Default branch. +long_description PyORBit is a Python binding for the ORBit2 CORBA ORB. It \ + was developped to suit the needs of the bonobo bindings \ + in GNOME-Python, but is usable for other purposes as well. \ + It aims to follow the standard Python language mapping for \ + CORBA. It can generate stubs at runtime from typelibs, IDL \ + files, or by introspecting remote objects using ORBit2's \
+                IModule typelib capabilities.

-homepage                       http://www.pygtk.org/
-master_sites           gnome:sources/pyorbit/2.14/
-use_bzip2                      yes
-distname                       pyorbit-${version}
-checksums                      md5 3c4d42ae1a7303fd85071a842617043f
+homepage        http://www.pygtk.org/
+master_sites    gnome:sources/pyorbit/2.14/
+use_bzip2       yes
+distname        pyorbit-${version}
+checksums       md5 3c4d42ae1a7303fd85071a842617043f

-depends_lib                    port:python25 \
-                                       port:orbit2
+depends_lib     port:python25 \
+                port:orbit2

-configure.env       PYTHON=python2.5
+configure.python ${prefix}/bin/python2.5

-build.args          PYTHON_LDFLAGS= PYTHON_LIBS=
+build.args      PYTHON_LDFLAGS= PYTHON_LIBS=

+platform darwin 9 {
+    post-patch {
+ reinplace "s| -export-symbols-regex.*||g" ${worksrcpath}/ src/Makefile.in
+    }
+}
+
 livecheck.check        md5
 livecheck.url  ftp://ftp.gnome.org/pub/GNOME/sources/pyorbit/
 livecheck.md5  c44aad7204b0cc64e524610a82b97340


_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to