Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 1997 16:16:54 +0900 (KST)
From:      junker@moderato.snu.ac.kr
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4742: port upgrade: korean/hpscat
Message-ID:  <199710120716.QAA01654@moderato.snu.ac.kr>
Resent-Message-ID: <199710120720.AAA04412@hub.freebsd.org>

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

>Number:         4742
>Category:       ports
>Synopsis:       ports upgrade: korean/netscape3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 12 00:20:00 PDT 1997
>Last-Modified:
>Originator:     Choi, Jun Ho
>Organization:
NARAE, CS Dept., Seoul National Univ., ROK
>Release:        FreeBSD 2.2.5-971005-BETA i386
>Environment:

FreeBSD moderato.snu.ac.kr 2.2.5-971005-BETA FreeBSD 2.2.5-971005-BETA #0: Thu Oct  9 22:46:45 KST 1997     junker@moderato.snu.ac.kr:/usr/src/sys/compile/MODERATO  i386

>Description:

modify the file location in toplevel Makefile(MASTER_SITES)
to find the source file correctly.

>How-To-Repeat:

make install

>Fix:

This is a simple fix. just patch it.

diff -uNr hpscat.ori/ hpscat
diff -uNr hpscat.ori/Makefile hpscat/Makefile
--- hpscat.ori/Makefile Sun Oct 12 16:11:14 1997
+++ hpscat/Makefile     Sun Oct 12 16:08:59 1997
@@ -9,10 +9,10 @@
 DISTNAME=      hpscat-jshin
 PKGNAME=       ko-hpscat-1.3jshin
 CATEGORIES=    korean print
-MASTER_SITES=  ftp://ftp.kaist.ac.kr/pub/hangul/print/ \
+MASTER_SITES=  ftp://ftp.kaist.ac.kr/pub/hangul/print/hpscat/ \
                ftp://ftp.kaist.ac.kr/pub/hangul/editor/ked/ \
-               ftp://sunsite.kren.nm.kr/pub/packages/hangul/print/ \
-               ftp://sunsite.kren.nm.kr/pub/packages/hangul/editor/ked/
+               ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/print/hpscat/ \
+               ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/editor/ked/
 DISTFILES=     hpscat-jshin.tar.gz ked.tar.gz
 
 MAINTAINER=    junker@jazz.snu.ac.kr

>Audit-Trail:
>Unformatted:



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