From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 28 11:10:24 2004 Return-Path: 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 3D00816A4CE for ; Tue, 28 Dec 2004 11:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F25BB43D31 for ; Tue, 28 Dec 2004 11:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBSBANee038706 for ; Tue, 28 Dec 2004 11:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBSBANbc038705; Tue, 28 Dec 2004 11:10:23 GMT (envelope-from gnats) Resent-Date: Tue, 28 Dec 2004 11:10:23 GMT Resent-Message-Id: <200412281110.iBSBANbc038705@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, Jeremy Chadwick Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93E6116A4CE for ; Tue, 28 Dec 2004 11:08:06 +0000 (GMT) Received: from mail.parodius.com (mail.parodius.com [64.62.145.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 747F443D31 for ; Tue, 28 Dec 2004 11:08:06 +0000 (GMT) (envelope-from jdc@pentarou.parodius.com) Received: from pentarou.parodius.com (jdc@localhost [127.0.0.1]) by mail.parodius.com (8.13.1/8.13.1) with ESMTP id iBSB8620068748 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Dec 2004 03:08:06 -0800 (PST) (envelope-from jdc@pentarou.parodius.com) Received: (from jdc@localhost) by pentarou.parodius.com (8.13.1/8.13.1/Submit) id iBSB86Yn068747; Tue, 28 Dec 2004 03:08:06 -0800 (PST) (envelope-from jdc) Message-Id: <200412281108.iBSB86Yn068747@pentarou.parodius.com> Date: Tue, 28 Dec 2004 03:08:06 -0800 (PST) From: Jeremy Chadwick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75569: pine4 dependant upon ispell (should be optional) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeremy Chadwick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 11:10:24 -0000 >Number: 75569 >Category: ports >Synopsis: pine4 dependant upon ispell (should be optional) >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: Tue Dec 28 11:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jeremy Chadwick >Release: FreeBSD 4.10-STABLE i386 >Organization: Parodius Networking >Environment: System: FreeBSD pentarou.parodius.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Thu Dec 2 00:43:14 PST 2004 root@pentarou.parodius.com:/usr/obj/usr/src/sys/PENTAROU i386 >Description: PINE requires ispell as a runtime pre-requisite per RUN_DEPEND. This should be optional, as some of us don't like ispell (prefer aspell, or don't use spell checkers). >How-To-Repeat: n/a >Fix: Add WITH_ISPELL tweak. Patch included below. diff -ruN pine4.orig/Makefile pine4/Makefile --- pine4.orig/Makefile Tue Aug 10 21:01:24 2004 +++ pine4/Makefile Tue Dec 28 03:03:01 2004 @@ -7,6 +7,7 @@ PORTNAME= pine PORTVERSION= 4.61 +PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ http://mirror.sit.wisc.edu/pub/net/mail/pine/ \ @@ -20,7 +21,11 @@ MAINTAINER= DougB@FreeBSD.org COMMENT= PINE(tm) -- a Program for Internet News & Email +# Define "WITH_ISPELL" to include ispell support. +# +.if defined(WITH_ISPELL) RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +.endif # Define "WITH_LDAP" to include ldap support. # >Release-Note: >Audit-Trail: >Unformatted: