| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: 41990
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 30821
Submitted by: MAINTAINER, bento
Reviewed by: Sameh Ghane
|
| |
|
|
|
|
|
|
|
|
| |
o support NOPORTDOCS
o assign maintainership to submitter
PR: 30428
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
|
|
|
|
|
| |
PR: 22449
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 22366
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix procedure of building shared library
- Sort pkg/PLIST
- Revise pkg/DESCR
PR: 18797
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
| |
|
| |
|
|
|
|
| |
Pointed out by: s974123@cc.matsuyama-u.ac.jp
|
|
|
|
|
| |
PR: ports/11270
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
* Fix for ELF.
* Fix misuse of errno as a structure member name (original author
notified).
* Build and install both static and shared libraries.
* Move install target from port Makefile to files/Makefile.
|
|
|
|
|
|
|
|
|
| |
gcc -O2 -DHAS_TTYCOM -D_REQUIRED -c -fPIC -o rxfn.o rxfn.c
In file included from rxfn.c:28:
const.h:385: field `__error' declared as a function
rxfn.c: In function `rxseterr':
rxfn.c:1078: parse error before `('
rxfn.c:1079: parse error before `('
|
|
|
|
|
| |
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
|
|
|
|
|
| |
PR: 6478
Submitted by: Pedro Giffuni <giffunip@asme.org>
|
| |
|
|
|
|
|
|
| |
with April 5th changes to unistd.h
Submitted by: asami@freebsd.org
|
|
|
|
|
| |
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
|
|
|
|
| |
Submitted by: S-Pork (?) (sorry, forgot your e-mail)
|
|
Reviewed by: matt@bdd.net
|