Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jan 2006 12:38:49 +0000 (UTC)
From:      Florent Thoumie <flz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/misc Makefile ports/misc/ldconfig_compat Makefile bsd.ldconfig.mk pkg-descr ports/misc/ldconfig_compat/files ldconfig_compat.sh.in
Message-ID:  <200601081238.k08Ccn7c015530@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
flz         2006-01-08 12:38:49 UTC

  FreeBSD ports repository

  Modified files:
    misc                 Makefile 
  Added files:
    misc/ldconfig_compat Makefile bsd.ldconfig.mk pkg-descr 
    misc/ldconfig_compat/files ldconfig_compat.sh.in 
  Log:
  Add ldconfig_compat, a port that installs a ldconfig compatibility script
  to reflect latest changes to /etc/rc.d/ldconfig which are the use of ldconfig
  directories (${PREFIX}/libdata/ldconfig{,32}). This change is meant to remove
  so-called ldconfig startup scripts installed by ports as 000.${foo}.sh.
  
  The bsd.ldconfig.mmk file is only temporary as this should move quickly to
  bsd.port.mk. Anyway, to use it, just define the following in your ports' Makefile :
  
  USE_LDCONFIG=   dir1 dir2
  
  and (before bsd.ldconfig.mk moves to bsd.port.mk) :
  
  post-install: install-rc-script
  
  Revision  Changes    Path
  1.785     +1 -0      ports/misc/Makefile
  1.1       +54 -0     ports/misc/ldconfig_compat/Makefile (new)
  1.1       +29 -0     ports/misc/ldconfig_compat/bsd.ldconfig.mk (new)
  1.1       +48 -0     ports/misc/ldconfig_compat/files/ldconfig_compat.sh.in (new)
  1.1       +5 -0      ports/misc/ldconfig_compat/pkg-descr (new)



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