pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Linux-specific issue
I don't know why but ${GAME_USER} and ${GAMES_GROUP} are commented out in
mk/platform/Linux.mk.
Should use ${GAMEOWN} and ${GAMEGRP} instead?
On Wed, 30 Apr 2008 05:43:21 +0900, Aleksey Cheusov <cheusov%tut.by@localhost>
wrote:
> Can anybody fix the following?
>
>
> 0 rocksndiamonds-levels>pwd
> /srv/pkgsrc/games/rocksndiamonds-levels
>
> 0 rocksndiamonds-levels>bmake show-var VARNAME=MAKE_DIRS_PERMS
> bmake: "../../mk/check/../../mk/check/check-files.mk" line 80: Not enough
> words in for substitution list
> bmake: Fatal errors encountered -- cannot continue
>
> bmake: stopped in /srv/pkgsrc/games/rocksndiamonds-levels
>
> 1 rocksndiamonds-levels>cat -n ../../mk/check/../../mk/check/check-files.mk
> ...
> 70 .if !empty(CHECK_FILES_STRICT:M[Nn][Oo])
> 71 CHECK_FILES_SKIP+= ${VARBASE}/.*
> 72 .endif
> 73
> 74 # File that are outside of ${PREFIX} in directories we already know
> we'll
> 75 # be using for mutable data.
> 76 #
> 77 .for d in ${MAKE_DIRS} ${OWN_DIRS}
> 78 CHECK_FILES_SKIP+= ${d:C/^([^\/])/${PREFIX}\/\1/}.*
> 79 .endfor
> 80 .for d o g m in ${MAKE_DIRS_PERMS} ${OWN_DIRS_PERMS}
> 81 CHECK_FILES_SKIP+= ${d:C/^([^\/])/${PREFIX}\/\1/}.*
> 82 .endfor
> 83
> 84 # Mutable X11 font database files
> 85 .if (defined(FONTS_DIRS.x11) && !empty(FONTS_DIRS.x11:M*))
> 86 CHECK_FILES_SKIP+= ${PREFIX}/.*/encodings.dir
> 87 CHECK_FILES_SKIP+= ${PREFIX}/.*/fonts.dir
> ...
> 0 rocksndiamonds-levels>
>
--
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index