Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-15 | Use ${GZCAT} instead of ${GUNZIP_CMD} -c. The former is more succinct, | jlam | 1 | -2/+2 | |
and is recognized by the tools framework automatically. | |||||
2005-05-02 | Fix MAINTAINER email address for David Ferlier. | reed | 1 | -2/+2 | |
2005-04-12 | Removed the RCS Id tags from the patches. This makes pkglint happy. | rillig | 4 | -19/+10 | |
Approved by jlam. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 6 | -12/+6 | |
2005-03-30 | Convert to bl3. | wiz | 1 | -2/+2 | |
2005-03-25 | Make this package build on Darwin. | minskim | 2 | -1/+17 | |
- Include sys/aio.h to use O_SYNC. - Use fsync(2) instead of fdatasync(2), which is unavailable on Darwin. | |||||
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 4 | -11/+4 | |
useful. | |||||
2005-03-14 | Added two patches that comment out the sa_sigaction field of struct | rillig | 3 | -1/+63 | |
sigaction for NetBSD versions (<2.0) that don't have it. Approved by wiz. | |||||
2005-03-03 | Fix the ID tag | garbled | 5 | -5/+5 | |
2005-03-03 | Fix a stupid in the patch | garbled | 1 | -1/+1 | |
2005-03-03 | Apply patches to bonnie from PR 21421 by Greg Woods. Fixes a number of | garbled | 5 | -28/+200 | |
issues with the program. Bumping pkgrevsision to 1. | |||||
2005-03-03 | Add patches in PR pkg/17941 from David Laight. Mostly performance | garbled | 7 | -13/+144 | |
boosts, and a core dump fix. Bumping rev to 2. | |||||
2005-02-22 | Add RMD160 digests in addition to the SHA1 ones. | agc | 29 | -29/+63 | |
2005-02-21 | Use the extended PLIST_SRC support which now also reads: | veego | 4 | -45/+35 | |
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-14 | Added benchmarks/blogbench. | xtraeme | 1 | -1/+2 | |
2005-02-14 | Initial import of blogbench-1.0. | xtraeme | 4 | -0/+30 | |
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-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 1 | -2/+2 | |
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. | |||||
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 5 | -16/+16 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-11-27 | Reset maintainer on his request. | wiz | 2 | -4/+4 | |
2004-11-13 | Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the | jlam | 1 | -2/+2 | |
former) for applications that are known to require C++. | |||||
2004-11-10 | Changes 2.1: | adam | 5 | -50/+27 | |
* unknown | |||||
2004-11-10 | Changes 3.218 | adam | 3 | -17/+17 | |
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-02 | Set WRKSRC after DISTNAME change. | wiz | 1 | -1/+2 | |
2004-11-01 | Update MASTERSITES. | wiz | 1 | -3/+3 | |
2004-10-28 | Update DISTNAME and MASTER_SITES; contents | wiz | 2 | -6/+7 | |
have not changed. | |||||
2004-10-28 | Replace non-responding master site; use currently available tarball | wiz | 2 | -5/+7 | |
(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 | Update MASTER_SITES. | wiz | 1 | -2/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 | |
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-01 | there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].* | grant | 1 | -2/+2 | |
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this. | |||||
2004-08-22 | Remove duplicate '-DNO_ISO' in IRIX target. | jschauma | 2 | -4/+4 | |
2004-08-22 | Re-add RCS IDs for patches | jschauma | 3 | -3/+7 | |
2004-08-22 | Make this build and install under Linux and IRIX. | jschauma | 4 | -29/+67 | |
(Fixes PR pkg/26641) | |||||
2004-07-30 | Enable pkgviews installation. | minskim | 27 | -27/+129 | |
2004-07-30 | No need to include bsd.prefs.mk. | minskim | 1 | -3/+1 | |
2004-07-30 | Print statistics to stderr, not to stdout, so that this program | he | 3 | -16/+66 | |
can be used for bulk data transport without adding any crud at the receiving end. Bump pkgrevision to 2. | |||||
2004-07-04 | also works on 1.6Z. | mrg | 1 | -2/+2 | |
2004-06-16 | Make this package build on Linux. | minskim | 2 | -1/+14 | |
- Include time.h to use struct tm. | |||||
2004-05-23 | malloc.h fixes for darwin, plus a handful of other small fixes for | danw | 2 | -6/+15 | |
problems found after fixing malloc problems | |||||
2004-05-13 | Honor *OWN and *GRP. | minskim | 1 | -1/+3 | |
2004-05-10 | Add correct ALL_TARGET for some more platforms. | jschauma | 1 | -3/+12 | |
2004-05-07 | whitespace nits | cjep | 1 | -2/+2 | |
2004-05-05 | make this build on Darwin | danw | 3 | -4/+21 | |
2004-05-05 | add an ALL_TARGET for darwin and patch the package Makefile so the | danw | 3 | -2/+17 | |
build errors out if no platform-specific target is specified (so that pkgsrc will recognize that the build failed) | |||||
2004-05-05 | require gmake. (it coincidentally happens to build correctly with | danw | 2 | -2/+4 | |
bmake on NetBSD, but not on some other platforms) | |||||
2004-04-11 | Convert to buildlink3. | snj | 3 | -12/+11 | |
2004-04-11 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 2 | -3/+4 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-02-21 | s/conformancy/conformance/ | snj | 1 | -2/+2 | |
2004-02-21 | s/algorithims/algorithms/ | snj | 1 | -2/+2 | |
2004-02-14 | CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will | jlam | 1 | -4/+3 | |
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2. |