From az@sunner.semmy.ru  Sun May 26 16:42:15 2013
Return-Path: <az@sunner.semmy.ru>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 3A6C155D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 26 May 2013 16:42:15 +0000 (UTC)
	(envelope-from az@sunner.semmy.ru)
Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3])
	by mx1.freebsd.org (Postfix) with ESMTP id E3B3D22E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 26 May 2013 16:42:14 +0000 (UTC)
Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <az@sunner.semmy.ru>)
	id 1Uge1J-000NNO-Mw
	for FreeBSD-gnats-submit@freebsd.org; Sun, 26 May 2013 20:42:09 +0400
Message-Id: <E1Uge1J-000NNO-Mw@sunner.semmy.ru>
Date: Sun, 26 May 2013 20:42:09 +0400
From: Andrej Zverev <az@FreeBSD.org>
Sender: Andrej Zverev <az@sunner.semmy.ru>
Reply-To: Andrej Zverev <az@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Mk/bsd.tex.mk - get rid of SITE_PERL
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178992
>Category:       ports
>Synopsis:       [patch] Mk/bsd.tex.mk - get rid of SITE_PERL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hrs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 26 16:50:00 UTC 2013
>Closed-Date:    Fri Jun 07 08:10:46 UTC 2013
>Last-Modified:  Fri Jun  7 08:20:07 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->hrs 
Responsible-Changed-By: az 
Responsible-Changed-When: Mon May 27 16:17:39 UTC 2013 
Responsible-Changed-Why:  
to bsd.tex.mk maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178992 
State-Changed-From-To: open->closed 
State-Changed-By: hrs 
State-Changed-When: Fri Jun 7 08:10:35 UTC 2013 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178992 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178992: commit references a PR
Date: Fri,  7 Jun 2013 08:10:37 +0000 (UTC)

 Author: hrs
 Date: Fri Jun  7 08:10:24 2013
 New Revision: 320180
 URL: http://svnweb.freebsd.org/changeset/ports/320180
 
 Log:
   Eliminate ${SITE_PERL}.
   
   Submitted by:	az
   PR:		ports/178992
 
 Modified:
   head/Mk/bsd.tex.mk
 
 Modified: head/Mk/bsd.tex.mk
 ==============================================================================
 --- head/Mk/bsd.tex.mk	Fri Jun  7 08:10:12 2013	(r320179)
 +++ head/Mk/bsd.tex.mk	Fri Jun  7 08:10:24 2013	(r320180)
 @@ -102,7 +102,7 @@ _USE_TEX_BASE=		tlmgr:${PORTSDIR}/print/
  
  _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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
