mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
textproc/libucl: Fix non streamlined json emitter
See for more information:
da7aacb3d4
PR: 277812
Reported by: crest@rlwinm.de
This commit is contained in:
parent
f6102e559d
commit
c75ee5343b
@ -1,7 +1,11 @@
|
||||
PORTNAME= libucl
|
||||
DISTVERSION= 0.9.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc devel
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
|
||||
PATCHFILES= da7aacb3d46fbc206ec6f2431f503eed843a3039.patch:-p1
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Universal configuration library parser
|
||||
WWW= https://github.com/vstakhov/libucl
|
||||
@ -20,11 +24,11 @@ USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
CONFLICTS_INSTALL= ucl
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
CONFLICTS_INSTALL= ucl
|
||||
|
||||
OPTIONS_DEFINE= LUA REGEX SIGNATURES URLS UTILS
|
||||
OPTIONS_DEFAULT= REGEX UTILS
|
||||
OPTIONS_SUB= yes
|
||||
@ -34,20 +38,16 @@ SIGNATURES_DESC= Enable signatures checking
|
||||
URLS_DESC= Enable fetching URLs
|
||||
UTILS_DESC= Enable tools: ucl_chargen, ucl_ucldump, ucl_tool
|
||||
|
||||
LUA_USES= lua
|
||||
LUA_CONFIGURE_ENABLE= lua
|
||||
LUA_CONFIGURE_ENV= LUA=${LOCALBASE}/bin/${LUA_CMD}
|
||||
LUA_LDFLAGS= -L${LUA_LIBDIR}
|
||||
LUA_USES= lua
|
||||
|
||||
REGEX_CONFIGURE_ENABLE= regex
|
||||
|
||||
SIGNATURES_USES= ssl
|
||||
SIGNATURES_CONFIGURE_ENABLE= signatures
|
||||
SIGNATURES_CPPFLAGS= -I${OPENSSLINC}
|
||||
SIGNATURES_LDFLAGS= -L${OPENSSLLIB}
|
||||
SIGNATURES_USES= ssl
|
||||
|
||||
URLS_CONFIGURE_ENABLE= urls
|
||||
|
||||
UTILS_CONFIGURE_ENABLE= utils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1707086522
|
||||
TIMESTAMP = 1710875899
|
||||
SHA256 (vstakhov-libucl-0.9.0_GH0.tar.gz) = 87b233048bca7d307b14cffb882d3c198dc3fff96b19e0c3515428f027b3ebfe
|
||||
SIZE (vstakhov-libucl-0.9.0_GH0.tar.gz) = 2043656
|
||||
SHA256 (da7aacb3d46fbc206ec6f2431f503eed843a3039.patch) = 23254e467ddf07979498c102b0233a6df71934c74969c3d7423a54473884ef70
|
||||
SIZE (da7aacb3d46fbc206ec6f2431f503eed843a3039.patch) = 1395
|
||||
|
Loading…
Reference in New Issue
Block a user