joerg
1c2ce8a943
Backout last change. f2c is not correctly working here.
2005-12-20 17:58:51 +00:00
reed
93ff32c363
Change HOMEPAGE to real webpage about this.
2005-12-13 18:27:51 +00:00
reed
632b3e21cb
Fix typo.
2005-12-13 18:13:38 +00:00
joerg
55e08ed436
Match function arguments with actual usage. Since neither me nor
...
the maintainer is very fluent with Fortan, let's assume f2c knows
what it was doing.
2005-12-13 17:20:53 +00:00
joerg
973db35de8
Add DragonFly, fix errno.
2005-12-13 15:12:59 +00:00
joerg
3034dee425
Add DragonFly support. Use errno.h on all platforms. Don't play
...
stupid off64_t games on DragonFly, just use off_t.
2005-12-13 14:25:01 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
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
2005-12-05 20:49:47 +00:00
tonio
c27f4ed5e1
Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
...
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
2005-11-11 18:50:23 +00:00
tonio
da881c980b
convert to use tex.buildlink3.mk
...
Accepts teTeX1, teTeX2 and teTeX3
2005-11-08 17:40:38 +00:00
joerg
ca7eaadc80
Don't declare errno manually, depend on errno.h for it. While here,
...
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.
2005-11-07 15:46:26 +00:00
joerg
a6516149be
Depend on errno.h to provide errno.
2005-11-07 13:55:32 +00:00
joerg
69d9ee5e68
Use O_FSYNC instead of O_SYNC on DragonFly. Disable extattr_get_file
...
on DragonFly, the semantic is different and it isn't very useful
in the current form.
2005-11-06 19:39:49 +00:00
joerg
5b6bc50f6d
Do not intermingle build phases, CONFIGURE_DIRS can specify a list of
...
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 :)
2005-11-05 21:04:36 +00:00
kristerw
2c3bca2c67
Regenerate hand-edited patches so that the Mac OS X patch program
...
can apply them.
2005-11-05 19:47:51 +00:00
tv
670019e723
NOT_FOR_PLATFORM Interix.
2005-10-31 17:33:42 +00:00
tv
4c1bb2118c
NOT_FOR_PLATFORM Interix (only 32-bit off_t).
2005-10-31 17:26:02 +00:00
tv
bbe2f884e1
This needs libgetopt on some systems.
2005-10-31 17:17:37 +00:00
tv
a95c754685
4.1.0nb1: Interix has no sync(2). Use fsync(2) there instead.
...
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.
2005-10-31 17:09:45 +00:00
tv
e39629e3a4
NOT_FOR_PLATFORM Interix (only 32-bit off_t).
2005-10-31 17:03:02 +00:00
wiz
8234449c99
Add RMD160 checksum.
2005-10-20 17:35:39 +00:00
adam
b368915b0a
Changes 3.248:
...
* Improvements
2005-10-19 15:27:19 +00:00
xtraeme
b7b481d805
Added benchmarks/forkbomb
2005-10-13 08:19:31 +00:00
xtraeme
5eeb76e6bf
Initial import of forkbomb-1.4.
...
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.
2005-10-13 08:17:51 +00:00
ben
e63f6b9fe7
Correct execl() so that the argument list is NULL terminated.
...
Terminating with 0 worked under NetBSD 2.0.2, but it fails with
EFAULT under NetBSD/amd64 3.0_BETA.
2005-10-13 03:31:06 +00:00
xtraeme
bbe768190d
Explicitly specify to Makefile.in the directory on which the manpages
...
will be installed, otherwise as --mandir now defaults to
${PREFIX}/${PKGMANDIR}, they won't be installed into the correct location.
Bump PKGREVISION.
2005-10-10 08:35:54 +00:00
rillig
dfd5798ff0
Removed unneeded patch-aa.
2005-09-28 19:00:18 +00:00
rillig
09edc319a1
Fixed pkglint warnings. Converted patch-ab to unified diff format. Moved
...
hint.1 from inside patch-aa to the files/ directory.
2005-09-28 18:59:41 +00:00
rillig
9dc93f3d48
Added a chunk to patch-aa that comments out unnecessary code (statvfs). Now
...
the package builds on NetBSD-1.6.2. Bumped PKGREVISION.
2005-09-25 10:40:18 +00:00
rillig
53cebecad5
Removed the $Id$ line from the patch. Restored -kkv mode.
2005-09-03 22:20:55 +00:00
xtraeme
9190f5b5a6
Re-add the patch with -ko, as suggests pkglint.
2005-09-03 19:32:52 +00:00
xtraeme
00a1af3240
Remove the patch, contains $Id$ expanded
2005-09-03 19:31:26 +00:00
xtraeme
192f816898
Remove the line $Id$ in the patch.
2005-09-03 19:26:02 +00:00
xtraeme
fd46f5c87e
eek, fix the patch.
2005-09-03 19:11:21 +00:00
xtraeme
c67da61bb9
Fix HOMEPAGE
2005-09-03 06:57:14 +00:00
xtraeme
3916c954e6
Added benchmarks/pipebench
2005-09-03 06:53:47 +00:00
xtraeme
ff41694569
Initial import of pipebench-0.40.
...
Measures the speed of a pipe, by sitting in the middle passing the
data along to the next process.
2005-09-03 06:51:57 +00:00
xtraeme
1735f2576a
Added benchmarks/nbench
2005-09-03 06:27:24 +00:00
xtraeme
f0a8f47510
Initial import of nbench-2.2.2.
...
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.
2005-09-03 06:26:21 +00:00
xtraeme
690e515fa9
Added benchmarks/ubench
2005-09-03 05:58:58 +00:00
xtraeme
7844bb2f3e
Initial import of ubench-0.32.
...
The Unix Benchmark Utility "ubench" provides a single mesure of
performance for machines running various flavors of Unix operating
systems.
2005-09-03 05:57:45 +00:00
hira
28fffdd7dc
Use Dimension instead of int for the width and the height.
...
This makes the package work properly on NetBSD/macppc.
Bump PKGREVISION.
2005-08-23 10:26:17 +00:00
xtraeme
f8de3073f7
Simplify the check for SunOS, LIBS.SunOS is enough.
2005-08-10 07:03:13 +00:00
tron
2aa2085c98
Use "PTHREAD_LIBS" in build phase to make sure that this builds on
...
platforms without a "-pthread" option supported by the compiler.
2005-08-10 06:57:07 +00:00
tron
71c09326db
Update "netio" package to version 1.23. Changes since version 1.13 include:
...
- UDP support
- sets socket buffer size by default for decent performance under *BSD
2005-08-09 22:47:09 +00:00
rillig
aee29869cd
Removed PKG_MISC_TARGETS, as it doesn't work anyway. Many packages in this
...
category don't even implement these targets.
ok'ed by jlam.
2005-08-06 20:45:18 +00:00
drochner
95e182a0aa
explicitely include <sys/types.h> before <machine/ieee.h>
...
might fix build error on older NetBSD releases (seen in 1.6.2 bulk build)
2005-08-02 14:53:25 +00:00
drochner
46628983f8
+zelibm
2005-07-27 17:07:51 +00:00
drochner
487b6e140f
import "zelibm", a tool to check the accuracy of some libm functions,
...
by Ulrich Drepper
2005-07-27 17:06:53 +00:00
jlam
83147ffa68
Remove some unnecessarily strong dependencies on perl that resulted
...
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8
Get rid of USE_PERL5. The new way to express needing the Perl executable
...
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.
2005-07-16 01:19:06 +00:00