ports/76183: [maintainer] graphics/jumpgis: fix pkg-plist

Sam Lawrance boris at brooknet.com.au
Thu Jan 13 00:50:22 UTC 2005


>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:



More information about the freebsd-ports-bugs mailing list