Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Jan 2008 05:45:19 +0900 (JST)
From:      TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Subject:   ports/119373: Update port: databases/grass to 6.2.3
Message-ID:  <20080105204519.F41431534D8@xeon.quad.dyndns.org>
Resent-Message-ID: <200801052050.m05Ko12E031391@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119373
>Category:       ports
>Synopsis:       Update port: databases/grass to 6.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 05 20:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     TAOKA Fumiyoshi
>Release:        
>Organization:
>Environment:
>Description:
	Update grass to 6.2.3.
	Use USE_LDCONFIG and drop ldconfig_compat.
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/grass/Makefile,v
retrieving revision 1.48
diff -u -r1.48 Makefile
--- Makefile	4 Oct 2007 00:21:23 -0000	1.48
+++ Makefile	5 Jan 2008 20:38:55 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	grass
-PORTVERSION=	6.2.1
-PORTREVISION=	1
+PORTVERSION=	6.2.3
 PORTEPOCH=	2
 CATEGORIES=	databases geography
 MASTER_SITES=	http://grass.itc.it/grass62/source/ \
@@ -54,8 +53,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-includes=${LOCALBASE}/include \
 		--with-libs=${LOCALBASE}/lib \
-		--with-tcltk-includes="${LOCALBASE}/include/tcl8.4 \
-					 ${LOCALBASE}/include/tk8.4" \
+		--with-tcltk-includes="${TCL_INCLUDEDIR} ${TK_INCLUDEDIR}" \
 		--with-opengl-includes=${X11BASE}/include \
 		--with-opengl-libs=${X11BASE}/lib \
 		--with-freetype \
@@ -67,8 +65,6 @@
 
 PLIST_SUB=	GRASS_INST_DIR=${GRASS_INST_DIR} \
 		VERSION=${PORTVERSION}
-INSTALLS_SHLIB=	yes
-LDCONFIG_DIRS=	%%PREFIX%%/%%GRASS_INST_DIR%%/lib
 USE_LDCONFIG=	${PREFIX}/${GRASS_INST_DIR}/lib
 
 OPTIONS=	MYSQL "Enable MySQL support" Off \
@@ -97,12 +93,8 @@
 PLIST_SUB+=	PGSQL=""
 .endif
 
-.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk"
-
 post-extract:
-	@${REINPLACE_CMD} -E '28s|/grass-.*|/${GRASS_INST_DIR}|g' \
+	@${REINPLACE_CMD} -E '/^INST_DIR=/s|/grass-.*|/${GRASS_INST_DIR}|g' \
 	${WRKSRC}/Makefile
 
-post-install: install-ldconfig-file
-
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/grass/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	21 Feb 2007 13:24:15 -0000	1.14
+++ distinfo	5 Jan 2008 18:27:25 -0000
@@ -1,3 +1,3 @@
-MD5 (grass-6.2.1.tar.gz) = cbe14d34503a75e8102d2f56c7b527a7
-SHA256 (grass-6.2.1.tar.gz) = fb7a1030a51222b586f1fd4cbd6ee2c99a0974dba72c70032d336a6a30b073f9
-SIZE (grass-6.2.1.tar.gz) = 12599109
+MD5 (grass-6.2.3.tar.gz) = 75c8832f90e445ff361d767c8a2c3ece
+SHA256 (grass-6.2.3.tar.gz) = a172d233fcbfc7f2c2de01af1f6fc7828e46867785dcaf861cf87238775e4a61
+SIZE (grass-6.2.3.tar.gz) = 12978605
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/grass/pkg-plist,v
retrieving revision 1.15
diff -u -r1.15 pkg-plist
--- pkg-plist	4 Oct 2007 00:21:23 -0000	1.15
+++ pkg-plist	5 Jan 2008 19:12:30 -0000
@@ -466,6 +466,8 @@
 %%GRASS_INST_DIR%%/docs/html/g.version.html
 %%GRASS_INST_DIR%%/docs/html/gis.m.html
 %%GRASS_INST_DIR%%/docs/html/grass-dbf.html
+%%GRASS_INST_DIR%%/docs/html/grass-mesql.html
+%%GRASS_INST_DIR%%/docs/html/grass-mysql.html
 %%GRASS_INST_DIR%%/docs/html/grass-pg.html
 %%GRASS_INST_DIR%%/docs/html/grass6.html
 %%GRASS_INST_DIR%%/docs/html/grass_logo.txt
@@ -961,8 +963,8 @@
 %%GRASS_INST_DIR%%/driver/PNG
 %%GRASS_INST_DIR%%/driver/XDRIVER
 %%GRASS_INST_DIR%%/driver/db/dbf
-%%GRASS_INST_DIR%%/driver/db/ogr
 %%MYSQL%%%%GRASS_INST_DIR%%/driver/db/mysql
+%%GRASS_INST_DIR%%/driver/db/ogr
 %%PGSQL%%%%GRASS_INST_DIR%%/driver/db/pg
 %%GRASS_INST_DIR%%/etc/BUILD
 %%GRASS_INST_DIR%%/etc/FIPS.code
@@ -1091,7 +1093,6 @@
 %%GRASS_INST_DIR%%/etc/gem/skeleton/info
 %%GRASS_INST_DIR%%/etc/gem/skeleton/libs
 %%GRASS_INST_DIR%%/etc/gem/skeleton/license
-%%GRASS_INST_DIR%%/etc/gem/skeleton/macosx/bin/make
 %%GRASS_INST_DIR%%/etc/gem/skeleton/name
 %%GRASS_INST_DIR%%/etc/gem/skeleton/post
 %%GRASS_INST_DIR%%/etc/gem/skeleton/uninstall
@@ -1141,6 +1142,7 @@
 %%GRASS_INST_DIR%%/etc/gm/script/r.recode.rules
 %%GRASS_INST_DIR%%/etc/gm/script/r.support.sh
 %%GRASS_INST_DIR%%/etc/gm/script/v.in.asciipoints
+%%GRASS_INST_DIR%%/etc/gm/script/v.type.sh
 %%GRASS_INST_DIR%%/etc/gm/thematic.tcl
 %%GRASS_INST_DIR%%/etc/gm/tksys.tcl
 %%GRASS_INST_DIR%%/etc/gm/vector.tcl
@@ -1263,11 +1265,14 @@
 %%GRASS_INST_DIR%%/etc/mon.stop
 %%GRASS_INST_DIR%%/etc/mon.which
 %%GRASS_INST_DIR%%/etc/monitorcap
+%%GRASS_INST_DIR%%/etc/msgs/am.msg
 %%GRASS_INST_DIR%%/etc/msgs/cs.msg
 %%GRASS_INST_DIR%%/etc/msgs/de.msg
+%%GRASS_INST_DIR%%/etc/msgs/es.msg
 %%GRASS_INST_DIR%%/etc/msgs/fr.msg
 %%GRASS_INST_DIR%%/etc/msgs/it.msg
 %%GRASS_INST_DIR%%/etc/msgs/ja.msg
+%%GRASS_INST_DIR%%/etc/msgs/lv.msg
 %%GRASS_INST_DIR%%/etc/msgs/pl.msg
 %%GRASS_INST_DIR%%/etc/msgs/pt_br.msg
 %%GRASS_INST_DIR%%/etc/msgs/ru.msg
@@ -1796,6 +1801,8 @@
 %%GRASS_INST_DIR%%/man/man1/g.version.1
 %%GRASS_INST_DIR%%/man/man1/gis.m.1
 %%GRASS_INST_DIR%%/man/man1/grass-dbf.1
+%%GRASS_INST_DIR%%/man/man1/grass-mesql.1
+%%GRASS_INST_DIR%%/man/man1/grass-mysql.1
 %%GRASS_INST_DIR%%/man/man1/grass-pg.1
 %%GRASS_INST_DIR%%/man/man1/grass6.1
 %%GRASS_INST_DIR%%/man/man1/helptext.1
@@ -2187,6 +2194,8 @@
 @dirrm %%GRASS_INST_DIR%%/locale/cs
 @dirrm %%GRASS_INST_DIR%%/locale/ar/LC_MESSAGES
 @dirrm %%GRASS_INST_DIR%%/locale/ar
+@dirrm %%GRASS_INST_DIR%%/locale/am/LC_MESSAGES
+@dirrm %%GRASS_INST_DIR%%/locale/am
 @dirrm %%GRASS_INST_DIR%%/locale
 @dirrm %%GRASS_INST_DIR%%/lib
 @dirrm %%GRASS_INST_DIR%%/include/grass/vect
@@ -2220,8 +2229,6 @@
 @dirrm %%GRASS_INST_DIR%%/etc/gtcltk
 @dirrm %%GRASS_INST_DIR%%/etc/gm/script
 @dirrm %%GRASS_INST_DIR%%/etc/gm
-@dirrm %%GRASS_INST_DIR%%/etc/gem/skeleton/macosx/bin
-@dirrm %%GRASS_INST_DIR%%/etc/gem/skeleton/macosx
 @dirrm %%GRASS_INST_DIR%%/etc/gem/skeleton
 @dirrm %%GRASS_INST_DIR%%/etc/gem
 @dirrm %%GRASS_INST_DIR%%/etc/form
>Release-Note:
>Audit-Trail:
>Unformatted:



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