[Bug 195272] New: emulators/virtualbox-ose stil uses the value texlive for USE_TEX. This is obsoleted. And at leaset 4.3.18, PDF user manual for fr_FR was removbed.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 22 03:58:43 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195272

            Bug ID: 195272
           Summary: emulators/virtualbox-ose stil uses the value texlive
                    for USE_TEX. This is obsoleted. And at leaset 4.3.18,
                    PDF user manual for fr_FR was removbed.
           Product: Ports Tree
           Version: Latest
          Hardware: i386
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: vbox at FreeBSD.org
          Reporter: crest at sahiro.org
          Assignee: vbox at FreeBSD.org
             Flags: maintainer-feedback?(vbox at FreeBSD.org)

Created attachment 149708
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149708&action=edit
This is a patch for emulators/virtualbox-ose. This removes "USE_TEX= ...
texlive" from Makefile and remove "%%MANUAL%%%%DOCSDIR%%/UserManual_fr_FR.pdf"
from pkg-plist.

In Makefile of emulators/virtualbox-ose, next lines is now remaind.

.if ${PORT_OPTIONS:MMANUAL}
USE_TEX=    dvipsk:build formats:build texlive
.endif

And in /usr/ports/Mk/bsd.tex.mk, ""texlive" must not be defined in USE_TEX" is
indicated.

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

So, we must remove "texlive" from USE_TEX, like below.
USE_TEX=    dvipsk:build formats:build

And, after removing texlive from USE_TEX and build emulators/virtualbox, 
file UserManual_fr_FR.pdf was not present.

So, I think attached patch is needed.

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer vbox at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list