2015-04-26 15:29:42 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Drop pointless ONLY_FOR_COMPILER.
|
2012-10-08 11:21:16 by Aleksej Saushev | Files touched by this commit (161) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-07-28 23:40:09 by Jeremy C. Reed | Files touched by this commit (2) |
Log message:
improve description and clarify COMMENT
|
2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
|
2009-06-14 20:08:12 by Joerg Sonnenberger | Files touched by this commit (83) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-26 10:49:27 by OBATA Akio | Files touched by this commit (3) |
Log message:
Fix a patch to be MAKE_JOBS_SAFE=yes.
Reported by PR 41491.
|
2009-05-26 10:14:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Mark as not make-jobs safe.
From Ryo HAYASAKA in PR 41491.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-02-23 14:24:31 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Improve patch for DragonFlyBSD -- fixes compilation.
No change for other platforms, so no PKGREVISION bump.
Patch from Steve O'Hara-Smith on pkgsrc-users.
|
2009-01-29 18:53:49 by David Brownlee | Files touched by this commit (8) |
Log message:
Updated multimedia/libmpeg3 to 1.8
1.8 - Better table of contents generation & handling of ID3 tags.
pkgsrc changes:
- Fix broken build on NetBSD by reworking the mares nest of
non Linux #ifdefs in mpeg3io.c - build was broken by a
previous __DragonFly__ or __APPLE_ build fix
- Add new patch for 1.8 to avoid Linux DVD ioctls
|