From hsn@netmag.cz  Wed Jul  7 16:25:00 2004
Return-Path: <hsn@netmag.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E94AC16A4CE; Wed,  7 Jul 2004 16:25:00 +0000 (GMT)
Received: from mail.tiscali.cz (stateless3.tiscali.cz [213.235.135.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 579F643D31; Wed,  7 Jul 2004 16:25:00 +0000 (GMT)
	(envelope-from hsn@netmag.cz)
Received: from sanatana.dharma (212.90.234.226) by mail.tiscali.cz (6.7.021)
        id 40AE2ED30114E0C1; Wed, 7 Jul 2004 18:24:59 +0200
Received: from hsn@localhost
	by sanatana.dharma (Exim 4.34_0 FreeBSD) id 1BiAEH-000KL0-4p
	; Wed, 07 Jul 2004 13:04:45 +0200
Message-Id: <E1BiAEH-000KL0-4p@sanatana.dharma>
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: [PATCH] devel/tla: enable HTTPS in neon
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         68775
>Category:       ports
>Synopsis:       [PATCH] devel/tla: enable HTTPS in neon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    seanc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 07 16:30:12 GMT 2004
>Closed-Date:    Tue Aug 31 20:58:18 GMT 2004
>Last-Modified:  Tue Aug 31 20:58:18 GMT 2004
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->seanc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jul 8 01:14:17 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68775 
State-Changed-From-To: open->closed 
State-Changed-By: seanc 
State-Changed-When: Tue Aug 31 20:57:29 GMT 2004 
State-Changed-Why:  
tla's included version of libneon now builds with SSL 
support.  Thanks for your submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68775 
>Unformatted:
