Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2019 19:58:22 +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: r497339 - in head/sysutils: syslog-ng318 syslog-ng319 syslog-ng320
Message-ID:  <201903301958.x2UJwMJO004768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Mar 30 19:58:22 2019
New Revision: 497339
URL: https://svnweb.freebsd.org/changeset/ports/497339

Log:
  Fix:
  
  ===>  Building for syslog-ng-3.20.1
  gmake[2]: Entering directory '/export/wrkdir/amd64/usr/ports/sysutils/
  syslog-ng/work/syslog-ng-3.20.1'
  Makefile:22291: *** "Python interpreter is required to generate grammar
  files, but it was not detected during configure".  Stop.
  gmake[2]: Leaving directory '/export/wrkdir/amd64/usr/ports/sysutils/
  syslog-ng/work/syslog-ng-3.20.1'
  *** Error code 1
  
  Stop.
  make[1]: stopped in /usr/ports/sysutils/syslog-ng
  *** Error code 1
  
  Stop.
  make: stopped in /usr/ports/sysutils/syslog-ng
  
  Broken by PR:		236845

Modified:
  head/sysutils/syslog-ng318/Makefile   (contents, props changed)
  head/sysutils/syslog-ng319/Makefile   (contents, props changed)
  head/sysutils/syslog-ng320/Makefile   (contents, props changed)

Modified: head/sysutils/syslog-ng318/Makefile
==============================================================================
--- head/sysutils/syslog-ng318/Makefile	Sat Mar 30 19:52:19 2019	(r497338)
+++ head/sysutils/syslog-ng318/Makefile	Sat Mar 30 19:58:22 2019	(r497339)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libuuid.so:misc/e2fsprogs-libuuid
 
 USES=		autoreconf:build gmake libtool pathfix pkgconfig ssl \
-		gettext-runtime shebangfix
+		gettext-runtime python:3.5+,build shebangfix
 
 CONFLICTS?=	syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \
 		syslog-ng[0-9][0-9]-[0-9]* \

Modified: head/sysutils/syslog-ng319/Makefile
==============================================================================
--- head/sysutils/syslog-ng319/Makefile	Sat Mar 30 19:52:19 2019	(r497338)
+++ head/sysutils/syslog-ng319/Makefile	Sat Mar 30 19:58:22 2019	(r497339)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libuuid.so:misc/e2fsprogs-libuuid
 
 USES=		autoreconf:build gmake libtool pathfix pkgconfig ssl \
-		gettext-runtime shebangfix
+		gettext-runtime python:3.5+,build shebangfix
 
 CONFLICTS?=	syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \
 		syslog-ng[0-9][0-9]-[0-9]* \

Modified: head/sysutils/syslog-ng320/Makefile
==============================================================================
--- head/sysutils/syslog-ng320/Makefile	Sat Mar 30 19:52:19 2019	(r497338)
+++ head/sysutils/syslog-ng320/Makefile	Sat Mar 30 19:58:22 2019	(r497339)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libuuid.so:misc/e2fsprogs-libuuid
 
 USES=		autoreconf:build gmake libtool pathfix pkgconfig ssl \
-		gettext-runtime shebangfix
+		gettext-runtime python:3.5+,build shebangfix
 
 CONFLICTS?=	syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \
 		syslog-ng[0-9][0-9]-[0-9]* \



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