svn commit: r374735 - in head/sysutils: . syslog-ng-incubator03
Cy Schubert
cy at FreeBSD.org
Mon Dec 15 07:34:33 UTC 2014
Author: cy
Date: Mon Dec 15 07:34:31 2014
New Revision: 374735
URL: https://svnweb.freebsd.org/changeset/ports/374735
QAT: https://qat.redports.org/buildarchive/r374735/
Log:
Syslog-ng-incubator 0.3.3 only works with syslog-ng35.
sysutils/syslog-ng-incubator copied to sysutils/syslog-ng-incubator03
in preparation for pending update of main syslog-ng-incubator port to
0.4.X (which will be suported by the syslog-ng 3.6 branch).
Submitted by: Peter Czanik (Syslog-ng upline) <peter.czanik at balabit.com>
Added:
head/sysutils/syslog-ng-incubator03/
- copied from r374512, head/sysutils/syslog-ng-incubator/
Modified:
head/sysutils/Makefile
head/sysutils/syslog-ng-incubator03/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Mon Dec 15 03:51:04 2014 (r374734)
+++ head/sysutils/Makefile Mon Dec 15 07:34:31 2014 (r374735)
@@ -912,6 +912,7 @@
SUBDIR += syslog-ng
SUBDIR += syslog-ng-devel
SUBDIR += syslog-ng-incubator
+ SUBDIR += syslog-ng-incubator03
SUBDIR += syslog-ng33
SUBDIR += syslog-ng34
SUBDIR += syslog-ng35
Modified: head/sysutils/syslog-ng-incubator03/Makefile
==============================================================================
--- head/sysutils/syslog-ng-incubator/Makefile Thu Dec 11 05:49:41 2014 (r374512)
+++ head/sysutils/syslog-ng-incubator03/Makefile Mon Dec 15 07:34:31 2014 (r374735)
@@ -6,18 +6,17 @@ PORTVERSION= 0.3.3
CATEGORIES= sysutils
MASTER_SITES= http://packages.madhouse-project.org/syslog-ng/incubator/
DISTFILES= syslog-ng-incubator-${PORTVERSION}.tar.xz
+PKGNAMESUFFIX=03
MAINTAINER= cy at FreeBSD.org
COMMENT= The syslog-ng module incubator
-BROKEN= Fails to build with syslog-ng36
-
WRKSRC= $(WRKDIR)/$(PORTNAME)-$(PORTVERSION)
MAKE_JOBS_UNSAFE= yes
LIB_DEPENDS= libevtlog.so:${PORTSDIR}/sysutils/eventlog \
- libsyslog-ng.so:${PORTSDIR}/sysutils/syslog-ng
+ libsyslog-ng-3.5.6.so:${PORTSDIR}/sysutils/syslog-ng35
USES= gmake pkgconfig pathfix bison lua tar:xz libtool
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list