Date: Thu, 5 Oct 2017 06:22:34 +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: r451271 - in head/sysutils: syslog-ng310 syslog-ng311 Message-ID: <201710050622.v956MYWh086917@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Oct 5 06:22:34 2017 New Revision: 451271 URL: https://svnweb.freebsd.org/changeset/ports/451271 Log: syslog-ng310 and syslog-ng311 register conflict with each other. Reported by: rodrigo Modified: head/sysutils/syslog-ng310/Makefile (contents, props changed) head/sysutils/syslog-ng311/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng310/Makefile ============================================================================== --- head/sysutils/syslog-ng310/Makefile Thu Oct 5 06:22:29 2017 (r451270) +++ head/sysutils/syslog-ng310/Makefile Thu Oct 5 06:22:34 2017 (r451271) @@ -24,6 +24,7 @@ BROKEN_sparc64= fails to link: Internal error: Segmen CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ + syslog-ng[0-9][0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* \ syslog-ng-incubator-* Modified: head/sysutils/syslog-ng311/Makefile ============================================================================== --- head/sysutils/syslog-ng311/Makefile Thu Oct 5 06:22:29 2017 (r451270) +++ head/sysutils/syslog-ng311/Makefile Thu Oct 5 06:22:34 2017 (r451271) @@ -23,6 +23,7 @@ BROKEN_sparc64= fails to link: Internal error: Segmen CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ + syslog-ng[0-9][0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* eventlog* \ syslog-ng-incubator-*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710050622.v956MYWh086917>