From owner-svn-ports-head@freebsd.org Thu Aug 18 03:47:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B352ABBD885; Thu, 18 Aug 2016 03:47:21 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83CB0171F; Thu, 18 Aug 2016 03:47:21 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7I3lKcF067065; Thu, 18 Aug 2016 03:47:20 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7I3lKTn067064; Thu, 18 Aug 2016 03:47:20 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201608180347.u7I3lKTn067064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 18 Aug 2016 03:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420384 - head/sysutils/syslog-ng37 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2016 03:47:21 -0000 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