]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add OpenBSD support. Change some comments to reflect the fact. Also:
authorSatoshi Asami <asami@FreeBSD.org>
Sun, 12 Jan 1997 12:37:48 +0000 (12:37 +0000)
committerSatoshi Asami <asami@FreeBSD.org>
Sun, 12 Jan 1997 12:37:48 +0000 (12:37 +0000)
commitb2502fb7efff9f7462805fa79ee935ede7026dd1
tree5b168639f725a5c5f2fc544b557911766f686a86
parent2595aa9f41725b64b479006eb57aa41c9d04b2cf
Add OpenBSD support.  Change some comments to reflect the fact.  Also:

(1) Change commented out MAINTAINER to FreeBSD_MAINTAINER and
    OpenBSD_MAINTAINER.  These are not comments anymore, so we may
    even use it in the future.

(2) Instead of the ".if ${OPSYS} = "NetBSD" hack, use ".if exists()"
    to find the location of md5 an tar.  Play similar trick for fetch
    (OpenBSD uses /usr/bin/ftp which groks http: addresses).

This commit includes most of the changes made in 1.242 (although many
of them are done differently after more discussion).  One thing that
is conspicuously missing is NOMANCOMPRESS, which has been postponed
until Warner figures out what exactly the situation is on the OpenBSD
ports paradigm.  (In a nutshell, we can't just define NOMANCOMPRESS in
this file even if uncompressed manpages is the default for OpenBSD,
because that will take away the ability of individual users to select
manpage compression.)

Reviewed by: imp@openbsd.org
share/mk/bsd.port.mk