Date: Wed, 07 Jul 2004 13:04:45 +0200 From: Radim Kolar <hsn@netmag.cz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: seanc@FreeBSD.org Subject: ports/68775: [PATCH] devel/tla: enable HTTPS in neon Message-ID: <E1BiAEH-000KL0-4p@sanatana.dharma> Resent-Message-ID: <200407071630.i67GUFuP058469@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68775 >Category: ports >Synopsis: [PATCH] devel/tla: enable HTTPS in neon >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 07 16:30:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.2.1-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD sanatana.dharma 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #7: Mon May 10 17:15:51 CEST 2004 >Description: I have enabled openssl support in bundled neon library. There are no licensing problem, because freebsd has openssl included in the base system. Port maintainer (seanc@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- tla-1.2_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/tla/Makefile /home/hsn/hacked/tla/Makefile --- /usr/ports/devel/tla/Makefile Sun Jun 27 17:42:20 2004 +++ /home/hsn/hacked/tla/Makefile Wed Jul 7 13:01:20 2004 @@ -7,7 +7,7 @@ PORTNAME= tla PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} \ http://regexps.srparish.net/src/${PORTNAME}/ \ diff -ruN --exclude=CVS /usr/ports/devel/tla/files/patch-enableneonssl /home/hsn/hacked/tla/files/patch-enableneonssl --- /usr/ports/devel/tla/files/patch-enableneonssl Thu Jan 1 01:00:00 1970 +++ /home/hsn/hacked/tla/files/patch-enableneonssl Wed Jul 7 11:52:50 2004 @@ -0,0 +1,10 @@ +--- ../tla/libneon/configure.orig Sat Dec 6 20:35:27 2003 ++++ ../tla/libneon/configure Wed Jul 7 11:49:45 2004 +@@ -9285,6 +9285,7 @@ + withval="$with_ssl" + + fi; ++with_ssl=yes + + + # Check whether --with-egd or --without-egd was given. diff -ruN --exclude=CVS /usr/ports/devel/tla/files/patch-enableneonssl2 /home/hsn/hacked/tla/files/patch-enableneonssl2 --- /usr/ports/devel/tla/files/patch-enableneonssl2 Thu Jan 1 01:00:00 1970 +++ /home/hsn/hacked/tla/files/patch-enableneonssl2 Wed Jul 7 12:45:31 2004 @@ -0,0 +1,10 @@ +--- ../tla/tla/Makefile.in.orig Sat Dec 6 20:35:30 2003 ++++ ../tla/tla/Makefile.in Wed Jul 7 12:10:32 2004 +@@ -4,6 +4,7 @@ + ../libdate/libdate.a \ + $(objroot)/hackerlab/libhackerlab/libhackerlab.a \ + ../libneon/libneon.a \ ++ -lssl -lcrypto \ + -lm + + mains := tla.c --- tla-1.2_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BiAEH-000KL0-4p>