Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 1998 11:13:21 +0900 (KST)
From:      junker@jazz.snu.ac.kr
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7374: port upgrade: korean/hpscat
Message-ID:  <199807230213.LAA17799@punky.snu.ac.kr>

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

>Number:         7374
>Category:       ports
>Synopsis:       port upgrade: korean/hpscat
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 22 19:40:01 PDT 1998
>Last-Modified:
>Originator:     CHOI Junho
>Organization:
NARAE, CS Dept., Seoul National Univ., ROK
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

FreeBSD punky.snu.ac.kr 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Mon Jun 15 16:43:25 KST 1998     pwd@punky.snu.ac.kr:/usr/src/sys/compile/PUNKY  i386

>Description:

Port upgrade(korean/hpscat).
Solves some inconvenient executable script.

>How-To-Repeat:

>Fix:
	
Apply the following diffs:

diff -uNr /usr/ports/korean/hpscat/Makefile ./Makefile
--- /usr/ports/korean/hpscat/Makefile	Mon Oct 13 00:08:06 1997
+++ ./Makefile	Wed Jul 22 20:05:46 1998
@@ -25,8 +25,8 @@
 do-install:
 	@cd ${WRKSRC}; \
 	${MKDIR} ${PREFIX}/share/fonts/ked-hpscat; \
-	${INSTALL_PROGRAM} hpscat ${PREFIX}/bin; \
-	${INSTALL_SCRIPT} hpscat.sh ${PREFIX}/bin; \
+	${INSTALL_PROGRAM} hpscat ${PREFIX}/bin/hpscat.bin; \
+	${INSTALL_SCRIPT} hpscat.sh ${PREFIX}/bin/hpscat; \
 	${INSTALL_DATA} ${WRKDIR}/ked/Header ${PREFIX}/share/fonts/ked-hpscat; \
 	${INSTALL_DATA} ${WRKDIR}/ked/Munjo ${PREFIX}/share/fonts/ked-hpscat; \
 	${INSTALL_DATA} ${WRKDIR}/ked/MunjoBold ${PREFIX}/share/fonts/ked-hpscat; \
diff -uNr /usr/ports/korean/hpscat/files/hpscat.sh ./files/hpscat.sh
--- /usr/ports/korean/hpscat/files/hpscat.sh	Wed Jun  4 17:35:44 1997
+++ ./files/hpscat.sh	Wed Jul 22 20:04:56 1998
@@ -29,4 +29,4 @@
   done
 fi
 
-exec hpscat $options
+exec hpscat.bin $options
diff -uNr /usr/ports/korean/hpscat/pkg/PLIST ./pkg/PLIST
--- /usr/ports/korean/hpscat/pkg/PLIST	Wed Jun  4 17:35:44 1997
+++ ./pkg/PLIST	Wed Jul 22 20:03:54 1998
@@ -1,5 +1,5 @@
+bin/hpscat.bin
 bin/hpscat
-bin/hpscat.sh
 share/fonts/ked-hpscat/Header
 share/fonts/ked-hpscat/Munjo
 share/fonts/ked-hpscat/MunjoBold
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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