Skip to content

Commit

Permalink
textproc/libucl: Fix non streamlined json emitter
Browse files Browse the repository at this point in the history
See for more information:
vstakhov/libucl@da7aacb

PR:		277812
Reported by:	crest@rlwinm.de
  • Loading branch information
5u623l20 committed Mar 19, 2024
1 parent f6102e5 commit c75ee53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 8 additions & 8 deletions textproc/libucl/Makefile
@@ -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
Expand All @@ -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
Expand All @@ -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>
4 changes: 3 additions & 1 deletion textproc/libucl/distinfo
@@ -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

0 comments on commit c75ee53

Please sign in to comment.