Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2008 22:37:21 -0700 (PDT)
From:      Douglas William Thrift <douglas@douglasthrift.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122554: Update port: lang/newlisp fix install
Message-ID:  <200804080537.m385bL8p098160@slowhand.douglasthrift.net>
Resent-Message-ID: <200804080610.m386A17v065854@freefall.freebsd.org>

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

>Number:         122554
>Category:       ports
>Synopsis:       Update port: lang/newlisp fix install
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 08 06:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Douglas William Thrift
>Release:        FreeBSD 6.2-RELEASE-p11-jc2 i386
>Organization:
>Environment:
System: FreeBSD slowhand.douglasthrift.net 6.2-RELEASE-p11-jc2 FreeBSD 6.2-RELEASE-p11-jc2 #1: Wed Mar 19 15:36:11 PDT 2008 user@jail7.johncompanies.com:/usr/obj/usr/src/sys/jail7 i386
>Description:
	The port was using INSTALL_PROGRAM to install a script file which doesn't work as it tries to strip it.
>How-To-Repeat:
>Fix:
--- newlisp.patch begins here ---
diff -Nrux .svn -x work /usr/ports/lang/newlisp/Makefile newlisp/Makefile
--- /usr/ports/lang/newlisp/Makefile	2008-02-02 03:34:41.000000000 -0800
+++ newlisp/Makefile	2008-02-02 03:48:29.000000000 -0800
@@ -140,7 +140,7 @@
 		"! -name guiserver.lsp ! -name newlisp-edit.lsp")
 	${INSTALL_DATA} ${WRKSRC}/guiserver/guiserver.jar ${DATADIR}/
 	${INSTALL_DATA} ${WRKSRC}/guiserver/guiserver.lsp ${DATADIR}/
-	${INSTALL_PROGRAM} ${WRKSRC}/guiserver/newlisp-edit.lsp \
+	${INSTALL_SCRIPT} ${WRKSRC}/guiserver/newlisp-edit.lsp \
 		${PREFIX}/bin/newlisp-edit
 .endif
 
--- newlisp.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?200804080537.m385bL8p098160>