Skip to content

Commit

Permalink
Do not build formats using omega.
Browse files Browse the repository at this point in the history
omega and lambda were removed from TeX Live.  Use aleph and lamed
instead.
  • Loading branch information
msk committed Jan 28, 2010
1 parent 6b7d3ec commit a2a6115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
8 changes: 2 additions & 6 deletions print/teTeX3-bin/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.52 2009/09/24 18:53:46 minskim Exp $
# $NetBSD: Makefile,v 1.53 2010/01/28 19:33:07 minskim Exp $

DISTNAME= tetex-src-3.0
PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
PKGREVISION= 37
PKGREVISION= 38
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/}

Expand All @@ -21,9 +21,6 @@ DEPENDS+= tex-bin-tex-[0-9]*:../../print/tex-bin-tex
DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
DEPENDS+= web2c>=7.5.7nb2:../../print/web2c

# games/omega previously installed an omega executable too
CONFLICTS+= omega<0.90.4nb1

INFO_FILES= # PLIST

USE_TOOLS+= bison lex
Expand Down Expand Up @@ -81,7 +78,6 @@ post-extract:

post-install:
${LN} -sf mpost ${DESTDIR}${PREFIX}/bin/metafun
${LN} -sf omega ${DESTDIR}${PREFIX}/bin/lambda
${LN} -sf aleph ${DESTDIR}${PREFIX}/bin/lamed
${LN} -sf pdftex ${DESTDIR}${PREFIX}/bin/mptopdf
${INSTALL_DATA} ${FILESDIR}/format.tetex.cnf \
Expand Down
3 changes: 1 addition & 2 deletions print/teTeX3-bin/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@comment $NetBSD: PLIST,v 1.19 2009/09/24 23:39:11 minskim Exp $
@comment $NetBSD: PLIST,v 1.20 2010/01/28 19:33:07 minskim Exp $
bin/fdf2tan
bin/fdf2tex
bin/lambda
bin/lamed
bin/makempy
bin/metafun
Expand Down
2 changes: 0 additions & 2 deletions print/teTeX3-bin/files/format.tetex.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ mpost mpost - -translate-file=cp227.tcx mpost.mp
metafun mpost - -translate-file=cp227.tcx metafun.mp

# Standard formats (plain, latex) with all engines:
omega omega - omega.ini
lambda omega language.dat lambda.ini
aleph aleph - *aleph.ini
lamed aleph language.dat *lambda.ini

Expand Down

0 comments on commit a2a6115

Please sign in to comment.