Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2005 21:40:50 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88986: [patch] remove /usr/bin/bzip2 from devel/gnomevfs
Message-ID:  <20051114104050.21EAD650C@k7.mavetju>
Resent-Message-ID: <200511141050.jAEAoEsF071035@freefall.freebsd.org>

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

>Number:         88986
>Category:       ports
>Synopsis:       [patch] remove /usr/bin/bzip2 from devel/gnomevfs
>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:   Mon Nov 14 10:50:14 GMT 2005
>Closed-Date:
>Last-Modified:
>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/devel/gnomevfs/Makefile,v
retrieving revision 1.46
diff -u -r1.46 Makefile
--- Makefile	27 Aug 2004 01:44:13 -0000	1.46
+++ Makefile	14 Nov 2005 10:40:22 -0000
@@ -17,10 +17,6 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GNOME Virtual File System
 
-.if !exists(/usr/bin/bzip2)
-LIB_DEPENDS+=	bz2.1:${PORTSDIR}/archivers/bzip2
-.endif
-
 USE_ICONV=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



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