svn commit: r420384 - head/sysutils/syslog-ng37

Cy Schubert cy at FreeBSD.org
Thu Aug 18 03:47:21 UTC 2016


Author: cy
Date: Thu Aug 18 03:47:20 2016
New Revision: 420384
URL: https://svnweb.freebsd.org/changeset/ports/420384

Log:
  Make stage-qa happy. As this commit adjusts dependencies, bump
  PORTREVISION.

Modified:
  head/sysutils/syslog-ng37/Makefile

Modified: head/sysutils/syslog-ng37/Makefile
==============================================================================
--- head/sysutils/syslog-ng37/Makefile	Thu Aug 18 03:35:52 2016	(r420383)
+++ head/sysutils/syslog-ng37/Makefile	Thu Aug 18 03:47:20 2016	(r420384)
@@ -3,7 +3,7 @@
 
 PORTNAME=	syslog-ng
 PORTVERSION=	3.7.3
-PORTREVISION=	5
+PORTREVISION=	6
 .if !defined(MASTERDIR)
 PKGNAMESUFFIX=	37
 .endif
@@ -21,7 +21,8 @@ BROKEN_powerpc64=	Does not build
 BROKEN_sparc64=		Does not compile on sparc64: gcc core dump
 
 LIB_DEPENDS=	libevtlog.so:sysutils/eventlog \
-		libpcre.so:devel/pcre
+		libpcre.so:devel/pcre \
+		libuuid.so:misc/e2fsprogs-libuuid
 BUILD_DEPENDS=		xsltproc:textproc/libxslt \
 
 CONFLICTS?=	syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \
@@ -43,7 +44,7 @@ REDIS_DESC=		Build with Redis support
 JAVA_DESC=		Build with Java support (and modules, like Elastic)
 PYTHON_DESC=		Build with Python 2.7 support
 
-USES=		gmake libtool pathfix pkgconfig ssl
+USES=		gmake libtool pathfix pkgconfig ssl gettext-runtime
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	syslog-ng
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list