svn commit: r433388 - head/ftp/wget
Carlos J. Puga Medina
cpm at FreeBSD.org
Sun Feb 5 16:04:27 UTC 2017
On Sun, 2017-02-05 at 09:54 +0000, Vasil Dimov wrote:
> Author: vd
> Date: Sun Feb 5 09:54:31 2017
> New Revision: 433388
> URL: https://svnweb.freebsd.org/changeset/ports/433388
>
> Log:
> ftp/wget: Upgrade from 1.18_2 to 1.19
>
> Modified:
> head/ftp/wget/Makefile
> head/ftp/wget/distinfo
>
> Modified: head/ftp/wget/Makefile
> =====================================================================
> =========
> --- head/ftp/wget/Makefile Sun Feb 5 09:03:41 2017 (r4
> 33387)
> +++ head/ftp/wget/Makefile Sun Feb 5 09:54:31 2017 (r4
> 33388)
> @@ -2,8 +2,7 @@
> # $FreeBSD$
>
> PORTNAME= wget
> -DISTVERSION= 1.18
> -PORTREVISION= 2
> +DISTVERSION= 1.19
> CATEGORIES= ftp www ipv6
> MASTER_SITES= GNU
>
> @@ -51,6 +50,8 @@ PSL_LIB_DEPENDS= libpsl.so:dns/libpsl
>
> .include <bsd.port.options.mk>
>
> +CONFIGURE_ARGS+=--with-included-libunistring
> +
> .if ${PORT_OPTIONS:MOPENSSL}
> USE_OPENSSL= yes
> CONFIGURE_ARGS+=--with-ssl=openssl --with-libssl-
> prefix=${OPENSSLBASE}
>
> Modified: head/ftp/wget/distinfo
> =====================================================================
> =========
> --- head/ftp/wget/distinfo Sun Feb 5 09:03:41 2017 (r4
> 33387)
> +++ head/ftp/wget/distinfo Sun Feb 5 09:54:31 2017 (r4
> 33388)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1466495244
> -SHA256 (wget-1.18.tar.xz) =
> b5b55b75726c04c06fe253daec9329a6f1a3c0c1878e3ea76ebfebc139ea9cc1
> -SIZE (wget-1.18.tar.xz) = 1922376
> +TIMESTAMP = 1486213522
> +SHA256 (wget-1.19.tar.xz) =
> 0f1157bbf4daae19f3e1ddb70c6ccb2067feb834a6aa23c9d9daa7f048606384
> +SIZE (wget-1.19.tar.xz) = 2075916
>
Hi Vasil,
wget fails to build on 10.3
cc -DNDEBUG -O2 -pipe -DLIBICONV_PLUG -fstack-protector -fno-strict-
aliasing -L/usr/local/lib -L/usr/lib -fstack-protector -o wget
connect.o convert.o cookies.o ftp.o css_.o css-url.o ftp-basic.o ftp-
ls.o hash.o host.o hsts.o html-parse.o html-url.o http.o init.o log.o
main.o netrc.o progress.o ptimer.o recur.o res.o retr.o spider.o url.o
warc.o xattr.o utils.o exits.o build_info.o version.o ftp-opie.o
openssl.o http-ntlm.o ../lib/libgnu.a -L/usr/local/lib -lintl
-R/usr/local/lib /usr/lib/libssl.so /usr/lib/libcrypto.so -lz
cc: error: unknown argument: '-R/usr/local/lib'
gmake[4]: *** [Makefile:1567: wget] Error 1
gmake[4]: Leaving directory '/wrkdirs/usr/ports/ftp/wget/work/wget-
1.19/src'
gmake[3]: *** [Makefile:1466: all] Error 2
gmake[3]: Leaving directory '/wrkdirs/usr/ports/ftp/wget/work/wget-
1.19/src'
gmake[2]: *** [Makefile:1456: all-recursive] Error 1
gmake[2]: Leaving directory '/wrkdirs/usr/ports/ftp/wget/work/wget-
1.19'
gmake[1]: *** [Makefile:1412: all] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/ftp/wget/work/wget-
1.19'
===> Compilation failed unexpectedly.
Fix: add --disable-rpath to CONFIGURE_ARGS
Regards,
--
Carlos Jacobo Puga Medina <cpm at FreeBSD.org>
PGP fingerprint = C60E 9497 5302 793B CC2D BB89 A1F3 5D66 E6D0 5453
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170205/1ab598ea/attachment.sig>
More information about the svn-ports-all
mailing list