misc/112073: Added a new port yesterday (security/aespipe). This Prog is needed by amcrypt, so I modifyed the Makefile of misc/amanda.

Ekkehard 'Ekki' Gehm gehm at physik.tu-berlin.de
Tue Apr 24 09:20:06 UTC 2007


>Number:         112073
>Category:       misc
>Synopsis:       Added a new port yesterday (security/aespipe). This Prog is needed by amcrypt, so I modifyed the Makefile of misc/amanda.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 24 09:20:05 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:


More information about the freebsd-bugs mailing list