CVS log for ports/misc/compat22/Attic/Makefile
Up to [FreeBSD] / ports / misc / compat22
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.13
Fri Nov 25 16:12:09 2005 UTC (6 years, 2 months ago) by pav
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.12: +1 -1 lines
- Remove misc/compat22, it's forbidden, not needed by anything in Ports Collection, and the 4.6.2 release bits it used are gone from mirrors
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Mar 8 08:20:58 2004 UTC (7 years, 11 months ago) by netchild
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -0 lines
Mark FORBIDDEN because of FreeBSD-SA-03:05.xdr and FreeBSD-SA-03:08.realpath: not fixed. Mark DEPRECATED, it's no longer needed by any FreeBSD port (no EXPIRATION_DATE set). Noticed by: Marius Strobl <marius@alchemy.franken.de>
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:46:21 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
De-pkg-comment.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:47:11 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:46:09 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Sep 25 14:45:17 2002 UTC (9 years, 4 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -3 lines
Update to 4.6.2 and unmark FORBIDDEN.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 24 08:57:53 2002 UTC (9 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
Mark FORBIDDEN due to buffer overflow in resolver in libc. (FreeBSD-SA-02:28.resolv)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 29 11:45:24 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Oct 12 07:44:10 2001 UTC (10 years, 4 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -4 lines
- Use the distfiles from 4.4-RELEASE. - Transfer the maintainership to ports@, because this rather belongs to the base/ports infrastructure. We greatly appreciate your inititial idea and work, Scott! :)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 24 14:55:33 2001 UTC (10 years, 5 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Create target directories before installation. Submitted by: bento
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 15 18:17:47 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +10 -8 lines
Change PREFIX from /usr to the default not to harm bento. Prepare rc.d scripts that do ldconfig on startup, because $PREFIX/lib/compat and $PREFIX/lib/compat/aout are no longer included in the default $ldconfig_paths and $ldconfig_paths_aout, respectively.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 15 07:40:35 2001 UTC (10 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -0 lines
Use other way to disconnect compatX ports from the bento build.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 13 04:32:06 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
Add compat22, compat3x and compat4x. These packages allow you to install the compat libraries on your system, so you can use legacy binaries that depend on them. PR: ports/29371 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Altered by: knu
