mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04: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
2 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= cuse4bsd-kmod
|
PORTNAME= cuse4bsd-kmod
|
||||||
PORTVERSION= 0.1.24
|
PORTVERSION= 0.1.26
|
||||||
CATEGORIES= multimedia kld
|
CATEGORIES= multimedia kld
|
||||||
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
||||||
http://hselasky.homeunix.org:8192/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
|
IGNORE= requires FreeBSD 8.0-RELEASE or later
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}"
|
||||||
|
|
||||||
.if defined(WITH_DEBUG)
|
.if defined(WITH_DEBUG)
|
||||||
MAKE_ARGS+=" HAVE_DEBUG=YES"
|
MAKE_ARGS+=" HAVE_DEBUG=YES"
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (cuse4bsd-kmod-0.1.24.tar.bz2) = f5ad69a88ff436fffffb58a0cf4cb37ce1e85f2dfc3fca420bd6cb850277d02a
|
SHA256 (cuse4bsd-kmod-0.1.26.tar.bz2) = 73577f6b63fbcd04f945bd4148e068b0084258b5d3bc83ed51c7147dd9589a64
|
||||||
SIZE (cuse4bsd-kmod-0.1.24.tar.bz2) = 13871
|
SIZE (cuse4bsd-kmod-0.1.26.tar.bz2) = 13957
|
||||||
|
|
Loading…
Add table
Reference in a new issue