[41319] trunk/dports/net

simon at macports.org simon at macports.org
Thu Oct 30 13:20:48 PDT 2008


Revision: 41319
          http://trac.macports.org/changeset/41319
Author:   simon at macports.org
Date:     2008-10-30 13:20:47 -0700 (Thu, 30 Oct 2008)
Log Message:
-----------
net/pidgin & net/finch: Added perl plugin support.

Modified Paths:
--------------
    trunk/dports/net/finch/Portfile
    trunk/dports/net/pidgin/Portfile

Modified: trunk/dports/net/finch/Portfile
===================================================================
--- trunk/dports/net/finch/Portfile	2008-10-30 19:51:25 UTC (rev 41318)
+++ trunk/dports/net/finch/Portfile	2008-10-30 20:20:47 UTC (rev 41319)
@@ -4,6 +4,7 @@
 
 name                finch
 version             2.5.2
+revision            1
 categories          net
 platforms           darwin
 maintainers         simon openmaintainer
@@ -40,7 +41,6 @@
                     --disable-gtkui \
                     --disable-meanwhile \
                     --disable-nm \
-                    --disable-perl \
                     --disable-screensaver \
                     --disable-sm \
                     --enable-nss \
@@ -53,4 +53,9 @@
 configure.ldflags-append    -bind_at_load
 configure.cppflags-append   -no-cpp-precomp
 
+post-destroot {
+    # Installed for perl, but collides with mod_perl.
+    file delete ${destroot}${prefix}/lib/perl5/5.8.8/darwin-2level/perllocal.pod
+}
+
 livecheck.distname  Pidgin

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2008-10-30 19:51:25 UTC (rev 41318)
+++ trunk/dports/net/pidgin/Portfile	2008-10-30 20:20:47 UTC (rev 41319)
@@ -4,6 +4,7 @@
 
 name                pidgin
 version             2.5.2
+revision            1
 categories          net
 platforms           darwin
 maintainers         simon openmaintainer
@@ -45,7 +46,6 @@
                     --disable-gtkspell \
                     --disable-meanwhile \
                     --disable-nm \
-                    --disable-perl \
                     --disable-screensaver \
                     --disable-sm \
                     --disable-startup-notification \
@@ -58,6 +58,11 @@
 configure.ldflags-append    -bind_at_load
 configure.cppflags-append   -no-cpp-precomp
 
+post-destroot {
+    # Installed for perl, but collides with mod_perl.
+    file delete ${destroot}${prefix}/lib/perl5/5.8.8/darwin-2level/perllocal.pod
+}
+
 post-activate {
     system "dbus-uuidgen --ensure"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081030/37d0b7df/attachment.html>


More information about the macports-changes mailing list