Date: Fri, 8 Aug 2003 17:48:54 +0200 From: Simon Barner <barner@in.tum.de> To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: [kris@FreeBSD.org: cvs commit: ports/net/linphone Makefile] Message-ID: <20030808154854.GE702@zi025.glhnet.mhn.de> In-Reply-To: <20030808151417.GA8216@i2.informatik.rwth-aachen.de> References: <20030807101405.GI73360@rot13.obsecurity.org> <20030808145155.GD702@zi025.glhnet.mhn.de> <20030808151417.GA8216@i2.informatik.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--17/8oYur5Y32USnW Content-Type: multipart/mixed; boundary="z9ECzHErBrwFF8sy" Content-Disposition: inline --z9ECzHErBrwFF8sy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > I cannot reproduce this error on -stable, the port installs, and the > > package is build. >=20 > Did you notice the following while configuring? If you have libogg locall= y, > try removing it. Maybe this port just lacks a dependance on libogg. Yeah, great - adding the dependency did the trick (see patch). Thanks, Simon --z9ECzHErBrwFF8sy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.patch" Content-Transfer-Encoding: quoted-printable --- Makefile.orig Fri Aug 8 17:38:58 2003 +++ Makefile Fri Aug 8 17:40:10 2003 @@ -2,7 +2,7 @@ # Date created: 30 December 2002 # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # -# $FreeBSD: /repoman/r/pcvs/ports/net/linphone/Makefile,v 1.13 2003/08/08 = 04:40:44 kris Exp $ +# $FreeBSD: ports/net/linphone/Makefile,v 1.13 2003/08/08 04:40:44 kris Ex= p $ # =20 PORTNAME=3D linphone @@ -14,11 +14,10 @@ MAINTAINER=3D ports@FreeBSD.org COMMENT=3D A web phone that supports SIP protocol =20 -BROKEN=3D Broken pkg-plist - LIB_DEPENDS=3D osip.9:${PORTSDIR}/net/libosip \ panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \ - gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui + gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ + ogg.4:${PORTSDIR}/audio/libogg =20 USE_X_PREFIX=3D yes USE_GMAKE=3D yes --z9ECzHErBrwFF8sy-- --17/8oYur5Y32USnW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/M8ZmCkn+/eutqCoRAtSWAJ9WH1kR96nfMFjfnOd6FhXBYdn9/wCfZoas n6DcFMctSSeZyoaGwWyUJeY= =10sX -----END PGP SIGNATURE----- --17/8oYur5Y32USnW--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030808154854.GE702>