ports/153194: [PATCH] audio/musicpd and net/mpich2 install files in the same place

Nicola Vitale nivit at FreeBSD.org
Wed Dec 15 23:00:22 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list