| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
|
|
|
|
|
| |
PR: 7848
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
|
|
|
|
|
| |
circumstances. This is different from BROKEN, which merely means we think
it is broken.
|
|
|
|
|
|
|
|
| |
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
|
|
|
|
|
|
|
| |
(Also minor repairs to PLIST - nuke ranlibs)
Reviewed by: asami
OK-ed by: jseger
|
|
|
|
| |
Submitted by: axl (Sheldon Hearn)
|
|
|
|
| |
have been converted to the new scheme.
|
| |
|
| |
|
|
|
|
| |
mostly kerberos or obsoleted ones.
|
| |
|
|
|
|
|
|
|
| |
list of header files but does get enough that when perl needs more header
files that it will hint to use h2ph.
PR: 5738
|
| |
|
|
|
|
| |
OKed by: Satoshi
|
| |
|
|
|
|
| |
Pointed out by: Satoshi
|
| |
|
|
|
|
| |
Submitted by: pius@ienet.com
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/bin/perl a while ago. It works with 5.003 and 5.004-tobe.
I can't test it on freefall (I don't have a setuid script to play with)
but it works at home. I'll test on thud later.
Every setuid script found on a partition mounted "nosuid" will not be executed
and "Permission Denied" will be displayed.
It won't be in soo-to-be-released 5.004 because it is not a FreeBSD speciific
problem but it will be dealt with in 5.004_01 (maintenance release).
Obtained from: Jörg's patch (edited for Perl5 by me).
|
| |
|
| |
|
|
|
|
| |
Reported by: markm
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
|
| |
|
|
|
|
| |
compile.
|
|
|
|
|
| |
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
|
|
|
|
|
| |
hints file for future releases. This will be submitted to the Perl
maintainers.
|
|
|
|
|
|
|
|
|
|
| |
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: wjm@best.com (William J. Middleton)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc
Subject: PATCH: perltrap.pod <- 425traps
Date: 1 Jul 1996 14:49:58 GMT
Approved: merlyn@stonehenge.com (comp.lang.perl.announce)
Message-ID: <4r8oim$e5q@nadine.teleport.com>
NNTP-Posting-Host: julie.teleport.com
[The rush to 5.003 couldn't integrate this, so here it is]
The following is a patch for perltrap.pod, from 5.003 (also 5.002).
It integrates the latest version of my simple 425traps
document. 425traps demonstrated, with examples, all of the traps
which have been discovered and sent to me, which have bitten
folks making the transition from perl4 to perl5. It also gave
an example for each one, including all of the existing perl4
traps in perltrap.pod.
As always, if you discover something that isn't documented in
one form or another in here, and isn't an official (or at least
reported) bug, drop me a line with it. Also, when or if any
of these is ever formally declared a bug, I'll take it out.
|
| |
|
| |
|
|
|
|
| |
NOMANCOMPRESS.
|
| |
|
|
|
|
| |
which appeared in some of them, everything here is a programming language! :)
|
| |
|
| |
|
|
|
|
|
| |
(this will be backed out when the bug is fixed, as is it is a hack rather
that a fix)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add more categories
|
|
|
|
| |
so you can't run it with all the stdio redirected.
|
|
Submitted by: Mark Murray <markm@freebsd.org>
|