update libfwsi to 20191221 and switch to python3.
This commit is contained in:
parent
3d97f59d23
commit
939ee8d2c6
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:49:44 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2020/03/17 21:25:07 rpointel Exp $
|
||||
|
||||
COMMENT = library to access the Windows Shell Item format
|
||||
|
||||
VERSION = 20170117
|
||||
VERSION = 20191221
|
||||
DISTNAME = libfwsi-experimental-${VERSION}
|
||||
PKGNAME = ${DISTNAME:S/-experimental//}
|
||||
|
||||
@ -22,11 +22,12 @@ PERMIT_PACKAGE = Yes
|
||||
WANTLIB += m pthread util ${MODPY_WANTLIB}
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --enable-python
|
||||
CONFIGURE_ARGS += --enable-python3
|
||||
|
||||
WRKDIST = ${WRKDIR}/${PKGNAME}
|
||||
|
||||
MODULES += lang/python
|
||||
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
||||
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libfwsi-experimental-20170117.tar.gz) = c1PsM5iV+Z8+cN3VfFyCInMZATYUYTvnAGaCbBP2470=
|
||||
SIZE (libfwsi-experimental-20170117.tar.gz) = 1301587
|
||||
SHA256 (libfwsi-experimental-20191221.tar.gz) = kj+4tTOwC6S91NFJHVivGd1TUI6FbRjhiOQIOWPxKjw=
|
||||
SIZE (libfwsi-experimental-20191221.tar.gz) = 1314475
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/02/12 07:07:55 rpointel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2020/03/17 21:25:07 rpointel Exp $
|
||||
include/libfwsi/
|
||||
include/libfwsi.h
|
||||
include/libfwsi/codepage.h
|
||||
@ -7,11 +7,11 @@ include/libfwsi/error.h
|
||||
include/libfwsi/extern.h
|
||||
include/libfwsi/features.h
|
||||
include/libfwsi/types.h
|
||||
lib/libfwsi.a
|
||||
@static-lib lib/libfwsi.a
|
||||
lib/libfwsi.la
|
||||
@lib lib/libfwsi.so.${LIBfwsi_VERSION}
|
||||
lib/pkgconfig/libfwsi.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyfwsi.a
|
||||
lib/python${MODPY_VERSION}/site-packages/pyfwsi.la
|
||||
lib/python${MODPY_VERSION}/site-packages/pyfwsi.so
|
||||
@so lib/python${MODPY_VERSION}/site-packages/pyfwsi.so
|
||||
@man man/man3/libfwsi.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user