[kris@FreeBSD.org: cvs commit: ports/net/linphone Makefile]

Simon Barner barner at in.tum.de
Fri Aug 8 08:49:29 PDT 2003


> > I cannot reproduce this error on -stable, the port installs, and the
> > package is build.
> 
> Did you notice the following while configuring? If you have libogg locally,
> try removing it. Maybe this port just lacks a dependance on libogg.

Yeah, great - adding the dependency did the trick (see patch).

Thanks,
 Simon
-------------- next part --------------
--- 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 at 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 Exp $
 #
 
 PORTNAME=	linphone
@@ -14,11 +14,10 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A web phone that supports SIP protocol
 
-BROKEN=		Broken pkg-plist
-
 LIB_DEPENDS=	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
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: Digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20030808/7ef54a69/attachment.bin


More information about the freebsd-ports mailing list