ports/56893: Fix for lang/sisc (currently broken)

Paul Dlug paul at aps.org
Mon Sep 15 14:20:16 UTC 2003


>Number:         56893
>Category:       ports
>Synopsis:       Fix for lang/sisc (currently broken)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 15 07:20:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Paul Dlug
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD lugnut.aps.org 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #2: Mon Aug 11 14:37:47 EDT 2003 root at lugnut.aps.org:/usr/obj/usr/src/sys/LUGNUT i386


	
>Description:
	It appears that the sisc site has changed the .jar file but not the version number. I updated the checksum and modified the install section of the makefile since they moved the .shp file from the main worksrc to worksrc/boot.
>How-To-Repeat:
	
>Fix:

	

--- sisc.diff begins here ---
diff -urN ./Makefile ../sisc/Makefile
--- ./Makefile	Mon Sep 15 09:48:18 2003
+++ ../sisc/Makefile	Mon Sep 15 09:47:55 2003
@@ -33,7 +33,7 @@
 	cd ${WRKSRC}; ${SETENV} JAVA_HOME=${JAVA_HOME} ant sisc-lib
 
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/*.jar ${WRKSRC}/*.shp ${JAVAJARDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.jar ${WRKSRC}/boot/*.shp ${JAVAJARDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/dist/sisc.sh ${PREFIX}/bin/sisc
 	${MKDIR} ${DOCSDIR}
 .for i in COPYING README
diff -urN ./distinfo ../sisc/distinfo
--- ./distinfo	Mon Sep 15 09:48:18 2003
+++ ../sisc/distinfo	Mon Sep 15 09:40:15 2003
@@ -1 +1 @@
-MD5 (sisc-1.7.9.jar) = 5c6aa63986420aebc1e2692247587876
+MD5 (sisc-1.7.9.jar) = 500cc65881a46fdbe033606a39124809
--- sisc.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list