Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -3/+1 | |
2013-09-10 | Fix operator precendence. Bump revision. | joerg | 3 | -6/+6 | |
2013-04-07 | Edited DESCR in the case of: | rodent | 1 | -2/+0 | |
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them. | |||||
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2012-01-12 | Fix build on SunOS. | hans | 1 | -1/+2 | |
2011-09-12 | Update the patch here to use %llu instead of %qu for 64-bit values, | dholland | 2 | -16/+28 | |
since clang objects to %qu. Also patch another format string that was previously missed | |||||
2011-08-14 | fix build with GCC 4.5. | mrg | 2 | -16/+32 | |
2010-04-01 | Need 64bit off_t, so pass -D_FILE_OFFSET_BITS=64 to CFLAGS on Linux. | obache | 1 | -1/+3 | |
Fixes PR#43094. | |||||
2008-06-12 | Add DESTDIR support. | joerg | 1 | -1/+2 | |
2008-02-07 | Needs GNU nroff to format catpages with -mandoc. | tnn | 1 | -2/+2 | |
2008-01-19 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -3/+3 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2007-01-18 | Fixed PKGMANDIR. | rillig | 3 | -15/+12 | |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -2/+2 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-06-06 | Honor *OWN, *GRP, and *MODE. | minskim | 1 | -1/+3 | |
2006-04-12 | The patch in PR pkg/21421 had a bug: The memory allocated for "Chunk" | drochner | 3 | -6/+6 | |
was too short. This made the program die from EFAULT randomly. Found by Konrad Schroder. Apply his fix that and bump PKGREVISION. | |||||
2005-12-27 | Remove extra space. | reed | 1 | -1/+1 | |
2005-10-31 | NOT_FOR_PLATFORM Interix (only 32-bit off_t). | tv | 1 | -1/+3 | |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -2/+2 | |
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-05-16 | Note that expr is used by this package. | jlam | 1 | -1/+2 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
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-02-22 | Add RMD160 digests in addition to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-07-30 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -6/+6 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-06-09 | we install `Bonnie' as `bonnie', update usage() accordingly. | grant | 2 | -1/+15 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -4/+4 | |
2001-07-16 | Update this pkg to 2.06. There doesn't seem to be any changelog, nor any | garbled | 4 | -102/+30 | |
obvious changes, other than the addition of a -html option to generate html tables for results. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-09 | Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} | wiz | 1 | -2/+2 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-03-16 | cp -> ${CP}, chmod -> ${CHMOD} | wiz | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+4 | |
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 1 | -6/+2 | |
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles. | |||||
1999-05-05 | Use ftp0.sunet.se instead of ftp.sunet.se. | bad | 1 | -2/+2 | |
1998-12-26 | Fix all the benchmark targets so they work properly, and work with the | garbled | 1 | -2/+6 | |
package uninstalled, with the exceptionof lmbench. Make non-batch targets for all the benchmarks, and create a results target which places all the results in /tmp for easier collection. | |||||
1998-09-24 | Run the benchmarks in ${WRKSRC}. | agc | 1 | -2/+2 | |
1998-09-23 | Add a benchmark target to the package Makefile, to enable the | agc | 1 | -1/+4 | |
benchmark to be run. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 2 | -0/+4 | |
1998-06-20 | Make packages which use NetBSD's bsd.man.mk work with automatic manual | agc | 1 | -3/+6 | |
page handling. | |||||
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -3/+3 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-20 | Handle MANZ and MANINSTALL case better. | frueauf | 2 | -6/+4 | |