From owner-freebsd-ports Wed Oct 4 9:40: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C347537B503 for ; Wed, 4 Oct 2000 09:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA15416; Wed, 4 Oct 2000 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 0F17437B502 for ; Wed, 4 Oct 2000 09:32:18 -0700 (PDT) Received: from ganerc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 13grSq-0001Vc-00; Wed, 4 Oct 2000 18:32:16 +0200 Received: (from naddy@localhost) by ganerc.mips.inka.de (8.11.0/8.11.0) id e94G9dr75743; Wed, 4 Oct 2000 18:09:39 +0200 (CEST) (envelope-from naddy) Message-Id: <200010041609.e94G9dr75743@ganerc.mips.inka.de> Date: Wed, 4 Oct 2000 18:09:39 +0200 (CEST) From: Christian Weisgerber Reply-To: naddy@mips.inka.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21755: update editors/nano to 0.9.19 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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