Commit graph

17 commits

Author SHA1 Message Date
Florent Thoumie
f7c550083d - 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]
2006-06-26 14:38:56 +00:00
Florent Thoumie
80eebe98ba Zero the file until we remove all bsd.ldconfig.mk inclusion from ports
using early version of USE_LDCONFIG.
2006-06-22 10:35:03 +00:00
Florent Thoumie
95989a3119 Fix plist issue on RELENG_4, libdata/ldconfig directories were only
in BSD.x11-4.dist. I just fixed that in BSD.local.dist.
2006-04-18 15:49:49 +00:00
Florent Thoumie
8c55ca4984 - Fix problem with ancient make.
PR:		ports/93143
Submitted by:	Eric Cronin <ecronin@gizmolabs.org>
2006-02-20 13:13:24 +00:00
Mark Linimon
634589e5d6 Back out last change while the bug it introduced is being investigated.
Noticed by:	lofi
Pointy hat to:	edwin
2006-01-23 05:07:58 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Marcus Alves Grando
4168213a05 Guarantee of ${PREFIX}/${LDCONFIG{,32}_DIR} are created.
Approved by:	flz
2006-01-19 11:24:37 +00:00
Florent Thoumie
129b93be2c - Remove hardcoded /etc/rc.subr.
Reported by:	Sean Winn <sean@gothic.net.au>
2006-01-18 09:42:02 +00:00
Florent Thoumie
e122dacb01 Ok, maybe I'll do something right today. Revert the logic. 2006-01-17 14:29:42 +00:00
Florent Thoumie
9a34c3cba0 - IGNORE for recent RELENG_[56].
Reminded by:	mnag
2006-01-17 14:28:18 +00:00
Florent Thoumie
12e6d6a558 Been there, broke that.
Reported by:	portsnap buildbox
2006-01-17 13:43:16 +00:00
Florent Thoumie
3ac655113f - ldconfig changes have been MFC'ed to RELENG_[56]. 2006-01-17 13:07:15 +00:00
Florent Thoumie
e011792f19 - Fix issue when WITHOUT_X11 is defined.
Noticed by:	mnag
2006-01-13 15:57:51 +00:00
Florent Thoumie
679b9b10d2 - 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
2006-01-12 12:35:03 +00:00
Florent Thoumie
719425c049 - 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
2006-01-09 11:47:16 +00:00
Florent Thoumie
67da3e013f - Add a note about variables used by the script in pkg-message. 2006-01-08 13:33:54 +00:00
Florent Thoumie
c211d9d33f 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
2006-01-08 12:38:49 +00:00