HEADS UP: linux_base-8 upgrade requires immediate testing

Alexander Leidinger Alexander at Leidinger.net
Fri Dec 24 05:00:45 PST 2004


On Fri, 24 Dec 2004 09:43:09 +0000
Matt Dawson <matt at mattsnetwork.co.uk> wrote:

> Looks like I've hit a problem with one of the dependencies. The only things I 
> have that use the linuxulator (5.3-RELEASE-p2) are the linuxpluginwrapper and 
> acroread. These both need the linux-XFree86-libs port, which depends on 
> linux-fontconfig. The Makefile calls ${FILESDIR}/pkg-install.in which isn't 
> there. In fact, there's no /files directory in the port at all. I tried a 
> cvsup and a reapply of the patch, but no joy. 

If you use "patch --quiet </path/to/linux.diff" it should only print
something in case something goes wrong. In your case it should print
something, since pkg-install.in is in the patch but not in your patched
tree. I thought that patch will create missing directories for you, but
it seems this isn't the case. So you have to create the files directory
in the port on your own before you apply the patch (search for a stray
pkg-install.in file in your ports tree ("find /usr/ports -name
pkg-install.in\* -print"), it think it's there somewhere and you can just
copy it into the right directory).

Bye,
Alexander.

-- 
              The best things in life are free, but the
                expensive ones are still worth a look.

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


More information about the freebsd-ports mailing list