Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 1997 04:37:50 -0800 (PST)
From:      Satoshi Asami <asami>
To:        CVS-committers, cvs-all, cvs-share
Subject:   cvs commit:  src/share/mk bsd.port.mk
Message-ID:  <199701121237.EAA25264@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701121237.EAA25264>