Bug 195340

Summary: "USE_TEX= texlive" is now remained at textproc/docproj Makefile.
Product: Ports & Packages Reporter: SASAKI Katuhiro <crest>
Component: Individual Port(s)Assignee: Document Engineering Group (Nobody) <doceng>
Status: Closed FIXED    
Severity: Affects Some People CC: hrs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Remove "texlive" from Makefile. none

Description SASAKI Katuhiro 2014-11-24 17:22:10 UTC
Created attachment 149780 [details]
Remove "texlive" from Makefile.

In Mk/bsd.tex.mk, below is described.

.if !empty(USE_TEX:tu:MTEXLIVE)
IGNORE=		"texlive" must not be defined in USE_TEX
.endif

But in textproce/docproj/Makefile, next line is now remained.
> USE_TEX=	texlive xetex

"texlive" must be removed. Isn't it?
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-11-25 01:03:51 UTC
Fix Summary and assign.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-12-08 08:18:18 UTC
A commit references this bug:

Author: hrs
Date: Mon Dec  8 08:17:49 UTC 2014
New revision: 374237
URL: https://svnweb.freebsd.org/changeset/ports/374237

Log:
  - Fix dependency.
  - Use ${opt}_*_DEPENDS.
  - SVN off by default if svnlite is installed.
  - Fix USE_TEX[*]

  PR:	195340 [*]

Changes:
  head/textproc/docproj/Makefile
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2014-12-08 08:22:15 UTC
Fixed in r374237.  Thank you for pointing out it.