Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
|
|
|
was too short. This made the program die from EFAULT randomly.
Found by Konrad Schroder.
Apply his fix that and bump PKGREVISION.
|
|
e.g. NetBSD 1.6 whose /usr/bin/install does not set -c by default.
${CP} is much better if you just want to copy a file...
|
|
require additional arguments related to the resource fork attribute.
|
|
|
|
Bump PKGREVISION.
Remove the INSTALLATION_DIRS that was there because
1.03a precreates all these anyways.
todo: patch bonnie++.8 to point to correct path to readme.html
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
|
|
|
|
|
|
|
|
"extract" script for extraction. Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed. The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
|
|
|
|
them. Add DragonFly support.
|
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
needed for troubleshooting). And use BINOWN and BINGRP because user "bin"
and group "bin" don't exist on some systems.
Use BSD_INSTALL_PROGRAM, BSD_INSTALL_DATA and BSD_INSTALL_SCRIPT
instead of calling /usr/bin/install directly.
Okayed by maintainer.
Bumped PKGREVISION, since ownership of files may be different on
some systems.
|
|
|
|
|
|
And bump PKGREVISION.
|
|
Change references of "I" to the author.
|
|
|
|
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
|
|
- Correct crude Darwin build fix so it doesn't break under 8.x.
|
|
|
|
|
|
|
|
the maintainer is very fluent with Fortan, let's assume f2c knows
what it was doing.
|
|
|
|
stupid off64_t games on DragonFly, just use off_t.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
|
|
Accepts teTeX1, teTeX2 and teTeX3
|
|
fix the signal handling to use a volatile variable. Compilers can
optimise the access otherwise. Bump revision, since this is a bugfix.
Reviewed by jlam and the maintainer.
|
|
|
|
on DragonFly, the semantic is different and it isn't very useful
in the current form.
|
|
directories to process. The removal of pre-configure fixes the config.*
handling at the same time. Also specify the config.status overrides.
Patch configure to not try to detect -lrfftw, just link the static
version explicitly. Do the same for -lfftw. This ensures that we
actually do get the static versions without having to worry about
libtool being too clever. Retire manual config.sub hacks, this should be
handled by config.guess already.
<jlam> just go ahead and commit that benchfft patch and let's
<jlam> never speak of it again :)
|
|
can apply them.
|
|
|
|
|
|
|
|
While there, use fsync(2) on all hosts. Without this, the fstime benchmark
will be disproportionately biased toward OS's and hardware that buffer
larger amounts of data in memory before [background] syncing.
|
|
|
|
|
|
* Improvements
|
|
|
|
Classic Unix fork() bomber. Includes CPU hanger, memory allocator,
memory toucher and zombie dance team. You can test how will your
computer behave under heavy CPU, process, memory load.
Forkbomb is also useful as realloc() benchmark.
|
|
Terminating with 0 worked under NetBSD 2.0.2, but it fails with
EFAULT under NetBSD/amd64 3.0_BETA.
|