Date: Mon, 22 Nov 2004 10:15:15 +0100 From: "Arjo Hooimeijer" <arjo.hooimeijer@xs4all.nl> To: <jeh@FreeBSD.org> Cc: ports@FreeBSD.org Subject: FreeBSD Port: vscan-4.40e Message-ID: <200411220915.iAM9FGT7093168@smtp-vbr6.xs4all.nl>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C4D07C.29654000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I created a patch for the security/vscan Makefile that fixes the following problem after upgrading to vscan-4.40e: root@deathstar [/usr/ports/security/vscan] uvscan --version /usr/libexec/ld-elf.so.1: Shared object "libbsdfv.so.4" not found, required by "uvscan" Cheers, AJ ------=_NextPart_000_0003_01C4D07C.29654000 Content-Type: application/octet-stream; name="Makefile.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Makefile.diff" --- Makefile.old Mon Nov 22 10:06:17 2004=0A= +++ Makefile Mon Nov 22 10:06:28 2004=0A= @@ -59,7 +59,7 @@=0A= .endif=0A= =0A= post-install:=0A= - ${LN} -sf ${PREFIX}/lib/libbsdfv.so \=0A= - ${PREFIX}/lib/libbsdfv.so.4=0A= + ${LN} -sf ${PREFIX}/lib/libbsdfv.so.4 \=0A= + ${PREFIX}/lib/libbsdfv.so=0A= =0A= .include <bsd.port.mk>=0A= ------=_NextPart_000_0003_01C4D07C.29654000--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411220915.iAM9FGT7093168>