The NetBSD Project

CVS log for pkgsrc/x11/luit/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / luit

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2019Q1-base


Revision 1.14 / (download) - annotate - [select for diffs], Fri Feb 15 19:58:14 2019 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

luit: update to 2.0.20190106.

Provided by Thomas Dickey in private email.

2019/01/06

  ãàupdated configure macros to work around a non-POSIX feature of BSDs.
  add a dummy "check" rule to makefile for Arch packages.
  add COPYING file for Arch packages.
  use consistent wording for copyright notice in source-files.
  update config.guess, config.sub

2018/12/11

  build-fixes/updates for cygwin to accommodate configure-macro changes.
  updated configure macros:
      CF_CC_ENV_FLAGS, add check for preprocessor-options in $CFLAGS.
      CF_FUNC_GRANTPT, amend the posix_openpt vs grantpt change to work with
        BSDs
      CF_GNU_SOURCE, fixes a regression for Cygwin. The check for
        _DEFAULT_SOURCE should apply to "recent" Cygwin (since early 2016), and
        except for "NEWLIB" vs "GLIBC" in the test, acts the same if I pretend
        that "newlib" is the GNU C library. Without this, the check falls
        through to the _XOPEN_SOURCE test, which breaks the pseudoterminal
        checks for xterm.
      CF_LD_RPATH_OPT, suppress check if --disable-rpath is given.
      CF_XOPEN_SOURCE, add midnightbsd to special cases with freebsd
  update config.guess, config.sub

2018/06/28

  modify configure script to avoid using OpenBSD's nonfunctional POSIX
    pseudoterminal interface.
  add null-pointer checks for all strings printed in trace calls.
  updated configure macros, deprecating use of _GNU_SOURCE symbol for
    DEFAULT_SOURCE, and preferring man2html over groff's html conversion.
  update config.guess, config.sub

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>