Skip site navigation (1)Skip section navigation (2)
Date:      4 Jul 2000 23:31:49 -0000
From:      "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19712: Update port print/teTex to install texi2dvi req. by texi2pdf
Message-ID:  <20000704233149.84948.qmail@Fedaykin.here>

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

>Number:         19712
>Category:       ports
>Synopsis:       Update port print/teTex to install texi2dvi req. by texi2pdf
>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:   Wed Jul 05 05:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

FreeBSD Here.here 4.0-STABLE FreeBSD 4.0-STABLE #2: Fri Jun  9 13:22:10 EST 2000     lioux@Here.here:/usr/src/sys/compile/LIOUX  i386

>Description:

Files added/removed from port: none

teTex installs texi2pdf which depends upon texi2dvi

I just added the required script file

>How-To-Repeat:

n/a

>Fix:

diff -ruN /usr/ports/print/teTeX/Makefile teTeX/Makefile
--- /usr/ports/print/teTeX/Makefile	Sat Apr 29 15:21:51 2000
+++ teTeX/Makefile	Tue Jul  4 19:25:09 2000
@@ -65,6 +65,7 @@
 	@cd ${TEXMF_TREE}; tar xfz ${_DISTDIR}/${TETEX_TEXMF}
 
 post-install:
+	@${INSTALL_SCRIPT} ${WRKSRC}/texinfo/util/texi2dvi ${PREFIX}/bin
 	@${SED} -e "s|^TEXMFMAIN = .*|TEXMFMAIN = ${TEXMF_TREE}|g" \
 		< ${WRKSRC}/texk/kpathsea/texmf.cnf \
 		> ${TEXMF_TREE}/web2c/texmf.cnf
diff -ruN /usr/ports/print/teTeX/pkg/PLIST teTeX/pkg/PLIST
--- /usr/ports/print/teTeX/pkg/PLIST	Wed Feb 23 01:59:42 2000
+++ teTeX/pkg/PLIST	Tue Jul  4 19:25:26 2000
@@ -100,6 +100,7 @@
 bin/texdoc
 bin/texexec
 bin/texhash
+bin/texi2dvi
 bin/texi2html
 bin/texi2pdf
 bin/texlinks

>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?20000704233149.84948.qmail>