From ehaupt@FreeBSD.org  Sun Nov 14 10:50:12 2010
Return-Path: <ehaupt@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 708F8106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Nov 2010 10:50:12 +0000 (UTC)
	(envelope-from ehaupt@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 266018FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Nov 2010 10:50:12 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAEAoCjt028379
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Nov 2010 10:50:12 GMT
	(envelope-from ehaupt@freefall.freebsd.org)
Received: (from ehaupt@localhost)
	by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAEAoBnR028373;
	Sun, 14 Nov 2010 11:50:12 +0100 (CET)
	(envelope-from ehaupt)
Message-Id: <201011141050.oAEAoBnR028373@freefall.freebsd.org>
Date: Sun, 14 Nov 2010 11:50:12 +0100 (CET)
From: Emanuel Haupt <ehaupt@freebsd.org>
Reply-To: Emanuel Haupt <ehaupt@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] databases/p5-DBD-mysql add optional SSL support
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         152230
>Category:       ports
>Synopsis:       [patch] databases/p5-DBD-mysql add optional SSL support
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 14 11:00:16 UTC 2010
>Closed-Date:    Fri Dec 10 23:05:41 UTC 2010
>Last-Modified:  Fri Dec 10 23:10:26 UTC 2010
>Originator:     Emanuel Haupt
>Release:        FreeBSD 8.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #44 r209978: Tue Jul 13 08:42:03 UTC 2010 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386


	
>Description:
Add optional ssl support for databases/p5-DBD-mysql
>How-To-Repeat:
	
>Fix:

	

--- p5-DBD-mysql.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBD-mysql/Makefile,v
retrieving revision 1.77
diff -u -r1.77 Makefile
--- Makefile	1 Sep 2010 09:43:55 -0000	1.77
+++ Makefile	14 Nov 2010 10:47:23 -0000
@@ -26,4 +26,13 @@
 
 MAN3=	Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3
 
-.include <bsd.port.mk>
+OPTIONS=	SSL	"build with OpenSSL support" off
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_SSL)
+CONFIGURE_ARGS+=	--ssl
+RUN_DEPENDS+=		p5-security/p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
+.endif
+
+.include <bsd.port.post.mk>
--- p5-DBD-mysql.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Nov 14 11:00:26 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152230 
Responsible-Changed-From-To: skv->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Wed Dec 8 21:31:09 UTC 2010 
Responsible-Changed-Why:  
committer&maintainer timeout (skv ; 24 days) / last commit: 3 days ago 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152230 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Fri Dec 10 23:05:40 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152230 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152230: commit references a PR
Date: Fri, 10 Dec 2010 23:05:41 +0000 (UTC)

 pgollucci    2010-12-10 23:05:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/p5-DBD-mysql Makefile 
   Log:
   - OPTIONally support SSL
   
   PR:             ports/152230
   Submitted by:   Emanuel Haupt <ehaupt@freebsd.org>
   Approved by:    maintainer timeout (skv ; 24 days)
   
   Revision  Changes    Path
   1.78      +9 -0      ports/databases/p5-DBD-mysql/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
