Hi,

this is the diff to update libbde to latest release and force the use of our awk.

Ok?

Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/libbde/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- Makefile	21 Feb 2017 10:38:42 -0000	1.1.1.1
+++ Makefile	6 Mar 2017 05:50:19 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =		access the BitLocker Drive Encryption encrypted volumes
 
-VERSION =		20160731
+VERSION =		20170204
 DISTNAME =		libbde-alpha-${VERSION}
 PKGNAME =		libbde-${VERSION}
 
@@ -24,7 +24,8 @@ WANTLIB += bfio c crypto fuse m pthread 
 CONFIGURE_STYLE =	simple
 CONFIGURE_ARGS +=	--mandir=${PREFIX}/man \
 			--enable-python \
-			--with-pyprefix=${LOCALBASE}
+			--with-pyprefix=${LOCALBASE} \
+			AWK=/usr/bin/awk
 
 WRKDIST =		${WRKDIR}/${PKGNAME}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/libbde/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo	21 Feb 2017 10:38:42 -0000	1.1.1.1
+++ distinfo	6 Mar 2017 05:50:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (libbde-alpha-20160731.tar.gz) = fX3NF635lB6ciuVsp7a5OND/K1xnKya0QeY6sAhKzJU=
-SIZE (libbde-alpha-20160731.tar.gz) = 1653822
+SHA256 (libbde-alpha-20170204.tar.gz) = WiOmpgKZOnT2CvckoxJB3tBRpl9nFdOK/Ypnwf4F0K0=
+SIZE (libbde-alpha-20170204.tar.gz) = 1656035

Reply via email to