[134505] trunk/dports/net/pidgin/Portfile

devans at macports.org devans at macports.org
Fri Mar 27 13:31:04 PDT 2015


Revision: 134505
          https://trac.macports.org/changeset/134505
Author:   devans at macports.org
Date:     2015-03-27 13:31:04 -0700 (Fri, 27 Mar 2015)
Log Message:
-----------
pidgin: disable nss support relying solely on gnutls for TLS, now builds universal.

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

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2015-03-27 19:54:27 UTC (rev 134504)
+++ trunk/dports/net/pidgin/Portfile	2015-03-27 20:31:04 UTC (rev 134505)
@@ -5,6 +5,7 @@
 
 name                pidgin
 version             2.10.11
+revision            1
 categories          net
 platforms           darwin
 license             GPL-2+
@@ -49,9 +50,7 @@
                     port:libpurple \
                     port:audiofile \
                     port:gtk2 \
-                    port:libao \
-                    port:nspr \
-                    port:nss
+                    port:libao
 
     post-destroot {
         foreach file [glob -nocomplain -directory ${destroot}${prefix}/bin purple-*] {
@@ -95,12 +94,8 @@
                     --disable-startup-notification \
                     --disable-schemas-install \
                     --disable-vv \
-                    --enable-nss \
+                    --disable-nss \
                     --mandir=${prefix}/share/man \
-                    --with-nspr-includes=${prefix}/include/nspr \
-                    --with-nspr-libs=${prefix}/lib/nspr \
-                    --with-nss-includes=${prefix}/include/nss \
-                    --with-nss-libs=${prefix}/lib/nss \
                     --with-python=${prefix}/bin/python2.7 \
                     --disable-dependency-tracking \
                     --without-x
@@ -126,9 +121,6 @@
 
 if {${subport} eq $name} {
 
-    # nss is not universal
-    universal_variant   no
-
     variant finch_only requires finch description {Build without pidgin} {
         configure.args-append   --disable-gtkui
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150327/bd48250d/attachment.html>


More information about the macports-changes mailing list