Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2006 22:02:24 +0200 (CEST)
From:      Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lioux@FreeBSD.org
Subject:   ports/104029: [PATCH] net-p2p/mldonkey: don't install rc script without core
Message-ID:  <200610052002.k95K2OfO029946@ghost.pnet.one.pl>
Resent-Message-ID: <200610052010.k95KAEvr096357@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104029
>Category:       ports
>Synopsis:       [PATCH] net-p2p/mldonkey: don't install rc script without core
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 05 20:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Marcin Wisnicki
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD ghost.pnet.one.pl 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Wed Sep 27 01:35:57 CEST 2006
>Description:
RC script should only be installed with CORE.
This also applies to mldonkey-devel.

Also would you consider adding '--enable-minimum --disable-donkey' to configure
flags as in patch from ports/103410 - it prevents compilation of unnecessary
components when compiling only gui.


Port maintainer (lioux@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mldonkey-2.8.1_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-p2p/mldonkey.orig/Makefile /usr/ports/net-p2p/mldonkey/Makefile
--- /usr/ports/net-p2p/mldonkey.orig/Makefile	Thu Oct  5 00:40:38 2006
+++ /usr/ports/net-p2p/mldonkey/Makefile	Thu Oct  5 21:52:23 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	mldonkey
 PORTVERSION=	2.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES+=	net-p2p
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED} \
 		${MASTER_SITE_SAVANNAH}
@@ -23,7 +23,9 @@
 
 USE_BZIP2=	yes
 USE_ICONV=	yes
+.if !defined(WITHOUT_CORE)
 USE_RC_SUBR=	mlnet
+.endif
 USE_AUTOTOOLS=	autoconf:259:env
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
--- mldonkey-2.8.1_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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