Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jun 2005 22:08:30 +0200
From:      Jose M Rodriguez <josemi@freebsd.jazztel.es>
To:        freebsd-ports@freebsd.org
Cc:        ports@freebsd.org, holger@e-gitt.net, Jose M Rodriguez <josemi@freebsd.jazztel.es>, lioux@freebsd.org
Subject:   Re: About a mldonkey stable core port
Message-ID:  <200506192208.31532.josemi@redesjm.local>
In-Reply-To: <200506191436.21704.josemi@redesjm.local>
References:  <200506191436.21704.josemi@redesjm.local>

next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_/CdtC+B6zc57bMD
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

El Domingo, 19 de Junio de 2005 14:36, Jose M Rodriguez escribi=F3:
> Hi,
>
> Trying to setup a local mldonkey agent, I found a little problem with
> the actual mldonkey ports.
> ...

New port is in ports/82424. Only need a little correction to=20
kill_mldonkey (default mlnet user is 'admin', not 'Admin').

Attached CONFLICTS patches to mldonkey ports.  Also think that the fixes=20
to kill_mldonkey may be imported.

=2D-
  josemi

--Boundary-00=_/CdtC+B6zc57bMD
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="patch-mldonkey"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="patch-mldonkey"

Index: Makefile
===================================================================
RCS file: /home/cvs/freebsd/ports/net/mldonkey/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	9 Jan 2005 03:45:31 -0000	1.23
+++ Makefile	19 Jun 2005 15:51:13 -0000
@@ -23,7 +23,7 @@
 
 DOWNLOADVERSION=2.5.22
 
-CONFLICTS=	mldonkey-devel-[0-9]* mldonkey-{core,gui}-devel-[0.9]*
+CONFLICTS=	mldonkey-devel-[0-9]*
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-pthread --enable-ocamlver=3
@@ -38,9 +38,15 @@
 # have no 'without-' flag
 CONFIGURE_ARGS+=--disable-gui
 PLIST_SUB+=	CORE="" GUI="@comment " GUICORE="@comment "
+CONFLICTS+=	mldonkey-core-devel-[0.9]* mldonkey-core-stable-[0.9]* \
+		mldonkey-[0-9]*
 PKGNAMESUFFIX=	-core
 .else
 PLIST_SUB+=	GUI=""
+CONFLICTS+=	mldonkey-gui-devel-[0.9]*
+.if !defined(WITHOUT_CORE)
+CONFLICTS+=	mldonkey-[0-9]*
+.endif
 BUILD_DEPENDS+=	lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk \
 		${LOCALBASE}/lib/ocaml/jabbr.cma:${PORTSDIR}/net/ocaml-jabbr
 # we don't need lablgtk as RUN dependency, but we need gtk+glib

--Boundary-00=_/CdtC+B6zc57bMD
Content-Type: text/x-diff; charset="iso-8859-1"; name="patch-mldonkey-devel"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="patch-mldonkey-devel"

Index: Makefile
===================================================================
RCS file: /home/cvs/freebsd/ports/net/mldonkey-devel/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile	12 Jun 2005 18:38:43 -0000	1.43
+++ Makefile	19 Jun 2005 15:52:28 -0000
@@ -24,7 +24,7 @@
 DOWNLOADVERSION=2.5.30.16
 
 NO_LATEST_LINK=	yes
-CONFLICTS=	mldonkey-[0-9]* mldonkey-{core,gui}-[0.9]*
+CONFLICTS=	mldonkey-[0-9]*
 
 USE_BZIP2=	yes
 USE_ICONV=	yes
@@ -56,9 +56,15 @@
 CONFIGURE_ARGS+=--disable-gui \
 		--disable-gd
 PLIST_SUB+=	CORE="" GUI="@comment " GUICORE="@comment "
+CONFLICTS+=	mldonkey-core-[0.9]* mldonkey-core-stable-[0.9]* \
+		mldonkey-devel-[0-9]*
 PKGNAMESUFFIX=	-core-devel
 .else
 PLIST_SUB+=	GUI=""
+CONFLICTS+=	mldonkey-gui-[0.9]*
+.if !defined(WITHOUT_CORE)
+CONFLICTS+=	mldonkey-devel-[0-9]*
+.endif
 BUILD_DEPENDS+=	lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk \
 		${LOCALBASE}/lib/ocaml/jabbr.cma:${PORTSDIR}/net/ocaml-jabbr
 LIB_DEPENDS+=	gd.4:${PORTSDIR}/graphics/gd

--Boundary-00=_/CdtC+B6zc57bMD--



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