Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2013 20:42:09 +0400
From:      Andrej Zverev <az@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178992: [patch] Mk/bsd.tex.mk - get rid of SITE_PERL
Message-ID:  <E1Uge1J-000NNO-Mw@sunner.semmy.ru>
Resent-Message-ID: <201305261650.r4QGo0Pn095699@freefall.freebsd.org>

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

>Number:         178992
>Category:       ports
>Synopsis:       [patch] Mk/bsd.tex.mk - get rid of SITE_PERL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 26 16:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:

	
>Description:
	Detect port by PKGNAME rather then using SITE_PERL path
	
>How-To-Repeat:
	
>Fix:

	

--- patch.diff begins here ---
Index: bsd.tex.mk
===================================================================
--- bsd.tex.mk	(revision 319104)
+++ bsd.tex.mk	(working copy)
@@ -102,7 +102,7 @@
 
 _USE_TEX_DOCS=		${LOCALBASE}/${TEXMFDIR}/doc/texlive/texlive-en/README:${PORTSDIR}/print/texlive-docs
 
-_USE_TEX_INFRA=		${SITE_PERL}/TeXLive/TLConfig.pm:${PORTSDIR}/print/texlive-infra
+_USE_TEX_INFRA=		texlive-infra>=0:${PORTSDIR}/print/texlive-infra
 
 _USE_TETEX_DVIPSK=	dvips:${PORTSDIR}/print/dvipsk-tetex
 _USE_TEX_DVIPSK=	dvips:${PORTSDIR}/print/tex-dvipsk
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Uge1J-000NNO-Mw>