mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
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
This commit is contained in:
parent
321ff106fa
commit
b6c65fd86c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94061
3 changed files with 4 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue