Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2016 03:47:20 +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: r420384 - head/sysutils/syslog-ng37
Message-ID:  <201608180347.u7I3lKTn067064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608180347.u7I3lKTn067064>