Date: Fri, 5 Apr 2019 19:35:07 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497981 - in branches/2019Q2/sysutils: syslog-ng310 syslog-ng311 syslog-ng312 syslog-ng313 syslog-ng314 syslog-ng315 syslog-ng317 syslog-ng318 syslog-ng319 syslog-ng320 syslog-ng39 Message-ID: <201904051935.x35JZ7Jk091612@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Fri Apr 5 19:35:06 2019 New Revision: 497981 URL: https://svnweb.freebsd.org/changeset/ports/497981 Log: MFH: r497907 Fix build on gcc-based architectures. PR: 236695 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: portmgr (joneum@) Modified: branches/2019Q2/sysutils/syslog-ng310/Makefile branches/2019Q2/sysutils/syslog-ng311/Makefile branches/2019Q2/sysutils/syslog-ng312/Makefile branches/2019Q2/sysutils/syslog-ng313/Makefile branches/2019Q2/sysutils/syslog-ng314/Makefile branches/2019Q2/sysutils/syslog-ng315/Makefile branches/2019Q2/sysutils/syslog-ng317/Makefile branches/2019Q2/sysutils/syslog-ng318/Makefile branches/2019Q2/sysutils/syslog-ng319/Makefile branches/2019Q2/sysutils/syslog-ng320/Makefile branches/2019Q2/sysutils/syslog-ng39/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/sysutils/syslog-ng310/Makefile ============================================================================== --- branches/2019Q2/sysutils/syslog-ng310/Makefile Fri Apr 5 19:23:59 2019 (r497980) +++ branches/2019Q2/sysutils/syslog-ng310/Makefile Fri Apr 5 19:35:06 2019 (r497981) @@ -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: branches/2019Q2/sysutils/syslog-ng311/Makefile ============================================================================== --- branches/2019Q2/sysutils/syslog-ng311/Makefile Fri Apr 5 19:23:59 2019 (r497980) +++ branches/2019Q2/sysutils/syslog-ng311/Makefile Fri Apr 5 19:35:06 2019 (r497981) @@ -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: branches/2019Q2/sysutils/syslog-ng312/Makefile ============================================================================== --- branches/2019Q2/sysutils/syslog-ng312/Makefile Fri Apr 5 19:23:59 2019 (r497980) +++ branches/2019Q2/sysutils/syslog-ng312/Makefile Fri Apr 5 19:35:06 2019 (r497981) @@ -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: branches/2019Q2/sysutils/syslog-ng313/Makefile ============================================================================== --- branches/2019Q2/sysutils/syslog-ng313/Makefile Fri Apr 5 19:23:59 2019 (r497980) +++ branches/2019Q2/sysutils/syslog-ng313/Makefile Fri Apr 5 19:35:06 2019 (r497981) @@ -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: branches/2019Q2/sysutils/syslog-ng314/Makefile ============================================================================== --- branches/2019Q2/sysutils/syslog-ng314/Makefile Fri Apr 5 19:23:59 2019 (r497980) +++ branches/2019Q2/sysutils/syslog-ng314/Makefile Fri Apr 5 19:35:06 2019 (r497981) @@ -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: branches/2019Q2/sysutils/syslog-ng315/Makefile ============================================================================== --- branches/2019Q2/sysutils/syslog-ng315/Makefile Fri Apr 5 19:23:59 2019 (r497980) +++ branches/2019Q2/sysutils/syslog-ng315/Makefile Fri Apr 5 19:35:06 2019 (r497981) @@ -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: branches/2019Q2/sysutils/syslog-ng317/Makefile ============================================================================== --- branches/2019Q2/sysutils/syslog-ng317/Makefile Fri Apr 5 19:23:59 2019 (r497980) +++ branches/2019Q2/sysutils/syslog-ng317/Makefile Fri Apr 5 19:35:06 2019 (r497981) @@ -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: branches/2019Q2/sysutils/syslog-ng318/Makefile ============================================================================== --- branches/2019Q2/sysutils/syslog-ng318/Makefile Fri Apr 5 19:23:59 2019 (r497980) +++ branches/2019Q2/sysutils/syslog-ng318/Makefile Fri Apr 5 19:35:06 2019 (r497981) @@ -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: branches/2019Q2/sysutils/syslog-ng319/Makefile ============================================================================== --- branches/2019Q2/sysutils/syslog-ng319/Makefile Fri Apr 5 19:23:59 2019 (r497980) +++ branches/2019Q2/sysutils/syslog-ng319/Makefile Fri Apr 5 19:35:06 2019 (r497981) @@ -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: branches/2019Q2/sysutils/syslog-ng320/Makefile ============================================================================== --- branches/2019Q2/sysutils/syslog-ng320/Makefile Fri Apr 5 19:23:59 2019 (r497980) +++ branches/2019Q2/sysutils/syslog-ng320/Makefile Fri Apr 5 19:35:06 2019 (r497981) @@ -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: branches/2019Q2/sysutils/syslog-ng39/Makefile ============================================================================== --- branches/2019Q2/sysutils/syslog-ng39/Makefile Fri Apr 5 19:23:59 2019 (r497980) +++ branches/2019Q2/sysutils/syslog-ng39/Makefile Fri Apr 5 19:35:06 2019 (r497981) @@ -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]* \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904051935.x35JZ7Jk091612>