Date: Mon, 29 Nov 1999 15:01:44 -0800 (PST) From: watanabe@zlab.phys.nagoya-u.ac.jp To: freebsd-gnats-submit@freebsd.org Subject: ports/15172: Missing scripts files of ja-dvipsk-* ports Message-ID: <19991129230144.A99AC152C8@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 15172 >Category: ports >Synopsis: Missing scripts files of ja-dvipsk-* ports >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: Mon Nov 29 15:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Makoto WATANABE >Release: FreeBSD 3.2-RELEASE i386 >Organization: Z lab. Division of Particle and Astrophysical Science, Nagoya University, JAPAN >Environment: >Description: Because the 'ja-dvipsk-*' ports have missed the scripts/post-configure files, please add these files. I put the patches for 'japanese/dvipsk' and 'japanese/dvipsk-vflib' below "Fix:". Added files are dvipsk/scripts/post-configure dvipsk-vflib/scripts/post-configure - Makoto WATANABE watanabe@zlab.phys.nagoya-u.ac.jp >How-To-Repeat: >Fix: diff -ruN dvipsk.orig/scripts/post-configure dvipsk/scripts/post-configure --- dvipsk.orig/scripts/post-configure Thu Jan 1 09:00:00 1970 +++ dvipsk/scripts/post-configure Tue Nov 30 07:32:54 1999 @@ -0,0 +1,13 @@ +#!/bin/sh + +chgdirs=". kpathsea dvipsk" + +cd ${WRKSRC} + +for dir in ${chgdirs}; do + ${MV} -f ${dir}/Makefile ${dir}/Makefile.bak + ${SED} \ + -e 's@^prefix[ ]*=.*$@prefix=${PREFIX}@' \ + -e 's@^texmf[ ]*=.*$@texmf=${PREFIX}/share/texmf@' \ + < ${dir}/Makefile.bak > ${dir}/Makefile +done diff -ruN dvipsk-vflib.orig/scripts/post-configure dvipsk-vflib/scripts/post-configure --- dvipsk-vflib.orig/scripts/post-configure Thu Jan 1 09:00:00 1970 +++ dvipsk-vflib/scripts/post-configure Tue Nov 30 07:32:54 1999 @@ -0,0 +1,13 @@ +#!/bin/sh + +chgdirs=". kpathsea dvipsk" + +cd ${WRKSRC} + +for dir in ${chgdirs}; do + ${MV} -f ${dir}/Makefile ${dir}/Makefile.bak + ${SED} \ + -e 's@^prefix[ ]*=.*$@prefix=${PREFIX}@' \ + -e 's@^texmf[ ]*=.*$@texmf=${PREFIX}/share/texmf@' \ + < ${dir}/Makefile.bak > ${dir}/Makefile +done >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?19991129230144.A99AC152C8>