Commit graph

476 commits

Author SHA1 Message Date
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
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
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
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.
2005-07-15 18:27:48 +00:00
adam
52ad39a77c Changes 3.03:
* Many improvements
2005-07-12 09:55:57 +00:00
reed
fd1c752071 Import thrulay-0.6, TCP and UDP network capacity tester.
Packaged by Rui Paulo.
2005-07-06 19:46:14 +00:00
reed
93ba4c8e70 Import thrulay-0.6, a TCP and UDP network capacity tester.
This package is from rpaulo@, who asked me to import.
(My only change was to use INSTALLATION_DIRS.)
I only tested build.

DESCR:
thrulay is used to measure the capacity of a network by sending a bulk
TCP stream over it.

Like other tools (such as iperf, netperf, nettest, nuttcp, ttcp, etc.),
thrulay can report TCP throughput periodically so that TCP performance
plots can be produced. Unlike other tools, thrulay not only reports goodput,
but round-trip delay time as well. The output of thrulay is easy to parse
by machine (in fact, it's ready to be used as a data file for gnuplot).

Starting from version 0.5, thrulay supports UDP tests. Unique feature of
thrulay is that it can send a Poisson stream of very precisely positioned
packets; the TSC register is used for timing rather than very coarse
(20ms on most systems) system sleep functionality.
2005-07-06 19:42:01 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
wiz
842c5c1fc4 regen patch-aa (as standard unidiff). Addresses part of PR 29877. 2005-06-12 11:16:56 +00:00
jlam
c97f8417a8 Remove the need to archivers/gsharutils at build-time to extract the
distfiles.  This fixes PR pkg/29877.
2005-06-12 04:03:30 +00:00
rillig
5fff99372c Removed RCS IDs out of the patches. 2005-05-23 08:55:56 +00:00
rillig
e19c2dbb21 NO_CHECKSUM=yes instead of #defined. 2005-05-23 08:53:42 +00:00
rillig
14497f5b27 Append to USE_TOOLS instead of overwriting. 2005-05-23 08:51:46 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
c269d73f49 Note that expr is used by this package. 2005-05-16 04:38:03 +00:00
jlam
b4b71135fe Use ${GZCAT} instead of ${GUNZIP_CMD} -c. The former is more succinct,
and is recognized by the tools framework automatically.
2005-05-15 04:29:48 +00:00
reed
4a5a41e0b5 Fix MAINTAINER email address for David Ferlier. 2005-05-02 23:02:06 +00:00
rillig
a131c3ccfc Removed the RCS Id tags from the patches. This makes pkglint happy.
Approved by jlam.
2005-04-12 01:00:42 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809d8f3dad Convert to bl3. 2005-03-30 19:52:42 +00:00
minskim
c37c7954af Make this package build on Darwin.
- Include sys/aio.h to use O_SYNC.
  - Use fsync(2) instead of fdatasync(2), which is unavailable on Darwin.
2005-03-25 15:44:38 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
rillig
e604b5e205 Added two patches that comment out the sa_sigaction field of struct
sigaction for NetBSD versions (<2.0) that don't have it. Approved by wiz.
2005-03-14 15:02:14 +00:00
garbled
702ad6997c Fix the ID tag 2005-03-03 11:54:31 +00:00
garbled
bf3c37b750 Fix a stupid in the patch 2005-03-03 11:53:25 +00:00
garbled
9c5eac92b5 Apply patches to bonnie from PR 21421 by Greg Woods. Fixes a number of
issues with the program.  Bumping pkgrevsision to 1.
2005-03-03 08:58:27 +00:00
garbled
314ae767c7 Add patches in PR pkg/17941 from David Laight. Mostly performance
boosts, and a core dump fix.  Bumping rev to 2.
2005-03-03 08:53:06 +00:00
agc
8cafa95e37 Add RMD160 digests in addition to the SHA1 ones. 2005-02-22 21:08:31 +00:00
veego
61e5ffbf87 Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

While here merge the PLIST.md file into PLIST.common and put the
@dirrm commands into the new PLIST.common_end
2005-02-21 20:51:21 +00:00
xtraeme
41e90de9f5 Added benchmarks/blogbench. 2005-02-14 22:07:22 +00:00
xtraeme
ff1286bcd7 Initial import of blogbench-1.0.
Blogbench is a portable filesystem benchmark that tries to reproduce
the load of a real-world busy file server.

It stresses the filesystem with multiple threads performing random
reads, writes and rewrites in order to get a realistic idea of the
scalability and the concurrency a system can handle.
2005-02-14 22:05:53 +00:00
jlam
b6b853727d Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler
framework.  The list of changes include:

  * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES,
    so we no longer need to say it in package Makefiles.  Packages
    should now append to USE_LANGUAGES instead of setting it.

  * Create mk/compiler/f2c.mk which implements another pseudo-compiler
    "f2c" that may be used with any C compiler backend, e.g.

	PKGSRC_COMPILER= f2c ccache gcc

  * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk,
    etc., to use f2c if the native Fortran compiler isn't present.

Packages that use Fortran should now simply include the line:

	USE_LANGUAGES+=	fortran

in the package Makefile.
2005-01-12 15:31:58 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
dc5a881171 Reset maintainer on his request. 2004-11-27 18:14:24 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
adam
99411dcaea Changes 2.1:
* unknown
2004-11-10 15:32:33 +00:00
adam
9574c88bac Changes 3.218
Add label to Excel spreadsheet that describes the rows and columns.
	Add support for Solaris64 with VxFS.
	Add support for Linux-arm

Changes 3.219
	Add sleep to permit child to get connection up before master does
	connect.

Changes 3.220
	Improve master connect to child, without delays.

Changes 3.221
	Add -+B Mixed sequential testing. BlueArc request.

Changes 3.222
	Workaround for bug in Cygwin's sscanf

Changes 3.223
	Add transfer size to the output from -Q

Changes 3.224
	Work around for TCP_WAIT in Windows.

Changes 3.225
	Fix for broken rsh on Windows.

Changes 3.226
	Workaround for gcc 3.4. From the folks at Gentoo.org.
2004-11-10 14:13:21 +00:00
wiz
d3bff0c9ee Set WRKSRC after DISTNAME change. 2004-11-02 13:28:12 +00:00
wiz
cc2012d9e1 Update MASTERSITES. 2004-11-01 15:07:51 +00:00
wiz
f71834e770 Update DISTNAME and MASTER_SITES; contents
have not changed.
2004-10-28 16:53:03 +00:00
wiz
90654cf274 Replace non-responding master site; use currently available tarball
(using DIST_SUBDIR).

Diff is:

diff -r old/hbench-OS/README new/hbench-OS/README
12a13,14
> If you would like to share your results, please mail
> them to hbench-results@eecs.harvard.edu.
51a54,56
> If you would like to share your results, please mail
> them to hbench-results@eecs.harvard.edu.
>
2004-10-28 16:49:45 +00:00
wiz
78ba5123fd Update MASTER_SITES. 2004-10-28 16:43:14 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
grant
eaa75b4082 there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
2004-10-01 10:37:32 +00:00
jschauma
3fa0bd9400 Remove duplicate '-DNO_ISO' in IRIX target. 2004-08-22 23:30:18 +00:00
jschauma
e48899254b Re-add RCS IDs for patches 2004-08-22 23:27:16 +00:00
jschauma
ab4740022e Make this build and install under Linux and IRIX.
(Fixes PR pkg/26641)
2004-08-22 23:24:56 +00:00
minskim
7e3f925b6c Enable pkgviews installation. 2004-07-30 15:50:37 +00:00
minskim
3c7cd2a68c No need to include bsd.prefs.mk. 2004-07-30 15:17:20 +00:00
he
caf0afe1cc Print statistics to stderr, not to stdout, so that this program
can be used for bulk data transport without adding any crud at the
receiving end.  Bump pkgrevision to 2.
2004-07-30 10:16:52 +00:00
mrg
28a0f889ba also works on 1.6Z. 2004-07-04 06:43:01 +00:00
minskim
09c6589bc3 Make this package build on Linux.
- Include time.h to use struct tm.
2004-06-16 04:33:51 +00:00
danw
6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00
minskim
b793c4f23a Honor *OWN and *GRP. 2004-05-13 17:57:05 +00:00
jschauma
b770b80aee Add correct ALL_TARGET for some more platforms. 2004-05-10 16:33:03 +00:00
cjep
341efbf789 whitespace nits 2004-05-07 15:25:13 +00:00
danw
ec3447a783 make this build on Darwin 2004-05-05 00:46:45 +00:00
danw
a636841a93 add an ALL_TARGET for darwin and patch the package Makefile so the
build errors out if no platform-specific target is specified (so that
pkgsrc will recognize that the build failed)
2004-05-05 00:43:10 +00:00
danw
349cc5019f require gmake. (it coincidentally happens to build correctly with
bmake on NetBSD, but not on some other platforms)
2004-05-05 00:38:07 +00:00
snj
c1707eb390 Convert to buildlink3. 2004-04-11 03:40:29 +00:00
snj
a91b9182e3 Convert to buildlink3. 2004-04-11 03:04:33 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
snj
242f014ef7 s/conformancy/conformance/ 2004-02-21 06:34:04 +00:00
snj
88d09fd27e s/algorithims/algorithms/ 2004-02-21 06:33:00 +00:00
jlam
b259a0a438 CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
2004-02-14 15:29:15 +00:00
snj
9ff136e7a4 s/seperate/separate/ 2004-01-31 23:30:22 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
grant
ed16993a08 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:14:59 +00:00
wiz
1f0401d831 Update to 3.217:
Revision 3.212
Add record locking
Add single file, file sharing.
Revision 3.213
Enhance fill/verify (diag mode) for shared file.
Revision 3.214
Remove warnings.
Revision 3.215
Add prototype for mylockr()
Revision 3.216
Fix prototype for mylockr
Revision 3.217
Enable options for Windows systems.
2004-01-21 22:31:56 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jmmv
4911d79e90 bl3ify and support pkgviews installation. 2004-01-11 13:50:15 +00:00
jmmv
eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
  name has been changed to teTeX (instead of teTeX2).
2003-12-24 13:02:00 +00:00
wiz
4bf9d6efc7 Update to 3.211:
Add -+n option to disable re-testing.
Fixup -+n for throughput mode.
Fix Excel output when -+n is used.
Add support for the IBM S390 running Linux.
Cleanup naming conventions for the S390 and fixup a #define.
Add 64 bit compiles for s390x
Move BIG_ENDIAN to ZBIG_ENDIAN to avoid header conflicts.
Make random offsets always based on 48 bit random values.
Addition for make random offsets always based on 48 bit random values.
Make rands long longs.
Bug fix for 48 bit rands in bsd4_2 and Windows.
Make big_rand a long long.
Inject Erik's changes for Multi-client Windows.
Change proto version due to changes in Windows -+m support.
Add Eric to the contributors list.
Add more Windows support.
Spelling error.
Bug fixes from Erik H.
Reduce usage of shared memory.
Eliminate STUPID warning from the silly compiler.
Changes to remove warnings on BSD. Thanks to Christian Weisgerber
Support for the AMD64
Add -+k for constant aggregate data set size in throughput mode.
Add pread support for the TRU64 target. Department of Defense in Canada.
Add -+q for delay in seconds between tests.
Move variable up, GCC on Solaris was getting a bogus parse error
Add support for -+D (O_DSYNC) mode testing.
Make O_DSYNC conditional.
Add telemetry support for pread/pwrite
2003-12-13 10:48:33 +00:00
xtraeme
41553b8e60 Add and enable postal. 2003-12-03 18:41:21 +00:00
xtraeme
821a52860d Initial import of postal-0.62, package provided by David Ferlier via
pkgsrc-wip.

Postal is a SMTP benchmark.

Postal-list will list all the possible expansions for an account name (used
for creating a list of accounts to create on your test server).

Rabid is the mad Biff, it is a POP benchmark.
2003-12-03 18:40:32 +00:00
dmcmahill
875982fb7d don't pass the ARCH variable to the c compiler. Its not used intentionally
and it can break if a system uses ARCH for other purposes.  Noted in recent
bulk builds.
2003-11-25 22:42:30 +00:00
wiz
7e023c031f Depend on either teTeX or teTeX2 and default to latter. 2003-11-08 22:19:37 +00:00
jschauma
f321435bce According to the website, there have been some ``bugfix changes'' around
2003-04-08, but the maintainers did not version the distfile.  So make up
our own versioning, bump this to 4.0.1 and stick the distfile into a
DIST_SUBDIR (as suggested by agc@).
2003-11-05 16:03:03 +00:00
gavan
c0f46f7822 Add patch-ab 2003-10-31 14:00:10 +00:00
gavan
4442e66eb9 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-10-31 11:17:55 +00:00
gavan
02c365a6c0 Correct LFLAGS to LDFLAGS. 2003-10-31 11:17:19 +00:00
mrauch
1289a3a370 Use the built-in routines so we pick up all variable settings
(fixes missing -rpath link statement)
2003-10-26 14:54:54 +00:00
tron
f1b128afeb Fix spurios error messages and set socket buffer size. Bump package
revision to reflect changes.
2003-09-28 14:40:06 +00:00
wiz
2ab1aeb66d Make build on Solaris. From Jonathan Perkin in PR 22855. 2003-09-19 18:18:11 +00:00
wiz
e7283b2127 Make build on systems without gcc. From Jonathan Perkin in PR 22856. 2003-09-19 18:16:41 +00:00
wiz
1dbca7bc7a Make compile on Solaris. From Jonathan Perkin in PR 22860. 2003-09-19 18:14:02 +00:00
wiz
469287aeac Make compile on Solaris. From Jonathan Perkin in PR 22859. 2003-09-19 18:11:43 +00:00
wiz
bebf891a2d Make compile on Solaris. From Jonathan Perkin in PR 22858. 2003-09-19 18:08:14 +00:00
wiz
4bf8d2a268 Make compile on Solaris. From Jonathan Perkin in PR 22857. 2003-09-19 18:06:34 +00:00
seb
47765761ec Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. 2003-09-01 23:34:57 +00:00
martti
ff0278ea30 COMMENT should start with a capital letter. 2003-07-21 16:24:36 +00:00