Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2018 22:42:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228177] databases/postgresql*-server: CONFLICT installation with databases/postgresql-jdbc
Message-ID:  <bug-228177-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228177

            Bug ID: 228177
           Summary: databases/postgresql*-server: CONFLICT installation
                    with databases/postgresql-jdbc
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: pgsql@FreeBSD.org
          Reporter: vvd@unislabs.com
          Assignee: pgsql@FreeBSD.org
             Flags: maintainer-feedback?(pgsql@FreeBSD.org)
             Flags: maintainer-feedback?

Incorrect wildcard in definition of the CONFLICTS variable in ports Makefil=
e.

diff -u Makefile.orig Makefile
--- Makefile.orig
+++ Makefile
@@ -14,9 +14,9 @@
 LICENSE=3D       PostgreSQL

 .if ${DISTVERSION:C/([0-9]*).*/\1/} =3D=3D 10
-CONFLICTS+=3D    ${PORTNAME}*-9.*
+CONFLICTS+=3D    ${PORTNAME}[^-]*-9.*
 .else
-CONFLICTS+=3D    ${PORTNAME}*-9.[^${PORTVERSION:R:E}].* ${PORTNAME}10*
+CONFLICTS+=3D    ${PORTNAME}[^-]*-9.[^${PORTVERSION:R:E}].* ${PORTNAME}10*
 .endif

 WRKSRC=3D             ${WRKDIR}/postgresql-${DISTVERSION}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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