Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2000 03:45:37 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Mk bsd.emacs.mk bsd.port.mk
Message-ID:  <200005061045.DAA61204@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       2000/05/06 03:45:37 PDT

  Modified files:
    Mk                   bsd.port.mk 
  Added files:
    Mk                   bsd.emacs.mk 
  Log:
  (1) New directive USE_AUTOMAKE and AUTOMAKE variable for automake
      support.  Implies USE_AUTOCONF.
  Submitted by:	kiri@pis.toba-cmt.ac.jp
  Reviewed by:	ports
  
  (2) New variable CONFIGURE_WRKSRC (default: ${WRKSRC}) to be set when
      ${CONFIGURE_SCRIPT} needs to be run in some place other than
      ${WRKSRC}.
  Submitted by:	Mario Ferreira <lioux@uol.com.br>
  Reviewed by:	ports
  
  (3) Slight change in message about the port being too old for
      bsd.port.mk due to missing PORTNAME/PORTVERSION.  Explicitly say
      that the user needs to update the port (although I'm not sure how
      anyone can interpret the old message otherwise ;).
  
  (4) Use NO_CHECKSUM instead of the undocumented FORCE_FETCH to
      override the "distfile missing from files/md5" check.  Also change
      the NO_CHECKSUM message a bit more forceful ("If you are
      absolutely sure...").
  Submitted by:	mharo
  
  (5) Refer to the OpenSSL section in handbook by name, not number.
  Approved by:	Kris
  PR:		17524
  
  (6) New file bsd.emacs.mk that will be automatically be included if
      EMACS_PORT_NAME is defined.  bsd.emacs.mk sets various variables
      to make maintenance of emacs ports easy.
  Submitted by:	shige
  Reviewed (in spirit) by:	ports, ports-jp
  
  (7) Remove the automatic creation of ${PREFIX}/info/dir from
      /usr/share/info/dir (install-info from 3.1R onwards automatically
      creates the dir file if none exists).  Delete ${PREFIX}/info/dir
      upon deinstallation if it doesn't have any menu entries.
  Reviewed by:	ports
  
  (8) Two new targets mtree-file and prefix.  They print ${MTREE_FILE}
      (empty if NO_MTREE is set) and ${PREFIX}, respectively.  They are
      used by package building scripts.
  
  (9) Don't register package dependency in +REQUIRED_BY for
      PKG_IGNORE_DEPENDS ports.  Otherwise you'll end up with bogus
      entries since "pkg_delete oneko" won't delete oneko from
      XFree86/+REQUIRED_BY, etc.
  Found by:	bento
  
  Revision  Changes    Path
  1.338     +46 -18    ports/Mk/bsd.port.mk



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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