Commit graph

16 commits

Author SHA1 Message Date
joerg
ebe30855cf One more reminder of PostgreSQL 7.3 to remove... 2006-06-06 19:43:43 +00:00
uebayasi
b79cc5ce5a postgresql81 has moved from wip to pkgsrc. 2006-03-20 14:48:45 +00:00
abs
f97bfe9e95 permit postgresl81 2006-01-08 12:53:53 +00:00
joerg
0b8b660c32 Change default PostgreSQL version to 8.0. 2005-11-11 15:47:52 +00:00
abs
dc52980e11 At least on NetBSD 2.0 i386 postgres80 is currently installing
lib/libecpg.so.5.0.0 not lib/libecpg.so.5.0
2005-08-06 23:01:19 +00:00
rillig
f5fcc97bca Added a variable PGSQL_VERSION that identifies the PostgreSQL version used. 2005-05-24 10:01:25 +00:00
jlam
564a72cde1 postgresql80-client is the correct BUILDLINK_PACKAGE word to use when
referring to BUILDLINK_* variables.
2005-05-12 22:19:16 +00:00
recht
e346f21641 catch up with PostgreSQL 8.0.2 and support Darwin .dylib 2005-04-11 20:35:24 +00:00
tv
fe3c1321bf USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail
to tech-pkg:

=====

* USE_BUILDLINK3=YES will be unconditional.  (In fact, USE_BUILDLINK3 will
  be ignored altogether by mk/; but see below.)

* NO_BUILDLINK and NO_WRAPPER will be ignored by mk/.  If a build happens,
  these phases will happen.

* The existing NO_BUILD will imply the previous NO_BUILDLINK and NO_WRAPPER.
  If no build happens, those phases are not needed.

* NO_TOOLS will be ignored by mk/.  The tools phase, which provides much
  more than just the C compiler, will always happen regardless of package.
  This will make metapackage builds only slightly slower, in trade for far
  less user error.
2005-03-24 17:46:00 +00:00
jlam
da54b6a39a Set PGSQL_TYPE to the PKGBASE of the PostgreSQL library package that's
ultimately selected.  PGSQL_TYPE may be used to reference various
BUILDLINK_*.${PGSQL_TYPE} variables.
2005-03-17 21:44:58 +00:00
dan
690664a68f pg80 is now in databases, not wip 2005-02-07 04:12:49 +00:00
dan
3d6fb6d7cf don't recognise pg80 as pg74 also 2005-02-07 04:07:13 +00:00
abs
6a63f7037d allow postgresql80 (from wip), similar to java-vm.mk and jdk14 2005-02-01 11:07:31 +00:00
xtraeme
f20f07a4bf Add missing PKG_SKIP_REASON when ${_PGSQL_VERSION} is defined, but
the package is not postgresql "74" or "73".
2004-10-26 21:39:33 +00:00
recht
f8d7e38602 Export the according BUILDLINK_PREFIX of postgresql-lib as PGSQL_PREFIX. 2004-07-24 10:40:15 +00:00
recht
9416178d77 pgsql.buildlink3.mk is used to select a PostgreSQL version for use by
pkgsrc. It is modeled after lang/python/pyversion.mk and like it
could be influenced by user- and package-settable variables.

More precisely, tt's behaviour is controlled by the following
two variables:

- PGSQL_VERSION_DEFAULT
  A user-settable variable to choose the default PostgreSQL version.
  Default: 74

- PGSQL_VERSIONS_ACCEPTED
  A package-settable list of PostgreSQL versions accepted by the package.
  Default: 74 73

After postgresql-* has been reimported as postgresql73* all depending
packages should be changed to use mk/pgsql.buildlink3.mk.
2004-07-23 21:40:00 +00:00