Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2000 18:09:39 +0200 (CEST)
From:      Christian Weisgerber <naddy@mips.inka.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21755: update editors/nano to 0.9.19
Message-ID:  <200010041609.e94G9dr75743@ganerc.mips.inka.de>

next in thread | raw e-mail | index | archive | help

>Number:         21755
>Category:       ports
>Synopsis:       update editors/nano to 0.9.19
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 04 09:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

>Description:

- Update ports/editor/nano to the latest release 0.9.19.
- Allow to optionally build with libslang.
- Properly fix gettext autoconf breakage.
- Update MASTER_SITES/WWW.

>How-To-Repeat:

>Fix:

diff -uNr /usr/ports/editors/nano/Makefile nano/Makefile
--- /usr/ports/editors/nano/Makefile	Fri Aug 11 22:39:15 2000
+++ nano/Makefile	Wed Oct  4 18:02:48 2000
@@ -6,19 +6,25 @@
 #
 
 PORTNAME=	nano
-PORTVERSION=	0.9.16
+PORTVERSION=	0.9.19
 CATEGORIES=	editors
-MASTER_SITES=	http://www.asty.org/nano/dist/ \
+MASTER_SITES=	http://www.nano-editor.org/dist/ \
 		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	nemesis@balistik.net
 
 LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
+.if defined(WITH_SLANG)
+LIB_DEPENDS+=	slang.1:${PORTSDIR}/devel/libslang
+.endif
 
-GNU_CONFIGURE=	yes
+USE_AUTOCONF=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib -lintl"
+		LDFLAGS="-L${LOCALBASE}/lib"
+.if defined(WITH_SLANG)
+CONFIGURE_ARGS+= --with-slang=${LOCALBASE}
+.endif
 
 MAN1=		nano.1
 
diff -uNr /usr/ports/editors/nano/files/md5 nano/files/md5
--- /usr/ports/editors/nano/files/md5	Fri Aug 11 22:39:15 2000
+++ nano/files/md5	Wed Oct  4 18:03:22 2000
@@ -1 +1 @@
-MD5 (nano-0.9.16.tar.gz) = dc2187ba6d8363b1f2a3769401daeaa6
+MD5 (nano-0.9.19.tar.gz) = 2e99655dce1a3fa8e61213f3e2cb079f
diff -uNr /usr/ports/editors/nano/patches/patch-aclocal_m4 nano/patches/patch-aclocal_m4
--- /usr/ports/editors/nano/patches/patch-aclocal_m4	Thu Jan  1 01:00:00 1970
+++ nano/patches/patch-aclocal_m4	Thu Sep 21 22:24:20 2000
@@ -0,0 +1,15 @@
+--- aclocal.m4.orig	Thu Sep 21 16:29:40 2000
++++ aclocal.m4	Thu Sep 21 16:32:43 2000
+@@ -370,10 +370,9 @@ AC_DEFUN(AM_WITH_NLS,
+ 
+ 	   if test "$gt_cv_func_gettext_libc" != "yes"; then
+ 	     AC_CHECK_LIB(intl, bindtextdomain,
+-	       [AC_CACHE_CHECK([for gettext in libintl],
+-		 gt_cv_func_gettext_libintl,
++	       [AC_CACHE_VAL(gt_cv_func_gettext_libintl,
+ 		 [AC_CHECK_LIB(intl, gettext,
+-		  gt_cv_func_gettext_libintl=yes,
++		  [gt_cv_func_gettext_libintl=yes; LIBS="$LIBS -lintl"],
+ 		  gt_cv_func_gettext_libintl=no)],
+ 		 gt_cv_func_gettext_libintl=no)])
+ 	   fi
diff -uNr /usr/ports/editors/nano/pkg/DESCR nano/pkg/DESCR
--- /usr/ports/editors/nano/pkg/DESCR	Thu Jun 29 15:53:01 2000
+++ nano/pkg/DESCR	Wed Oct  4 18:03:02 2000
@@ -5,7 +5,7 @@
 default) features in Pico, such as "search and replace" and "goto line 
 number".
 
-WWW: http://www.asty.org/nano
+WWW: http://www.nano-editor.org
 
 - Philippe
 nemesis@balistik.net

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010041609.e94G9dr75743>