pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases s/wip/databases/ (hi uebayasi!)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/358f417b8fcd
branches:  trunk
changeset: 509980:358f417b8fcd
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Mar 21 06:39:33 2006 +0000

description:
s/wip/databases/ (hi uebayasi!)

diffstat:

 databases/postgresql81-client/Makefile      |  6 +++---
 databases/postgresql81-client/buildlink3.mk |  4 ++--
 databases/postgresql81-plperl/Makefile      |  8 ++++----
 databases/postgresql81-plpython/Makefile    |  8 ++++----
 databases/postgresql81-pltcl/Makefile       |  8 ++++----
 databases/postgresql81-server/Makefile      |  8 ++++----
 databases/postgresql81/Makefile             |  6 +++---
 databases/postgresql81/Makefile.common      |  4 ++--
 8 files changed, 26 insertions(+), 26 deletions(-)

diffs (194 lines):

diff -r c286a4bbbe61 -r 358f417b8fcd databases/postgresql81-client/Makefile
--- a/databases/postgresql81-client/Makefile    Tue Mar 21 06:00:43 2006 +0000
+++ b/databases/postgresql81-client/Makefile    Tue Mar 21 06:39:33 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/20 14:45:50 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $
 
 PKGNAME=       postgresql81-client-${BASE_VERS}
 COMMENT=       PostgreSQL database client programs
 
-.include "../../wip/postgresql81/Makefile.common"
+.include "../../databases/postgresql81/Makefile.common"
 
 USE_TOOLS+=            gzip tar
 USE_LIBTOOL=           yes
@@ -42,7 +42,7 @@
 BUILD_DIRS+=   ${WRKSRC}/src/backend
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql81-client
-.include "../../wip/postgresql81/options.mk"
+.include "../../databases/postgresql81/options.mk"
 
 .for _file_ in pg_service.conf psqlrc
 CONF_FILES+=   ${PG_DATA_DIR}/${_file_}.sample ${PG_ETC_DIR}/${_file_}
diff -r c286a4bbbe61 -r 358f417b8fcd databases/postgresql81-client/buildlink3.mk
--- a/databases/postgresql81-client/buildlink3.mk       Tue Mar 21 06:00:43 2006 +0000
+++ b/databases/postgresql81-client/buildlink3.mk       Tue Mar 21 06:39:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/03/20 14:45:50 uebayasi Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2006/03/21 06:39:33 martti Exp $
 
 BUILDLINK_DEPTH:=                      ${BUILDLINK_DEPTH}+
 POSTGRESQL81_CLIENT_BUILDLINK3_MK:=    ${POSTGRESQL81_CLIENT_BUILDLINK3_MK}+
@@ -14,7 +14,7 @@
 
 .if !empty(POSTGRESQL81_CLIENT_BUILDLINK3_MK:M+)
 BUILDLINK_DEPENDS.postgresql81-client+=                postgresql81-client>=8.1.0
-BUILDLINK_PKGSRCDIR.postgresql81-client?=      ../../wip/postgresql81-client
+BUILDLINK_PKGSRCDIR.postgresql81-client?=      ../../databases/postgresql81-client
 
 .  if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX)
 BUILDLINK_INCDIRS.postgresql81-client?=        ${PG_SUBPREFIX}/include
diff -r c286a4bbbe61 -r 358f417b8fcd databases/postgresql81-plperl/Makefile
--- a/databases/postgresql81-plperl/Makefile    Tue Mar 21 06:00:43 2006 +0000
+++ b/databases/postgresql81-plperl/Makefile    Tue Mar 21 06:39:33 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/20 14:45:51 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $
 
 PKGNAME=       postgresql81-plperl-${BASE_VERS}
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
-DEPENDS+=      postgresql81-server>=${BASE_VERS}:../../wip/postgresql81-server
+DEPENDS+=      postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server
 
-.include "../../wip/postgresql81/Makefile.common"
+.include "../../databases/postgresql81/Makefile.common"
 
 PERL5_CONFIGURE=       NO
 CONFIGURE_ARGS+=       --with-perl
@@ -16,7 +16,7 @@
 USE_LIBTOOL=           yes
 PKG_LIBTOOL=           ${PKG_SHLIBTOOL}
 
-.include "../../wip/postgresql81-client/buildlink3.mk"
+.include "../../databases/postgresql81-client/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r c286a4bbbe61 -r 358f417b8fcd databases/postgresql81-plpython/Makefile
--- a/databases/postgresql81-plpython/Makefile  Tue Mar 21 06:00:43 2006 +0000
+++ b/databases/postgresql81-plpython/Makefile  Tue Mar 21 06:39:33 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/20 14:45:51 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $
 
 PKGNAME=       postgresql81-plpython-${BASE_VERS}
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
-DEPENDS+=      postgresql81-server>=${BASE_VERS}:../../wip/postgresql81-server
+DEPENDS+=      postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server
 
-.include "../../wip/postgresql81/Makefile.common"
+.include "../../databases/postgresql81/Makefile.common"
 
 CONFIGURE_ARGS+=       --with-python
 CONFIGURE_ENV+=                PYTHON="${PYTHONBIN}"
@@ -15,7 +15,7 @@
 USE_LIBTOOL=           yes
 PKG_LIBTOOL=           ${PKG_SHLIBTOOL}
 
-.include "../../wip/postgresql81-client/buildlink3.mk"
+.include "../../databases/postgresql81-client/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r c286a4bbbe61 -r 358f417b8fcd databases/postgresql81-pltcl/Makefile
--- a/databases/postgresql81-pltcl/Makefile     Tue Mar 21 06:00:43 2006 +0000
+++ b/databases/postgresql81-pltcl/Makefile     Tue Mar 21 06:39:33 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/20 14:45:51 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $
 
 PKGNAME=       postgresql81-pltcl-${BASE_VERS}
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
-DEPENDS+=      postgresql81-server>=${BASE_VERS}:../../wip/postgresql81-server
+DEPENDS+=      postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server
 
-.include "../../wip/postgresql81/Makefile.common"
+.include "../../databases/postgresql81/Makefile.common"
 
 CONFIGURE_ARGS+=       --with-tcl
 CONFIGURE_ARGS+=       --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
@@ -17,7 +17,7 @@
 USE_LIBTOOL=           yes
 PKG_LIBTOOL=           ${PKG_SHLIBTOOL}
 
-.include "../../wip/postgresql81-client/buildlink3.mk"
+.include "../../databases/postgresql81-client/buildlink3.mk"
 .include "../../lang/tcl/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r c286a4bbbe61 -r 358f417b8fcd databases/postgresql81-server/Makefile
--- a/databases/postgresql81-server/Makefile    Tue Mar 21 06:00:43 2006 +0000
+++ b/databases/postgresql81-server/Makefile    Tue Mar 21 06:39:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/20 14:45:51 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $
 
 PKGNAME=       postgresql81-server-${BASE_VERS}
 COMMENT=       PostgreSQL database server programs
@@ -6,7 +6,7 @@
 # mips has no TAS implementation
 NOT_FOR_PLATFORM=      *-*-mips
 
-.include "../../wip/postgresql81/Makefile.common"
+.include "../../databases/postgresql81/Makefile.common"
 
 # Use shlibtool (invoked as "$(LIBTOOL)") to build modules.
 USE_LIBTOOL=           yes
@@ -44,7 +44,7 @@
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.postgresql81-server
 PKG_SUPPORTED_OPTIONS= pam
-.include "../../wip/postgresql81/options.mk"
+.include "../../databases/postgresql81/options.mk"
 
 # PGUSER       username of the database administrator
 # PGGROUP      group of the database administrator
@@ -64,7 +64,7 @@
 
 RCD_SCRIPTS=           pgsql
 
-.include "../../wip/postgresql81-client/buildlink3.mk"
+.include "../../databases/postgresql81-client/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 
 # Avoid conflict between "${SSLBASE}/include/openssl/des.h" and
diff -r c286a4bbbe61 -r 358f417b8fcd databases/postgresql81/Makefile
--- a/databases/postgresql81/Makefile   Tue Mar 21 06:00:43 2006 +0000
+++ b/databases/postgresql81/Makefile   Tue Mar 21 06:39:33 2006 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/20 14:45:49 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $
 
 PKGNAME=       postgresql81-${BASE_VERS}
 COMMENT=       Robust, next generation, object-relational DBMS
 
-DEPENDS+=      postgresql81-client>=${BASE_VERS}:../../wip/postgresql81-client
-DEPENDS+=      postgresql81-server>=${BASE_VERS}:../../wip/postgresql81-server
+DEPENDS+=      postgresql81-client>=${BASE_VERS}:../../databases/postgresql81-client
+DEPENDS+=      postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server
 
 .include "Makefile.common"
 
diff -r c286a4bbbe61 -r 358f417b8fcd databases/postgresql81/Makefile.common
--- a/databases/postgresql81/Makefile.common    Tue Mar 21 06:00:43 2006 +0000
+++ b/databases/postgresql81/Makefile.common    Tue Mar 21 06:39:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2006/03/20 14:45:49 uebayasi Exp $
+# $NetBSD: Makefile.common,v 1.2 2006/03/21 06:39:33 martti Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -9,7 +9,7 @@
 #      <lang>-postgresql       client-side interface to PostgreSQL
 #      postgresql-<lang>       server-side module for PostgreSQL backend
 
-.include "../../wip/postgresql81/Makefile.mirrors"
+.include "../../databases/postgresql81/Makefile.mirrors"
 
 DISTNAME?=     postgresql-${DIST_VERS}
 CATEGORIES+=   databases



Home | Main Index | Thread Index | Old Index