Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2013 02:42:32 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334369 - head/audio/musicpd
Message-ID:  <201311200242.rAK2gWTZ089548@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Wed Nov 20 02:42:32 2013
New Revision: 334369
URL: http://svnweb.freebsd.org/changeset/ports/334369

Log:
  s/.error/ignore/g
  
  This port needs additional work, but fix building INDEX for now.
  
  Approved by:	crees (maintainer, implicit)

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Wed Nov 20 02:04:55 2013	(r334368)
+++ head/audio/musicpd/Makefile	Wed Nov 20 02:42:32 2013	(r334369)
@@ -62,7 +62,7 @@ SUB_LIST+=	MPDDIR=${MPDDIR}
 .include <bsd.port.options.mk>
 
 .ifdef MPDCONF
-.error Please remove the MPDCONF line from make.conf, then rename ${PREFIX}/etc/${MPDCONF} to musicpd.conf, if it exists
+IGNORE=Please remove the MPDCONF line from make.conf, then rename ${PREFIX}/etc/${MPDCONF} to musicpd.conf, if it exists
 .endif
 
 .include <bsd.port.pre.mk>
@@ -70,9 +70,9 @@ SUB_LIST+=	MPDDIR=${MPDDIR}
 .if exists(${PREFIX}/etc/mpd.conf)
 MSG=You still have ${PREFIX}/etc/mpd.conf in existence-- this file is no longer used by musicpd.
 .if !exists(${PREFIX}/etc/musicpd.conf)
-.error ${MSG}  Move it to ${PREFIX}/etc/musicpd.conf.
+IGNORE=${MSG}  Move it to ${PREFIX}/etc/musicpd.conf.
 .else
-.error ${MSG}  You also have musicpd.conf-- check carefully to see which one you want, and remove mpd.conf.
+IGNORE=${MSG}  You also have musicpd.conf-- check carefully to see which one you want, and remove mpd.conf.
 .endif
 .endif
 



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