Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2004 21:00:41 +0100
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        "Eugene M. Minkovskii" <emin@mccme.ru>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: question about new ports
Message-ID:  <20041125200041.GA2392@isis.wad.cz>
In-Reply-To: <20041124152216.GA12511@mccme.ru>
References:  <20041124152216.GA12511@mccme.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
# emin@mccme.ru / 2004-11-24 18:22:16 +0300:
> 1) Program's author put some files into /usr/local hier, and some
>    other files (phonetic fonts) into /usr/X11R6 hier. I can't put
>    dictionaries into /usr/X11R6 because it's may be executed
>    whitout X11. And I don't know, can I put phonetic fonts into
>    /usr/local/lib/fonts directory, does it right?

    that would probably be ok.
 
>    There are not problem if I put the fonts into /usr/local, but
>    this may be wrong? Author writing about file-placing, that
>    they are corresponding FHS (File Hierarchy Standard).

    that's a Linux-specific standard.
 
>    And if I put fonts into /usr/X11R6/lib/fonts, there are other
>    trouble: I must use names in pkg-plist relative PREFIX, but
>    there are two PREFIX used: LOCALBASE for dictionarys and
>    scripts, and X11BASE for fonts...

    see @cwd in pkg_create(1)
 
> 2) I make my port sensitive to WITHOUT_X11 variable. If it's
>    set to "yes" I don't install some useless files (font's and
>    TK scripts). What should I write into pkg-plist? I read about
>    %%variable%% but I don't need to change some path in pkg-plist
>    dependently from variable, --- i need to remove some files
>    from this list if WITHOUT_X11 specified.

    there's an awful lot of examples in the ports tree, look for
    PLIST_SUB in devel/subversion for example.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html



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