| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
14 May 2010 19:48:55
1.0_8
|
flz  |
Retire misc/ldconfig_compat. Thee served us well
PR: ports/146532
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> |
27 Mar 2010 00:15:24
1.0_8
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
19 Apr 2008 17:56:05
1.0_8  |
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) |
03 Oct 2007 23:42:22
1.0_8
|
edwin  |
Remove support for OSVERSION < 5 |
26 Jun 2006 14:38:56
1.0_8
|
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] |
22 Jun 2006 10:35:03
1.0_7
|
flz  |
Zero the file until we remove all bsd.ldconfig.mk inclusion from ports
using early version of USE_LDCONFIG. |
18 Apr 2006 15:49:49
1.0_7
|
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. |
20 Feb 2006 13:13:24
1.0_6
|
flz  |
- Fix problem with ancient make.
PR: ports/93143
Submitted by: Eric Cronin <ecronin@gizmolabs.org> |
23 Jan 2006 05:07:58
1.0_5
|
linimon  |
Back out last change while the bug it introduced is being investigated.
Noticed by: lofi
Pointy hat to: edwin |
22 Jan 2006 05:52:28
1.0_5
|
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
19 Jan 2006 11:24:37
1.0_5
|
mnag  |
Guarantee of ${PREFIX}/${LDCONFIG{,32}_DIR} are created.
Approved by: flz |
18 Jan 2006 09:42:02
1.0_5
|
flz  |
- Remove hardcoded /etc/rc.subr.
Reported by: Sean Winn <sean@gothic.net.au> |
17 Jan 2006 14:29:42
1.0_4
|
flz  |
Ok, maybe I'll do something right today. Revert the logic. |
17 Jan 2006 14:28:18
1.0_4
|
flz  |
- IGNORE for recent RELENG_[56].
Reminded by: mnag |
17 Jan 2006 13:43:17
1.0_3
|
flz  |
Been there, broke that.
Reported by: portsnap buildbox |
17 Jan 2006 13:07:15
1.0_3
|
flz  |
- ldconfig changes have been MFC'ed to RELENG_[56]. |
13 Jan 2006 15:57:51
1.0_3
|
flz  |
- Fix issue when WITHOUT_X11 is defined.
Noticed by: mnag |
12 Jan 2006 12:35:03
1.0_2
|
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 |
09 Jan 2006 11:47:17
1.0_1
|
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 |
08 Jan 2006 13:33:54
1.0_1
|
flz  |
- Add a note about variables used by the script in pkg-message. |
08 Jan 2006 12:42:39
1.0
|
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"
-- |
08 Jan 2006 12:38:49
1.0
|
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 |