Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2005 14:24:40 +0100
From:      Michael Nottebrock <michaelnottebrock@gmx.net>
To:        freebsd-ports@freebsd.org
Cc:        michael corleone corleone <chkrootkit@hotmail.com>
Subject:   Re: fxtv: Error: shared library "Xaw3d.8" does not exist
Message-ID:  <200502131424.45093.michaelnottebrock@gmx.net>
In-Reply-To: <200502121322.32578.michaelnottebrock@gmx.net>
References:  <200502121125.j1CBP8cm002985@peedub.jennejohn.org> <200502121322.32578.michaelnottebrock@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1584363.3tSc2g6MHY
Content-Type: multipart/mixed;
  boundary="Boundary-01=_ZU1DCO14973tjX5"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--Boundary-01=_ZU1DCO14973tjX5
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Saturday, 12. February 2005 13:22, Michael Nottebrock wrote:
> On Saturday, 12. February 2005 12:25, Gary Jennejohn wrote:
> > "michael corleone corleone" writes:
> > > =3D=3D=3D>   Returning to build of fxtv-1.03_2
> > > Error: shared library "Xaw3d.8" does not exist
> > > *** Error code 1
> >
> > This is either a bug in bsd.port.mk or the Xaw3d port. The port
> > actually installs libXaw3d.so.7, but in bsd.port.mk XAWVER is
> > set to 8. You can work around it by making a symlink.
>
> Can you try this patch?

Whoops, that patch was against an old version of the port. New patch attach=
ed.

=2D-=20
   ,_,   | Michael Nottebrock               | lofi@freebsd.org
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

--Boundary-01=_ZU1DCO14973tjX5
Content-Type: text/plain;
  charset="iso-8859-1";
  name="Xaw3d.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline;
	filename="Xaw3d.diff"

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/pcvs/ports/x11-toolkits/Xaw3d/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
=2D-- Makefile	10 Jan 2005 19:12:13 -0000	1.42
+++ Makefile	13 Feb 2005 13:23:37 -0000
@@ -24,7 +24,9 @@
=20
 .include <bsd.port.pre.mk>
 .if ${X_WINDOW_SYSTEM:L} =3D=3D xfree86-3
=2DPLIST_FILES=3D	lib/libXaw3d.so.6
+PLIST_FILES=3D	lib/libXaw3d.so.${XAWVER}
+.elif ${X_WINDOW_SYSTEM:L} =3D=3D xorg
+PLIST_FILES=3D	lib/libXaw3d.so.${XAWVER}
 .endif
=20
 post-extract:
@@ -43,7 +45,9 @@
 	${MKDIR} ${PREFIX}/share/doc/Xaw3d
 	${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d
 .if ${X_WINDOW_SYSTEM:L} =3D=3D xfree86-3
=2D	${LN} -sf libXaw3d.so.${XAWVER} ${X11BASE}/lib/libXaw3d.so.6
+	${LN} -sf ${X11BASE}/lib/libXaw3d.so.7 ${X11BASE}/lib/libXaw3d.so.${XAWVE=
R}
+.elif ${X_WINDOW_SYSTEM:L} =3D=3D xorg
+	${LN} -sf ${X11BASE}/lib/libXaw3d.so.7 ${X11BASE}/lib/libXaw3d.so.${XAWVE=
R}
 .endif
 	@${CAT} ${PKGMESSAGE}
=20
Index: pkg-plist
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/pcvs/ports/x11-toolkits/Xaw3d/pkg-plist,v
retrieving revision 1.14
diff -u -r1.14 pkg-plist
=2D-- pkg-plist	3 Sep 2004 20:43:04 -0000	1.14
+++ pkg-plist	13 Feb 2005 13:23:37 -0000
@@ -1,7 +1,7 @@
 @comment $FreeBSD: ports/x11-toolkits/Xaw3d/pkg-plist,v 1.14 2004/09/03 20=
:43:04 nork Exp $
 lib/libXaw3d.a
 lib/libXaw3d.so
=2Dlib/libXaw3d.so.%%XAWVER%%
+lib/libXaw3d.so.7
 include/X11/Xaw3d/AllWidgets.h
 include/X11/Xaw3d/AsciiSink.h
 include/X11/Xaw3d/AsciiSinkP.h

--Boundary-01=_ZU1DCO14973tjX5--

--nextPart1584363.3tSc2g6MHY
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQBCD1UdXhc68WspdLARAsLxAJ4n2/JP7i7gtaqDHSNVkBOygfG//QCgqweO
+bYTqjo0DijQ5CA/gypAJSc=
=eW1U
-----END PGP SIGNATURE-----

--nextPart1584363.3tSc2g6MHY--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502131424.45093.michaelnottebrock>