Date: Fri, 18 Jun 2004 19:46:44 -0400 From: "Dan Langille" <dan@langille.org> To: Trevor Johnson <trevor@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/snd Makefile distinfo ports/audio/snd/files patch-snd-nogui_c Message-ID: <40D346A4.6154.825E5DC5@localhost> In-Reply-To: <200406182308.i5IN8efG078202@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 18 Jun 2004 at 23:08, Trevor Johnson wrote: > trevor 2004-06-18 23:08:40 UTC > > FreeBSD ports repository > > Modified files: > audio/snd Makefile distinfo > Removed files: > audio/snd/files patch-snd-nogui_c > Log: > Update to version 7. Use OPTIONS. > > Revision Changes Path > 1.39 +76 -66 ports/audio/snd/Makefile > 1.4 +2 -2 ports/audio/snd/distinfo > 1.3 +0 -14 ports/audio/snd/files/patch-snd-nogui_c (dead) There is a tab which needs to be removed to fix this error: "/usr/home/dan/ports/audio/snd/Makefile", line 66: Unassociated shell command "PLIST_FILES+= share/locale/de/LC_MESSAGES/snd.mo" Patch follows: --- Makefile~ Fri Jun 18 19:08:39 2004 +++ Makefile Fri Jun 18 19:43:43 2004 @@ -63,7 +63,7 @@ .if !defined(WITHOUT_NLS) USE_GETTEXT= yes - PLIST_FILES+= share/locale/de/LC_MESSAGES/snd.mo +PLIST_FILES+= share/locale/de/LC_MESSAGES/snd.mo .else CONFIGURE_ARGS+=--disable-nls .endif -- Dan Langille : http://www.langille.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40D346A4.6154.825E5DC5>