| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
|
|
| |
removed just before the release of 4.6.
PR: 44033
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
|
| |
PR: 33888 33890 33892 33900 33901 33905
Submitted by: Tilman Linneweh <freebsdports@arved.de>
|
|
|
|
|
| |
- DOCSDIR support to some
- Brush out some lint
|
|
|
|
|
|
|
|
|
|
|
| |
zephyr.vars is now searched for in the same location as the
other SYSCONFDIR configuration files.
Permit realm to be defined in zephyr.vars to allow overriding
of the default hard-coded "local-realm" in lib/ZInit.c.
PR: ports/30491
Submitted by: sasdrq@unx.sas.com
|
|
|
|
|
| |
PR: ports/30491
Submitted by: sasdrq@unx.sas.com
|
|
|
|
|
| |
PR: 26635
Submitted by: Ajay Tallam <atallam@talarian.com>
|
|
|
|
| |
Alpha build tested by: steve (patch-ad)
|
|
|
|
|
|
|
|
| |
port, updating it to the latest (and final) version. Patches from the
previous version are merged.
PR: 23728
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
|
| |
PR: 24159
Submitted by: Joseph Scott <joseph@randomnetworks.com>
|
|
|
|
|
|
|
| |
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Due to the size difference between a struct timeval on FreeBSD/Alpha
(2 longs for a total of 128 bits) and a struct timeval nearly
everywhere else in the known universe (2 ints, for a total of 64-bits,
even on DEC OSF/1), and the way zephyr uses timevals, it needs a bit
of help.
Submitted by: Adrew Gallatin <gallatin@cs.duke.edu>
Obtained from: NetBSD
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Move files in share/* to share/zephyr/
Fix bogus path to xzwrite.bitmap in XZwrite
Remove appropriate directories in PLIST
PR: 10139
Submitted by: Sheldon Hearn <sheldonh@iafrica.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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!
|
| |
|
|
|
|
|
|
|
| |
(just removed directory entry in PLIST for /usr/include/zephyr, let it
be created implicitly).
This has been tested thrice.
|
|
|