cvs commit: ports/audio/snd Makefile distinfo ports/audio/snd/files patch-snd-nogui_c

Dan Langille dan at langille.org
Fri Jun 18 16:47:17 PDT 2004


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/



More information about the cvs-ports mailing list