ports/75569: pine4 dependant upon ispell (should be optional)

Jeremy Chadwick freebsd at jdc.parodius.com
Tue Dec 28 11:10:24 UTC 2004


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list