| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
| |
(Part 2)
|
|
|
|
| |
Noticed by: bento via kris
|
|
|
|
|
| |
PR: 60012
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: 57358
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 57094
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
| |
- Add the virtual category 'scheme' to the orphan ports
- Fix the chicken's csc script
- Minor portlint cleanups
PR: ports/55265
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
|
|
|
|
| |
- s|varargs.h|stdarg.h|
- s|void va_start(va_list ap);|void va_start(va_list ap, last);|g
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
dealing with the nonstandardized types of sys_nerr and sys_errlst[]
and works for both -current and recent (>=4.5) values of -stable.
The previous implementation knew too much about sys_nerr for its own
good.
|
| |
|
|
|
|
|
|
|
| |
- Add WWW: line of pkg/DESCR
PR: 15915
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
| |
PR: 15397
Submitted by: James Andariese <james@ja.ath.cx>
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
|
|
|
|
|
| |
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
all the way to diffing yorick/pkg/PLIST and then died with a
"bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-)
Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring
machine, and bento is busy.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
|
|
|
|
| |
Submitted by: Mats Lofkvist <mal@algonet.se> (minor changes by tg)
|
| |
|
|
|
|
|
|
|
|
|
| |
master site for elk.
- Add official patch #1.
- Use dl*() for dynamic loading. This still has its quirks, but
it's usable. Plus, invoking global ctors when loading C++
object files now works; it didn't with the old incremental
loading.
|
|
|
|
| |
which appeared in some of them, everything here is a programming language! :)
|
|
|
|
| |
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
|
|
|
|
| |
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
|
|
|
|
| |
executables along the way.
|
| |
|
|
|
|
| |
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
|
| |
|
| |
|
|
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
|