Date: Mon, 14 Nov 2005 21:38:04 +1100 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88984: [patch] remove /usr/bin/bzip2 from print/apsfilter Message-ID: <20051114103804.74D0263C1@k7.mavetju> Resent-Message-ID: <200511141040.jAEAeHUr070505@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88984 >Category: ports >Synopsis: [patch] remove /usr/bin/bzip2 from print/apsfilter >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:40:17 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/print/apsfilter/Makefile,v retrieving revision 1.121 diff -u -r1.121 Makefile --- Makefile 22 Oct 2005 11:46:27 -0000 1.121 +++ Makefile 14 Nov 2005 10:32:05 -0000 @@ -62,9 +62,6 @@ # Build and install all filter apsfilter knows about (rather expensive) # # all needed decompression utilities -.if !exists(/usr/bin/bzip2) -RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 -.endif RUN_DEPENDS+= melt:${PORTSDIR}/archivers/freeze RUN_DEPENDS+= lzop:${PORTSDIR}/archivers/lzop # all needed "ASCII to ps" filter utilities Index: scripts/configure =================================================================== RCS file: /home/pcvs/ports/print/apsfilter/scripts/configure,v retrieving revision 1.31 diff -u -r1.31 configure --- scripts/configure 19 Oct 2005 12:41:32 -0000 1.31 +++ scripts/configure 14 Nov 2005 10:32:05 -0000 @@ -136,9 +136,6 @@ echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba ;; \"BZIP2\") - if [ ! -x /usr/bin/bzip2 ]; then - echo RUN_DEPENDS+=bunzip2:${PORTSDIR}/archivers/bzip2 - fi ;; \"FREEZE\") echo RUN_DEPENDS+=melt:${PORTSDIR}/archivers/freeze >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051114103804.74D0263C1>