Skip to content

Commit

Permalink
Updated luit to 2.0.20160508.
Browse files Browse the repository at this point in the history
2016/05/08 -

    adapt Solaris fix for C11 changes from xterm #325.
    modify parseArgs to check for a special case, e.g., from xterm,
    where a shell command that cannot be exec'd is passed as a
    single parameter. For that case, run the command via the shell.
    reset IEXTEN when turning off canonical mode, needed to make
    lnext control/V work consistently on BSD platforms (report/patch
    by Christian Weisgerber).
    updated configure macros:

    CF_FUNC_POLL
        add a fallback to checking with posix_openpt(), in case
        someone's running the configure script in batch mode.
    CF_LD_RPATH_OPT
        change FreeBSD to use -Wl,-rpath rather than -rpath option.
        According to FreeBSD #178732, either works since FreeBSD
        4.x; however scons does not accept anything except the
        -Wl,-rpath form.
    CF_WITH_MAN2HTML
        use configured shell rather than /bin/sh
    CF_XOPEN_SOURCE
        add a case for OS/2

    update config.guess, config.sub
  • Loading branch information
wiz committed May 18, 2016
1 parent 4593334 commit 9ecca05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions x11/luit/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2015/07/14 08:50:02 wiz Exp $
# $NetBSD: Makefile,v 1.13 2016/05/18 11:33:57 wiz Exp $

DISTNAME= luit-20150706
DISTNAME= luit-20160508
# check if this line needs changes when packaging newer snapshots
PKGNAME= ${DISTNAME:S/-2/-2.0.2/}
CATEGORIES= x11
Expand Down
10 changes: 5 additions & 5 deletions x11/luit/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2015/11/04 03:28:48 agc Exp $
$NetBSD: distinfo,v 1.10 2016/05/18 11:33:57 wiz Exp $

SHA1 (luit-20150706.tgz) = 38dd28e8f99ec8b97e36c3913843396f57ece20d
RMD160 (luit-20150706.tgz) = 29f3aa7ed728fdc2729837d4a0305c21f7fc4497
SHA512 (luit-20150706.tgz) = d433b0c21868b23a6ccdec7df0a0c3124036a426461f5a164261b3e446e054803ce8d344644f0d7cf5c757b7e86a4f821b9e0172cafc01d49d82546e885204c1
Size (luit-20150706.tgz) = 186216 bytes
SHA1 (luit-20160508.tgz) = 70a7cf4a42dc62a0ab4e14a0b01a01705d307765
RMD160 (luit-20160508.tgz) = a04b046f0d33d53e0928f61b4be18443be7b0222
SHA512 (luit-20160508.tgz) = 03dd25f1e4d4a8aa6fa9efac7b6d2627ee666638b985cd8a66a117028b55610833be37cdcb51b9d74eda072dd2bb8600da4d210763f17dc3e1b5af1f0bd5cc8e
Size (luit-20160508.tgz) = 185678 bytes

0 comments on commit 9ecca05

Please sign in to comment.