Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2005 11:41:56 +1100 (EST)
From:      Sam Lawrance <boris@brooknet.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        boris@brooknet.com.au
Subject:   ports/76183: [maintainer] graphics/jumpgis: fix pkg-plist
Message-ID:  <20050113004156.95CA69C3@localhost>
Resent-Message-ID: <200501130050.j0D0oMAi039204@freefall.freebsd.org>

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

>Number:         76183
>Category:       ports
>Synopsis:       [maintainer] graphics/jumpgis: fix pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 13 00:50:21 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #1: Sat Jan  1 22:56:44 EST
>Description:
This might look weird. It's really part of a fix for jumpgis-postgis.
Jumpgis-postgis changes the mode on a directory installed by jumpgis,
which is picked up by the plist check.

This fixes jumpgis so jumpgis-postgis doesn't need to touch the 
directory or its mode.

>How-To-Repeat:
>Fix:

--- jumpgis-1.1.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/graphics/jumpgis/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	12 Oct 2004 03:15:48 -0000	1.2
+++ Makefile	13 Jan 2005 00:31:59 -0000
@@ -50,7 +50,7 @@
 	@${ECHO_CMD} "---> Installing JAR files"
 	${MKDIR} ${TARGET_DIR}/lib
 	${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${TARGET_DIR}/lib
-	${INSTALL_DATA} -d ${TARGET_DIR}/lib/ext
+	${MKDIR} ${TARGET_DIR}/lib/ext
 	@${ECHO_MSG} "Installing startup script"
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/JUMPWorkbench-unix.sh ${PREFIX}/bin/jumpgis
 
--- jumpgis-1.1.2.patch ends here ---

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



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