diff options
author | seanc <seanc@FreeBSD.org> | 2003-11-16 06:38:44 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-11-16 06:38:44 +0800 |
commit | 1cb5d7a574ae4ae49dc1793d90713ae7c0540c81 (patch) | |
tree | 42a76dd2b58d2f7fac1163cedc997634dd3ae648 /databases | |
parent | 81534020134a60dce4b280283817550a5942259a (diff) | |
download | freebsd-ports-gnome-1cb5d7a574ae4ae49dc1793d90713ae7c0540c81.tar.gz freebsd-ports-gnome-1cb5d7a574ae4ae49dc1793d90713ae7c0540c81.tar.zst freebsd-ports-gnome-1cb5d7a574ae4ae49dc1793d90713ae7c0540c81.zip |
Upgrade to 7.4 RC2. For those that don't want to wait till Monday to
play with 7.4, here 'ya go. As of this version, the port will
correctly depend on bison 1.875, which may, for better or worse, 'cause
some confusion with users who don't read the build logs and don't not
the output from the relevant CONFLICTS section[1]. Regardless, far too
many people have noted the missing detection for a build dependency on
bison1875, so that has finally been addressed (*kicks bison authors for
incompatibilities*). Starting Monday, I'm going to update this to HEAD
that way people who want to see the new ARC page caching algo in action
can.
Submitted by: [1] a cast of hundreds of innocent victims^Wbystanders
Release notes: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-4
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-devel/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql-devel/distinfo | 2 | ||||
-rw-r--r-- | databases/postgresql-devel/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile index 24d5a12e722a..cfffbe5d8242 100644 --- a/databases/postgresql-devel/Makefile +++ b/databases/postgresql-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.4.b5.2003.10.23 +PORTVERSION?= 7.4.rc2.2003.11.15 CATEGORIES?= databases MASTER_SITES= http://freebsd.sean.chittenden.org/ports/ \ http://people.freebsd.org/~seanc/ports/ @@ -34,7 +34,7 @@ MD5_FILE= ${.CURDIR}/../postgresql-devel/distinfo ## The rest of this file is for normal base installation INSTALLS_SHLIB= YES -BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison1875 +BUILD_DEPENDS+= bison1875:${PORTSDIR}/devel/bison1875 CONFIGURE_ARGS= --with-libraries=${LOCALBASE}/lib \ --with-includes=${LOCALBASE}/include \ --with-docdir=${LOCALBASE}/share/doc/${PORTNAME}${PKGNAMESUFFIX} diff --git a/databases/postgresql-devel/distinfo b/databases/postgresql-devel/distinfo index 912681e30233..185f983294be 100644 --- a/databases/postgresql-devel/distinfo +++ b/databases/postgresql-devel/distinfo @@ -1,4 +1,4 @@ -MD5 (postgresql/postgresql-7.4.b5.2003.10.23.tar.bz2) = 5e3244d905c2623ac8eaa7d1a5cb0f2b +MD5 (postgresql/postgresql-7.4.rc2.2003.11.15.tar.bz2) = 498f85e6c26e39305ba91464d9029ad7 MD5 (postgresql/patch-pgblocksize-16K) = 2ac9dac033302e9ce15816db0e346d55 MD5 (postgresql/patch-pgblocksize-32K) = 0910cbfbecbb25e2bd23ebe50eb29287 MD5 (postgresql/patch-pgblocksize-65K) = 0e197b76e262bb5efe1ebf0f5c0a80ee diff --git a/databases/postgresql-devel/pkg-plist b/databases/postgresql-devel/pkg-plist index 9f3617aec9e7..96f3e1e46947 100644 --- a/databases/postgresql-devel/pkg-plist +++ b/databases/postgresql-devel/pkg-plist @@ -506,6 +506,7 @@ share/postgresql/post-install-notes %%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.mo %%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql.mo %%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts.mo +%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo %%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo %%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo %%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo |