CVS log for ports/textproc/texi2html/files/Attic/patch-texi2html.pl
Up to [FreeBSD] / ports / textproc / texi2html / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4
Tue Jul 14 11:55:44 2009 UTC (2 years, 6 months ago) by roam
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.3: +0 -0 lines
Update the texi2html port to version 1.82, largely based on Pietro Cerutti's patch from the PR, but preserving the support for a user-specified PROGRAM_PREFIX to keep PR 62607 still fixed :) - update to 1.82 - support NOPORTDOCS properly - fix DOCSDIR - use the Savannah MASTER_SITES now that we're using a stock upstream version While I'm here, refresh the single patch and add a descriptive comment. PR: 136303 Submitted by: gahr
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Feb 12 22:40:59 2005 UTC (7 years ago) by roam
Branches: MAIN
CVS tags: 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_6_1_0, RELEASE_6_0_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +38 -48 lines
Revert to the traditional behavior when building split HTML: do not create a directory and put the files in there, but create all the files in the current directory with a common prefix instead. Grrr: in the general direction of the texi2html authors for throwing backwards compatibility to the wind without so much as a note in the ChangeLog Reported by: many people, including kris, WRT build failures on many different ports which use texi2html :( Pointy hat to: myself for not at least testing the xboard build ;)
Revision 1.2
Sun Feb 6 18:42:52 2005 UTC (7 years ago) by roam
Branches: MAIN
FILE REMOVED
Changes since revision 1.1: +0 -0 lines
Update to 1.72. Submitted by: hrs
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 05:47:02 2003 UTC (8 years, 2 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Remove a couple of symbolic reference abuses: the texi2html developers had left one that made Perl 5.00503 very unhappy. Create and use filehandles The Right Way(tm) instead of using the 'no strict refs' bandaid. Prompted by: kris
