diff options
author | wiz <wiz> | 2014-10-05 16:41:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-10-05 16:41:05 +0000 |
commit | 4bb388e48869d92728708d65bcb87b834557cde9 (patch) | |
tree | 2480e460ff161850b9fccffc99831a1bbe1baf7e /databases | |
parent | 2f217ef712b08fba5931e1b4e903510c5a5f099c (diff) | |
download | pkgsrc-4bb388e48869d92728708d65bcb87b834557cde9.tar.gz |
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql-uuid/Makefile.common | 6 | ||||
-rw-r--r-- | databases/postgresql90/Makefile.common | 20 | ||||
-rw-r--r-- | databases/postgresql91/Makefile.common | 20 | ||||
-rw-r--r-- | databases/postgresql92/Makefile.common | 20 | ||||
-rw-r--r-- | databases/postgresql93/Makefile.common | 20 |
6 files changed, 50 insertions, 40 deletions
diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common index f78b408096a..915578e9130 100644 --- a/databases/libgda/Makefile.common +++ b/databases/libgda/Makefile.common @@ -1,8 +1,10 @@ -# $NetBSD: Makefile.common,v 1.56 2014/01/29 18:44:32 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.57 2014/10/05 16:41:05 wiz Exp $ # # used by databases/libgda/Makefile # used by databases/libgda-mysql # used by databases/libgda-postgres +# used by databases/libgda-postgres/Makefile +# used by databases/libgda-mysql/Makefile DISTNAME= libgda-5.2.2 CATEGORIES= databases gnome diff --git a/databases/postgresql-uuid/Makefile.common b/databases/postgresql-uuid/Makefile.common index 538f0122597..8bd0bf0d1df 100644 --- a/databases/postgresql-uuid/Makefile.common +++ b/databases/postgresql-uuid/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.7 2014/02/12 23:17:40 tron Exp $ +# $NetBSD: Makefile.common,v 1.8 2014/10/05 16:41:05 wiz Exp $ # -# used by databases/postgresql84-uuid -# used by databases/postgresql90-uuid +# used by databases/postgresql84-uuid/Makefile +# used by databases/postgresql90-uuid/Makefile DISTNAME= uuid-freebsd-1.0.2 PKGNAME= postgresql${PGSQL_VERSION}-uuid-1.0.2 diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index bc4c94f8c95..02e0cd58246 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,4 +1,12 @@ -# $NetBSD: Makefile.common,v 1.32 2014/08/19 13:31:24 joerg Exp $ +# $NetBSD: Makefile.common,v 1.33 2014/10/05 16:41:05 wiz Exp $ +# +# This Makefile fragment is included by all PostgreSQL packages built from +# the main sources of the PostgreSQL distribution except jdbc-postgresql. +# +# The PostgreSQL package naming scheme, aside from the obvious piecewise +# packages, is as follows: +# <lang>-postgresql client-side interface to PostgreSQL +# postgresql-<lang> server-side module for PostgreSQL backend # # used by databases/postgresql90-adminpack/Makefile # used by databases/postgresql90-client/Makefile @@ -6,20 +14,14 @@ # used by databases/postgresql90-dblink/Makefile # used by databases/postgresql90-docs/Makefile # used by databases/postgresql90-fuzzystrmatch/Makefile +# used by databases/postgresql90-monitoring/Makefile # used by databases/postgresql90-pgcrypto/Makefile # used by databases/postgresql90-plperl/Makefile # used by databases/postgresql90-plpython/Makefile # used by databases/postgresql90-pltcl/Makefile +# used by databases/postgresql90-replicationtools/Makefile # used by databases/postgresql90-server/Makefile # used by databases/postgresql90-upgrade/Makefile -# -# This Makefile fragment is included by all PostgreSQL packages built from -# the main sources of the PostgreSQL distribution except jdbc-postgresql. -# -# The PostgreSQL package naming scheme, aside from the obvious piecewise -# packages, is as follows: -# <lang>-postgresql client-side interface to PostgreSQL -# postgresql-<lang> server-side module for PostgreSQL backend DISTNAME= postgresql-9.0.18 CATEGORIES= databases diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index 4c9f6a5adfe..1a3d16cde4b 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,12 @@ -# $NetBSD: Makefile.common,v 1.21 2014/07/25 22:14:56 adam Exp $ +# $NetBSD: Makefile.common,v 1.22 2014/10/05 16:41:05 wiz Exp $ +# +# This Makefile fragment is included by all PostgreSQL packages built from +# the main sources of the PostgreSQL distribution except jdbc-postgresql. +# +# The PostgreSQL package naming scheme, aside from the obvious piecewise +# packages, is as follows: +# <lang>-postgresql client-side interface to PostgreSQL +# postgresql-<lang> server-side module for PostgreSQL backend # # used by databases/postgresql91-adminpack/Makefile # used by databases/postgresql91-client/Makefile @@ -6,20 +14,14 @@ # used by databases/postgresql91-dblink/Makefile # used by databases/postgresql91-docs/Makefile # used by databases/postgresql91-fuzzystrmatch/Makefile +# used by databases/postgresql91-monitoring/Makefile # used by databases/postgresql91-pgcrypto/Makefile # used by databases/postgresql91-plperl/Makefile # used by databases/postgresql91-plpython/Makefile # used by databases/postgresql91-pltcl/Makefile +# used by databases/postgresql91-replicationtools/Makefile # used by databases/postgresql91-server/Makefile # used by databases/postgresql91-upgrade/Makefile -# -# This Makefile fragment is included by all PostgreSQL packages built from -# the main sources of the PostgreSQL distribution except jdbc-postgresql. -# -# The PostgreSQL package naming scheme, aside from the obvious piecewise -# packages, is as follows: -# <lang>-postgresql client-side interface to PostgreSQL -# postgresql-<lang> server-side module for PostgreSQL backend DISTNAME= postgresql-9.1.14 CATEGORIES= databases diff --git a/databases/postgresql92/Makefile.common b/databases/postgresql92/Makefile.common index a83839a2690..028877ad2da 100644 --- a/databases/postgresql92/Makefile.common +++ b/databases/postgresql92/Makefile.common @@ -1,4 +1,12 @@ -# $NetBSD: Makefile.common,v 1.12 2014/07/25 22:14:56 adam Exp $ +# $NetBSD: Makefile.common,v 1.13 2014/10/05 16:41:06 wiz Exp $ +# +# This Makefile fragment is included by all PostgreSQL packages built from +# the main sources of the PostgreSQL distribution except jdbc-postgresql. +# +# The PostgreSQL package naming scheme, aside from the obvious piecewise +# packages, is as follows: +# <lang>-postgresql client-side interface to PostgreSQL +# postgresql-<lang> server-side module for PostgreSQL backend # # used by databases/postgresql92-adminpack/Makefile # used by databases/postgresql92-client/Makefile @@ -6,20 +14,14 @@ # used by databases/postgresql92-dblink/Makefile # used by databases/postgresql92-docs/Makefile # used by databases/postgresql92-fuzzystrmatch/Makefile +# used by databases/postgresql92-monitoring/Makefile # used by databases/postgresql92-pgcrypto/Makefile # used by databases/postgresql92-plperl/Makefile # used by databases/postgresql92-plpython/Makefile # used by databases/postgresql92-pltcl/Makefile +# used by databases/postgresql92-replicationtools/Makefile # used by databases/postgresql92-server/Makefile # used by databases/postgresql92-upgrade/Makefile -# -# This Makefile fragment is included by all PostgreSQL packages built from -# the main sources of the PostgreSQL distribution except jdbc-postgresql. -# -# The PostgreSQL package naming scheme, aside from the obvious piecewise -# packages, is as follows: -# <lang>-postgresql client-side interface to PostgreSQL -# postgresql-<lang> server-side module for PostgreSQL backend DISTNAME= postgresql-9.2.9 CATEGORIES= databases diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common index e786cd273e4..724ea672dd3 100644 --- a/databases/postgresql93/Makefile.common +++ b/databases/postgresql93/Makefile.common @@ -1,4 +1,12 @@ -# $NetBSD: Makefile.common,v 1.8 2014/07/26 23:58:33 wiz Exp $ +# $NetBSD: Makefile.common,v 1.9 2014/10/05 16:41:06 wiz Exp $ +# +# This Makefile fragment is included by all PostgreSQL packages built from +# the main sources of the PostgreSQL distribution except jdbc-postgresql. +# +# The PostgreSQL package naming scheme, aside from the obvious piecewise +# packages, is as follows: +# <lang>-postgresql client-side interface to PostgreSQL +# postgresql-<lang> server-side module for PostgreSQL backend # # used by databases/postgresql93-adminpack/Makefile # used by databases/postgresql93-client/Makefile @@ -6,20 +14,14 @@ # used by databases/postgresql93-dblink/Makefile # used by databases/postgresql93-docs/Makefile # used by databases/postgresql93-fuzzystrmatch/Makefile +# used by databases/postgresql93-monitoring/Makefile # used by databases/postgresql93-pgcrypto/Makefile # used by databases/postgresql93-plperl/Makefile # used by databases/postgresql93-plpython/Makefile # used by databases/postgresql93-pltcl/Makefile +# used by databases/postgresql93-replicationtools/Makefile # used by databases/postgresql93-server/Makefile # used by databases/postgresql93-upgrade/Makefile -# -# This Makefile fragment is included by all PostgreSQL packages built from -# the main sources of the PostgreSQL distribution except jdbc-postgresql. -# -# The PostgreSQL package naming scheme, aside from the obvious piecewise -# packages, is as follows: -# <lang>-postgresql client-side interface to PostgreSQL -# postgresql-<lang> server-side module for PostgreSQL backend DISTNAME= postgresql-9.3.5 CATEGORIES= databases |