fix texmf-local path.

fix bogus dependency path - notced by Markus Lude, cheers.

OK Landry@
This commit is contained in:
edd 2011-03-09 14:43:59 +00:00
parent 3fda13e67a
commit a423daed66
3 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.45 2011/03/08 00:09:42 edd Exp $
# $OpenBSD: Makefile,v 1.46 2011/03/09 14:43:59 edd Exp $
COMMENT = base binaries for TeXLive typesetting distribution
DISTNAME = texlive-${DIST_V}-source
PKGNAME = texlive_base-${V}
REVISION = 0
SHARED_LIBS = kpathsea 3.0
SHARED_LIBS += ptexenc 0.0
@ -19,7 +20,7 @@ RUN_DEPENDS = print/ghostscript/gnu \
print/ps2eps \
print/psutils \
print/t1utils \
texlive_texmf-minimal-${V}:print/texlive2010/texmf,-main \
texlive_texmf-minimal-${V}:print/texlive/texmf,-main \
print/latex-mk
LIB_DEPENDS = devel/t1lib \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2011/03/08 00:09:42 edd Exp $
# $OpenBSD: Makefile,v 1.18 2011/03/09 14:43:59 edd Exp $
COMMENT-main = texlive texmf for laTeX/PdfTeX
COMMENT-full = texlive texmf for XeTeX/ConTeXt and extra macros
@ -13,6 +13,8 @@ PKGNAME-main = texlive_texmf-minimal-${V}
PKGNAME-full = texlive_texmf-full-${V}
PKGNAME-docs = texlive_texmf-docs-${V}
REVISION-main = 0
NO_BUILD = Yes
NO_REGRESS = Yes
PKG_ARCH = *

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-texmf_web2c_texmf_cnf,v 1.3 2011/03/08 00:09:42 edd Exp $
$OpenBSD: patch-texmf_web2c_texmf_cnf,v 1.4 2011/03/09 14:43:59 edd Exp $
--- texmf/web2c/texmf.cnf.origy Wed Oct 20 22:10:45 2010
+++ texmf/web2c/texmf.cnf Wed Oct 20 22:13:34 2010
@@ -41,7 +41,11 @@
@ -28,7 +28,7 @@ $OpenBSD: patch-texmf_web2c_texmf_cnf,v 1.3 2011/03/08 00:09:42 edd Exp $
% This tree is not used for local configuration maintained by
% texconfig, it uses TEXMFCONFIG below.
-TEXMFLOCAL = $SELFAUTOPARENT/../texmf-local
+TEXMFLOCAL = $OBSD_TMF/../texmf-local
+TEXMFLOCAL = $OBSD_TMF/texmf-local
% TEXMFSYSVAR, where texconfig-sys stores variable runtime data.
% With teTeX-3.0 or later, this must be set.