Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Go to file
espie f7f5b4ff0a some important improvements to bsd.port.mk
- simplify IGNORE handling, always define it, even when NO_IGNORE is set,
and only use it for the targets it's meant to influence.
- make it possible to multiply-IGNORE a port, so stuff that's BROKEN and
NOT_FOR_ARCH will show up as both.
- DESCRIBE_TARGETs can die, since we no longer need special IGNORE dance
for them.
- add an IGNORE_IS_FATAL tweak, so that ignored ports can actually error out.
- reorg dump-vars to choose what to show, including new IGNORE, and COMES_WITH.
- name an explicit prepare step, which does check build dependencies and
install them (useful for build timing purposes)
- move the do-fetch test out, so that we can add pre-extract and do-extract
there eventually.
2010-02-12 12:00:19 +00:00
archivers - extend archtecture tests for mips64el 2010-02-09 12:23:59 +00:00
astro SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
audio - extend archtecture tests for mips64el 2010-02-09 12:23:59 +00:00
benchmarks - extend archtecture tests for mips64el 2010-02-09 12:23:59 +00:00
biology - extend archtecture tests for mips64el 2010-02-09 12:23:59 +00:00
books SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
cad SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
chinese - extend archtecture tests for mips64el 2010-02-09 12:23:59 +00:00
comms - extend archtecture tests for mips64el 2010-02-09 12:23:59 +00:00
converters Fix an endless loop in the conversion to wchar_t. From upstream. 2010-02-07 15:25:03 +00:00
databases get mksqlitedb to handle IGNORE and COMES_WITH if they show up. 2010-02-12 11:53:09 +00:00
devel - extend archtecture tests for mips64el 2010-02-09 12:23:59 +00:00
editors add support for mips64el. ok jasper@ 2010-02-09 20:43:57 +00:00
education SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
emulators SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
games Also use -O1 on hppa, so that it builds. 2010-02-06 11:14:10 +00:00
geo SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
graphics SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
infrastructure some important improvements to bsd.port.mk 2010-02-12 12:00:19 +00:00
inputmethods SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
japanese SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
java SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
korean SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
lang - extend archtecture tests for mips64el 2010-02-09 12:23:59 +00:00
mail SECURITY: fix for SA38459 (possible buffer overflows) 2010-02-04 09:54:23 +00:00
math - extend archtecture tests for mips64el 2010-02-09 12:23:59 +00:00
misc SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
multimedia SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
net SECURITY fix for libcurl data callback excessive length bug. 2010-02-10 16:27:32 +00:00
news SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
palm SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
plan9 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
print bump so we don't collide with earlier package names; ok ajacoutot@ 2010-02-10 16:32:22 +00:00
productivity SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
russian SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
security SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
shells SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
sysutils SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus 2010-02-01 17:00:12 +00:00
telephony SECURITY update to 1.6.0.22, fixing CVE-2010-0441, an unauthenticated 2010-02-03 00:18:44 +00:00
textproc - extend archtecture tests for mips64el 2010-02-09 12:18:45 +00:00
www SECURITY fix, add patches from upstream to avoid a buffer overflow with 2010-02-09 13:44:28 +00:00
x11 SECURITY: Ensure keyboard grab and unlock dialog exist after monitor removal 2010-02-08 17:04:14 +00:00
.cvsignore Change WRKOBJDIR (again...) to default to ${PORTSDIR}/pobj instead of obj, 2009-10-13 14:39:23 +00:00
INDEX sync, 6156 2010-01-12 18:06:19 +00:00
Makefile default locatedb is more useful with paths as well 2009-10-12 10:25:40 +00:00
README Mention port-modules(5) and library-specs(7) 2009-03-13 10:03:29 +00:00

Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7),
library-specs(7), bsd.port.mk(5), port-modules(5).

See also http://www.openbsd.org/porting.html

$OpenBSD: README,v 1.18 2009/03/13 10:03:29 giovanni Exp $