diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-07-30 21:58:15 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-07-30 21:58:15 +0000 |
commit | 075534cfff1756de0c70e084fc5659774be018e5 (patch) | |
tree | 3ec82bf16a22219485db1d914143c1388d688d37 /chat/irssi/Makefile.common | |
parent | 413bb4a36225f5b946bb8935cc6ae8b00d36e25a (diff) | |
download | pkgsrc-075534cfff1756de0c70e084fc5659774be018e5.tar.gz |
ChangeLog for 0.8.14
Features:
* Make /reset an alias for /set -default.
* Make /unset an alias for /set -clear.
* Allow ctrl+home / ctrl+end to go to the beginning / end of scrollback.
* Accept WHOX reply (354 numeric) as a /who reply.
* Show numerics directed at channels in the channel window.
* The time duration parser is more strict now.
Bugfixes:
* Fix out of bounds access in event_wallops().
* Build fix for OS X.
* Fix the autolog_ignore_targets logic to work correctly with manually opened log files (see bug #673).
Diffstat (limited to 'chat/irssi/Makefile.common')
-rw-r--r-- | chat/irssi/Makefile.common | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common index 7213f5867bf..bf3f159380a 100644 --- a/chat/irssi/Makefile.common +++ b/chat/irssi/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.9 2009/07/27 12:59:44 obache Exp $ +# $NetBSD: Makefile.common,v 1.10 2009/07/30 21:58:15 adrianp Exp $ # used by chat/irssi-icb/Makefile # Specific distribution information. -IRSSI_VERSION= 0.8.13 +IRSSI_VERSION= 0.8.14 IRSSI_DISTNAME= irssi-${IRSSI_VERSION} IRSSI_EXTRACT_SUFX= .tar.bz2 IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX} @@ -11,3 +11,7 @@ IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX} # plugins to compile properly. IRSSI_CONFIG= ${PREFIX}/share/irssi/irssi-config IRSSI_CONFIG_H= ${PREFIX}/include/irssi/irssi-config.h + +.if ${OPSYS} == "Darwin" +INSTALL_UNSTRIPPED=YES +.endif |