CVS log for ports/misc/ldconfig_compat/Attic/bsd.ldconfig.mk
Up to [FreeBSD] / ports / misc / ldconfig_compat
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9
Fri May 14 19:48:55 2010 UTC (20 months, 4 weeks ago) by flz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.8: +0 -0 lines
Retire misc/ldconfig_compat. Thee served us well PR: ports/146532 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 26 14:38:56 2006 UTC (5 years, 7 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -0 lines
- 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]
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jun 22 10:35:03 2006 UTC (5 years, 7 months ago) by flz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -33 lines
Zero the file until we remove all bsd.ldconfig.mk inclusion from ports using early version of USE_LDCONFIG.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 20 13:13:24 2006 UTC (5 years, 11 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- Fix problem with ancient make. PR: ports/93143 Submitted by: Eric Cronin <ecronin@gizmolabs.org>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 19 11:24:37 2006 UTC (6 years ago) by mnag
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -0 lines
Guarantee of ${PREFIX}/${LDCONFIG{,32}_DIR} are created.
Approved by: flz
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 17 13:43:16 2006 UTC (6 years ago) by flz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Been there, broke that. Reported by: portsnap buildbox
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 17 13:07:15 2006 UTC (6 years ago) by flz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1 lines
- ldconfig changes have been MFC'ed to RELENG_[56].
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 9 11:47:16 2006 UTC (6 years, 1 month ago) by flz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- 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
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 8 12:38:49 2006 UTC (6 years, 1 month ago) by flz
Branches: MAIN
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
