[MacPorts] #58526: gettext: 0.20.1 was released
MacPorts
noreply at macports.org
Tue Mar 31 02:22:55 UTC 2020
#58526: gettext: 0.20.1 was released
----------------------+------------------------
Reporter: akimd | Owner: ryandesign
Type: update | Status: accepted
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: gettext |
----------------------+------------------------
Comment (by ryandesign):
Gettext developer Bruno Haible emailed me this:
> In https://savannah.gnu.org/bugs/index.php?56333 you find a recipe for
building
> libtextstyle and the rest of gettext separately:
>
> 1)
> {{{
> rm -rf gettext-0.20.1
> tar xfz gettext-0.20.1.tar.gz
> cd gettext-0.20.1
> cd libtextstyle
> ./configure --prefix=PREFIX CPPFLAGS=-Wall
> make
> [optionally] make check
> make install
> }}}
>
> 2)
> {{{
> rm -rf gettext-0.20.1
> tar xfz gettext-0.20.1.tar.gz
> cd gettext-0.20.1
> cd gettext-runtime
> ./configure --prefix=PREFIX CPPFLAGS=-Wall
> make
> [optionally] make check
> make install
> cd ..
> cp -a PREFIX/include/textstyle* gettext-tools/src
> cp -a PREFIX/lib/libtextstyle.* libtextstyle/lib
> cd gettext-tools
> ./configure --prefix=PREFIX CPPFLAGS=-Wall
> make
> [optionally] make check
> make install
> }}}
>
> In the next GNU gettext release, there will be an easier way for 2):
>
> {{{
> rm -rf gettext-0.20.1
> tar xfz gettext-0.20.1.tar.gz
> cd gettext-0.20.1
> cd gettext-runtime
> ./configure --prefix=PREFIX CPPFLAGS=-Wall
> make
> [optionally] make check
> make install
> cd ..
> cd gettext-tools
> ./configure --with-installed-libtextstyle --with-installed-csharp-dll
--prefix=PREFIX CPPFLAGS=-Wall
> make
> [optionally] make check
> make install
> }}}
--
Ticket URL: <https://trac.macports.org/ticket/58526#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list