From owner-freebsd-ports@FreeBSD.ORG Fri Aug 8 08:49:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 301D037B401 for ; Fri, 8 Aug 2003 08:49:29 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 803AA43FDF for ; Fri, 8 Aug 2003 08:49:26 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 6FB9D38C4D; Fri, 8 Aug 2003 17:48:54 +0200 (CEST) Date: Fri, 8 Aug 2003 17:48:54 +0200 From: Simon Barner To: Volker Stolz Message-ID: <20030808154854.GE702@zi025.glhnet.mhn.de> References: <20030807101405.GI73360@rot13.obsecurity.org> <20030808145155.GD702@zi025.glhnet.mhn.de> <20030808151417.GA8216@i2.informatik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17/8oYur5Y32USnW" Content-Disposition: inline In-Reply-To: <20030808151417.GA8216@i2.informatik.rwth-aachen.de> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: ports@FreeBSD.org cc: Kris Kennaway Subject: Re: [kris@FreeBSD.org: cvs commit: ports/net/linphone Makefile] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 15:49:29 -0000 --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 # -# $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--