Date: Wed, 28 Jan 2004 02:54:23 +0900 (JST) From: Hiroki Sato <hrs@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61997: print/txfonts: should install dvipdfm map file txr3.map Message-ID: <200401271754.i0RHsNM3022773@alph.allbsd.org> Resent-Message-ID: <200401271800.i0RI0YF4001560@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61997 >Category: ports >Synopsis: print/txfonts: should install dvipdfm map file txr3.map >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 27 10:00:34 PST 2004 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 4.8-STABLE i386 >Organization: Tokyo University of Science >Environment: System: FreeBSD alph.allbsd.org 4.9-RC FreeBSD 4.9-RC #0: Sat Oct 25 04:40:22 JST 2003 hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH i386 >Description: txfonts-3.1.1 does not install dvipdfm map file txr3.map. >How-To-Repeat: N/A >Fix: Index: print/txfonts/Makefile =================================================================== RCS file: /home/ncvs/ports/print/txfonts/Makefile,v retrieving revision 1.2 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.2 Makefile --- print/txfonts/Makefile 21 Feb 2003 13:23:12 -0000 1.2 +++ print/txfonts/Makefile 25 Oct 2003 03:28:13 -0000 @@ -7,6 +7,7 @@ PORTNAME= txfonts PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= fonts/txfonts @@ -32,6 +33,7 @@ TEXFONTSDIR= ${PREFIX}/share/texmf/fonts LATEXMACRODIR= ${PREFIX}/share/texmf/tex/latex DVIPSCONFDIR= ${PREFIX}/share/texmf/dvips/config +DVIPDFMCONFDIR= ${PREFIX}/share/texmf/dvipdfm/config TXDIST= ${DISTDIR}/${DIST_SUBDIR} TXPATCHDIR= ${WRKDIR}/tx_patch1 @@ -377,6 +379,8 @@ ${MKDIR} ${DVIPSCONFDIR}; fi @(for i in ${DVIPS}; do \ ${INSTALL_DATA} ${TXDIST}/dvips/$$i ${DVIPSCONFDIR}/ ; done) + @(for i in ${DVIPDFM}; do \ + ${INSTALL_DATA} ${TXDIST}/dvipdfm/$$i ${DVIPDFMCONFDIR}/ ; done) @(for i in ${TXPATCH_NAME}; do \ ${INSTALL_DATA} ${TXPATCHDIR}/$$i.tfm ${TEXFONTSDIR}/tfm/txr/ ; done) @(for i in ${TXPATCH_NAME}; do \ Index: print/txfonts/pkg-plist =================================================================== RCS file: /home/ncvs/ports/print/txfonts/pkg-plist,v retrieving revision 1.1 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1 pkg-plist --- print/txfonts/pkg-plist 18 Jun 2002 19:45:39 -0000 1.1 +++ print/txfonts/pkg-plist 25 Oct 2003 03:25:43 -0000 @@ -308,6 +308,7 @@ share/texmf/dvips/config/txr.map share/texmf/dvips/config/txr1.map share/texmf/dvips/config/txr2.map +share/texmf/dvipdfm/config/txr3.map @dirrm share/doc/txfonts @dirrm share/texmf/fonts/afm/txr @dirrm share/texmf/fonts/tfm/txr >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401271754.i0RHsNM3022773>