mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 0.1.26 :
- Fix for refcounting bug. - Use PTHREAD_LIBS. Submitted by: hselasky (maintainer)
This commit is contained in:
parent
eb4d786def
commit
ed02ea3de3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302737
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cuse4bsd-kmod
|
||||
PORTVERSION= 0.1.24
|
||||
PORTVERSION= 0.1.26
|
||||
CATEGORIES= multimedia kld
|
||||
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
||||
http://hselasky.homeunix.org:8192/distfiles/
|
||||
@ -39,6 +39,8 @@ OPTIONS= DEBUG "Build with debugging support" Off
|
||||
IGNORE= requires FreeBSD 8.0-RELEASE or later
|
||||
.endif
|
||||
|
||||
MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}"
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
MAKE_ARGS+=" HAVE_DEBUG=YES"
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cuse4bsd-kmod-0.1.24.tar.bz2) = f5ad69a88ff436fffffb58a0cf4cb37ce1e85f2dfc3fca420bd6cb850277d02a
|
||||
SIZE (cuse4bsd-kmod-0.1.24.tar.bz2) = 13871
|
||||
SHA256 (cuse4bsd-kmod-0.1.26.tar.bz2) = 73577f6b63fbcd04f945bd4148e068b0084258b5d3bc83ed51c7147dd9589a64
|
||||
SIZE (cuse4bsd-kmod-0.1.26.tar.bz2) = 13957
|
||||
|
Loading…
Reference in New Issue
Block a user