Date: Thu, 6 Sep 2001 22:00:02 -0700 (PDT) From: "Akinori MUSHA" <knu@iDaemons.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/30336: archivers/bzip2: only install symlinks if OSVERSION >= 4.3.2 Message-ID: <200109070500.f87502V39613@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/30336; it has been noted by GNATS. From: "Akinori MUSHA" <knu@iDaemons.org> To: Cyrille Lefevre <clefevre@citeweb.net> Cc: FreeBSD-gnats-submit@freebsd.org, obrien@freebsd.org Subject: Re: ports/30336: archivers/bzip2: only install symlinks if OSVERSION >= 4.3.2 Date: Fri, 07 Sep 2001 13:52:59 +0900 At Wed, 5 Sep 2001 14:54:34 +0200 (CEST), Cyrille Lefevre wrote: > like shells/tcsh, only install symlinks if OSVERSION >= 4.3.2 > since bzip2 has been integrated to the base os at 4.3.1. What's the point of having symlinks? No ports depend on the location of the bzip2 command by now. I think we can just mark the port as broken for systems that have bzip2 is the base (/usr). Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/bzip2/Makefile,v retrieving revision 1.33 diff -u -p -r1.33 Makefile --- Makefile 13 Apr 2001 07:50:40 -0000 1.33 +++ Makefile 7 Sep 2001 04:44:59 -0000 @@ -14,6 +14,10 @@ MASTER_SITE_SUBDIR= bzip2/v100 MAINTAINER= obrien@FreeBSD.org +.if exists(/usr/bin/bzip2) +BROKEN= bzip2 is in the base system +.endif + INSTALLS_SHLIB= yes MAN1= bzip2.1 shells/tcsh has a bit different circumstances; it is a popular login shell and so many users have /usr/local/bin/tcsh in their passwd entries it is helpful to make the port create a symlink to offer them a seamless upgrade. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109070500.f87502V39613>