Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2000 12:12:25 +0900 (JST)
From:      saito@a2z.co.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23290: japanese/postgresql7 version up
Message-ID:  <200012050312.eB53CPS08774@elephant.a2z.co.jp>
Resent-Message-ID: <200012050310.eB53A2L60018@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
	Note: There was a bad value `change-requet' for the field `>Class:'.
	It was set to the default value of `sw-bug'.


>Number:         23290
>Category:       ports
>Synopsis:       japanese/postgresql7 version from 7.0.2 to 7.0.3 with 20001204 patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 04 19:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Saito Tomokatsu
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Alpha Omega Inc.
>Environment:


>Description:

	japanese postgresql7 version up to 7.0.3 with jumbo-path 20001204,
	and include new binary japanize psql, called by psqlj.
>How-To-Repeat:

>Fix:


diff -ruN postgresql7.org/Makefile postgresql7/Makefile
--- postgresql7.org/Makefile	Fri Nov  3 18:34:11 2000
+++ postgresql7/Makefile	Tue Dec  5 11:57:27 2000
@@ -6,16 +6,18 @@
 #
 
 PORTNAME=	postgresql
-PORTVERSION=	7.0.2.20001025
+PORTVERSION=	7.0.3.20001204
 CATEGORIES=	japanese databases
 MASTER_SITES=	ftp://ftp.sra.co.jp/pub/cmd/postgres/${PORTVERSION:R}/ \
 		ftp://ftp.sra.co.jp/pub/cmd/postgres/${PORTVERSION:R}/patches/ \
 		ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/v${PORTVERSION:R}/ \
 		ftp://ftp.postgresql.org/pub/v${PORTVERSION:R}/ \
-		${MASTER_SITE_RINGSERVER}
+		ftp://ftp.18software.co.jp/pub/postgres/ \
+		${MASTER_SITE_RINGSERVER:R}
 MASTER_SITE_SUBDIR=	misc/db/postgresql-jp/${PORTVERSION:R}
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} jumbo-${PORTVERSION:E}.patch.gz
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} psqlj-7.0.3.diff.gz \
+		jumbo-${PORTVERSION:E}.patch.gz
 DIST_SUBDIR=	postgresql
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
@@ -135,6 +137,7 @@
 
 post-patch:
 	@${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/jumbo-${PORTVERSION:E}.patch.gz | ${PATCH} ${PATCH_ARGS} -d ${WRKDIR} 2> /dev/null || exit 0
+	@${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/psqlj-7.0.3.diff.gz | ${PATCH} ${PATCH_ARGS} -d ${WRKDIR} 2> /dev/null || exit 0
 	@ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig
 	@ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \
 		-e 's#USE_LOCALE:no#USE_LOCALE:yes#' \
diff -ruN postgresql7.org/README.html postgresql7/README.html
--- postgresql7.org/README.html	Thu Jan  1 09:00:00 1970
+++ postgresql7/README.html	Wed Nov 22 19:05:19 2000
@@ -0,0 +1,30 @@
+<html>
+<title> The FreeBSD Ports Collection (japanese/postgresql7)</title>
+<head><h1> The FreeBSD Ports Collection ("japanese/postgresql7")</h1> </head> <hr>
+<body>
+
+<p>You are now in the directory for the port "japanese/postgresql7" (package name "ja-postgresql-7.0.3").
+
+<p>This is the one-line description for this port:
+
+<p><hr><p>
+A robust, next generation, object-relational DBMS
+<p><hr>
+
+<p>Please read the "<a href="pkg-descr">description file</a>" for a
+longer description.
+
+<p>Go to the <a href="../../README.html">top of the ports tree</a> for
+a summary on how to use the ports collection.
+
+<p>
+This port requires package(s) "gettext-0.10.35 gmake-3.79.1" to build.
+<p>
+
+
+<p><hr><p>
+<a href="../README.html"> Go up one level</a>
+|
+<a href="../../README.html"> Go to top of ports tree</a>
+</body>
+</html>
diff -ruN postgresql7.org/distinfo postgresql7/distinfo
--- postgresql7.org/distinfo	Fri Nov  3 18:34:11 2000
+++ postgresql7/distinfo	Tue Dec  5 11:08:09 2000
@@ -1,2 +1,3 @@
-MD5 (postgresql/postgresql-7.0.2.tar.gz) = fc512e38394256e2749299fdd69a937e
-MD5 (postgresql/jumbo-20001025.patch.gz) = c00f6578bba3522c90115412d53293aa
+MD5 (postgresql/postgresql-7.0.3.tar.gz) = b416c04e6c91967160dfde866293ee6f
+MD5 (postgresql/jumbo-20001204.patch.gz) = 33cc7445672f716aad5271a346a047d9
+MD5 (postgresql/psqlj-7.0.3.diff.gz) = 7829c90358532bd232d744909283d9e1
diff -ruN postgresql7.org/pkg-comment postgresql7/pkg-comment
--- postgresql7.org/pkg-comment	Wed Jul 19 10:18:07 2000
+++ postgresql7/pkg-comment	Tue Dec  5 10:58:34 2000
@@ -1 +1,2 @@
-A robust, next generation, object-relational DBMS
+A robust, next generation, object-relational DBMS. This port localization to 
+japanese lang and include japaneized pgsql called by pgsqlj.
diff -ruN postgresql7.org/pkg-plist postgresql7/pkg-plist
--- postgresql7.org/pkg-plist	Fri Nov  3 18:34:11 2000
+++ postgresql7/pkg-plist	Wed Nov 22 19:02:21 2000
@@ -21,6 +21,7 @@
 pgsql/bin/postgres
 pgsql/bin/postmaster
 pgsql/bin/psql
+pgsql/bin/psqlj
 pgsql/bin/vacuumdb
 pgsql/data/PG_VERSION
 pgsql/data/base/template1/PG_VERSION

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012050312.eB53CPS08774>