aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2004-12-20 01:39:39 +0800
committerhrs <hrs@FreeBSD.org>2004-12-20 01:39:39 +0800
commitf4a9f2753a3d65c7a231eb219303514f35bfec70 (patch)
tree9a5792b447236c1733be42a4f056b23c1220df32 /print
parent2469f813cca00cd3868ae2982f83824e3f962051 (diff)
downloadfreebsd-ports-gnome-f4a9f2753a3d65c7a231eb219303514f35bfec70.tar.gz
freebsd-ports-gnome-f4a9f2753a3d65c7a231eb219303514f35bfec70.tar.zst
freebsd-ports-gnome-f4a9f2753a3d65c7a231eb219303514f35bfec70.zip
- Fix a problem that some characters are not properly rendered
when dvipdfmx is used. - Bump PORTREVISION. - Fix dependency[*] Spotted by: lesi[*]
Diffstat (limited to 'print')
-rw-r--r--print/teTeX-base/Makefile3
-rw-r--r--print/teTeX-base/files/patch-texk::tetex::updmap12
2 files changed, 14 insertions, 1 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile
index c81822353e5e..24123ab21b4b 100644
--- a/print/teTeX-base/Makefile
+++ b/print/teTeX-base/Makefile
@@ -7,7 +7,7 @@
PORTNAME= teTeX-base
PORTVERSION= 2.0.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print
MASTER_SITES= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/2.0/distrib/ \
${MASTER_SITE_TEX_CTAN}
@@ -27,6 +27,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
t1.5:${PORTSDIR}/devel/t1lib
WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION}
+USE_PERL5_RUN= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-multiplatform \
diff --git a/print/teTeX-base/files/patch-texk::tetex::updmap b/print/teTeX-base/files/patch-texk::tetex::updmap
new file mode 100644
index 000000000000..109f67a1a5be
--- /dev/null
+++ b/print/teTeX-base/files/patch-texk::tetex::updmap
@@ -0,0 +1,12 @@
+--- texk/tetex/updmap.orig Sat Dec 4 03:21:09 2004
++++ texk/tetex/updmap Sat Dec 4 03:22:03 2004
+@@ -743,7 +743,8 @@
+ -e 's@.*%@@' |
+ awk '$1 == $3 && $2 == "default" {$2=""; $3=""} {print}' > $tmp8
+
+- egrep '^(cm|eu|la|lc|line|msam|xy)' $tmp8 | sed 's@$@ -r@'
++ egrep '^(cm|eu|la|lc|line|msam|xy)' $tmp8 \
++ | sed 's@$@ -r@; s@\(fmex[789]\) -r$@\1@'
+ egrep -v '^(cm|eu|la|lc|line|msam|xy)' $tmp8
+ }
+