diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-18 11:33:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-18 11:33:57 +0000 |
commit | 7b33e068356e68793b93322bd9253d18278d92c3 (patch) | |
tree | 81ad8bd4ee09b63235e455602d064a0aaf7357e1 /x11 | |
parent | 3b84942a715bff7698cae1dd91e6678f02fdeddc (diff) | |
download | pkgsrc-7b33e068356e68793b93322bd9253d18278d92c3.tar.gz |
Updated luit to 2.0.20160508.
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/luit/Makefile | 4 | ||||
-rw-r--r-- | x11/luit/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/luit/Makefile b/x11/luit/Makefile index 5290718d393..4a96b750a15 100644 --- a/x11/luit/Makefile +++ b/x11/luit/Makefile @@ -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 diff --git a/x11/luit/distinfo b/x11/luit/distinfo index e405dda9bc9..354c85ee55f 100644 --- a/x11/luit/distinfo +++ b/x11/luit/distinfo @@ -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 |