ports/178992: [patch] Mk/bsd.tex.mk - get rid of SITE_PERL

Andrej Zverev az at FreeBSD.org
Sun May 26 16:50:00 UTC 2013


>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:


More information about the freebsd-ports-bugs mailing list