Update PostgreSQL to 7.3.1. Fix spac64[1].

PR:		ports/46666
Submitted by:	[1] "Roderick van Domburg" <r.s.a.vandomburg@student.utwente.nl>
Obtained from:	[1] PostgreSQL repo
This commit is contained in:
Sean Chittenden 2003-01-02 04:04:39 +00:00
parent 378a39be06
commit 56eeb6e4e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72132
3 changed files with 21 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.3
PORTVERSION?= 7.3.1
PKGNAMESUFFIX= -devel
CATEGORIES?= databases
MASTER_SITES= ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \
@ -23,14 +23,14 @@ MASTER_SITES= ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \
ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/%SUBDIR%/ \
ftp://ftp.us.postgresql.org/%SUBDIR%/ \
ftp://ftp.postgresql.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= source/v7.3
DISTFILES= postgresql-base-7.3${EXTRACT_SUFX} \
postgresql-opt-7.3${EXTRACT_SUFX} \
postgresql-test-7.3${EXTRACT_SUFX}
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
DISTFILES= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \
postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} \
postgresql-test-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER?= seanc@FreeBSD.org
WRKSRC= ${WRKDIR}/postgresql-7.3
WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION}
DIST_SUBDIR= postgresql
USE_GMAKE= YES

View File

@ -1,5 +1,5 @@
MD5 (postgresql/postgresql-7.3.tar.gz) = 3981f3c5c8ebe9d1e1b2e66229f1803a
MD5 (postgresql/postgresql-base-7.3.tar.gz) = 1fcfee64eaf347d53994fe1fa01b50b7
MD5 (postgresql/postgresql-docs-7.3.tar.gz) = fb9606bab0da5584b03edfef4d376cc1
MD5 (postgresql/postgresql-opt-7.3.tar.gz) = 0260cf793aa9cefbc4fb6358e9ad2a6e
MD5 (postgresql/postgresql-test-7.3.tar.gz) = d0e715475f7c5c6ecb2c8921c3f49ab8
MD5 (postgresql/postgresql-7.3.1.tar.gz) = 924b21c3114f595834e2456277f1bffb
MD5 (postgresql/postgresql-base-7.3.1.tar.gz) = d31f4be7ada55e4914d1a9134e4441c7
MD5 (postgresql/postgresql-docs-7.3.1.tar.gz) = 42384cb2ded505243878231acb779bd6
MD5 (postgresql/postgresql-opt-7.3.1.tar.gz) = 65e3db9df55b71b504a2f385da231de8
MD5 (postgresql/postgresql-test-7.3.1.tar.gz) = 8f231ca3470f3be6b33e1def77dcf7fc

View File

@ -0,0 +1,10 @@
--- src/include/port/freebsd.h.orig Wed Jan 1 16:43:31 2003
+++ src/include/port/freebsd.h Wed Jan 1 16:43:39 2003
@@ -7,6 +7,7 @@
#if defined(__sparc__)
#define NEED_SPARC_TAS_ASM
#define HAS_TEST_AND_SET
+typedef unsigned char slock_t;
#endif
#if defined(__alpha__)