Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases postgresql*: use PG_TEMPLATE=freebsd on drag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e4fe962b571
branches:  trunk
changeset: 436694:7e4fe962b571
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Aug 07 19:39:39 2020 +0000

description:
postgresql*: use PG_TEMPLATE=freebsd on dragonflybsd.

>From Aleksej Lebedev which specified it fixes postgresql12.

diffstat:

 databases/postgresql10/Makefile.common |  3 ++-
 databases/postgresql11/Makefile.common |  3 ++-
 databases/postgresql12/Makefile.common |  3 ++-
 databases/postgresql95/Makefile.common |  3 ++-
 databases/postgresql96/Makefile.common |  3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)

diffs (85 lines):

diff -r b664b499776a -r 7e4fe962b571 databases/postgresql10/Makefile.common
--- a/databases/postgresql10/Makefile.common    Fri Aug 07 14:09:01 2020 +0000
+++ b/databases/postgresql10/Makefile.common    Fri Aug 07 19:39:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2020/05/15 09:45:00 adam Exp $
+# $NetBSD: Makefile.common,v 1.21 2020/08/07 19:39:39 maya Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -45,6 +45,7 @@
 PG_TEMPLATE.SunOS=     solaris
 PG_TEMPLATE.IRIX=      irix5
 PG_TEMPLATE.MirBSD=    openbsd
+PG_TEMPLATE.DragonFly= freebsd
 .if !defined(PG_TEMPLATE.${OPSYS})
 PG_TEMPLATE.${OPSYS}=  ${LOWER_OPSYS}
 .endif
diff -r b664b499776a -r 7e4fe962b571 databases/postgresql11/Makefile.common
--- a/databases/postgresql11/Makefile.common    Fri Aug 07 14:09:01 2020 +0000
+++ b/databases/postgresql11/Makefile.common    Fri Aug 07 19:39:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2020/05/15 09:45:00 adam Exp $
+# $NetBSD: Makefile.common,v 1.14 2020/08/07 19:39:39 maya Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -45,6 +45,7 @@
 PG_TEMPLATE.SunOS=     solaris
 PG_TEMPLATE.IRIX=      irix5
 PG_TEMPLATE.MirBSD=    openbsd
+PG_TEMPLATE.DragonFly=  freebsd
 .if !defined(PG_TEMPLATE.${OPSYS})
 PG_TEMPLATE.${OPSYS}=  ${LOWER_OPSYS}
 .endif
diff -r b664b499776a -r 7e4fe962b571 databases/postgresql12/Makefile.common
--- a/databases/postgresql12/Makefile.common    Fri Aug 07 14:09:01 2020 +0000
+++ b/databases/postgresql12/Makefile.common    Fri Aug 07 19:39:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2020/05/15 09:45:00 adam Exp $
+# $NetBSD: Makefile.common,v 1.7 2020/08/07 19:39:39 maya Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -45,6 +45,7 @@
 PG_TEMPLATE.SunOS=     solaris
 PG_TEMPLATE.IRIX=      irix5
 PG_TEMPLATE.MirBSD=    openbsd
+PG_TEMPLATE.DragonFly=  freebsd
 .if !defined(PG_TEMPLATE.${OPSYS})
 PG_TEMPLATE.${OPSYS}=  ${LOWER_OPSYS}
 .endif
diff -r b664b499776a -r 7e4fe962b571 databases/postgresql95/Makefile.common
--- a/databases/postgresql95/Makefile.common    Fri Aug 07 14:09:01 2020 +0000
+++ b/databases/postgresql95/Makefile.common    Fri Aug 07 19:39:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2020/05/15 09:45:01 adam Exp $
+# $NetBSD: Makefile.common,v 1.32 2020/08/07 19:39:40 maya Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -48,6 +48,7 @@
 PG_TEMPLATE.SunOS=     solaris
 PG_TEMPLATE.IRIX=      irix5
 PG_TEMPLATE.MirBSD=    openbsd
+PG_TEMPLATE.DragonFly=  freebsd
 .if !defined(PG_TEMPLATE.${OPSYS})
 PG_TEMPLATE.${OPSYS}=  ${LOWER_OPSYS}
 .endif
diff -r b664b499776a -r 7e4fe962b571 databases/postgresql96/Makefile.common
--- a/databases/postgresql96/Makefile.common    Fri Aug 07 14:09:01 2020 +0000
+++ b/databases/postgresql96/Makefile.common    Fri Aug 07 19:39:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2020/05/15 09:45:01 adam Exp $
+# $NetBSD: Makefile.common,v 1.26 2020/08/07 19:39:40 maya Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -48,6 +48,7 @@
 PG_TEMPLATE.SunOS=     solaris
 PG_TEMPLATE.IRIX=      irix5
 PG_TEMPLATE.MirBSD=    openbsd
+PG_TEMPLATE.DragonFly=  freebsd
 .if !defined(PG_TEMPLATE.${OPSYS})
 PG_TEMPLATE.${OPSYS}=  ${LOWER_OPSYS}
 .endif



Home | Main Index | Thread Index | Old Index