IPC::Shareable allows you to tie a a variable to shared memory making
it easy to share the contents of that variable with other Perl processes.
PR: ports/18816
Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2000-09-04 03:25 knu
* README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage
hyperlinking.
2000-09-04 02:33 knu
* cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not
just the first one. (s/// --> s///g)
Install ChangeLog file.
- add svgalib support (tested with C&T65554);
- make it USE_LIBTOOL;
- remove spaces between `@' and `$' in targets;
- decrease amount of tabs used to make variables indentation from 2 to 1.
cross-language master-slave ports.
I just wonder how I could overlook this. I thought I tested with Wnn,
netscape and so on. *sigh*
Yes, I know how I can fix it, but I'd certainly back out first.
Reported by: steve
Pointy hat to: knu
PREFIX/include/stdio.h is just too dangerous as one can too easily get it
when they don't want it. Also Sendmail 8.11 (building with STARTTLS)
expects to find the header "sfio/sfio.h".
Submitted by: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
Note you _CANNOT_ use ${SED} and ${AWK} in "!=" lines. I wish people would
STOP running `portlint' on this Makefile and blindly accpeting its output w/o
understanding it. To quote Henry Spencer:
I Thou shalt run lint frequently and study its pronouncements with
care, for verily its perception and judgement oft exceed thine.
..snip..
``Study'' doth not mean mindless zeal to eradicate every byte of lint
output--if for no other reason, because thou just canst not shut it
up about some things--but that thou should know the cause of its
unhappiness and understand what worrisome sign it tries to speak of.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
was causing problems with a few ports determining that .c was the suffix
for executables. The fix is to expand it to '*.c | *.C' so that m4(1)
doesn't try to outsmart us.
Noticed by: George W. Dinolt <gdinolt@pacbell.net>
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.
This commit follows a previous one that I'd cancelled partway through, so
it should get through to the cvs list, and should finish the upgrade.
That's why the Makefile is not included in this commit.
PR: 20509
Submitted by: maintainer