Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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.
|
|
will be installed, otherwise as --mandir now defaults to
${PREFIX}/${PKGMANDIR}, they won't be installed into the correct location.
Bump PKGREVISION.
|
|
|
|
hint.1 from inside patch-aa to the files/ directory.
|
|
the package builds on NetBSD-1.6.2. Bumped PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Measures the speed of a pipe, by sitting in the middle passing the
data along to the next process.
|
|
|
|
This benchmark utility is used to determine how the processor,
its caches and coprocessors influence overall system performance.
Its measurements can indicate problems with the processor subsystem
and (since the processor is a major influence on overall system
system performance) give us an idea of how well a given system will
perform.
|
|
|
|
The Unix Benchmark Utility "ubench" provides a single mesure of
performance for machines running various flavors of Unix operating
systems.
|
|
This makes the package work properly on NetBSD/macppc.
Bump PKGREVISION.
|
|
|
|
platforms without a "-pthread" option supported by the compiler.
|
|
- UDP support
- sets socket buffer size by default for decent performance under *BSD
|
|
category don't even implement these targets.
ok'ed by jlam.
|
|
might fix build error on older NetBSD releases (seen in 1.6.2 bulk build)
|
|
|
|
by Ulrich Drepper
|
|
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
|