On Wed, 12 Nov 2008 14:22:50 +0200, Andriy Gapon wrote:
> on 07/11/2008 15:42 Andriy Gapon said the following:
> > I have KDE 3.5.10 installed from ports, when I try to install kopete
> > (0.12.8) it reports conflict with kdenetwork.
> >
> > I see that the port has this line:
> > CONFLICTS=kdenetwork-[0-2]* kdenetwork-3.[0-4]* kdenetwork-3.5.[0-2]*
> >
> > I think that the intention was to conflict with 3.5.1 and 3.5.2, but now
> > 3.5.10 also matched the pattern.
>
> Anyone?
Could you test the patch?
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-im/kopete/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile 29 Aug 2008 11:30:00 -0000 1.11
+++ Makefile 12 Nov 2008 18:06:48 -0000
@@ -7,6 +7,7 @@
PORTNAME= kopete
PORTVERSION= 0.12.8
+PORTREVISION= 1
CATEGORIES?= net-im kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/3.5.10/src
@@ -19,7 +20,7 @@
RUN_DEPENDS= ${QT_PREFIX}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls
-CONFLICTS= kdenetwork-[0-2]* kdenetwork-3.[0-4]* kdenetwork-3.5.[0-2]* kvirc-[0-9]*
+CONFLICTS= kdenetwork-[0-2]* kdenetwork-3.[0-4]* kdenetwork-3.5.[0-2]_* kvirc-[0-9]*
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information