2000-08-25 18:01 knu
* cvsweb.cgi: Get side-by-side diff working when $showfunc is true,
noting that `-p' option of diff(1) can only be used with context
and unified diffs.
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
Allow to specify CVS tags or branch names (including `.' and
`HEAD') on cvs checkout.
e.g. http://foo/cvsweb.cgi/bar/dood.c?rev=.
http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4_1_0_RELEASE
Not for diff currently, as rcsdiff does not grok CVS tags.
Inspired by: Folks at the FreeBSD cvs-all list.
Specify `-R' (turn on read-only repository mode) and `-l' (do not
log in the command history) on cvs checkout, so that one does not
need a write permission with the repository.
2000-08-25 00:53 knu
* cvsweb.cgi: MFZ 1.94. (Fix a typo in JavaScript code)
system, since the code has bit-rotted and does not grok the new bonobo
Problem reports by: Archie Cobbs <archie@whistle.com>
Sledgehammer patch by: ade
Do not write outside the working directory during the build process.
PR: ports/20740
Submitted by: Toshihiro Inoue <tino@pa2.so-net.ne.jp> (MAINTAINER)
libstash - Algorithms and data structures library.
libsock - TCP/IP networking library
ncat - Like cat(1), but with sockets.
proxy - Transparent logging proxy.
All of these ports are part of a single source distribution, but they fit
better into the ports scheme as separate ports.
- Add patches to make it work with Perl 5.6.0
- Remove a mirror which does not hold a distfile anymore
- Add perl5 to CATEGORIES
- Take over the maintainership (from ports@FreeBSD.org)
incompatible with 1.1p5, which is a stable version.
Thus 1.3a3 should take its place as SWIG-devel and 1.1p5 should take
its place back as SWIG.
Also:
- Remove a mirror which does not hold a distfile anymore
- Add perl5 to CATEGORIES
- Take over the maintainership (from ports@FreeBSD.org)
From its ChangeLog:
2000-08-17 00:27 kfogel
* Makefile: Tell the truth.
2000-08-17 00:26 kfogel
* cvs2cl.pl: (pretty_file_list): init $common_dir to undef; adjust
later conditionals to distinguish undef value from "", the latter
meaning that no common directory prefix is possible.
This fixes the bug with filenames and directory prefixes reported
by Shlomo Reinstein <shlomo.reinstein@intel.com>.
2000-08-17 00:22 kfogel
* tests/: Makefile, log-3.txt, out-3a.txt, out-3b.txt: Added tests
from Shlomo Reinstein's log.
script so that the behaviour of a package installation matches
that of a port installation identically.
Note that, in the package case, we already have a valid run-time
linker hints file for Linux.
Here's an excerpt from cvs2cl's ChangeLog generated by itself. :>
2000-08-15 00:59 kfogel
* cvs2cl.pl: Handle even the [allegedly impossible] case of an
undefined dir prefix.
2000-08-15 00:52 kfogel
* cvs2cl.pl: Be more careful about setting $common_dir.
This hopefully fixes a two-char eats problem reported by Shlomo
Reinstein <shlomo.reinstein@intel.com>; Shlomo's patch is included
in a comment (search for "shlomo") for reference, in case this
doesn't work. Only Shlomo can test right now, although if this
doesn't work I'll just ask him for his log info.
- Use cvsweb.conf* in the current directory when they don't exist in
/usr/local/etc/.
- Declare function prototypes to shut up runtime warnings.
- Remove redundant white space at the end of lines.
that you must not use something like macro(var++) if you don't know
the implementation of the macro.
PR: 20538
Submitted by: Kevin Day <toasty@dragondata.com>
Overall changes:
Use tabs instead of sequential spaces.
Note Author as well as WWW in DESCR.
Do not install examples when NOPORTDOCS.
Make RUBY, RUBY_VER and RUBY_ARCH variables overridable.
ruby-date2:
share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb
textproc/ruby-html-parser:
databases/ruby-mysql:
devel/ruby-optparse:
devel/ruby-property:
Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead
of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/
textproc/ruby-rdtool:
Install documents in .rd format too.
Format optparse's rd file. (Since ruby-rdtool depends on
optparse, it cannot be done during optparse's build
process. So ruby-rdtool should take care of that when it is
installed. :)
Starting from this release `sdl11-config --libs' output includes only SDL libs
and doesn't include X11 libs, which confuses configure scripts in third-party
apps. I reverted it to the previous behaviour.