| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
| |
Approved by: garga (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
| |
|
|
|
|
|
| |
PR: 87310
Submitted by: Vasil Dimov <vd@datamax.bg>
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 87260
Submitted by: Vasil Dimov <vd@datamax.bg>
|
|
|
|
| |
Approved by: pav (mentor)
|
|
|
|
|
|
| |
PR: 86872
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: pav (mentor)
|
|
|
|
| |
Approved by: pav (mentor)
|
|
|
|
|
| |
PR: 854[06-15]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
|
|
|
|
| |
PR: ports/79832
Submitted by: Alex Deiter <tiamat@komi.mts.ru>
|
|
|
|
|
| |
PR: ports/70504
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
|
| |
PR: ports/66379
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
| |
|
| |
|
|
|
|
|
| |
myself because I've not the necessary time to maintain the ports in a
reasonable way. This way others are encouraged to pick up those ports.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
The Str library is a generic string library written in ANSI C which
provides functions for handling, matching, parsing, searching and
formatting of C strings. So it can be considered as a superset
of POSIX string(3), but its main intention is to provide a more
convinient and compact API plus a more generalized functionality.
|