2010-04-24 23:27:36 by Aleksej Saushev | Files touched by this commit (3) |
Log message:
Don't reverse CPPFLAGS.
Submitted by Taylor Campbell in PR 42757
|
2010-02-06 23:19:38 by Greg Troxel | Files touched by this commit (1) |
Log message:
PKGREVISION++, should have been on previous commit
|
2010-02-06 23:19:00 by Greg Troxel | Files touched by this commit (1) |
Log message:
Disable szip by default, because it's non-free, following the general
pkgsrc notion that free software should not depend on non-free
software (because that results in not having distributable binary
packages, and makes the build fail) unless skipping the dependency
renders the software non-useful.
(The hdf web page says that the default binary builds of hdf include
szip support, but then go on about how users that don't qualify for
the no-cost license have to install a different version.)
If someone who grasps hdf5 can say that hdf5 w/o szip is generally not
useful, we can turn this back on and disable by default the hdf5
option in octave.
|
2010-02-06 23:11:44 by Greg Troxel | Files touched by this commit (1) |
Log message:
license is original BSD with empahsis on making it clear that modified
versions are modified.
|
2009-11-15 16:50:50 by Matthias Drochner | Files touched by this commit (8) |  |
Log message:
update to 1.6.10
(yes I know there is the 1.8 branch, but I don't want to experiment
right now)
changes: many fixes, some C++ API improvements
pkgsrc change: DESTDIR support
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
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.
|
2008-09-17 07:01:15 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
distinfo is now correct
|
2008-09-11 12:27:52 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Changes 1.6.7:
* Bug fixes
* Improvements
|
2008-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274) |
Log message:
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
|