update libbde to 20191221 and switch to python3.
This commit is contained in:
parent
3af812abe7
commit
7df0752f80
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:49:04 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2020/03/17 21:00:19 rpointel Exp $
|
||||
|
||||
COMMENT = access the BitLocker Drive Encryption encrypted volumes
|
||||
|
||||
VERSION = 20170902
|
||||
VERSION = 20191221
|
||||
DISTNAME = libbde-alpha-${VERSION}
|
||||
PKGNAME = libbde-${VERSION}
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += bde 0.1 # 1.0
|
||||
|
||||
@ -25,13 +24,13 @@ WANTLIB += bfio c crypto fuse iconv intl m pthread util
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --mandir=${PREFIX}/man \
|
||||
--enable-python \
|
||||
--with-pyprefix=${LOCALBASE} \
|
||||
--enable-python3 \
|
||||
AWK=/usr/bin/awk
|
||||
|
||||
WRKDIST = ${WRKDIR}/${PKGNAME}
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
||||
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libbde-alpha-20170902.tar.gz) = 2JU7ln9wInw6oU2YH3PwhAisXUnOs6tucsiLLfErfP4=
|
||||
SIZE (libbde-alpha-20170902.tar.gz) = 1657181
|
||||
SHA256 (libbde-alpha-20191221.tar.gz) = qrCOJjCtIEDfRlzBvguZ7XgBfy+VpDw7ZwoKeH8/K2w=
|
||||
SIZE (libbde-alpha-20191221.tar.gz) = 1723478
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/02/21 10:38:42 rpointel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2020/03/17 21:00:19 rpointel Exp $
|
||||
@bin bin/bdeinfo
|
||||
@bin bin/bdemount
|
||||
include/libbde/
|
||||
@ -9,13 +9,13 @@ include/libbde/error.h
|
||||
include/libbde/extern.h
|
||||
include/libbde/features.h
|
||||
include/libbde/types.h
|
||||
lib/libbde.a
|
||||
@static-lib lib/libbde.a
|
||||
lib/libbde.la
|
||||
@lib lib/libbde.so.${LIBbde_VERSION}
|
||||
lib/pkgconfig/libbde.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/pybde.a
|
||||
lib/python${MODPY_VERSION}/site-packages/pybde.la
|
||||
lib/python${MODPY_VERSION}/site-packages/pybde.so
|
||||
@so lib/python${MODPY_VERSION}/site-packages/pybde.so
|
||||
@man man/man1/bdeinfo.1
|
||||
@man man/man1/bdemount.1
|
||||
@man man/man3/libbde.3
|
||||
|
Loading…
Reference in New Issue
Block a user