Bug 235718 - multimedia/libbluray -> bdj not find libbluray-j2se-1.0.2.jar
Summary: multimedia/libbluray -> bdj not find libbluray-j2se-1.0.2.jar
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Thomas Zander
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2019-02-13 17:44 UTC by AndyBe
Modified: 2020-04-19 14:09 UTC (History)
2 users (show)

See Also:


Attachments
patch to correct search path (506 bytes, text/plain)
2019-02-13 17:44 UTC, AndyBe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description AndyBe 2019-02-13 17:44:51 UTC
Created attachment 201991 [details]
patch to correct search path

If you build vlc with bluray + java some menus not work,
because of  wrong search path for libbluray-j2se-1.0.2.jar.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-04-19 14:08:16 UTC
A commit references this bug:

Author: riggs
Date: Sun Apr 19 14:07:31 UTC 2020
New revision: 532112
URL: https://svnweb.freebsd.org/changeset/ports/532112

Log:
  Fix search path when build with JAVA option; bump PORTREVISION

  PR:		235718
  Submitted by:	andreas.benzler@gmail.com
  Reviewed by:	riggs

Changes:
  head/multimedia/libbluray/Makefile
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2020-04-19 14:09:34 UTC
Handling the search path via REINPLACE_CMD in the post-patch target.

Sorry for taking so long.