pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases Fix pathname of ".include"; wip => databases.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b121f1c8175
branches: trunk
changeset: 488689:7b121f1c8175
user: taca <taca%pkgsrc.org@localhost>
date: Sun Feb 06 13:21:45 2005 +0000
description:
Fix pathname of ".include"; wip => databases.
diffstat:
databases/postgresql80-client/Makefile | 4 ++--
databases/postgresql80-docs/Makefile | 4 ++--
databases/postgresql80-lib/Makefile | 4 ++--
databases/postgresql80-lib/buildlink3.mk | 4 ++--
databases/postgresql80-server/Makefile | 8 ++++----
databases/postgresql80/Makefile | 6 +++---
6 files changed, 15 insertions(+), 15 deletions(-)
diffs (110 lines):
diff -r c6a695bdfeea -r 7b121f1c8175 databases/postgresql80-client/Makefile
--- a/databases/postgresql80-client/Makefile Sun Feb 06 12:57:10 2005 +0000
+++ b/databases/postgresql80-client/Makefile Sun Feb 06 13:21:45 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/06 12:32:05 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/06 13:21:45 taca Exp $
PKGNAME= postgresql80-client-${BASE_VERS}
PKGREVISION= # empty
COMMENT= PostgreSQL database client programs
-.include "../../wip/postgresql80/Makefile.common"
+.include "../../databases/postgresql80/Makefile.common"
# XXX work around core dumps with the native libedit
USE_GNU_READLINE= yes
diff -r c6a695bdfeea -r 7b121f1c8175 databases/postgresql80-docs/Makefile
--- a/databases/postgresql80-docs/Makefile Sun Feb 06 12:57:10 2005 +0000
+++ b/databases/postgresql80-docs/Makefile Sun Feb 06 13:21:45 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/06 12:32:05 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/06 13:21:45 taca Exp $
PKGNAME= postgresql80-docs-${BASE_VERS}
COMMENT= PostgreSQL database system documentation
-.include "../../wip/postgresql80/Makefile.common"
+.include "../../databases/postgresql80/Makefile.common"
NO_BUILD= yes
NO_BUILDLINK= yes
diff -r c6a695bdfeea -r 7b121f1c8175 databases/postgresql80-lib/Makefile
--- a/databases/postgresql80-lib/Makefile Sun Feb 06 12:57:10 2005 +0000
+++ b/databases/postgresql80-lib/Makefile Sun Feb 06 13:21:45 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/06 12:32:06 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/06 13:21:45 taca Exp $
PKGNAME= postgresql80-lib-${BASE_VERS}
PKGREVISION= # empty
COMMENT= PostgreSQL database headers and libraries
-.include "../../wip/postgresql80/Makefile.common"
+.include "../../databases/postgresql80/Makefile.common"
CONFIGURE_ARGS+= --with-openssl
diff -r c6a695bdfeea -r 7b121f1c8175 databases/postgresql80-lib/buildlink3.mk
--- a/databases/postgresql80-lib/buildlink3.mk Sun Feb 06 12:57:10 2005 +0000
+++ b/databases/postgresql80-lib/buildlink3.mk Sun Feb 06 13:21:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/02/06 12:32:06 jdolecek Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2005/02/06 13:21:45 taca Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
POSTGRESQL80_LIB_BUILDLINK3_MK:= ${POSTGRESQL80_LIB_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
.if !empty(POSTGRESQL80_LIB_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.postgresql80-lib+= postgresql80-lib>=8.0.0beta4
-BUILDLINK_PKGSRCDIR.postgresql80-lib?= ../../wip/postgresql80-lib
+BUILDLINK_PKGSRCDIR.postgresql80-lib?= ../../databases/postgresql80-lib
BUILDLINK_INCDIRS.postgresql80-lib+= pgsql80/include
BUILDLINK_LIBDIRS.postgresql80-lib+= pgsql80/lib
diff -r c6a695bdfeea -r 7b121f1c8175 databases/postgresql80-server/Makefile
--- a/databases/postgresql80-server/Makefile Sun Feb 06 12:57:10 2005 +0000
+++ b/databases/postgresql80-server/Makefile Sun Feb 06 13:21:45 2005 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/06 12:32:06 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/06 13:21:45 taca Exp $
PKGNAME= postgresql80-server-${BASE_VERS}
PKGREVISION= # empty
COMMENT= PostgreSQL database server programs
-DEPENDS+= postgresql80-client>=${BASE_VERS}:../../wip/postgresql80-client
+DEPENDS+= postgresql80-client>=${BASE_VERS}:../../databases/postgresql80-client
# mips has no TAS implementation
NOT_FOR_PLATFORM= *-*-mips
-.include "../../wip/postgresql80/Makefile.common"
+.include "../../databases/postgresql80/Makefile.common"
USE_PKGINSTALL= yes
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
@@ -76,5 +76,5 @@
cd ${PG_DIR}/man && ${TAR} -zxm -T ${WRKDIR}/man_tar \
-f ${WRKSRC}/doc/man.tar.gz
-.include "../../wip/postgresql80-lib/buildlink3.mk"
+.include "../../databases/postgresql80-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c6a695bdfeea -r 7b121f1c8175 databases/postgresql80/Makefile
--- a/databases/postgresql80/Makefile Sun Feb 06 12:57:10 2005 +0000
+++ b/databases/postgresql80/Makefile Sun Feb 06 13:21:45 2005 +0000
@@ -2,9 +2,9 @@
PKGNAME= postgresql80-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
-DEPENDS+= postgresql80-client>=${BASE_VERS}:../../wip/postgresql80-client
-DEPENDS+= postgresql80-server>=${BASE_VERS}:../../wip/postgresql80-server
-DEPENDS+= postgresql80-docs>=${BASE_VERS}:../../wip/postgresql80-docs
+DEPENDS+= postgresql80-client>=${BASE_VERS}:../../databases/postgresql80-client
+DEPENDS+= postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server
+DEPENDS+= postgresql80-docs>=${BASE_VERS}:../../databases/postgresql80-docs
.include "Makefile.common"
Home |
Main Index |
Thread Index |
Old Index