Commit graph

381 commits

Author SHA1 Message Date
rillig
ee063d1524 The "benchmark" and "results" targets both depend on "build". 2006-02-11 11:20:22 +00:00
rillig
e48f4cf942 Fixed some pkglint warnings. 2006-02-11 11:15:45 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
52f69930e9 Since the canonical config.guess returned netbsdelf, add that as target. 2006-01-23 18:07:51 +00:00
jlam
758d912e33 Update package Makefile now that bsd.pkg.extract.mk is using the
"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.
2006-01-21 18:57:40 +00:00
rillig
891f730cbf Fixed pkglint warnings, including a typo: INSTALLATINO => INSTALLATION. 2006-01-12 20:49:17 +00:00
joerg
e48965f2da Use canonical config.guess and config.sub scripts instead of patching
them. Add DragonFly support.
2006-01-12 15:10:29 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
reed
382dff173a Doesn't hide the output from the post-configure and do-install steps (I
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.
2005-12-29 03:26:28 +00:00
joerg
394b72769d Use pthread buildlink instead of hard-coding -lpthread. 2005-12-28 13:19:26 +00:00
joerg
0437fac11a Remove PKG_FAIL fallout from f2c vs. f77 difference. 2005-12-27 21:31:28 +00:00
reed
8dfd7b8224 Install README and manpage.
And bump PKGREVISION.
2005-12-27 20:51:40 +00:00
reed
1c999894d7 Remove quick description from first line.
Change references of "I" to the author.
2005-12-27 20:46:52 +00:00
reed
035e1e1f2d Remove extra space. 2005-12-27 20:44:23 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
tron
e30b8f0e48 - Fix GCC 4.x build problems.
- Correct crude Darwin build fix so it doesn't break under 8.x.
2005-12-21 11:49:51 +00:00
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