Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libncursesw.6: Update files patterns | Patrick McDermott | 2019-07-07 | 1 | -3/+0 |
| | |||||
* | changelog: Clarify that SIGSEGV happened with wchar ABI 6 | Patrick McDermott | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | libtic.5: Merge back into libtinfo.5 | Patrick McDermott | 2019-07-07 | 6 | -13/+5 |
| | | | | | | | | This partially reverts commits 52db7df7 and 4a22091. I'd rather transition all dependent packages to libtinfo.6 and remove libtinfo.5 (and the other ABI-5 packages) altogether, now that the ABI-6 termattrs_sp() segmentation fault is fixed. | ||||
* | libtinfo.6: Drop libtic.6 recommendation | Patrick McDermott | 2019-07-07 | 1 | -1/+0 |
| | | | | | No packages in ProteanOS other than ncurses-bin link against libtic.so.6. | ||||
* | libncurses.6-dev: Depend on libtic.6 | Patrick McDermott | 2019-07-07 | 1 | -0/+1 |
| | |||||
* | libform*.6, libmenu*.6, libpanel*.6: New packages | Patrick McDermott | 2019-07-07 | 18 | -5/+71 |
| | |||||
* | .*: Exclude from Git | Patrick McDermott | 2019-07-07 | 1 | -5/+3 |
| | |||||
* | changelog: Mention fixed SIGSEGV | Patrick McDermott | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | build: Install files in libtic.* packages | Patrick McDermott | 2019-07-07 | 1 | -0/+2 |
| | |||||
* | libncurses.*-dev: Improve files patterns | Patrick McDermott | 2019-07-07 | 2 | -4/+6 |
| | | | | | | Otherwise, paths like /usr/include/include/ and /usr/lib/*/pkgconfig/pkgconfig/ occur because of the multiple oh-installfiles runs. | ||||
* | ncurses-dbg: Improve files patterns | Patrick McDermott | 2019-07-07 | 1 | -1/+1 |
| | | | | | | | | oh-installfiles tries to move each matching dirent. If the dirent is a directory and a directory by the same path already exists in the package, the mv utility returns an error, e.g.: mv: can't rename '/prokit/sessions/983770472/wd/tmp/dest-ncurses-legacy///usr/lib/debug': Directory not empty | ||||
* | build: Install ncurses-bin, libncurses-doc, and terminfo files | Patrick McDermott | 2019-07-07 | 1 | -0/+3 |
| | |||||
* | build: Fix OPK_PACKAGES quoting | Patrick McDermott | 2019-07-07 | 1 | -8/+8 |
| | | | | | "libncursesw.$(($(printf '%s\n' '6.1+20190706' | sed 's/[.].*//') - 1))" as a literal string is not a real package name. | ||||
* | build: Move --without-progs to non-wide-char opts | Patrick McDermott | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | libtic.5, libtic.6: Really add new binary packages | Patrick McDermott | 2019-07-07 | 4 | -0/+18 |
| | | | | Should have been in commit 52db7df. | ||||
* | changelog: New upstream version | Patrick McDermott | 2019-07-07 | 1 | -1/+2 |
| | |||||
* | libtinfo.5, libtinfo.6: Add ver to terminfo-linux dep | Patrick McDermott | 2019-07-07 | 2 | -2/+4 |
| | |||||
* | libncursesw.5-dev, libtinfo-dev: Add ver to libncurses.5-dev dep | Patrick McDermott | 2019-07-07 | 2 | -2/+4 |
| | |||||
* | libncurses.5-dev, libncurses.6-dev: Conflict | Patrick McDermott | 2019-07-07 | 3 | -0/+6 |
| | |||||
* | libtic.5, libtic.6: New binary packages | Patrick McDermott | 2019-07-07 | 5 | -2/+4 |
| | |||||
* | build: Install libinfo/libtic and progs from widec trees | Patrick McDermott | 2019-07-07 | 2 | -26/+42 |
| | | | | | Also list OPK_PACKAGES explicitly and run oh-fixperms and oh-strip on all dest dirs (fixes "find: dest: No such file or directory" errors). | ||||
* | Revert "libtinfow.5, libtinfow.6: New binary packages" | Patrick McDermott | 2019-07-06 | 8 | -32/+4 |
| | | | | | This reverts commits 5b71c6321f712100dff4fc7ca3d73035fcf4a8fd and 1e5a00d2c67e052620b831ba3b63bbefff89b0bd. | ||||
* | build: Use --with-termlib/--with-ticlib to rename libs | Patrick McDermott | 2019-07-06 | 5 | -18/+12 |
| | |||||
* | libtinfow.5, libtinfow.6: New binary packages | Patrick McDermott | 2019-07-06 | 8 | -0/+34 |
| | |||||
* | build: Split DESTDIRs some more | Patrick McDermott | 2019-07-06 | 1 | -8/+19 |
| | |||||
* | build: Add -g to CFLAGS (upstream --with-debug doesn't) | Patrick McDermott | 2019-07-06 | 2 | -2/+10 |
| | |||||
* | changelog: Release ncurses 6.1+20190630-1ncurses/6.1+20190630-1 | Patrick McDermott | 2019-07-02 | 1 | -5/+5 |
| | |||||
* | Actually add ncurses-dbg.pkg/* to Git | Patrick McDermott | 2019-07-02 | 2 | -0/+21 |
| | | | | This should have been done in commit ce476a0. | ||||
* | Revert "build: Run tests" | Patrick McDermott | 2019-07-02 | 1 | -3/+0 |
| | | | | | | This reverts commit aa21a097df4723968e835ffb80213c22224ac417. "The test-programs are interactive", quoth upstream Makefile.in. | ||||
* | build: Enable debug info | Patrick McDermott | 2019-07-02 | 1 | -1/+1 |
| | |||||
* | build: Run oh-fixperms | Patrick McDermott | 2019-07-02 | 1 | -0/+1 |
| | |||||
* | libncurses.*-dev: Depend on libncurses++.* and libncurses++w.* | Patrick McDermott | 2019-07-02 | 3 | -2/+8 |
| | |||||
* | ncurses-dbg: New binary package | Patrick McDermott | 2019-07-02 | 2 | -0/+2 |
| | |||||
* | changelog: New upstream version | Patrick McDermott | 2019-07-02 | 1 | -1/+2 |
| | |||||
* | libncurses.6-dev: Depend on libtinfo.6 | Patrick McDermott | 2019-07-02 | 2 | -1/+2 |
| | |||||
* | libncurses.5-dev: Depend on libncursesw.5 and libtinfo.5 | Patrick McDermott | 2019-07-02 | 2 | -0/+3 |
| | |||||
* | build: Run tests | Patrick McDermott | 2019-07-02 | 1 | -0/+3 |
| | |||||
* | libncurses.6-dev: Depend on libncursesw.6 | Patrick McDermott | 2019-07-02 | 2 | -0/+7 |
| | |||||
* | changelog: Release ncurses 6.1+20190623-1ncurses/6.1+20190623-1 | Patrick McDermott | 2019-06-25 | 1 | -1/+2 |
| | |||||
* | copyright: Update | Patrick McDermott | 2019-06-25 | 1 | -2/+2 |
| | |||||
* | source.mk: Support patch versions again | Patrick McDermott | 2019-06-25 | 1 | -5/+8 |
| | |||||
* | changelog: New upstream version | Patrick McDermott | 2019-06-25 | 1 | -0/+6 |
| | |||||
* | changelog: Release ncurses 6.1-1ncurses/6.1-1 | Patrick McDermott | 2019-06-24 | 1 | -2/+2 |
| | |||||
* | libncurses-doc: Drop ncurses6-config.1 | Patrick McDermott | 2019-06-24 | 1 | -0/+1 |
| | |||||
* | terminfo-linux: Provide /usr/lib/terminfo link | Patrick McDermott | 2019-06-24 | 2 | -0/+3 |
| | |||||
* | libtinfo.*: Work around double comma bug | Patrick McDermott | 2019-06-24 | 2 | -4/+4 |
| | |||||
* | control: B-D on opkbuild with better "clean" naming | Patrick McDermott | 2019-06-24 | 1 | -1/+1 |
| | | | | | | Fixes errors like: Warning: Duplicate clean binary package name: "LIBNCURSES6" | ||||
* | release: New script (copied from gcc-8) | Patrick McDermott | 2019-06-24 | 1 | -0/+13 |
| | |||||
* | Split C++ libraries into separate packages | Patrick McDermott | 2019-06-24 | 13 | -6/+36 |
| | |||||
* | build: Work around oh-shlibdeps quirk | Patrick McDermott | 2019-06-24 | 1 | -0/+5 |
| |