From owner-cvs-share Sun Jan 12 04:37:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA25271 for cvs-share-outgoing; Sun, 12 Jan 1997 04:37:52 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA25264; Sun, 12 Jan 1997 04:37:50 -0800 (PST) Date: Sun, 12 Jan 1997 04:37:50 -0800 (PST) From: Satoshi Asami Message-Id: <199701121237.EAA25264@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 97/01/12 04:37:49 Modified: share/mk bsd.port.mk Log: 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 Revision Changes Path 1.246 +22 -9 src/share/mk/bsd.port.mk