pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Aug  7 19:39:40 UTC 2020

Modified Files:
        pkgsrc/databases/postgresql10: Makefile.common
        pkgsrc/databases/postgresql11: Makefile.common
        pkgsrc/databases/postgresql12: Makefile.common
        pkgsrc/databases/postgresql95: Makefile.common
        pkgsrc/databases/postgresql96: Makefile.common

Log Message:
postgresql*: use PG_TEMPLATE=freebsd on dragonflybsd.

>From Aleksej Lebedev which specified it fixes postgresql12.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql10/Makefile.common
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql11/Makefile.common
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql12/Makefile.common
cvs rdiff -u -r1.31 -r1.32 pkgsrc/databases/postgresql95/Makefile.common
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/postgresql96/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql10/Makefile.common
diff -u pkgsrc/databases/postgresql10/Makefile.common:1.20 pkgsrc/databases/postgresql10/Makefile.common:1.21
--- pkgsrc/databases/postgresql10/Makefile.common:1.20  Fri May 15 09:45:00 2020
+++ pkgsrc/databases/postgresql10/Makefile.common       Fri Aug  7 19:39:39 2020
@@ -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 @@ PKG_SYSCONFSUBDIR=    postgresql
 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

Index: pkgsrc/databases/postgresql11/Makefile.common
diff -u pkgsrc/databases/postgresql11/Makefile.common:1.13 pkgsrc/databases/postgresql11/Makefile.common:1.14
--- pkgsrc/databases/postgresql11/Makefile.common:1.13  Fri May 15 09:45:00 2020
+++ pkgsrc/databases/postgresql11/Makefile.common       Fri Aug  7 19:39:39 2020
@@ -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 @@ PKG_SYSCONFSUBDIR=    postgresql
 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

Index: pkgsrc/databases/postgresql12/Makefile.common
diff -u pkgsrc/databases/postgresql12/Makefile.common:1.6 pkgsrc/databases/postgresql12/Makefile.common:1.7
--- pkgsrc/databases/postgresql12/Makefile.common:1.6   Fri May 15 09:45:00 2020
+++ pkgsrc/databases/postgresql12/Makefile.common       Fri Aug  7 19:39:39 2020
@@ -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 @@ PKG_SYSCONFSUBDIR=    postgresql
 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

Index: pkgsrc/databases/postgresql95/Makefile.common
diff -u pkgsrc/databases/postgresql95/Makefile.common:1.31 pkgsrc/databases/postgresql95/Makefile.common:1.32
--- pkgsrc/databases/postgresql95/Makefile.common:1.31  Fri May 15 09:45:01 2020
+++ pkgsrc/databases/postgresql95/Makefile.common       Fri Aug  7 19:39:40 2020
@@ -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 @@ PKG_SYSCONFSUBDIR=    postgresql
 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

Index: pkgsrc/databases/postgresql96/Makefile.common
diff -u pkgsrc/databases/postgresql96/Makefile.common:1.25 pkgsrc/databases/postgresql96/Makefile.common:1.26
--- pkgsrc/databases/postgresql96/Makefile.common:1.25  Fri May 15 09:45:01 2020
+++ pkgsrc/databases/postgresql96/Makefile.common       Fri Aug  7 19:39:40 2020
@@ -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 @@ PKG_SYSCONFSUBDIR=    postgresql
 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