[129171] trunk/dports/net/wget/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 8 04:20:17 PST 2014


Revision: 129171
          https://trac.macports.org/changeset/129171
Author:   ryandesign at macports.org
Date:     2014-12-08 04:20:17 -0800 (Mon, 08 Dec 2014)
Log Message:
-----------
wget: remove unnecessary linking flags (#46159); remove unnecessary pkgconfig dependency; add comment to pre-test block

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

Modified: trunk/dports/net/wget/Portfile
===================================================================
--- trunk/dports/net/wget/Portfile	2014-12-08 11:57:35 UTC (rev 129170)
+++ trunk/dports/net/wget/Portfile	2014-12-08 12:20:17 UTC (rev 129171)
@@ -43,12 +43,10 @@
     port:gettext \
     port:pcre
 
-# So that +universal can use gettext and openssl on Tiger; see #18276.
-configure.ldflags-append        -liconv -lintl
-
 # Ensure libuuid doesn't get used even if the ossp-uuid port is installed.
 configure.args-append       ac_cv_header_uuid_uuid_h=no
 
+# Remove test variant and use depends_test when that becomes available (#38208)
 pre-test {
     if {![variant_isset test]} {
         ui_error "To run the tests, you must select the +test variant."
@@ -63,7 +61,6 @@
 }
 
 variant ssl description {Build with SSL support using GnuTLS} {
-    depends_build-append    port:pkgconfig
     depends_lib-append      port:gnutls
     configure.args-delete   --without-ssl
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141208/d77231a6/attachment.html>


More information about the macports-changes mailing list