forked from Lainports/opnsense-ports
sysutils/fusefs-libs: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
a01f44804c
commit
b8a108b498
3 changed files with 16 additions and 15 deletions
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fusefs
|
||||
DISTVERSIONPREFIX= fuse_
|
||||
DISTVERSION= 2_9_5
|
||||
DISTVERSIONPREFIX= fuse-
|
||||
DISTVERSION= 2.9.7
|
||||
CATEGORIES= sysutils
|
||||
PKGNAMESUFFIX= -libs
|
||||
|
||||
|
|
@ -13,34 +13,34 @@ COMMENT= FUSE allows filesystem implementation in userspace
|
|||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
IGNORE_DragonFly= fusefs has not been implemented on DragonFly
|
||||
|
||||
PORTSCOUT= limit:^2\.
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= libfuse
|
||||
GH_PROJECT= libfuse
|
||||
|
||||
USES= autoreconf gettext-tools iconv libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= iconv libtool autoreconf gettext-tools
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
pre-configure:
|
||||
${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/libs
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/how-fuse-works ${WRKSRC}/doc/kernel.txt ${STAGEDIR}${DOCSDIR}/libs
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == DragonFly
|
||||
IGNORE= fusefs has not been implemented on DragonFly
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (libfuse-libfuse-fuse_2_9_5_GH0.tar.gz) = ccea9c00f7572385e9064bc55b2bfefd8d34de487ba16d9eb09672202b5440ec
|
||||
SIZE (libfuse-libfuse-fuse_2_9_5_GH0.tar.gz) = 208873
|
||||
TIMESTAMP = 1466452512
|
||||
SHA256 (libfuse-libfuse-fuse-2.9.7_GH0.tar.gz) = 2a62adb901aae9226ebd5bc40e2201e29f62c3b2a251c67cd1abb17b4d523175
|
||||
SIZE (libfuse-libfuse-fuse-2.9.7_GH0.tar.gz) = 209571
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ include/ulockmgr.h
|
|||
lib/libfuse.a
|
||||
lib/libfuse.so
|
||||
lib/libfuse.so.2
|
||||
lib/libfuse.so.2.9.4
|
||||
lib/libfuse.so.%%VERSION%%
|
||||
lib/libulockmgr.a
|
||||
lib/libulockmgr.so
|
||||
lib/libulockmgr.so.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue