Port details |
- ldconfig_compat Ldconfig compatibility script
- 1.0_8 misc
=38 1.0_8Version of this port present on the latest quarterly branch. IGNORE: isn't needed (part of base rc.d)
- Maintainer: flz@FreeBSD.org
 - Port Added: 2006-01-08 12:39:45
- Last Update: 2010-05-14 19:48:55
- SVN Revision: UNKNOWN
- People watching this port, also watch:: gettext, gmake, expat, libiconv, m4
- License: not specified in port
- Description:
- This port installs a compatibility script that enable old
FreeBSD systems to use ldconfig local directories.
- Florent Thoumie
flz@FreeBSD.org
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ldconfig_compat>0:misc/ldconfig_compat
- No installation instructions:
- This port has been deleted.
- PKGNAME: ldconfig_compat
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_8 14 May 2010 19:48:55
 |
flz  |
Retire misc/ldconfig_compat. Thee served us well
PR: ports/146532
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> |
1.0_8 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.0_8 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.0_8 03 Oct 2007 23:42:22
 |
edwin  |
Remove support for OSVERSION < 5 |
1.0_8 26 Jun 2006 14:38:56
 |
flz  |
- Re-add LDCONFIG*_DIR to bsd.ldconfig.mk since it causes directories not
being created at install-time (LDCONFIG*_DIR defined in bsd.port.post.mk). [1]
- Update to a more recent version the ldconfig script.
Reported by: fenner [1] |
1.0_7 22 Jun 2006 10:35:03
 |
flz  |
Zero the file until we remove all bsd.ldconfig.mk inclusion from ports
using early version of USE_LDCONFIG. |
1.0_7 18 Apr 2006 15:49:49
 |
flz  |
Fix plist issue on RELENG_4, libdata/ldconfig directories were only
in BSD.x11-4.dist. I just fixed that in BSD.local.dist. |
1.0_6 20 Feb 2006 13:13:24
 |
flz  |
- Fix problem with ancient make.
PR: ports/93143
Submitted by: Eric Cronin <ecronin@gizmolabs.org> |
1.0_5 23 Jan 2006 05:07:58
 |
linimon  |
Back out last change while the bug it introduced is being investigated.
Noticed by: lofi
Pointy hat to: edwin |
1.0_5 22 Jan 2006 05:52:28
 |
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.0_5 19 Jan 2006 11:24:37
 |
mnag  |
Guarantee of ${PREFIX}/${LDCONFIG{,32}_DIR} are created.
Approved by: flz |
1.0_5 18 Jan 2006 09:42:02
 |
flz  |
- Remove hardcoded /etc/rc.subr.
Reported by: Sean Winn <sean@gothic.net.au> |
1.0_4 17 Jan 2006 14:29:42
 |
flz  |
Ok, maybe I'll do something right today. Revert the logic. |
1.0_4 17 Jan 2006 14:28:18
 |
flz  |
- IGNORE for recent RELENG_[56].
Reminded by: mnag |
1.0_3 17 Jan 2006 13:43:17
 |
flz  |
Been there, broke that.
Reported by: portsnap buildbox |
1.0_3 17 Jan 2006 13:07:15
 |
flz  |
- ldconfig changes have been MFC'ed to RELENG_[56]. |
1.0_3 13 Jan 2006 15:57:51
 |
flz  |
- Fix issue when WITHOUT_X11 is defined.
Noticed by: mnag |
1.0_2 12 Jan 2006 12:35:03
 |
flz  |
- Adding sensible defaults to the startup script so people don't need to
touch /etc/rc.conf anymore.
- Silent @dirrm for ldconfig directories, this ensures a quiet upgrade.
- Fix installation with package, directories weren't created.
Noticed by: pav |
1.0_1 09 Jan 2006 11:47:17
 |
flz  |
- Fix RUN_DEPENDS in bsd.ldconfig.mk.
- In a previous commit, I said that you need to use the install-rc-script,
you should read install-ldconfig-file.
Noticed by: ale |
1.0_1 08 Jan 2006 13:33:54
 |
flz  |
- Add a note about variables used by the script in pkg-message. |
1.0 08 Jan 2006 12:42:39
 |
flz  |
Forced commit to note that you need to include this as well before
bsd.ldconfig.mk moves to bsd.port.mk:
--
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk"
-- |
1.0 08 Jan 2006 12:38:49
 |
flz  |
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 |