<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/libs/ncurses, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-05-11T10:49:26Z</updated>
<entry>
<title>ncurses: install a dummy libtinfo.a for packages that try to link it</title>
<updated>2016-05-11T10:49:26Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-05-11T10:49:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=e193c2c3f908bf0420d330632124ddba4a269018'/>
<id>urn:sha1:e193c2c3f908bf0420d330632124ddba4a269018</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49373
</content>
</entry>
<entry>
<title>Revert "ncurses: package the tinfo library separately"</title>
<updated>2016-05-11T10:49:21Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-05-11T10:49:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=2b1feac38c536a38dac27a9bad57cd0359e50dff'/>
<id>urn:sha1:2b1feac38c536a38dac27a9bad57cd0359e50dff</id>
<content type='text'>
This reverts commit r49361

SVN-Revision: 49372
</content>
</entry>
<entry>
<title>ncurses: package the tinfo library separately</title>
<updated>2016-05-10T22:37:30Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:37:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=a590e0d7a68f0564199ed2012ed2967f8b065463'/>
<id>urn:sha1:a590e0d7a68f0564199ed2012ed2967f8b065463</id>
<content type='text'>
Some packages expect it that way

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49361
</content>
</entry>
<entry>
<title>ncurses: provide libncurses compatibility symlinks in libncursesw</title>
<updated>2016-05-10T22:37:26Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:37:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=63e4628ba7f096e41faa4c3821f58740829bb2f1'/>
<id>urn:sha1:63e4628ba7f096e41faa4c3821f58740829bb2f1</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49358
</content>
</entry>
<entry>
<title>ncurses: install pkg-config files to fix util-linux build breakage</title>
<updated>2016-05-10T22:37:00Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:37:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=7bccc66c1871b3474193d1746c9849c6fa5d553d'/>
<id>urn:sha1:7bccc66c1871b3474193d1746c9849c6fa5d553d</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49348
</content>
</entry>
<entry>
<title>ncurses: remove libncurses, provide it via libncursesw</title>
<updated>2016-05-10T22:36:59Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=8c548b27f33dd77395ff673282c7ed7b8d296952'/>
<id>urn:sha1:8c548b27f33dd77395ff673282c7ed7b8d296952</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49347
</content>
</entry>
<entry>
<title>ncurses: Fix build of libncursew</title>
<updated>2015-12-11T15:06:01Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-12-11T15:06:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=3fbbc669b4898acfdbb970bf03ea39cbaeb09694'/>
<id>urn:sha1:3fbbc669b4898acfdbb970bf03ea39cbaeb09694</id>
<content type='text'>
Packages using libncursesw can fail to build if both libncurses and libncursesw
are not installed. Currently the ncurses.h file is installed in "usr/include/ncursesw"
directory and includes other .h files in the "usr/include" directory incorrectly.
For example: Including &lt;ncursesw/ncurses.h&gt; fails due to these references. These build
changes will set the correct include paths within the developer includes.

Packages that expect ncurses.h (or curses.h) in the default "usr/include" path fail
even when expecting to build with libncursesw and will need to be fixed as well. However,
they cannot be fixed until this patch is applied.

Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;

SVN-Revision: 47853
</content>
</entry>
<entry>
<title>ncurses: Fix building with gcc 5.1</title>
<updated>2015-06-02T21:54:54Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2015-06-02T21:54:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=66943b65817667b8756b0f2b31f613cbaf54e894'/>
<id>urn:sha1:66943b65817667b8756b0f2b31f613cbaf54e894</id>
<content type='text'>
This patch is taken from the gentoo guys who extracted this from a large
upstream commit (with many unrelated changes).

Signed-off-by: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;


SVN-Revision: 45878
</content>
</entry>
<entry>
<title>Revert "ncurses: cleanup InstallDev"</title>
<updated>2015-04-23T11:06:15Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-04-23T11:06:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=6a5f3e296c8d0b9f82f14d4770d274915b1e5aea'/>
<id>urn:sha1:6a5f3e296c8d0b9f82f14d4770d274915b1e5aea</id>
<content type='text'>
This reverts r43204. The symlinks are faulty, as they point to a
temporary staging dir

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45569
</content>
</entry>
<entry>
<title>ncurses: add host build for 'tic'</title>
<updated>2015-02-05T23:18:42Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-02-05T23:18:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=f898531e3311c072f31b859e89a8af4f3d5c6c6d'/>
<id>urn:sha1:f898531e3311c072f31b859e89a8af4f3d5c6c6d</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44282
</content>
</entry>
</feed>
