| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Rename some OPTIONS to more standard names:
DEBUG_LIB -> DEBUG
DEV_UTILS -> DEVEL
PROFILE_LIB -> PROFILE
- Remove unavoidable auto-detection of OPTIONS.
- Format tabs, sort variables.
Approved by: garga (mentor)
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
- Use OPTIONS
- Take maintainership
PR: ports/88907
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
|
|
|
|
|
| |
PR: ports/82818
Submitted by: Gunter Wambaugh <gunter@thewambaughs.net>
|
|
|
|
| |
(Part 2)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add knob to enable to arts sound driver
- Use PORTSDOC
- Use INFO
PR: ports/60193
Submitted by: Thierry Thomas <thierry@pompo.net>
|
| |
|
|
|
|
|
|
|
|
| |
This PR updates allegro to the last 4.1.4, fixes allegro-config,
and adds samples.
PR: ports/45344
Submitted by: Thierry Thomas <thierry@pompo.net>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/45176
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
|
|
|
|
| |
- Support USE_GNONENG
- Fix pkg-plist
PR: 44964
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
general case (perhaps the build is detecting something else on my
system).
|
| |
|
| |
|
| |
|
|
|
|
| |
Noticed by: kris
|
| |
|
|
|
|
| |
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
| |
Submitted by: bento 4-exp
|
|
|
|
| |
Submitted by: steve
|
|
Allegro is a cross-platform library intended for use in computer games and
other types of multimedia programming.
The WITHOUT_DEVEL option will prevent installation of some development
utilities, while WITHOUT_MAN won't install the (many) manual pages.
More about allegro at http://www.talula.demon.co.uk/allegro/
PR: 25331
|