Date: Thu, 7 Sep 2017 20:42:41 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449428 - head/sysutils/syslog-ng311 Message-ID: <201709072042.v87Kgfei035549@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Sep 7 20:42:40 2017 New Revision: 449428 URL: https://svnweb.freebsd.org/changeset/ports/449428 Log: This version of syslog-ng provides its own eventlog. For now we include the conflict and avoid the dependency however I will take this up with our upline (submitter of the patch to this port) that created syslog-ng311. Discussed with: Craig Leres <leres@ee.lbl.gov> Peter Czanik <czanik@balabit.com> (upline) Modified: head/sysutils/syslog-ng311/Makefile Modified: head/sysutils/syslog-ng311/Makefile ============================================================================== --- head/sysutils/syslog-ng311/Makefile Thu Sep 7 20:27:07 2017 (r449427) +++ head/sysutils/syslog-ng311/Makefile Thu Sep 7 20:42:40 2017 (r449428) @@ -3,6 +3,7 @@ PORTNAME= syslog-ng DISTVERSION= 3.11.1 +PORTREVISION= 1 CATEGORIES= sysutils DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ @@ -15,15 +16,14 @@ COMMENT= Powerful syslogd replacement LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid \ - libbson-1.0.so:devel/libbson \ - libevtlog.so:sysutils/eventlog + libbson-1.0.so:devel/libbson BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ - syslog-ng-devel-[0-9]* + syslog-ng-devel-[0-9]* eventlog* WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709072042.v87Kgfei035549>