SHA256
1
0
forked from pool/ncurses
Commit Graph

279 Commits

Author SHA256 Message Date
Dominique Leuenberger
7ec23ebe7d Accepting request 440236 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/440236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=123
2016-11-17 11:19:36 +00:00
Dr. Werner Fink
f6519b8727 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=271
2016-11-07 13:42:35 +00:00
Dominique Leuenberger
f5120e3463 Accepting request 437504 from Base:System
- Drop patch ncurses-5.9-environment.dif as YaST2 ncurses GUI does
  not need it anymore and as well as it causes bug bsc#1000662 

- Add ncurses patch 20161022
  + modify tset -w (and tput reset) to update the program's copy of the
    screensize if it was already set in the system, to improve tabstop
    setting which relies upon knowing the actual screensize.
  + add functionality of tset -w to tput, like the "-c" feature this is
    not optional in tput.
  + add "clear" as a possible link/alias to tput.
  + improve tput's check for being called as "init" or "reset" to allow
    for transformed names.
  + split-out the "clear" function from progs/clear.c, share with
    tput to get the same behavior, e.g., the E3 extension.

- Add ncurses patch 20161015
  + amend internal use of tputs to consistently use the number of lines
    affected, e.g., for insert/delete character operations.  While
    merging terminfo source early in 1995, several descriptions used the
    "*" proportional delay for these operations, prompting a change in
    doupdate.
  + regenerate llib-* files.
  + regenerate HTML manpages.
  + fix several formatting issues with manual pages.

- Add ncurses patch 20161008
  + adjust size in infocmp/tic to work with strlcpy.
  + fix configure script to record when strlcat is found on OpenBSD.
  + build-fix for "recent" OpenBSD vs baudrate.

OBS-URL: https://build.opensuse.org/request/show/437504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=122
2016-11-03 10:11:46 +00:00
Dr. Werner Fink
70e7d589c7 bsc#1000662
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=269
2016-10-27 10:28:43 +00:00
Dr. Werner Fink
a105b3f1c0 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=267
2016-10-24 08:56:06 +00:00
Dr. Werner Fink
2d74dbc639 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=266
2016-10-21 07:42:49 +00:00
Dominique Leuenberger
8c5670cd88 Accepting request 434368 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/434368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=121
2016-10-20 21:04:32 +00:00
Dr. Werner Fink
325052df34 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=264
2016-10-04 16:40:02 +00:00
Dominique Leuenberger
c932d1154d Accepting request 432863 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/432863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=120
2016-10-04 13:41:26 +00:00
Dr. Werner Fink
e8d16c3857 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=262
2016-09-26 11:15:32 +00:00
Dr. Werner Fink
60647efba2 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=261
2016-09-20 12:24:39 +00:00
Dr. Werner Fink
40a77d90d1 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=260
2016-09-20 11:52:37 +00:00
Dr. Werner Fink
7633cdb49e .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=259
2016-09-12 12:58:32 +00:00
b21c0f58a8 - Add patch ncurses-6.0-signal.dif for bnc#995148:
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=258
2016-09-12 10:48:19 +00:00
22620fd79d Accepting request 425239 from home:rhcoe:branches:Base:System
fix for bnc#995148 with comments fixed

OBS-URL: https://build.opensuse.org/request/show/425239
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=257
2016-09-12 08:20:44 +00:00
Dominique Leuenberger
990d9958ff Accepting request 420449 from Base:System
- Add ncurses patch 20160813
  + add a dependency upon generated-sources in Ada95/src/Makefile.in to
    handle a case of "configure && make install".
  + trim trailing blanks from include/Caps*, to work around a problem
    in sed (Debian #818067).

- Add ncurses patch 20160806
  + improve CF_GNU_SOURCE configure macro to optionally define
    _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
  + move the terminfo-specific parts of tput's "reset" function into
    the shared reset_cmd.c, making the two forms of reset use the same
    strings.
  + split-out the terminal initialization functions from tset as
    progs/reset_cmd.c, as part of changes to merge the reset-feature
    with tput.

- Add ncurses patch 20160730
  + change tset's initialization to allow it to get settings from the
    standard input as well as /dev/tty, to be more effective when
    output or error are redirected.
  + improve discussion of history and portability for tset/reset/tput
    manual pages.
- Add ncurses patch 20160723
  + improve error message from tset/reset when both stderr/stdout are
    redirected to a file or pipe.
  + improve organization of curs_attr.3x, curs_color.3x
- Add ncurses patch 20160709
  + work around Debian's antique/unmaintained version of mawk when
    building link_test.
  + improve test/list_keys.c, showing ncurses's convention of modifiers

OBS-URL: https://build.opensuse.org/request/show/420449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=119
2016-08-25 07:49:27 +00:00
Dr. Werner Fink
061bbd8974 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=255
2016-08-15 11:56:34 +00:00
Dr. Werner Fink
2abf6bde96 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=254
2016-08-09 08:09:11 +00:00
Dr. Werner Fink
8f25fe0503 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=253
2016-08-08 12:35:40 +00:00
Dominique Leuenberger
6fcb96c524 Accepting request 409012 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/409012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=118
2016-07-24 17:41:58 +00:00
Dominique Leuenberger
21fc07f333 Accepting request 403674 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/403674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=117
2016-07-09 07:17:52 +00:00
Dr. Werner Fink
4e9f5f9473 Update to 20160702
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=250
2016-07-07 09:04:02 +00:00
Dr. Werner Fink
3e9a2a828e .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=249
2016-06-13 10:17:41 +00:00
Dr. Werner Fink
328f94a44c .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=248
2016-06-06 13:27:47 +00:00
Dominique Leuenberger
e72aef1fe3 Accepting request 396169 from Base:System
- Add ncurses patch 20160514
  + regenerate HTML manpages.
  + improve manual pages for wgetch and wget_wch to point out that they
    might return values without names in curses.h (Debian #822426).
  + make linux3.0 entry the default linux entry (Debian #823658) -TD
  + modify linux2.6 entry to improve line-drawing so that the linux3.0
    entry can be used in non-UTF-8 mode -TD
  + document return value of use_extended_names (report by Mike Gran).
- Modify patch ncurses-6.0.dif

- Add ncurses patch 20160507
  + amend change to _nc_do_color to restore the early return for the
    special case used in _nc_screen_wrap (report by Dick Streefland,
    cf: 20151017).
  + modify test/ncurses.c:
    + check return-value of putwin
    + correct ifdef which made the 'g' test's legend not reflect changes
      to keypad- and scroll-modes.
  + correct return-value of extended putwin (report by Mike Gran).

OBS-URL: https://build.opensuse.org/request/show/396169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=116
2016-05-26 21:52:06 +00:00
Dr. Werner Fink
822e4a6777 Add ncurses patch 20160521
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=246
2016-05-24 07:57:22 +00:00
Dr. Werner Fink
ae4f9612d8 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=245
2016-05-17 10:41:03 +00:00
Dominique Leuenberger
c9ab6ab2ff Accepting request 393417 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/393417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=115
2016-05-14 10:22:52 +00:00
Dr. Werner Fink
4d7626dbfe .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=243
2016-05-10 09:03:46 +00:00
Dr. Werner Fink
8cde5b52bc .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=242
2016-04-26 11:42:16 +00:00
Dr. Werner Fink
e0a5ef0c7e .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=241
2016-04-18 09:04:12 +00:00
Dominique Leuenberger
b244982a6f Accepting request 368283 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/368283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=114
2016-03-21 11:43:38 +00:00
Dominique Leuenberger
4682ccd83b Accepting request 360917 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/360917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=113
2016-03-01 10:56:39 +00:00
Dr. Werner Fink
4eea831f6c .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=238
2016-02-25 13:20:03 +00:00
Dr. Werner Fink
14ef21b9ab .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=237
2016-02-15 13:55:28 +00:00
Dr. Werner Fink
6690a137a2 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=236
2016-02-09 13:51:55 +00:00
Dr. Werner Fink
07aea0cf3f .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=235
2016-02-05 12:31:06 +00:00
Dominique Leuenberger
6348458a2b Accepting request 353820 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/353820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=112
2016-01-21 22:40:30 +00:00
Dr. Werner Fink
0a0bc32617 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=233
2016-01-08 10:12:38 +00:00
Stephan Kulow
63810be6cc Accepting request 347791 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/347791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=111
2015-12-13 08:34:21 +00:00
Dr. Werner Fink
617db34c99 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=231
2015-11-30 13:22:29 +00:00
Dr. Werner Fink
24bafd4897 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=230
2015-11-23 13:04:41 +00:00
Stephan Kulow
6465aa131b Accepting request 343821 from Base:System
- Add ncurses patch 20151107
  + modify tset's assignment to TERM in its output to reflect the name by
    which the terminal description is found, rather than the primary
    name.  That was an unnecessary part from the initial conversion of
    tset from termcap to terminfo.  The termcap program in 4.3BSD did
    this to avoid using the short 2-character name (report by Rich
    Burridge).
  + minor fix to configure script to ensure that rules for resulting.map
    are only generated when needed (cf: 20151101).
  + modify configure script to handle the case where tic-library is
    renamed, but the --with-debug option is used by itself without
    normal or shared libraries (prompted by comment in Debian #803482).
- Add ncurses patch 20151101
  + amend change for pkg-config which allows build of pc-files when no
    valid pkg-config library directory was configured to suppress the
    actual install if it is not overridden to a valid directory at
    install time (cf: 20150822).
  + modify editing script which generates resulting.map to work with the
    clang configuration on recent FreeBSD, which gives an error on an
    empty "local" section.
  + fix a spurious "(Part)" message in test/ncurses.c b/B tests due
    to incorrect attribute-masking.
- Add ncurses patch 20151024
  + modify MKexpanded.c to update the expansion of a temporary filename
    to "expanded.c", for use in trace statements.
  + modify layout of b/B tests in test/ncurses.c to allow for additional
    annotation on the right margin; some terminals with partial support
    did not display well.
  + fix typo in curs_attr.3x (patch by Sven Joachim).
  + fix typo in INSTALL (patch by Tomas Cech).

OBS-URL: https://build.opensuse.org/request/show/343821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=110
2015-11-22 09:57:38 +00:00
Dr. Werner Fink
73e345e419 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=228
2015-11-11 11:33:40 +00:00
Dr. Werner Fink
49d7588bff .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=227
2015-11-10 13:35:16 +00:00
07af84e9f3 Accepting request 341814 from home:sleep_walker:branches:Base:System
- remove hunk from ncurses-6.0.dif modifying configure.in
  according to NEWS (20110924) it is not used anymore

You can also easily verify that by grepping sources.


- drop ncurses-5.9-overwrite.dif as not neededd
  (WITH_OVERWRITE=$with_overwrite is in configure already twice anyway)

It's not placed right after the detection code but a bit later. You
can easily verify that by grepping sources.


- drop ncurses-6.0-avoid-line-markers.dif as not needed
  (see ncurses/base/MKlib_gen.sh 69-84)

I also verified that by build.

OBS-URL: https://build.opensuse.org/request/show/341814
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=226
2015-11-02 13:04:47 +00:00
Dr. Werner Fink
069c9974d7 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=225
2015-10-12 09:38:06 +00:00
Dr. Werner Fink
2bacd145d9 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=224
2015-10-08 13:30:35 +00:00
Dr. Werner Fink
11d798976e .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=223
2015-10-08 08:46:17 +00:00
Dr. Werner Fink
f1b373adea Accepting request 337089 from home:sleep_walker:branches:Base:System
- remove macro defined system-wide already
- remove special handling of patch which is no longer present
- move tack replacement code to one spot under comment
- remove duplicate parameters for configure
- fix position of libgpm.so

- Simplify bootstrapping of libtinfo and its fallback.c

OBS-URL: https://build.opensuse.org/request/show/337089
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=222
2015-10-08 08:10:43 +00:00