Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 09:50:44 +0100 (CET)
From:      possamai@xs4all.nl
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48970: update of new pine4 port. no ispell installed by default
Message-ID:  <200303060850.h268oiex012663@tnt.yi.org>

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

>Number:         48970
>Category:       ports
>Synopsis:       update of new pine4 port. no ispell installed by default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 06 01:00:24 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     M. Possamai
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD 4.8-RC FreeBSD 4.8-RC #3: Tue Mar 4 00:02:42 CET 2003 i386


	
>Description:
	The default port of pine4 now installs ispell by default and sets ispell
	as the default spell checker.
	I hated the fact that it was installed by default so it's a compile option now.
	default is no ispell, if ispell is wanted compile with WITH_ISPELL
	I also adjusted the patch that sets the default spell option of pine to ispell to 'none'.
>How-To-Repeat:
>Fix:


--- pine-update begins here ---
diff -ruN pine4/Makefile pine4-new/Makefile
--- pine4/Makefile	Wed Mar  5 15:46:35 2003
+++ pine4-new/Makefile	Thu Mar  6 09:10:14 2003
@@ -7,7 +7,7 @@
 
 PORTNAME=	pine
 PORTVERSION=	4.53
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail news
 MASTER_SITES=	ftp://ftp.cac.washington.edu/pine/ \
 		http://mirror.sit.wisc.edu/pub/net/mail/pine/ \
@@ -22,7 +22,10 @@
 MAINTAINER=	DougB@FreeBSD.org
 COMMENT=	PINE(tm) -- a Program for Internet News & Email
 
+# define "WITH_ISPELL" to install pine with ispell
+.if defined(WITH_ISPELL)
 RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
+.endif
 
 # Define "WITH_LDAP" to include ldap support.
 # If the ldap port is installed somewhere other than /usr/local, define
diff -ruN pine4/files/patch-ac pine4-new/files/patch-ac
--- pine4/files/patch-ac	Wed Mar  5 15:46:35 2003
+++ pine4-new/files/patch-ac	Thu Mar  6 09:26:06 2003
@@ -23,7 +23,7 @@
   #define DF_KBLOCK_PASSWD_COUNT    "1"
   #define DF_REMOTE_ABOOK_HISTORY   "3"
   
-+ #define DF_SPELLER                "@@PREFIX@@/bin/ispell"
++ #define DF_SPELLER                ""
 + 
   /*----------------------------------------------------------------------
      The default printer when pine starts up for the first time with no printer
--- pine-update ends here ---


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

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




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