Skip to content

Commit

Permalink
sysutils/syslog-ng: Correct dependency
Browse files Browse the repository at this point in the history
Syslog-ng now depends on devel/pcre2 instead of devel/pcre. This
was missed when upstream's patch updating the port was submitted.

PR:		272789
Fixes:		c0c1145
  • Loading branch information
cschuber committed Jul 29, 2023
1 parent 7a16c43 commit d491ae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sysutils/syslog-ng/Makefile
@@ -1,5 +1,6 @@
PORTNAME= syslog-ng
DISTVERSION= 4.3.0
PORTREVISION= 1
CATEGORIES= sysutils
# official master site:
MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/
Expand All @@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld)

LIB_DEPENDS= libpcre2-8.so:devel/pcre \
LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \
libuuid.so:misc/e2fsprogs-libuuid \
libivykis.so:devel/ivykis

Expand Down

0 comments on commit d491ae3

Please sign in to comment.