Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 1998 23:38:03 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/share/mk bsd.port.mk
Message-ID:  <199809100638.XAA24025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1998/09/09 23:38:03 PDT

  Modified files:
    share/mk             bsd.port.mk 
  Log:
  (1) Add MLINKS support.
  Submitted by:	hoek
  
  (2) ELF support.
   2a. Variable PORTOBJFORMAT specifies the object format of the system.
       It is passed down to configure/make via CONFIGURE_ENV/MAKE_ENV,
       and is given to generate-plist via PLIST_SUB.
   2b. In PLIST, substitute lines that end with "/libFOO.so.X" with
       "/libFOO.so.X.0".  (This means PLISTs should only list ELF
       libraries.)
  Reviewed by:	jb, jdp, hoek, jseger, steve
  
  (3) Perl5-in-system support.  Basically turns USE_PERL5 into a no-op
      if there exists a "/usr/bin/perl5".  Also fix prior breakage by
      dima (${PREFIX} => ${LOCALBASE} in perl5 path).
  Reviewed by:	markm (sort of)
  
  (4) Install requirement file as "+REQUIRE" so it will be executed
      correctly by pkg_delete.
  Reported by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
  
  (5) Do not disable checksum and makesum when NO_EXTRACT is set.
  Pointed out by:	hoek and kiri, among other people
  
  Revision  Changes    Path
  1.287     +96 -13    src/share/mk/bsd.port.mk



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