From nobody@FreeBSD.org  Tue Jun 12 12:43:33 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 696BC16A46B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Jun 2007 12:43:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 59D7513C43E
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Jun 2007 12:43:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l5CChXti043419
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Jun 2007 12:43:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l5CChXGc043418;
	Tue, 12 Jun 2007 12:43:33 GMT
	(envelope-from nobody)
Message-Id: <200706121243.l5CChXGc043418@www.freebsd.org>
Date: Tue, 12 Jun 2007 12:43:33 GMT
From: Tomoyuki Okazaki<okazaki@kick.gr.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: enable Camellia in security/openssl
X-Send-Pr-Version: www-3.0

>Number:         113624
>Category:       ports
>Synopsis:       enable Camellia in security/openssl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 12 12:50:03 GMT 2007
>Closed-Date:    Tue Jun 12 19:34:05 CEST 2007
>Last-Modified:  Tue Jun 12 19:34:05 CEST 2007
>Originator:     Tomoyuki Okazaki
>Release:        6-stable
>Organization:
NTT Software Corp.
>Environment:
FreeBSD silverfang 6.2-STABLE FreeBSD 6.2-STABLE #11: Mon May 21 13:18:15 JST 2007     okazaki@silverfang:/usr/obj/usr/src/sys/SILVERFANG  amd64
>Description:
I'd like to enable Camellia in security/openssl(0.9.8e and 0.9.8-stable).
Camellia is already enabled in 0.9.9-dev by default.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/openssl/Makefile,v
retrieving revision 1.124
diff -u -r1.124 Makefile
--- Makefile	27 Feb 2007 20:03:39 -0000	1.124
+++ Makefile	12 Jun 2007 12:25:05 -0000
@@ -15,7 +15,7 @@
 PORTREVISION?=	0
 .else
 PORTVERSION=	0.9.8e
-PORTREVISION?=	0
+PORTREVISION?=	1
 .endif
 .endif
 CATEGORIES=	security devel
@@ -58,6 +58,7 @@
 PLIST_SUB+=		OPENSSL_BETA=""
 PLIST_SUB+=		OPENSSL_STABLE="@comment "
 CONFLICTS?=		openssl-beta-0.* openssl-stable-0.*
+EXTRACONFIGURE+= enable-camellia
 .endif
 
 MAKE_ARGS+=		WHOLE_ARCHIVE_FLAG=--whole-archive
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/openssl/pkg-plist,v
retrieving revision 1.34
diff -u -r1.34 pkg-plist
--- pkg-plist	10 Jul 2005 19:15:12 -0000	1.34
+++ pkg-plist	12 Jun 2007 12:25:48 -0000
@@ -9,6 +9,7 @@
 include/openssl/bn.h
 include/openssl/buffer.h
 include/openssl/cast.h
+%%OPENSSL_BETA%%include/openssl/camellia.h
 include/openssl/comp.h
 include/openssl/conf.h
 include/openssl/conf_api.h


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jun 12 12:50:11 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113624: commit references a PR
Date: Tue, 12 Jun 2007 15:11:48 +0000 (UTC)

 dinoex      2007-06-12 15:11:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/openssl     Makefile pkg-plist 
   Log:
   - enable cadmilla
   PR:             113624
   Submitted by:   Tomoyuki Okazaki
   
   Revision  Changes    Path
   1.125     +2 -1      ports/security/openssl/Makefile
   1.35      +1 -0      ports/security/openssl/pkg-plist
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Tue Jun 12 19:33:48 CEST 2007 
State-Changed-Why:  
committed, thanks. 

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