From edwin@mavetju.org  Mon Nov 14 10:46:11 2005
Return-Path: <edwin@mavetju.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E994716A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 10:46:11 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: from mail3out.barnet.com.au (mail3out.barnet.com.au [202.83.176.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6C56C43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 10:46:11 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mail3out.barnet.com.au (Postfix, from userid 27)
	id B0308877C55; Mon, 14 Nov 2005 21:46:10 +1100 (EST)
Received: from mail3-auth.barnet.com.au (mail3.barnet.com.au [202.83.176.16])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "*.barnet.com.au", Issuer "BarNet Root Certificate Authority" (verified OK))
	by mail3.barnet.com.au (Postfix) with ESMTP id 89CD4877C49
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 21:46:10 +1100 (EST)
Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "edwin.adsl.barnet.com.au", Issuer "BarNet Root Certificate Authority" (not verified))
	by mail3-auth.barnet.com.au (Postfix) with ESMTP id 305EA877C1E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Nov 2005 21:46:10 +1100 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 04DDB63C1; Mon, 14 Nov 2005 21:46:08 +1100 (EST)
Message-Id: <20051114104608.04DDB63C1@k7.mavetju>
Date: Mon, 14 Nov 2005 21:46:08 +1100 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] remove /usr/bin/bzip2 from textproc/aspell
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         88994
>Category:       ports
>Synopsis:       [patch] remove /usr/bin/bzip2 from textproc/aspell
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thierry
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 14 10:50:20 GMT 2005
>Closed-Date:    Mon Nov 14 21:08:00 GMT 2005
>Last-Modified:  Mon Nov 14 21:08:00 GMT 2005
>Originator:     Edwin Groothuis
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #8: Wed Dec 15 16:58:01 EST 2004 edwin@k7.mavetju:/usr/src-5.2.1/sys/i386/compile/k7 i386


>Description:

	/usr/bin/bzip2 has been part of the base system since 4.4,
	therefor it's not necessary to explicitely check for it.

>How-To-Repeat:
>Fix:


Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/aspell/Makefile,v
retrieving revision 1.75
diff -u -r1.75 Makefile
--- Makefile	13 Nov 2005 11:30:19 -0000	1.75
+++ Makefile	14 Nov 2005 10:45:57 -0000
@@ -17,10 +17,6 @@
 MAINTAINER?=	thierry@FreeBSD.org
 COMMENT?=	Spelling checker with better suggestion logic than ispell
 
-.if !exists(/usr/bin/bzip2)
-BUILD_DEPENDS+=	bzip2:${PORTSDIR}/archivers/bzip2
-.endif
-
 USE_LIBTOOL_VER=	15
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=		--enable-dict-dir=${DATADIR}	\
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->thierry 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 14 10:54:49 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88994 
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: Mon Nov 14 21:07:34 GMT 2005 
State-Changed-Why:  

Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=88994 
>Unformatted:
