diff options
author | wen <wen@pkgsrc.org> | 2014-04-11 15:24:34 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-04-11 15:24:34 +0000 |
commit | 8a2588d7f54c3573e38ae8b0dfbde9d7d7b563e1 (patch) | |
tree | 8845a4840688627e26b1a1697ca3c72f1a20142d /lang/yabasic/Makefile | |
parent | a45dc7d4a93c0f04c6ac5fe24c9a0a4fad5dfdb3 (diff) | |
download | pkgsrc-8a2588d7f54c3573e38ae8b0dfbde9d7d7b563e1.tar.gz |
Update to 2.767
Remove the patch which included in upstream source
Upstream changes:
2.767 (March 15, 2014)
Fixed a bug which caused yabasic under Windows to freeze on syntax errors
2.766 (March 15, 2014)
Fixed some bugs related with ncurses under linux
2.765 (January 30, 2014)
Added support for later versions of ncurses and 64 bit Systems
Avoided forks for inkey$ under Unix
Fixed a bug related with break and continue
2.764 (January 22, 2014)
- Added support for later versions of ncurses and 64 bit Systems
- Avoided forks for inkey$
Diffstat (limited to 'lang/yabasic/Makefile')
-rw-r--r-- | lang/yabasic/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index e8e09c08820..cc374e04c6f 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2012/10/02 20:11:57 asau Exp $ +# $NetBSD: Makefile,v 1.16 2014/04/11 15:24:34 wen Exp $ -DISTNAME= yabasic-2.763 +DISTNAME= yabasic-2.767 CATEGORIES= lang MASTER_SITES= http://www.yabasic.de/download/ @@ -10,6 +10,7 @@ COMMENT= Yet another Basic for Unix and Windows LICENSE= artistic OR gnu-gpl-v2 GNU_CONFIGURE= YES +USE_NCURSES= YES INSTALLATION_DIRS+= share/doc/html/yabasic |