Ticket #13792: Portfile-dbus-python25.diff
File Portfile-dbus-python25.diff, 1.4 KB (added by gui-dos (Guido Soranzio), 17 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 31825 2007-12-09 11:25:48Z rhwood@macports.org $ 2 2 PortSystem 1.0 3 3 name dbus-python25 4 version 0.82. 24 version 0.82.4 5 5 revision 0 6 6 description Python bindings for the dbus message bus system. 7 7 long_description ${description} … … 11 11 homepage http://www.freedesktop.org/Software/dbus 12 12 master_sites http://dbus.freedesktop.org/releases/dbus-python 13 13 14 checksums md5 e3b632ed260718301668bc079b6b3172\15 sha1 b32565ea6b1e4d640ea07a4be1fccb5da359cc0e\16 rmd160 e00c449455344d2426b165c5921a9502b6b0b56e14 checksums md5 f491e0372128a6d1178b210a8b1a842f \ 15 sha1 6675106364c3865a38a9196e314508e7aae2f8b6 \ 16 rmd160 c934c38c7b6681aa419d005a4a73ab05ffdddac1 17 17 distname dbus-python-${version} 18 18 19 19 depends_lib \ … … 28 28 depends_build \ 29 29 port:pkgconfig 30 30 31 platform darwin 9 { 32 post-extract { 33 reinplace "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_bindings/Makefile.am 34 reinplace "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_bindings/Makefile.in 35 reinplace "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_glib_bindings/Makefile.am 36 reinplace "s| -export-symbols-regex.*| \\\\|g" ${worksrcpath}/_dbus_glib_bindings/Makefile.in 37 } 38 } 39 40 configure.python ${prefix}/bin/python2.5 31 41 configure.args --mandir=${prefix}/share/man 32 configure.env PYTHON=${prefix}/bin/python2.5