Fix libslang dependency and update to 0.9.99pre3:
- too many bugfixes to list - add Hungarian and Catalan translations - add info documentation
This commit is contained in:
parent
7c278e5c4a
commit
9df102a4c3
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2001/01/08 23:05:08 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2001/02/20 22:33:10 naddy Exp $
|
||||
|
||||
DISTNAME= nano-0.9.25
|
||||
DISTNAME= nano-0.9.99pre3
|
||||
CATEGORIES= editors
|
||||
NEED_VERSION= 1.338
|
||||
HOMEPAGE= http://www.nano-editor.org
|
||||
@ -21,7 +21,7 @@ FLAVOR?=
|
||||
|
||||
LIB_DEPENDS= intl.1::devel/gettext
|
||||
.if ${FLAVOR:L:Mslang}
|
||||
LIB_DEPENDS+= slang.14.2::devel/libslang
|
||||
LIB_DEPENDS+= slang.14::devel/libslang
|
||||
.endif
|
||||
|
||||
CONFIGURE_STYLE= gnu autoconf
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nano-0.9.25.tar.gz) = a072c38c405ec9696f5c802fabd9a03c
|
||||
RMD160 (nano-0.9.25.tar.gz) = 69c964b6e85f1b477745d12129e649cb091fb205
|
||||
SHA1 (nano-0.9.25.tar.gz) = a8768e9094ab34ed184531195bbde304d4648580
|
||||
MD5 (nano-0.9.99pre3.tar.gz) = d9367c129fd04172fbdc9cd34dfc9381
|
||||
RMD160 (nano-0.9.99pre3.tar.gz) = 03fac639058b5d3b22c16df7d081c006d1abffc9
|
||||
SHA1 (nano-0.9.99pre3.tar.gz) = d9788445db029695a690bbd661f31a05b7914ee9
|
||||
|
@ -1,34 +0,0 @@
|
||||
$OpenBSD: patch-configure_in,v 1.1 2001/01/08 23:05:09 naddy Exp $
|
||||
--- configure.in.orig Mon Jan 8 23:27:42 2001
|
||||
+++ configure.in Mon Jan 8 23:31:09 2001
|
||||
@@ -206,20 +206,22 @@ else
|
||||
fi
|
||||
|
||||
|
||||
-AC_CHECK_LIB($CURSES_LIB_NAME, wresize, AC_DEFINE(HAVE_WRESIZE))
|
||||
+if test x$slang_support != xyes; then
|
||||
+ AC_CHECK_LIB($CURSES_LIB_NAME, wresize, AC_DEFINE(HAVE_WRESIZE))
|
||||
|
||||
-# Taken from aumix (can't tell form the variable name?)
|
||||
-AC_CACHE_CHECK(for private member _use_keypad in WINDOW,
|
||||
-aumix_cv_struct_window_usekeypad,
|
||||
-[AC_TRY_COMPILE([#ifdef HAVE_NCURSES_H
|
||||
+ # Taken from aumix (can't tell form the variable name?)
|
||||
+ AC_CACHE_CHECK(for private member _use_keypad in WINDOW,
|
||||
+ aumix_cv_struct_window_usekeypad,
|
||||
+ [AC_TRY_COMPILE([#ifdef HAVE_NCURSES_H
|
||||
#include <ncurses.h>
|
||||
#else
|
||||
#include <curses.h>
|
||||
#endif], [WINDOW w; w._use_keypad;],
|
||||
-aumix_cv_struct_window_usekeypad=yes, aumix_cv_struct_window_usekeypad=no)])
|
||||
+ aumix_cv_struct_window_usekeypad=yes, aumix_cv_struct_window_usekeypad=no)])
|
||||
|
||||
-if test $aumix_cv_struct_window_usekeypad = yes; then
|
||||
- AC_DEFINE(HAVE_USEKEYPAD)
|
||||
+ if test $aumix_cv_struct_window_usekeypad = yes; then
|
||||
+ AC_DEFINE(HAVE_USEKEYPAD)
|
||||
+ fi
|
||||
fi
|
||||
|
||||
dnl Parse any configure options
|
@ -1,9 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/08/01 13:07:41 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/02/20 22:33:11 naddy Exp $
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/nano.info
|
||||
bin/nano
|
||||
info/nano.info
|
||||
man/man1/nano.1
|
||||
share/locale/ca/LC_MESSAGES/nano.mo
|
||||
share/locale/de/LC_MESSAGES/nano.mo
|
||||
share/locale/es/LC_MESSAGES/nano.mo
|
||||
share/locale/fi/LC_MESSAGES/nano.mo
|
||||
share/locale/fr/LC_MESSAGES/nano.mo
|
||||
share/locale/hu/LC_MESSAGES/nano.mo
|
||||
share/locale/id/LC_MESSAGES/nano.mo
|
||||
share/locale/it/LC_MESSAGES/nano.mo
|
||||
@exec install-info --info-dir=%D/info %D/info/nano.info
|
||||
|
Loading…
Reference in New Issue
Block a user