From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 15 23:00:22 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C9B51065697 for ; Wed, 15 Dec 2010 23:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB9AD8FC1D for ; Wed, 15 Dec 2010 23:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBFN0LhV004252 for ; Wed, 15 Dec 2010 23:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBFN0LnM004251; Wed, 15 Dec 2010 23:00:21 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2010 23:00:21 GMT Resent-Message-Id: <201012152300.oBFN0LnM004251@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicola Vitale Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E59E61065670 for ; Wed, 15 Dec 2010 22:54:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 953DD8FC17 for ; Wed, 15 Dec 2010 22:54:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBFMs4B0035595 for ; Wed, 15 Dec 2010 22:54:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oBFMs4js035592; Wed, 15 Dec 2010 22:54:04 GMT (envelope-from nobody) Message-Id: <201012152254.oBFMs4js035592@red.freebsd.org> Date: Wed, 15 Dec 2010 22:54:04 GMT From: Nicola Vitale To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/153194: [PATCH] audio/musicpd and net/mpich2 install files in the same place X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2010 23:00:22 -0000 >Number: 153194 >Category: ports >Synopsis: [PATCH] audio/musicpd and net/mpich2 install files in the same place >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: Wed Dec 15 23:00:21 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 8.1-RELEASE-p2 i386 >Organization: n/a >Environment: FreeBSD mnemosine.domo.sva 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #12: Sun Dec 5 11:10:55 CET 2010 stan@mnemosine.domo.sva:/usr/obj/usr/src/sys/MNEMOSINE i386 >Description: audio/musicpd and net/mpich2 install a file in the same place (${PREFIX}/bin/mpd ) >How-To-Repeat: 1) install audio/musicpd, then net/mpich2 2) try: ${PREFIX}/etc/rc.d/musicpd onestart >Fix: Patch attached with submission follows: diff -ruN port/audio/musicpd/Makefile port.new/audio/musicpd/Makefile --- port/audio/musicpd/Makefile 2010-11-23 10:06:18.000000000 +0100 +++ port.new/audio/musicpd/Makefile 2010-12-15 23:47:26.000000000 +0100 @@ -19,6 +19,8 @@ LICENSE= GPLv2 +CONFLICTS_INSTALL= mpich2-[1-9]* + USE_GMAKE= yes USE_BZIP2= yes GNU_CONFIGURE= yes diff -ruN port/net/mpich2/Makefile port.new/net/mpich2/Makefile --- port/net/mpich2/Makefile 2010-11-15 23:44:08.000000000 +0100 +++ port.new/net/mpich2/Makefile 2010-12-15 23:48:23.000000000 +0100 @@ -52,7 +52,7 @@ .endif MAKE_JOBS_UNSAFE= yes -CONFLICTS= lam-7.* mpiexec-0.* +CONFLICTS= lam-7.* mpiexec-0.* musicpd-0.* USE_FORTRAN= yes FCFLAGS+= ${FFLAGS} >Release-Note: >Audit-Trail: >Unformatted: