Skip site navigation (1)Skip section navigation (2)

CVS log for ports/misc/ldconfig_compat/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / misc / ldconfig_compat

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16
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.15: +1 -1 lines
Retire misc/ldconfig_compat. Thee served us well

PR:		ports/146532
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:52:17 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
- 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)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Oct 3 23:42:22 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -13 lines
Remove support for OSVERSION < 5

Revision 1.13: 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_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 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.12: download - view: text, markup, annotated - select for diffs
Tue Apr 18 15:49:49 2006 UTC (5 years, 9 months ago) by flz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -1 lines
Fix plist issue on RELENG_4, libdata/ldconfig directories were only
in BSD.x11-4.dist. I just fixed that in BSD.local.dist.

Revision 1.11: 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.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
- Fix problem with ancient make.

PR:		ports/93143
Submitted by:	Eric Cronin <ecronin@gizmolabs.org>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 23 05:07:58 2006 UTC (6 years ago) by linimon
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Back out last change while the bug it introduced is being investigated.

Noticed by:	lofi
Pointy hat to:	edwin

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jan 22 05:52:27 2006 UTC (6 years ago) by edwin
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 18 09:42:02 2006 UTC (6 years ago) by flz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
- Remove hardcoded /etc/rc.subr.

Reported by:	Sean Winn <sean@gothic.net.au>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 17 14:29:42 2006 UTC (6 years ago) by flz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Ok, maybe I'll do something right today. Revert the logic.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 17 14:28:18 2006 UTC (6 years ago) by flz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
- IGNORE for recent RELENG_[56].

Reminded by:	mnag

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 13 15:57:51 2006 UTC (6 years ago) by flz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +10 -4 lines
- Fix issue when WITHOUT_X11 is defined.

Noticed by:	mnag

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jan 12 12:35:02 2006 UTC (6 years ago) by flz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -5 lines
- 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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 8 13:33:54 2006 UTC (6 years, 1 month ago) by flz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -0 lines
- Add a note about variables used by the script in pkg-message.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 8 12:42:39 2006 UTC (6 years, 1 month ago) by flz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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"
--

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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options