Commit graph

504 commits

Author SHA1 Message Date
wiz
f621606b7b emove empty PLIST. 2009-07-22 09:23:13 +00:00
joerg
842f380435 Regen. 2009-07-16 15:15:07 +00:00
tron
da57bdeaec Set license to public-domain. 2009-07-11 10:35:09 +00:00
hasso
236d149528 Build on DragonFly. 2009-07-09 20:26:11 +00:00
joerg
0e6521ce7f user-destdir support 2009-07-08 14:44:00 +00:00
joerg
f31a8c0802 user-destdir support 2009-07-08 14:28:28 +00:00
joerg
8c3bec34d5 user-destdir support 2009-07-08 14:23:23 +00:00
joerg
d5cdb7df86 user-destdir support 2009-07-08 14:19:46 +00:00
joerg
87d4808711 user-destdir support 2009-07-08 14:12:30 +00:00
joerg
76f5c1b551 Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
b8ef2bdf05 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
wiz
6ac11147ab Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
zafer
41e8075376 update master site 2009-05-16 21:45:40 +00:00
zafer
eec9abd4a4 update master site. 2009-05-16 21:30:37 +00:00
zafer
db5f58a8a3 update master site. 2009-05-16 21:06:49 +00:00
zafer
29c312114e update master site. 2009-05-16 20:49:50 +00:00
zafer
cbbe8b82d1 update master site. 2009-05-16 20:46:19 +00:00
zafer
53c549f2da update master site. 2009-05-16 20:38:39 +00:00
zafer
7c8842ca31 update master site 2009-05-16 20:36:10 +00:00
zafer
faf1ec2233 update master site. 2009-05-16 20:33:40 +00:00
zafer
73b422e211 update master site. 2009-05-16 20:21:17 +00:00
wiz
fbf8c128c7 Convert to user-destdir. From Aleksey Cheusov in PR 39982. 2009-04-29 09:20:40 +00:00
zafer
3b58dccfae Distfile is only in archive. Remove non-archive master sites. OK'd by Obata. 2009-04-28 18:58:40 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
darcy
57ded33aec Correct email address for generic MAINTAINER. 2009-03-17 21:40:44 +00:00
asau
316a689776 Use MASTER_SITE_NETLIB for Netlib and its mirrors.
Discussed with Tobias Nygren.
2009-02-22 14:15:28 +00:00
joerg
d45e3ac223 Fix build with newer OpenSSL. 2009-02-09 18:54:05 +00:00
jschauma
65e9c90d89 Give up maintainership, as I have not so much as looked at pkgsrc in
well over a year now.  Sorry. :-(
2009-01-23 21:14:16 +00:00
sketch
16f14133b6 Get rid of hostname -s in pkgsrc, on Solaris it sets the hostname to "-s". 2009-01-14 12:20:57 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
ahoka
a135c5e0c0 Increase FD_SETSIZE to avoid error messages during benchmark. 2008-11-10 00:46:57 +00:00
dholland
d31b0ef1df Remove restriction to i386. I can't find any reason for it, other packagers
seem to build it for at least amd64 fine, the code looks perfectly portable,
and nobody answered a query on tech-pkg.
2008-08-30 08:50:39 +00:00
bjs
04c883553a Add missing options.mk which didn't make the last train out. 2008-08-29 06:14:22 +00:00
bjs
eb4f25c75d Update to iozone 3.308.
pkgsrc changes:
- add 'tee' to USE_TOOLS.
- support an optional build with threads support and also support this in the
  'benchmark' target.

Changes since version 2.263

	-Bug fix for -k used in conjunction with -t and content
	 validation.
	-Add DragonFly target.
	-Put PER_VECTOR_OFFSET in for HP-UX
	-Fix compiler warning messages
	-Enforce minimum file size of page_size
	-Minor fixes.
	-Check fsync and close for errors.
	-Adding support for testing block devices. Will be done is phases.
	 This is phase 1. (Single threaded mode only)
	-Adding 4 token support to client_list. Each entry may now contain
	 4 tokens and the new one is the absolute path to the temp
	 file for testing.
	-Add support for external monitor start & stop for throughput
	 tests.
	-IMON_START and IMON_STOP environmental variables used.
	-Bug fix for systems without O_DIRECT. Fall through in switch
	 statement.
	-Fix for -c -t over NFS and initial writer close() when told by
	 another to stop
	-Add Benny Halevy to contributors list.
	-Fix for Cygwin environment.
	-Code cleanup, and add arg to external trigger.
	-Code fixes for macosx
	-Add support for building with Sun's Studio 11 compiler
	-Bug fix for fread/fwrite with > 2Gig files.
	-Add O_DIRECT for Windows
	-Add -+w dedup testing mode.
	-Make remaining non-dedup data unique.
	-Make non-dedupable more unique.
	-Bug fix for non-dedup.
	-Make random offsets unique, using Knuth shuffle.
	-free memory used for random offset uniqueness.
	-Make unique/random offsets 64bits.
	-Add fallback for random/unique.
	-Make non-dedup region more unique
	-Add -+y ## to set percentage of interior dedup.
	-Add -+y ## to set percentage of interior dedup.
	-Bug fixes for -+w and -+y
	-Minor fix for dedup
	-Adding -+C to set percent of dedupable within a file.
	-Add solaris to read sync O_RSYNC
	-Add space to avoid field output touching each other.
	-Add check for config file exceeding MAXSTREAMS.
	-Add new contributor's name.
2008-08-25 19:35:30 +00:00
obache
f6d3ee95b4 MASTER_SITES does not have distfiles anymore, commented out. 2008-07-27 09:05:05 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
joerg
1a79319de6 Fix build with GCC 4 and f2c. 2008-06-21 20:00:22 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
wiz
a7a09909ef Update to 1.03c:
bonnie++ (1.03c) unstable; urgency=low

  * Fixed some failures to check the return code of chdir().

bonnie++ (1.03b.1) unstable; urgency=low

  * Fixed typos in man page.
    Closes: #133714
    Closes: #449596
  * Documented why UID==0 is bad.
    Closes: #182023

bonnie++ (1.03b) unstable; urgency=low

  * Added support for testing write speed to zcav.

  * Documented the default chunk size in bonnie++.8.

  * Improved error handling for chunk size.
2008-05-21 15:26:07 +00:00
tonnerre
88276c8e94 Use mkstemp in netperf code to open the debug log in order to avoid
a symlink vulnerability. This fixes CVE-2007-1444.
2008-05-12 15:49:30 +00:00
obache
06f5860824 MASTER_SITES and HOMEPAGE was gone away.
Set MASTER_SITES to archive site that have distfile.
2008-05-10 08:41:48 +00:00
obache
97f9aa8970 Update dbench to 3.04.
Changes is unknown.

While here,
 * install README file mentioned in man page, suggested in PR 38553.
 * move client.txt to subdir noted in man page
 * fix directory of those files in man page.
2008-05-01 13:17:55 +00:00
joerg
28d88528b5 Fix stray 1. 2008-04-07 17:09:03 +00:00
chris
308ede9da8 Fiz mhz calculation for arm. It seems gcc has become intelligent enough
to optimize away the loop used for timing.  Do something in the loop for
arm that can't be optimized away, and will also meet the 1,000
instructions in the loop requirement.

This allows mhz to calculate sensible Mhz on a StrongArm (228Mhz rather
than 56Mhz)

Other hardware probably also need fixing, as gcc probably applies the same
optimizations on them.

Also bump PKGREVISION.
2008-04-05 14:09:18 +00:00
joerg
e7b23d2727 Fix DESTDIR. 2008-04-05 00:35:50 +00:00
obache
651ccf1712 Marked as not MAKE_JOBS safe, per PR 38363. 2008-04-04 10:49:37 +00:00
jlam
075003a60c Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 00:51:43 +00:00
tnn
bdcd11f1c3 Needs GNU nroff to format catpages with -mandoc. 2008-02-07 13:24:36 +00:00