Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-10 | Change PostgreSQL default to 8.4. | joerg | 1 | -2/+2 | |
2009-08-14 | Unsupport PostgreSQL 8.1. Garbage collect detection of ancient versions. | joerg | 1 | -32/+2 | |
2009-07-29 | Added databases/postgresql84 | adam | 1 | -3/+12 | |
2008-03-13 | Make PostgreSQL 8.2 the default version. Bump all packages using it. | joerg | 1 | -3/+3 | |
Remove PostgreSQL 8.0 as choice. | |||||
2008-03-04 | Added postgresql83 | adam | 1 | -3/+12 | |
2007-06-06 | Added _VARGROUPS. | rillig | 1 | -1/+6 | |
2007-02-10 | Replaced the deprecated PKG_SKIP_REASON with PKG_FAIL_REASON. | rillig | 1 | -2/+2 | |
2006-12-28 | Change PostgreSQL default version to 8.1 and bump revision of all | joerg | 1 | -2/+2 | |
packages which have it active by default. | |||||
2006-12-27 | As discussed on tech-pkg, remove PostgreSQL 7.4. | joerg | 1 | -5/+2 | |
2006-12-26 | Support 8.1 and 8.2 for Darwin | adam | 1 | -1/+7 | |
2006-12-09 | Added postgresql82 version 8.2.0 | adam | 1 | -3/+9 | |
2006-10-18 | Added a stub describing the public interface of this file. | rillig | 1 | -1/+16 | |
2006-06-06 | One more reminder of PostgreSQL 7.3 to remove... | joerg | 1 | -5/+2 | |
2006-03-20 | postgresql81 has moved from wip to pkgsrc. | uebayasi | 1 | -2/+2 | |
2006-01-08 | permit postgresl81 | abs | 1 | -3/+9 | |
2005-11-11 | Change default PostgreSQL version to 8.0. | joerg | 1 | -2/+2 | |
2005-08-06 | At least on NetBSD 2.0 i386 postgres80 is currently installing | abs | 1 | -2/+2 | |
lib/libecpg.so.5.0.0 not lib/libecpg.so.5.0 | |||||
2005-05-24 | Added a variable PGSQL_VERSION that identifies the PostgreSQL version used. | rillig | 1 | -1/+3 | |
2005-05-12 | postgresql80-client is the correct BUILDLINK_PACKAGE word to use when | jlam | 1 | -2/+2 | |
referring to BUILDLINK_* variables. | |||||
2005-04-11 | catch up with PostgreSQL 8.0.2 and support Darwin .dylib | recht | 1 | -3/+21 | |
2005-03-24 | USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail | tv | 1 | -4/+2 | |
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-17 | Set PGSQL_TYPE to the PKGBASE of the PostgreSQL library package that's | jlam | 1 | -3/+7 | |
ultimately selected. PGSQL_TYPE may be used to reference various BUILDLINK_*.${PGSQL_TYPE} variables. | |||||
2005-02-07 | pg80 is now in databases, not wip | dan | 1 | -2/+2 | |
2005-02-07 | don't recognise pg80 as pg74 also | dan | 1 | -2/+2 | |
2005-02-01 | allow postgresql80 (from wip), similar to java-vm.mk and jdk14 | abs | 1 | -3/+8 | |
2004-10-26 | Add missing PKG_SKIP_REASON when ${_PGSQL_VERSION} is defined, but | xtraeme | 1 | -2/+2 | |
the package is not postgresql "74" or "73". | |||||
2004-07-24 | Export the according BUILDLINK_PREFIX of postgresql-lib as PGSQL_PREFIX. | recht | 1 | -1/+2 | |
2004-07-23 | pgsql.buildlink3.mk is used to select a PostgreSQL version for use by | recht | 1 | -0/+74 | |
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. |