| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
| |
Submitted by: Wesley Shields <wxs@atarininja.org>
|
| |
|
|
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- Fix compilation on FreeBSD 6.*
- Pass Maintainership to submitter
PR: 77898
Submitted by: Gerhard Gonter <g.gonter@ieee.org>
|
|
|
|
|
|
|
|
|
| |
old email address bounces, and he has not been responsive to email on the
only other one we have for him.
These ports are now available for adoption.
Come back coop, we miss ya ...
|
| |
|
|
|
|
| |
Approved by: maintainers
|
| |
|
|
|
|
|
| |
PR: ports/62200
Submitted by: parv <parv@pair.com>
|
|
|
|
|
| |
Reminded by: kris.
Approved by: maintainer.
|
| |
|
| |
|
|
|
|
|
| |
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
|