From root@tank.physik-pool.tu-berlin.de  Tue Apr 24 09:13:13 2007
Return-Path: <root@tank.physik-pool.tu-berlin.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6B6FE16A408
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Apr 2007 09:13:12 +0000 (UTC)
	(envelope-from root@tank.physik-pool.tu-berlin.de)
Received: from tank.physik-pool.tu-berlin.de (tank.physik-pool.TU-Berlin.DE [130.149.58.157])
	by mx1.freebsd.org (Postfix) with ESMTP id 028F913C44C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Apr 2007 09:13:11 +0000 (UTC)
	(envelope-from root@tank.physik-pool.tu-berlin.de)
Received: from tank.physik-pool.tu-berlin.de (localhost [127.0.0.1])
	by tank.physik-pool.tu-berlin.de (8.13.8/8.13.8) with ESMTP id l3O9CU2I096079;
	Tue, 24 Apr 2007 11:12:30 +0200 (CEST)
	(envelope-from root@tank.physik-pool.tu-berlin.de)
Received: (from root@localhost)
	by tank.physik-pool.tu-berlin.de (8.13.8/8.13.8/Submit) id l3O9CSVS096078;
	Tue, 24 Apr 2007 11:12:28 +0200 (CEST)
	(envelope-from root)
Message-Id: <200704240912.l3O9CSVS096078@tank.physik-pool.tu-berlin.de>
Date: Tue, 24 Apr 2007 11:12:28 +0200 (CEST)
From: "Ekkehard 'Ekki' Gehm" <gehm@physik.tu-berlin.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gehm@physik.tu-berlin.de
Subject: Added a new port yesterday (security/aespipe). This Prog is needed by amcrypt, so I modifyed the Makefile of misc/amanda.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112073
>Category:       ports
>Synopsis:       misc/amanda-server: add new port security/aespipe as a dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kuriyama
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 24 09:20:05 GMT 2007
>Closed-Date:    Sat Oct 13 11:48:17 UTC 2007
>Last-Modified:  Sat Oct 13 11:50:01 UTC 2007
>Originator:     Ekkehard 'Ekki' Gehm
>Release:        FreeBSD 6.2-RELEASE amd64
>Organization:
TU Berlin
>Environment:
System: FreeBSD tank.physik-pool.tu-berlin.de 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Apr 17 16:32:59 UTC 2007 root@tank.physik-pool.tu-berlin.de:/usr/obj/usr/src/sys/SMP amd64

>Description:
	New Build Option for aespipe
>How-To-Repeat:
	Try running amcrypt without aespipe
>Fix:
	Install aespipe

--- Makefile.diff begins here ---
--- Makefile	Thu Apr 19 17:12:46 2007
+++ Makefile.new	Tue Apr 24 10:41:17 2007
@@ -114,7 +114,8 @@
 
 OPTIONS+=	PLOT "enable ploting, requires X11 libraries" off\
 		SAMBA "enable the use of smbclient" off \
-		MTX "enable the use of mtx changer scripts" off
+		MTX "enable the use of mtx changer scripts" off \ 
+		AESPIPE "enable encryption. Needed by amcrypt" on
 
 .if defined (WITH_PLOT)
 BUILD_DEPENDS+=	gnuplot:${PORTSDIR}/math/gnuplot
@@ -134,6 +135,11 @@
 .if defined (WITH_MTX)
 BUILD_DEPENDS+=	mtx:${PORTSDIR}/misc/mtx
 RUN_DEPENDS+=	mtx:${PORTSDIR}/misc/mtx
+.endif
+
+.if defined (WITH_AESPIPE)
+BUILD_DEPENDS+= aespipe:${PORTSDIR}/security/aespipe
+RUN_DEPENDS+=	aespipe:${PORTSDIR}/security/aespipe
 .endif
 
 .if defined (AMANDA_TAPE)
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->kuriyama 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Apr 24 09:22:07 UTC 2007 
Responsible-Changed-Why:  
Make this a ports PR and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112073 
State-Changed-From-To: open->closed 
State-Changed-By: kuriyama 
State-Changed-When: Sat Oct 13 11:47:58 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112073: commit references a PR
Date: Sat, 13 Oct 2007 11:47:47 +0000 (UTC)

 kuriyama    2007-10-13 11:47:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     misc/amanda-server   Makefile 
   Log:
   - Add AESPIPE knob for $OPTIONS.
   
   PR:             ports/112073 (but I changed default to off)
   Submitted by:   "Ekkehard 'Ekki' Gehm" <gehm@physik.tu-berlin.de>
   
   Revision  Changes    Path
   1.101     +6 -1      ports/misc/amanda-server/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:
