Bug 195340 - "USE_TEX= texlive" is now remained at textproc/docproj Makefile.
Summary: "USE_TEX= texlive" is now remained at textproc/docproj Makefile.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Document Engineering Group (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-24 17:22 UTC by SASAKI Katuhiro
Modified: 2014-12-08 08:22 UTC (History)
1 user (show)

See Also:


Attachments
Remove "texlive" from Makefile. (358 bytes, patch)
2014-11-24 17:22 UTC, SASAKI Katuhiro
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.