Commit graph

134 commits

Author SHA1 Message Date
tron
7b87b833d4 - Fix bug in send part which caused failures under Solaris and possibly
other non i386 NetBSD ports.
- Don't print an error message on EINTR because this error is pretty
  normal if send() gets interrupt by SIGALRM.
2001-04-17 16:38:42 +00:00
tron
e444605d0d Pay attention to "${LDFLAGS}". 2001-04-17 12:54:10 +00:00
tron
da80229bf4 Make this package build under Solaris. 2001-04-17 12:44:22 +00:00
tron
195ff3b46f Add and enable "netio". 2001-04-17 12:26:17 +00:00
tron
aacc4133fc Import new "netio" package:
Network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix
2001-04-17 12:25:33 +00:00
tron
28915cc5a9 Move "ttcp" package to category "benchmarks". 2001-04-17 11:57:41 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
dmcmahill
0102563afa revert previous change. f2c package has been fixed so that the autoconf
builtin test correctly determines runtime path.
2001-04-15 02:20:05 +00:00
dmcmahill
5f4b2e8fa9 add missing -Wl,-R.... 2001-04-15 00:53:12 +00:00
wiz
18097323ee Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} 2001-04-09 11:45:33 +00:00
zuntum
504b092a1c Cleanup:
-O2 -> ${CFLAGS}
  ${MKDIR} -> ${INSTALL_DATA_DIR}
2001-03-31 10:09:04 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
9288d3a1d2 gnuplot>=3.7 2001-03-22 13:27:27 +00:00
dmcmahill
a764042bb6 make sure this works with either f77 or f2c-f77. Fixes recently noted
problems using f77 on alpha.
2001-03-19 14:22:52 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
wiz
2e029c6dc0 CFLAGS+= instead of CFLAGS= 2001-01-11 01:56:13 +00:00
hubertf
e3cb7f193d Update to 1.13 - no list of changes available. 2000-12-14 05:08:04 +00:00
wiz
7660772db8 Handle uname -a output better. Fixes pkg/11273. 2000-12-14 02:40:19 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
wiz
bf97146be8 $() -> ${} 2000-11-16 02:32:17 +00:00
abs
d265c2aa67 Work around gcc codegen bug that results in infinite loop compiling mhz.c -O
on arm32
2000-11-08 10:13:40 +00:00
skrll
2591a64b69 Use pkgsrc libtool. 2000-11-07 20:28:23 +00:00
toshii
122b3fa73d Fix a typo in HOMEPAGE. 2000-11-02 03:43:08 +00:00
garbled
e6506e3bc3 Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this time
doesn't enable any functionality.  It is here as a marker, so people building
binary packages know that these packages have version-specific features
that would make them incompatible with other point releases..  (such as
LKM's)
2000-10-18 04:26:53 +00:00
wiz
e3f200b7c3 Install only the files we really want, but remove all directories we create. 2000-08-28 23:03:55 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
jlam
991bb8fbc3 Install benchmarking programs under libexec/bytebench. Add patches to do
nicer report printing under BSD systems, provided by Greg Woods in pkg/6943.

Closes PRs: 6943, 6945, 6946
2000-08-04 08:50:16 +00:00
jlam
50f7c7b260 Make "make benchmark" actually work without having installed the software.
Also remove an apparent extraneous line in the executable script which
was causing errors.
2000-08-04 06:13:26 +00:00
dmcmahill
637c5308bc -add missing USE_FORTRAN
-minor patches to allow the package to correctly build with either g77 or
 f2c.
2000-05-13 14:51:11 +00:00
dmcmahill
2e00fedc28 fixes for mips machines. Use 'uname -p' instead of 'uname -m'.
This fixes PR 7573 reported by Simon Burge and redundant PR 9950
reported by me (oops).
2000-05-09 14:24:38 +00:00
pooka
87217fc753 oops, restore benchmark:' and results:' 2000-05-04 10:38:27 +00:00
pooka
2eeb195142 Install ps documentation also. 2000-05-03 09:13:15 +00:00
pooka
1e1de9df90 Update iozone to lastest stable (3.09), addresses pkg/10020.
The change-list is huge (src/Changes.txt in the distribution) and users
probably should upgrade since the previous version was ancient.
2000-05-02 15:17:45 +00:00
itohy
aa50d33b07 Add missing manual page. 2000-04-10 01:39:17 +00:00
sakamoto
e36b0b5511 Add and enable xengine. 2000-04-03 15:56:14 +00:00
sakamoto
4e1795ba5b Adapt this package to NetBSD. 2000-04-03 15:55:23 +00:00
sakamoto
c8e9c759ef Import FreeBSD's "xengine" port:
Reciprocating engine for X
2000-04-03 15:50:53 +00:00
thorpej
5549bcdd9c Add and enable httperf. 2000-03-16 22:55:02 +00:00
thorpej
9a378fd510 Package for David Mosberger's httperf web server benchmarking tool. 2000-03-16 22:53:28 +00:00
wiz
f4bb42e48b another cp -> ${CP} 2000-03-16 15:30:52 +00:00
wiz
a98e68c035 cp -> ${CP}, chmod -> ${CHMOD} 2000-03-16 12:16:49 +00:00
wiz
eb406ad378 remove unnecessary empty line 2000-03-16 12:16:17 +00:00
wiz
74874e66d9 remove trailing `.' 2000-03-09 13:47:31 +00:00
wiz
f895e15bb9 remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
2000-02-25 01:04:11 +00:00
dmcmahill
353791f6ca fix handling of OS_VERSION when an underscore is included (like 1.4.2_ALPHA) 2000-02-01 17:40:24 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00