From owner-freebsd-ports Sat Apr 7 21:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5743537B423 for ; Sat, 7 Apr 2001 21:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f384U2C04574; Sat, 7 Apr 2001 21:30:02 -0700 (PDT) (envelope-from gnats) Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143]) by hub.freebsd.org (Postfix) with ESMTP id 7A16637B43E for ; Sat, 7 Apr 2001 21:27:03 -0700 (PDT) (envelope-from tokada@localhost.isi.com) Received: from localhost.isi.com (h0005025b549e.ne.mediaone.net [24.147.67.188]) by chmls05.mediaone.net (8.11.1/8.11.1) with ESMTP id f384R0x02034 for ; Sun, 8 Apr 2001 00:27:01 -0400 (EDT) Received: (from tokada@localhost) by localhost.isi.com (8.11.3/8.11.3) id f384a4p38579; Sun, 8 Apr 2001 00:36:04 -0400 (EDT) (envelope-from tokada) Message-Id: <200104080436.f384a4p38579@localhost.isi.com> Date: Sun, 8 Apr 2001 00:36:04 -0400 (EDT) From: tadayuki@mediaone.net Reply-To: tadayuki@mediaone.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26422: fix ports editors/nvi-m17n japanese/nvi-* korean/nvi-* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26422 >Category: ports >Synopsis: fix nvi-m17n slave ports' ORIGIN >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 07 21:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tadayuki OKADA >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: System: FreeBSD photoniii 4.3-RC FreeBSD 4.3-RC #15: Sat Mar 31 11:34:05 EST 2001 root@photoniii:/usr/obj/usr/src/sys/PHOTON i386 >Description: Some nvi-m17n slave ports generate wrong ORIGIN. The following patch will fix this. >How-To-Repeat: >Fix: Apply these patchs in the according directories diff -ruN nvi-m17n.orig/Makefile nvi-m17n/Makefile --- nvi-m17n.orig/Makefile Thu Feb 8 14:34:30 2001 +++ nvi-m17n/Makefile Sat Apr 7 23:40:43 2001 @@ -17,14 +17,14 @@ PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ PATCHFILES= nvi-1.79.m17n-19991117.diff.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p1 -f WRKSRC= ${WRKDIR}/${DISTNAME}/build GNU_CONFIGURE= yes CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"' -CONFIGURE_ARGS= --enable-multibyte --program-prefix=n +CONFIGURE_ARGS?= --enable-multibyte --program-prefix=n MAN1= nvi.1 MLINKS= nvi.1 nex.1 nvi.1 nview.1 diff -ruN nvi-euc-jp.orig/Makefile nvi-euc-jp/Makefile --- nvi-euc-jp.orig/Makefile Tue Jan 9 00:57:03 2001 +++ nvi-euc-jp/Makefile Sat Apr 7 23:36:59 2001 @@ -12,10 +12,10 @@ LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna -.include "${MASTERDIR}/Makefile" - CATEGORIES= japanese editors MAINTAINER= ports@freebsd.org -CONFIGURE_ARGS+= --enable-multibyte=euc-jp --program-prefix=n --enable-canna +CONFIGURE_ARGS= --enable-multibyte=euc-jp --program-prefix=n --enable-canna + +.include "${MASTERDIR}/Makefile" diff -ruN nvi-iso-2022-jp.orig/Makefile nvi-iso-2022-jp/Makefile --- nvi-iso-2022-jp.orig/Makefile Tue Jan 9 00:57:03 2001 +++ nvi-iso-2022-jp/Makefile Sat Apr 7 23:37:43 2001 @@ -12,10 +12,10 @@ LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna -.include "${MASTERDIR}/Makefile" - CATEGORIES= japanese editors MAINTAINER= ports@freebsd.org -CONFIGURE_ARGS+= --enable-multibyte=iso-2022-jp --program-prefix=n --enable-canna +CONFIGURE_ARGS= --enable-multibyte=iso-2022-jp --program-prefix=n --enable-canna + +.include "${MASTERDIR}/Makefile" diff -ruN nvi-sjis.orig/Makefile nvi-sjis/Makefile --- nvi-sjis.orig/Makefile Mon Jan 29 17:54:49 2001 +++ nvi-sjis/Makefile Sat Apr 7 23:38:16 2001 @@ -12,10 +12,10 @@ LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna -.include "${MASTERDIR}/Makefile" - CATEGORIES= japanese editors MAINTAINER= ports@freebsd.org -CONFIGURE_ARGS+= --enable-multibyte=sjis --program-prefix=n --enable-canna +CONFIGURE_ARGS= --enable-multibyte=sjis --program-prefix=n --enable-canna + +.include "${MASTERDIR}/Makefile" diff -ruN nvi-euc-kr.orig/Makefile nvi-euc-kr/Makefile --- nvi-euc-kr.orig/Makefile Tue Jan 9 00:57:06 2001 +++ nvi-euc-kr/Makefile Sat Apr 7 23:46:05 2001 @@ -10,10 +10,10 @@ MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n COMMENT= ${.CURDIR}/pkg-comment -.include "${MASTERDIR}/Makefile" - CATEGORIES= korean editors MAINTAINER= ports@freebsd.org -CONFIGURE_ARGS+= --enable-multibyte=euc-kr --program-prefix=n +CONFIGURE_ARGS= --enable-multibyte=euc-kr --program-prefix=n + +.include "${MASTERDIR}/Makefile" diff -ruN nvi-iso-2022-kr.orig/Makefile nvi-iso-2022-kr/Makefile --- nvi-iso-2022-kr.orig/Makefile Mon Jan 29 17:55:13 2001 +++ nvi-iso-2022-kr/Makefile Sat Apr 7 23:47:29 2001 @@ -10,10 +10,10 @@ MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n COMMENT= ${.CURDIR}/pkg-comment -.include "${MASTERDIR}/Makefile" - CATEGORIES= korean editors MAINTAINER= ports@freebsd.org -CONFIGURE_ARGS+= --enable-multibyte=iso-2022-kr --program-prefix=n +CONFIGURE_ARGS= --enable-multibyte=iso-2022-kr --program-prefix=n + +.include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message