Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Dec 2006 15:04:23 -0700
From:      Mike Durian <durian@shadetreesoftware.com>
To:        freebsd-ports@freebsd.org
Cc:        Jeremy Chadwick <koitsu@freebsd.org>
Subject:   Re: www/libwww and SSL
Message-ID:  <200612291504.24194.durian@shadetreesoftware.com>
In-Reply-To: <20061229190954.GA84882@icarus.home.lan>
References:  <200612291040.29615.durian@shadetreesoftware.com> <20061229190954.GA84882@icarus.home.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_oDZlFY6lhht8Hr8
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Friday 29 December 2006 12:09, Jeremy Chadwick wrote:
>
> The current maintainer of this port is... no one!  :-)  Which means,
> if you could submit a patch, that'd be great.

Here's a patch.  The packing list already showed the SSL related header
files.  The only change was the addition of the libwwwssl libraries.

I see that at least one other person has modified the Makefile by
hand to include --with-ssl.  It is unclear why he didn't take the
next step and modify the Makefile too.

http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/libwww/files/patch-libwww-config.in
http://www.freebsd.org/cgi/query-pr.cgi?pr=99863

The PR implies there is another port, net/xmlrpc-c, which could potentially
benefit from adding --with-ssl to www/libwww.

mike


--Boundary-00=_oDZlFY6lhht8Hr8
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="libwww-ssl.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="libwww-ssl.patch"

--- Makefile.orig	Fri Dec 29 14:44:08 2006
+++ Makefile	Thu Dec 28 21:02:12 2006
@@ -18,7 +18,7 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-CONFIGURE_ARGS=	--enable-shared --enable-static --with-zlib
+CONFIGURE_ARGS=	--enable-shared --enable-static --with-zlib --with-ssl
 USE_PERL5_BUILD=yes
 MAKE_ENV=	objformat=${PORTOBJFORMAT}
 USE_LDCONFIG=	yes
--- pkg-plist.orig	Fri Dec 29 14:44:34 2006
+++ pkg-plist	Fri Dec 29 14:50:00 2006
@@ -222,6 +222,10 @@
 lib/libwwwnews.la
 lib/libwwwnews.so
 lib/libwwwnews.so.1
+lib/libwwwssl.a
+lib/libwwwssl.la
+lib/libwwwssl.so
+lib/libwwwssl.so.1
 lib/libwwwstream.a
 lib/libwwwstream.la
 lib/libwwwstream.so

--Boundary-00=_oDZlFY6lhht8Hr8--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612291504.24194.durian>