Date: Mon, 23 Dec 1996 01:01:27 -0800 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: Warner Losh <imp@village.org> Cc: ports@freebsd.org Subject: Re: Need a quick review of some bsd.port.mk changes Message-ID: <11334.851331687@time.cdrom.com> In-Reply-To: Your message of "Mon, 23 Dec 1996 01:22:58 MST." <E0vc5f0-0002nj-00@rover.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> .if (${OPSYS} == "NetBSD") > MD5?= /usr/bin/md5 > +.elif (${OPSYS} == "OpenBSD") > +MD5?= /bin/md5 > .else > MD5?= /sbin/md5 Not to condemn these patches in general, but *jesus christ*, can't ANY of the 3 BSD OSes agree on where md5 should go? :-( :-( What's our rationale for having it in /sbin again? > +.if (${OPSYS} == "OpenBSD") > +FETCH_CMD?= /usr/bin/ftp > +.else > FETCH_CMD?= /usr/bin/fetch > +.endif Really? OpenBSD's stock ftp handles fetch-by-URL? > +.if (${OPSYS} == "OpenBSD") > +EXTRACT_CMD?= /bin/tar > +.else > EXTRACT_CMD?= /usr/bin/tar > +.endif Bleah.. See md5 comments. :-( This is just getting silly. Jordan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11334.851331687>