svn commit: r497339 - in head/sysutils: syslog-ng318 syslog-ng319 syslog-ng320

Cy Schubert cy at FreeBSD.org
Sat Mar 30 19:58:23 UTC 2019


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]* \


More information about the svn-ports-all mailing list