Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libtic.5: Merge back into libtinfo.5 | Patrick McDermott | 2019-07-07 | 1 | -1/+0 |
| | | | | | | | | 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. | ||||
* | libform*.6, libmenu*.6, libpanel*.6: New packages | Patrick McDermott | 2019-07-07 | 1 | -0/+6 |
| | |||||
* | build: Install files in libtic.* packages | Patrick McDermott | 2019-07-07 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | build: Install libinfo/libtic and progs from widec trees | Patrick McDermott | 2019-07-07 | 1 | -26/+40 |
| | | | | | 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 | 1 | -6/+4 |
| | | | | | This reverts commits 5b71c6321f712100dff4fc7ca3d73035fcf4a8fd and 1e5a00d2c67e052620b831ba3b63bbefff89b0bd. | ||||
* | build: Use --with-termlib/--with-ticlib to rename libs | Patrick McDermott | 2019-07-06 | 1 | -14/+6 |
| | |||||
* | libtinfow.5, libtinfow.6: New binary packages | Patrick McDermott | 2019-07-06 | 1 | -0/+10 |
| | |||||
* | 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 | 1 | -2/+3 |
| | |||||
* | 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 |
| | |||||
* | ncurses-dbg: New binary package | Patrick McDermott | 2019-07-02 | 1 | -0/+1 |
| | |||||
* | build: Run tests | Patrick McDermott | 2019-07-02 | 1 | -0/+3 |
| | |||||
* | 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 | 1 | -0/+2 |
| | |||||
* | build: Work around oh-shlibdeps quirk | Patrick McDermott | 2019-06-24 | 1 | -0/+5 |
| | |||||
* | libncurses.5-dev: Don't install ncurses*-config | Patrick McDermott | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | build: Fix legacy wide-char options | Patrick McDermott | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | build: Remove legacy ABI static libraries | Patrick McDermott | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | build: Fix oh-installfiles | Patrick McDermott | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | build: Install legacy ABI files | Patrick McDermott | 2019-06-24 | 1 | -3/+13 |
| | |||||
* | build: Build legacy ABI | Patrick McDermott | 2019-06-24 | 1 | -2/+9 |
| | |||||
* | build: Unify targets, factor out configure options | Patrick McDermott | 2019-06-24 | 1 | -18/+14 |
| | |||||
* | terminfo-base: Merge into terminfo | Patrick McDermott | 2019-06-24 | 1 | -10/+0 |
| | | | | | There are no packages in ProteanOS dependent on terminfo-base, so this seems safe to do at this point. | ||||
* | libncurses.5, libncurses.5-dev, libncursesw.5, libncursesw.5-dev: Provide ↵ | Patrick McDermott | 2019-06-23 | 1 | -0/+1 |
| | | | | shared libncurses++ | ||||
* | libncurses.5-dev, libncursesw.5-dev, libtinfo-dev: Remove static libraries | Patrick McDermott | 2019-06-23 | 1 | -0/+1 |
| | |||||
* | libncurses, libncursesw, libtinfo.5, ncurses-bin: Use oh-shlibdeps | Patrick McDermott | 2019-06-23 | 1 | -0/+1 |
| | |||||
* | build: Don't install ncurses*-config | P. J. McDermott | 2014-08-04 | 1 | -0/+1 |
| | |||||
* | build: Add overwrite options | P. J. McDermott | 2014-08-04 | 1 | -1/+3 |
| | |||||
* | build: Unify common configure options | P. J. McDermott | 2014-08-04 | 1 | -28/+18 |
| | | | | | This also adds "--with-termlib=tinfo" and "--with-ticlib=tic" to the "build-ncursesw" target. | ||||
* | terminfo-base, terminfo-linux: New packages | P. J. McDermott | 2014-08-04 | 1 | -0/+16 |
| | |||||
* | build: Add "nop" target. | P. J. McDermott | 2014-03-08 | 1 | -0/+3 |
| | |||||
* | Manage clear and reset with update-alternatives. | P. J. McDermott | 2013-08-04 | 1 | -0/+2 |
| | |||||
* | build: Fix installation of pkg-config files. | P. J. McDermott | 2013-08-04 | 1 | -1/+2 |
| | |||||
* | source.mk: New file. | P. J. McDermott | 2013-08-04 | 1 | -0/+2 |
| | |||||
* | Install pkg-config files. | P. J. McDermott | 2013-08-04 | 1 | -0/+1 |
| | |||||
* | build: Adjust and reorganize configure options. | P. J. McDermott | 2013-08-04 | 1 | -11/+17 |
| | |||||
* | build: Fix installation. | P. J. McDermott | 2013-08-04 | 1 | -2/+6 |
| | | | | ncurses's custom makefile doesn't seem to support DESTDIR very well. | ||||
* | Use SPF 2.0 and opkhelper 3.0. | P. J. McDermott | 2013-08-03 | 1 | -41/+32 |
| | |||||
* | Add dependencies and ensure working docs link.ncurses/5.9-1 | P. J. McDermott | 2012-04-28 | 1 | -2/+2 |
| | |||||
* | Clean up installation of ncursesw files. | P. J. McDermott | 2012-04-28 | 1 | -1/+4 |
| | |||||
* | Separate binary packages into two build passes. | P. J. McDermott | 2012-04-28 | 1 | -10/+27 |
| | |||||
* | Add configuration options. | P. J. McDermott | 2012-04-27 | 1 | -0/+3 |
| | |||||
* | Initial commit. | P. J. McDermott | 2012-04-27 | 1 | -0/+22 |