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: misc/112073: Added a new port yesterday (security/aespipe). This Prog is needed by amcrypt, so I modifyed the Makefile of misc/amanda. Message-ID: <200704240912.l3O9CSVS096078@tank.physik-pool.tu-berlin.de> Resent-Message-ID: <200704240920.l3O9K51V097275@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704240912.l3O9CSVS096078>
