From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 24 03:00:30 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B8A516A416 for ; Sun, 24 Sep 2006 03:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D769F43D49 for ; Sun, 24 Sep 2006 03:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8O30TZQ095010 for ; Sun, 24 Sep 2006 03:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8O30TuF095009; Sun, 24 Sep 2006 03:00:29 GMT (envelope-from gnats) Resent-Date: Sun, 24 Sep 2006 03:00:29 GMT Resent-Message-Id: <200609240300.k8O30TuF095009@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nils Vogels Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 337EF16A47B; Sun, 24 Sep 2006 02:55:30 +0000 (UTC) (envelope-from root@imhotep.yuckfou.org) Received: from ssdd.xs4all.nl (ssdd.xs4all.nl [195.64.89.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E01843D53; Sun, 24 Sep 2006 02:55:29 +0000 (GMT) (envelope-from root@imhotep.yuckfou.org) Received: from localhost (localhost [127.0.0.1]) by imhotep.yuckfou.org (Postfix) with ESMTP id E1DDA159; Sun, 24 Sep 2006 05:00:31 +0200 (CEST) Received: from ssdd.xs4all.nl ([127.0.0.1]) by localhost (imhotep.is-root.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q96XO+ZT6sqU; Sun, 24 Sep 2006 05:00:07 +0200 (CEST) Received: by imhotep.yuckfou.org (Postfix, from userid 0) id A41BAE7; Sun, 24 Sep 2006 05:00:03 +0200 (CEST) Message-Id: <20060924030003.A41BAE7@imhotep.yuckfou.org> Date: Sun, 24 Sep 2006 05:00:03 +0200 (CEST) From: Nils Vogels To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: shaun@FreeBSD.org Subject: ports/103539: [PATCH] mail/mutt-ng: update to 20060915 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Sep 2006 03:00:30 -0000 >Number: 103539 >Category: ports >Synopsis: [PATCH] mail/mutt-ng: update to 20060915 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 24 03:00:29 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nils Vogels >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: IS-Root >Environment: System: FreeBSD imhotep.yuckfou.org 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Fri Aug 5 19:36:46 CEST >Description: - Update to 20060915 - Clean up some portlint warnings Port maintainer (shaun@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mutt-ng-20060915.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/mutt-ng/Makefile /disk/3/home/nivo/ports/mutt-ng/Makefile --- /usr/ports/mail/mutt-ng/Makefile Fri Jul 14 00:57:36 2006 +++ /disk/3/home/nivo/ports/mutt-ng/Makefile Sun Sep 24 04:54:27 2006 @@ -6,8 +6,7 @@ # PORTNAME= mutt-ng -PORTVERSION= 20060630 -PORTREVISION= 1 +PORTVERSION= 20060915 CATEGORIES= mail MASTER_SITES= http://nion.modprobe.de/mutt-ng/snapshots/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -25,23 +24,6 @@ --with-docdir=${DOCSDIR} --with-charmaps MAKE_ENV= "EXAMPLESDIR=${EXAMPLESDIR}" -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -USE_ICONV= yes -PLIST_SUB+= NLS="" -.if defined(WITHOUT_MUTT_ICONV) -BROKEN= The WITHOUT_MUTT_ICONV knob of the mutt port only works if WITHOUT_NLS is also given -.endif -.elif !defined(WITHOUT_MUTT_ICONV) -USE_ICONV= yes -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.else -PLIST_SUB+= NLS="@comment " -CONFIGURE_ARGS+= --disable-nls -CONFIGURE_ARGS+= --disable-iconv -.endif - OPTIONS= POP "Enable pop3 support" on \ IMAP "Enable imap support" on \ NNTP "Enable nntp support" off \ @@ -59,6 +41,24 @@ DEBUG "Compile a debug version" on .include + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +USE_ICONV= yes +PLIST_SUB+= NLS="" +.if defined(WITHOUT_MUTT_ICONV) +BROKEN= The WITHOUT_MUTT_ICONV knob of the mutt port only works if WITHOUT_NLS is also given +.endif + +.elif !defined(WITHOUT_MUTT_ICONV) +USE_ICONV= yes +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +PLIST_SUB+= NLS="@comment " +CONFIGURE_ARGS+= --disable-nls +CONFIGURE_ARGS+= --disable-iconv +.endif .if defined(WITH_MUTT_MAILDIR_HEADER_CACHE) WITH_MUTT_IMAP_HEADER_CACHE= yes diff -ruN --exclude=CVS /usr/ports/mail/mutt-ng/distinfo /disk/3/home/nivo/ports/mutt-ng/distinfo --- /usr/ports/mail/mutt-ng/distinfo Sat Jul 1 20:09:38 2006 +++ /disk/3/home/nivo/ports/mutt-ng/distinfo Sun Sep 24 04:52:25 2006 @@ -1,3 +1,3 @@ -MD5 (muttng-20060630.tar.gz) = ab22e207035bccd2d993d70485756934 -SHA256 (muttng-20060630.tar.gz) = b69d1342ac34509ba5689c15e2426722adb0f5bb52f5e2e8a0d62a67d6b92f03 -SIZE (muttng-20060630.tar.gz) = 2734087 +MD5 (muttng-20060915.tar.gz) = b78112847354e856a2e9867cc2b7aee1 +SHA256 (muttng-20060915.tar.gz) = 315edb4c76cd04e3ad2e8a5cef53355cfab719903ce7eb1e2bee560f490ebbe3 +SIZE (muttng-20060915.tar.gz) = 2734133 --- mutt-ng-20060915.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: