Commits

Chih-Hsuan Yen authored f0f3b771f5c
libwww: update to 5.4.2

* Patches are from FreeBSD [1]. Also switch the FreeBSD approach to specify OpenSSL path. It's simpler. * Builds without ltconfig13 and ltmain13. Those are added 17 years ago [2]. I believe the issue has been fixed or is no longer relevant. Also, upstream ltmain is much newer than ltmain13. * libwww-config.in.diff: not needed as the library order is fixed in 5.4.2. * patch-configure.diff: there is no ac_tr_hdr in 5.4.2. Note that some HTTPS sites are not working. For example, `webbot https://www.macports.org` works but `webbot https://httpbin.org/` fails with "unable to get local issuer certificate". Closes: https://trac.macports.org/ticket/58980 [1] https://svnweb.freebsd.org/ports/head/www/libwww/files/ [2] https://github.com/macports/macports-ports/commit/e78a648591105cb3d250c8604ca3eeb19ce4595a#diff-4daf6f089f884dca3cee10a133a62626
No tags

www/libwww/files/libwww-config.in.diff

Deleted
1 -===================================================================
2 -RCS file: /sources/public/libwww/libwww-config.in,v
3 -retrieving revision 1.6
4 -retrieving revision 1.8
5 -diff -u -r1.6 -r1.8
6 ---- libwww-config.in 1999/06/23 18:05:01 1.6
7 -+++ libwww-config.in 2005/03/10 03:16:05 1.8
8 -@@ -1,7 +1,7 @@
9 - #!/bin/sh
10 - # (c) COPYRIGHT MIT 1995.
11 - # Please first read the full copyright statement in the file COPYRIGH.
12 --# @(#) $Id: libwww-config.in,v 1.6 1999/06/23 18:05:01 frystyk Exp $
13 -+# @(#) $Id: libwww-config.in,v 1.8 2005/03/10 03:16:05 vbancrof Exp $
14 - #
15 - # Thanks to Soren Sandmann for providing first version of this script!
16 -
17 -@@ -48,7 +48,7 @@
18 - echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@
19 - ;;
20 - --libs)
21 -- echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@
22 -+ echo -L@libdir@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@
23 - ;;
24 - *)
25 - echo "${usage}" 1>&2

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut