Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2019 05:18:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238004] New port: multimedia/makemkv video converter reading from DVD and Bluray
Message-ID:  <bug-238004-7788-QrSfpMrWPS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238004-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238004-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238004

--- Comment #4 from Felix Palmen <felix@palmen-it.de> ---
Hello Sergey,

The "makemkvcon" binary uses /sys/bus/scsi (which isn't provided by linsysf=
s)
to find optical drives. Therefore I included a script to fake the relevant
structure based on camcontrol output. I can't do that in the original locat=
ion,
because that wouldn't work on machines that have linsysfs mounted. The path=
name
used must not be longer than the original because I'm patching it into the
makemkvcon binary with sed.

/opt/makemkv looked like an obvious choice, as I could put almost everything
right there and people will know it's a software package with its own
directory. Maybe /compat/linux/opt/makemkv would be a better choice, but I'm
not sure it's a good idea to put files there that don't come from a linux-c*
port?

I could also separate the linux binaries and libs (putting them in their
"standard" dirs) from the faked sysfs parts. But then, where to put the lat=
ter?
/etc/makemkv would be short enough, but the generated files neither are rea=
lly
"configuration" nor do they belong to base ...

I'll gladly try to incorporate better ideas of course :) thank you very muc=
h.

Best regards
Felix

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238004-7788-QrSfpMrWPS>