From owner-svn-ports-all@freebsd.org Fri Apr 5 04:56:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AAE91569B5F; Fri, 5 Apr 2019 04:56:20 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF0897581B; Fri, 5 Apr 2019 04:56:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EDF18834D; Fri, 5 Apr 2019 04:56:15 +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 x354uFTA099729; Fri, 5 Apr 2019 04:56:15 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x354uDbS099718; Fri, 5 Apr 2019 04:56:13 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201904050456.x354uDbS099718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 5 Apr 2019 04:56:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497907 - in head/sysutils: syslog-ng310 syslog-ng311 syslog-ng312 syslog-ng313 syslog-ng314 syslog-ng315 syslog-ng317 syslog-ng318 syslog-ng319 syslog-ng320 syslog-ng39 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/sysutils: syslog-ng310 syslog-ng311 syslog-ng312 syslog-ng313 syslog-ng314 syslog-ng315 syslog-ng317 syslog-ng318 syslog-ng319 syslog-ng320 syslog-ng39 X-SVN-Commit-Revision: 497907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AF0897581B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.947,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2019 04:56:20 -0000 Author: cy Date: Fri Apr 5 04:56:13 2019 New Revision: 497907 URL: https://svnweb.freebsd.org/changeset/ports/497907 Log: Fix build on gcc-based architectures. PR: 236695 Submitted by: Piotr Kubaj MFH: 2019Q2 Modified: head/sysutils/syslog-ng310/Makefile (contents, props changed) head/sysutils/syslog-ng311/Makefile (contents, props changed) head/sysutils/syslog-ng312/Makefile (contents, props changed) head/sysutils/syslog-ng313/Makefile (contents, props changed) head/sysutils/syslog-ng314/Makefile (contents, props changed) head/sysutils/syslog-ng315/Makefile (contents, props changed) head/sysutils/syslog-ng317/Makefile (contents, props changed) head/sysutils/syslog-ng318/Makefile (contents, props changed) head/sysutils/syslog-ng319/Makefile (contents, props changed) head/sysutils/syslog-ng320/Makefile (contents, props changed) head/sysutils/syslog-ng39/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng310/Makefile ============================================================================== --- head/sysutils/syslog-ng310/Makefile Fri Apr 5 04:56:07 2019 (r497906) +++ head/sysutils/syslog-ng310/Makefile Fri Apr 5 04:56:13 2019 (r497907) @@ -22,8 +22,8 @@ LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ - gettext-runtime +USES= autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig \ + ssl gettext-runtime CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng311/Makefile ============================================================================== --- head/sysutils/syslog-ng311/Makefile Fri Apr 5 04:56:07 2019 (r497906) +++ head/sysutils/syslog-ng311/Makefile Fri Apr 5 04:56:13 2019 (r497907) @@ -18,8 +18,8 @@ BROKEN_sparc64= fails to link: Internal error: Segmen LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ - gettext-runtime python shebangfix +USES= autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig \ + ssl gettext-runtime python shebangfix CONFLICTS?= syslog-ng[0-9]-[0-9]* syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng[0-24-9][02-9][02-9]-[0-9]* \ Modified: head/sysutils/syslog-ng312/Makefile ============================================================================== --- head/sysutils/syslog-ng312/Makefile Fri Apr 5 04:56:07 2019 (r497906) +++ head/sysutils/syslog-ng312/Makefile Fri Apr 5 04:56:13 2019 (r497907) @@ -18,8 +18,8 @@ EXPIRATION_DATE= 2019-12-31 BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) -USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ - gettext-runtime python:2.7 shebangfix +USES= autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig \ + ssl gettext-runtime python:2.7 shebangfix LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid Modified: head/sysutils/syslog-ng313/Makefile ============================================================================== --- head/sysutils/syslog-ng313/Makefile Fri Apr 5 04:56:07 2019 (r497906) +++ head/sysutils/syslog-ng313/Makefile Fri Apr 5 04:56:13 2019 (r497907) @@ -21,8 +21,8 @@ BROKEN_sparc64= fails to link: Internal error: Segmen LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ - gettext-runtime python:2.7 shebangfix +USES= autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig \ + ssl gettext-runtime python:2.7 shebangfix CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng314/Makefile ============================================================================== --- head/sysutils/syslog-ng314/Makefile Fri Apr 5 04:56:07 2019 (r497906) +++ head/sysutils/syslog-ng314/Makefile Fri Apr 5 04:56:13 2019 (r497907) @@ -21,8 +21,8 @@ EXPIRATION_DATE= 2019-12-31 LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ - gettext-runtime python shebangfix +USES= autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig \ + ssl gettext-runtime python shebangfix CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng315/Makefile ============================================================================== --- head/sysutils/syslog-ng315/Makefile Fri Apr 5 04:56:07 2019 (r497906) +++ head/sysutils/syslog-ng315/Makefile Fri Apr 5 04:56:13 2019 (r497907) @@ -18,8 +18,8 @@ BROKEN_sparc64= fails to link: Internal error: Segmen LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ - gettext-runtime python shebangfix +USES= autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig \ + ssl gettext-runtime python shebangfix CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ Modified: head/sysutils/syslog-ng317/Makefile ============================================================================== --- head/sysutils/syslog-ng317/Makefile Fri Apr 5 04:56:07 2019 (r497906) +++ head/sysutils/syslog-ng317/Makefile Fri Apr 5 04:56:13 2019 (r497907) @@ -18,8 +18,8 @@ BROKEN_sparc64= fails to link: Internal error: Segmen LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ - gettext-runtime python:build shebangfix +USES= autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig \ + ssl gettext-runtime python: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-ng318/Makefile ============================================================================== --- head/sysutils/syslog-ng318/Makefile Fri Apr 5 04:56:07 2019 (r497906) +++ head/sysutils/syslog-ng318/Makefile Fri Apr 5 04:56:13 2019 (r497907) @@ -18,8 +18,8 @@ BROKEN_sparc64= fails to link: Internal error: Segmen LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ - gettext-runtime python:3.5+,build shebangfix +USES= autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig \ + ssl 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 Fri Apr 5 04:56:07 2019 (r497906) +++ head/sysutils/syslog-ng319/Makefile Fri Apr 5 04:56:13 2019 (r497907) @@ -18,8 +18,8 @@ BROKEN_sparc64= fails to link: Internal error: Segmen LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ - gettext-runtime python:3.5+,build shebangfix +USES= autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig \ + ssl 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 Fri Apr 5 04:56:07 2019 (r497906) +++ head/sysutils/syslog-ng320/Makefile Fri Apr 5 04:56:13 2019 (r497907) @@ -17,8 +17,8 @@ BROKEN_sparc64= fails to link: Internal error: Segmen LIB_DEPENDS= libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ - gettext-runtime python:3.5+,build shebangfix +USES= autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig \ + ssl 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-ng39/Makefile ============================================================================== --- head/sysutils/syslog-ng39/Makefile Fri Apr 5 04:56:07 2019 (r497906) +++ head/sysutils/syslog-ng39/Makefile Fri Apr 5 04:56:13 2019 (r497907) @@ -22,8 +22,8 @@ LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build gmake libtool pathfix pkgconfig ssl \ - gettext-runtime +USES= autoreconf:build compiler:c11 gmake libtool pathfix pkgconfig \ + ssl gettext-runtime CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-24-9][0-9]-[0-9]* \