Sun Jul 1 19:21:14 2012 UTC ()
Remove PKGREVISION


(morr)
diff -r1.7 -r1.8 pkgsrc/databases/postgresql83/Makefile
diff -r1.9 -r1.10 pkgsrc/databases/postgresql83-adminpack/Makefile
diff -r1.26 -r1.27 pkgsrc/databases/postgresql83-client/Makefile
diff -r1.15 -r1.16 pkgsrc/databases/postgresql83-plperl/Makefile
diff -r1.9 -r1.10 pkgsrc/databases/postgresql83-pltcl/Makefile
diff -r1.18 -r1.19 pkgsrc/databases/postgresql83-server/Makefile
diff -r1.2 -r1.3 pkgsrc/databases/postgresql83-uuid/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/databases/postgresql83/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql83/Attic/Makefile 2012/06/14 07:45:38 1.7
+++ pkgsrc/databases/postgresql83/Attic/Makefile 2012/07/01 19:21:13 1.8
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.7 2012/06/14 07:45:38 sbd Exp $ 1# $NetBSD: Makefile,v 1.8 2012/07/01 19:21:13 morr Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/83-/} 3PKGNAME= ${DISTNAME:C/-/83-/}
4PKGREVISION= 1 
5COMMENT= Robust, next generation, object-relational DBMS 4COMMENT= Robust, next generation, object-relational DBMS
6 5
7DEPENDS+= postgresql83-client>=${PKGVERSION_NOREV}:../../databases/postgresql83-client 6DEPENDS+= postgresql83-client>=${PKGVERSION_NOREV}:../../databases/postgresql83-client
8DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-server 7DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-server
9 8
10META_PACKAGE= yes 9META_PACKAGE= yes
11 10
12.include "Makefile.common" 11.include "Makefile.common"
13 12
14.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/databases/postgresql83-adminpack/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql83-adminpack/Attic/Makefile 2012/06/14 07:45:38 1.9
+++ pkgsrc/databases/postgresql83-adminpack/Attic/Makefile 2012/07/01 19:21:14 1.10
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2012/06/14 07:45:38 sbd Exp $ 1# $NetBSD: Makefile,v 1.10 2012/07/01 19:21:14 morr Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/83-adminpack-/} 3PKGNAME= ${DISTNAME:C/-/83-adminpack-/}
4PKGREVISION= 1 
5COMMENT= Admin pack module for pgAdmin management 4COMMENT= Admin pack module for pgAdmin management
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-server 8DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-server
10 9
11.include "../../databases/postgresql83/Makefile.common" 10.include "../../databases/postgresql83/Makefile.common"
12 11
13BUILD_DIRS= contrib/adminpack 12BUILD_DIRS= contrib/adminpack
14BUILD_MAKE_FLAGS= PGXS=1 13BUILD_MAKE_FLAGS= PGXS=1
15REQD_DIRS+= share/doc/postgresql/contrib 14REQD_DIRS+= share/doc/postgresql/contrib
16REQD_DIRS+= share/postgresql/contrib 15REQD_DIRS+= share/postgresql/contrib
17 16

cvs diff -r1.26 -r1.27 pkgsrc/databases/postgresql83-client/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql83-client/Attic/Makefile 2012/06/14 07:45:39 1.26
+++ pkgsrc/databases/postgresql83-client/Attic/Makefile 2012/07/01 19:21:14 1.27
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2012/06/14 07:45:39 sbd Exp $ 1# $NetBSD: Makefile,v 1.27 2012/07/01 19:21:14 morr Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/83-client-/} 3PKGNAME= ${DISTNAME:C/-/83-client-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database client programs 4COMMENT= PostgreSQL database client programs
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9.include "../../databases/postgresql83/Makefile.common" 8.include "../../databases/postgresql83/Makefile.common"
10 9
11USE_TOOLS+= gzip tar 10USE_TOOLS+= gzip tar
12CONFIGURE_ARGS+= --with-openssl 11CONFIGURE_ARGS+= --with-openssl
13CONFIGURE_ARGS+= --with-readline 12CONFIGURE_ARGS+= --with-readline
14CONFIGURE_ARGS+= --with-zlib 13CONFIGURE_ARGS+= --with-zlib
15 14
16# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on 15# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on
17# NetBSD earler than 4.0 or DragonFly. 16# NetBSD earler than 4.0 or DragonFly.

cvs diff -r1.15 -r1.16 pkgsrc/databases/postgresql83-plperl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql83-plperl/Attic/Makefile 2012/06/14 07:45:39 1.15
+++ pkgsrc/databases/postgresql83-plperl/Attic/Makefile 2012/07/01 19:21:14 1.16
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2012/06/14 07:45:39 sbd Exp $ 1# $NetBSD: Makefile,v 1.16 2012/07/01 19:21:14 morr Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/83-plperl-/} 3PKGNAME= ${DISTNAME:C/-/83-plperl-/}
4PKGREVISION= 1 
5COMMENT= PL/Perl procedural language for the PostgreSQL backend 4COMMENT= PL/Perl procedural language for the PostgreSQL backend
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-server 8DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-server
10 9
11.include "../../databases/postgresql83/Makefile.common" 10.include "../../databases/postgresql83/Makefile.common"
12 11
13USE_TOOLS+= perl 12USE_TOOLS+= perl
14PERL5_CONFIGURE= no 13PERL5_CONFIGURE= no
15CONFIGURE_ARGS+= --with-perl 14CONFIGURE_ARGS+= --with-perl
16 15
17BUILD_DIRS= src/pl/plperl 16BUILD_DIRS= src/pl/plperl

cvs diff -r1.9 -r1.10 pkgsrc/databases/postgresql83-pltcl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql83-pltcl/Attic/Makefile 2012/06/14 07:45:38 1.9
+++ pkgsrc/databases/postgresql83-pltcl/Attic/Makefile 2012/07/01 19:21:14 1.10
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2012/06/14 07:45:38 sbd Exp $ 1# $NetBSD: Makefile,v 1.10 2012/07/01 19:21:14 morr Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/83-pltcl-/} 3PKGNAME= ${DISTNAME:C/-/83-pltcl-/}
4PKGREVISION= 1 
5COMMENT= PL/Tcl procedural language for the PostgreSQL backend 4COMMENT= PL/Tcl procedural language for the PostgreSQL backend
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-server 8DEPENDS+= postgresql83-server>=${PKGVERSION_NOREV}:../../databases/postgresql83-server
10 9
11.include "../../databases/postgresql83/Makefile.common" 10.include "../../databases/postgresql83/Makefile.common"
12 11
13CONFIGURE_ARGS+= --with-tcl 12CONFIGURE_ARGS+= --with-tcl
14CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" 13CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
15CONFIGURE_ENV+= TCLSH="${TCLSH}" 14CONFIGURE_ENV+= TCLSH="${TCLSH}"
16TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh 15TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
17 16

cvs diff -r1.18 -r1.19 pkgsrc/databases/postgresql83-server/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql83-server/Attic/Makefile 2012/06/14 07:45:38 1.18
+++ pkgsrc/databases/postgresql83-server/Attic/Makefile 2012/07/01 19:21:14 1.19
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2012/06/14 07:45:38 sbd Exp $ 1# $NetBSD: Makefile,v 1.19 2012/07/01 19:21:14 morr Exp $
2 2
3PKGNAME= ${DISTNAME:C/-/83-server-/} 3PKGNAME= ${DISTNAME:C/-/83-server-/}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database server programs 4COMMENT= PostgreSQL database server programs
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9# mips has no TAS implementation 8# mips has no TAS implementation
10NOT_FOR_PLATFORM= *-*-mips 9NOT_FOR_PLATFORM= *-*-mips
11 10
12.include "../../databases/postgresql83/Makefile.common" 11.include "../../databases/postgresql83/Makefile.common"
13 12
14CONFIGURE_ARGS+= --with-openssl 13CONFIGURE_ARGS+= --with-openssl
15 14
16INSTALL_DIRS= src/backend 15INSTALL_DIRS= src/backend
17INSTALL_DIRS+= src/backend/utils/mb/conversion_procs 16INSTALL_DIRS+= src/backend/utils/mb/conversion_procs

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql83-uuid/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql83-uuid/Attic/Makefile 2011/04/22 14:40:41 1.2
+++ pkgsrc/databases/postgresql83-uuid/Attic/Makefile 2012/07/01 19:21:14 1.3
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1# $NetBSD: Makefile,v 1.2 2011/04/22 14:40:41 obache Exp $ 1# $NetBSD: Makefile,v 1.3 2012/07/01 19:21:14 morr Exp $
2# 2#
3 3
4PGSQL_VERSION= 83 4PGSQL_VERSION= 83
5PKGREVISION= 1 
6 5
7.include "../../databases/postgresql-uuid/Makefile.common" 6.include "../../databases/postgresql-uuid/Makefile.common"