Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  1 Jan 2006 17:20:55 +0100
From:      "Laurent Courty" <lo@free.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91173: [maintainer update]/databases/grass fix start-up script
Message-ID:  <20060101162056.06CC26E8C3@smtp1-g19.free.fr>
Resent-Message-ID: <200601011630.k01GU7sL077033@freefall.freebsd.org>

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

>Number:         91173
>Category:       ports
>Synopsis:       [maintainer update]/databases/grass fix start-up script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 01 16:30:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Laurent Courty
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD 6.0-STABLE
>Description:
	Fix the start-up script in order to run ld-config in the right directory
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/databases/grass/Makefile grass/Makefile
--- /usr/ports/databases/grass/Makefile	Thu Dec 29 23:24:45 2005
+++ grass/Makefile	Sun Jan  1 17:16:00 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	grass
 PORTVERSION=	6.0.1
-PORTREVISION=   1
+PORTREVISION=   2
 PORTEPOCH=	2
 CATEGORIES=	databases
 MASTER_SITES=	ftp://grass.itc.it/pub/grass/grass60/source/\
diff -ruN /usr/ports/databases/grass/files/grass.sh.in grass/files/grass.sh.in
--- /usr/ports/databases/grass/files/grass.sh.in	Thu Dec 29 23:24:45 2005
+++ grass/files/grass.sh.in	Sun Jan  1 17:12:15 2006
@@ -2,7 +2,7 @@
 
 case "$1" in
 	start)
-		/sbin/ldconfig -m %%PREFIX%%/%%PORTNAME%%/lib
+		/sbin/ldconfig -m %%PREFIX%%/%%GRASS_INST_DIR%%/lib
 		;;
 	stop)
 		;;
>Release-Note:
>Audit-Trail:
>Unformatted:



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