#66048 closed defect (fixed)

wget @1.21.3 is configured with unused option: --with-libidn

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: Cc:
Port: wget

Description

Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_wget/wget/work/wget-1.21.3" && ./configure --prefix=/opt/local --enable-option-checking --disable-silent-rules --enable-opie --enable-digest --enable-ntlm --enable-debug --disable-valgrind-tests --disable-assert --enable-largefile --enable-threads=posix --enable-nls --disable-rpath --enable-ipv6 --enable-iri --disable-pcre --enable-pcre2 --disable-xattr --with-ssl=gnutls --with-zlib --with-metalink --without-cares --with-libiconv-prefix=/opt/local --with-libintl-prefix=/opt/local --with-libunistring-prefix=/opt/local --without-included-regex --without-gpgme-prefix --with-libidn --without-libuuid ac_cv_header_uuid_uuid_h=no --with-libgnutls-prefix=/opt/local 
DEBUG: system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_wget/wget/work/wget-1.21.3" && ./configure --prefix=/opt/local --enable-option-checking --disable-silent-rules --enable-opie --enable-digest --enable-ntlm --enable-debug --disable-valgrind-tests --disable-assert --enable-largefile --enable-threads=posix --enable-nls --disable-rpath --enable-ipv6 --enable-iri --disable-pcre --enable-pcre2 --disable-xattr --with-ssl=gnutls --with-zlib --with-metalink --without-cares --with-libiconv-prefix=/opt/local --with-libintl-prefix=/opt/local --with-libunistring-prefix=/opt/local --without-included-regex --without-gpgme-prefix --with-libidn --without-libuuid ac_cv_header_uuid_uuid_h=no --with-libgnutls-prefix=/opt/local 
configure: WARNING: unrecognized options: --with-libidn
configure: configuring for GNU Wget 1.21.3

Change History (2)

comment:1 Changed 18 months ago by jmroot (Joshua Root)

Cc: ryandesign@… removed
Keywords: Monterey removed
Owner: set to ryandesign
Status: newassigned

comment:2 Changed 18 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In c3b21c29acd2d7e072c989fab0c59b993da58dcd/macports-ports (master):

wget: Remove --with-libidn configure argument

As of 1.21.3, this configure argument is no longer recognized. libidn2
support is always enabled when pkg-config finds libidn2.

Closes: #66048

Note: See TracTickets for help on using tickets.