Date: Sun, 8 Apr 2001 00:36:04 -0400 (EDT) From: tadayuki@mediaone.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26422: fix ports editors/nvi-m17n japanese/nvi-* korean/nvi-* Message-ID: <200104080436.f384a4p38579@localhost.isi.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104080436.f384a4p38579>