Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-25 | Use OPSYSVARS. | jperkin | 1 | -4/+3 | |
2015-11-03 | Add SHA512 digests for distfiles for benchmarks category | agc | 1 | -1/+3 | |
Problems found with existing distfile for superpi: distfiles/super_pi-20030927/super_pi.tar.gz No changes were made to the superpi/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. distfiles/eagle-lin32-7.4.0.run | |||||
2015-06-12 | Recursive PKGREVISION bump for all packages mentioning 'perl', | wiz | 1 | -2/+2 | |
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0. | |||||
2014-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -3/+1 | |
2014-05-29 | Bump for perl-5.20.0. | wiz | 1 | -2/+2 | |
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time. | |||||
2013-05-31 | Bump all packages for perl-5.18, that | wiz | 1 | -2/+2 | |
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints. | |||||
2012-10-03 | Bump all packages that use perl, or depend on a p5-* package, or | wiz | 1 | -2/+2 | |
are called p5-*. I hope that's all of them. | |||||
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2012-07-01 | Improve the sed command used in GET_OS_CMD to work with '*-*-linux-gnu' | sbd | 1 | -2/+2 | |
2012-05-23 | Work around RMS's ego when examining config.guess output. Should fix | dholland | 2 | -4/+18 | |
Linux build. | |||||
2012-02-28 | No static linking on SunOS. Don't use non-standard u_intXX_t types. | hans | 4 | -4/+34 | |
Not MAKE_JOBS_SAFE. | |||||
2011-09-12 | Add a distfile patch from yours truly, which may become, or may become | dholland | 7 | -86/+34 | |
part of, a new upstream version, but I need to talk to some people first. (I'm keeping this separate from the previous update in case it breaks stuff.) Changes: roll in parts of patch-aa and patch-aq; roll in all of patch-ar and patch-src_memsize_c; make the ARM-only adjustment from patch-ar universal; add enough volatile to make 'mhz' work more or less properly again; fix the loop calibration to bail out instead of spinning forever if things go too fast (e.g. because the compiler's optimized out the benchmark loop); various hacking and modernization to get sort of a clean compile; fix some non-stdc stringifying macros; hopefully advance the clang build a bit further. | |||||
2011-09-12 | Update to 1.1, which was released with little fanfare in 2003. | dholland | 3 | -22/+25 | |
Changes: support for SPARC performance counters, plus a couple fixes. | |||||
2011-08-01 | Fix broken clang build. | dholland | 2 | -1/+32 | |
2011-05-28 | Add trivial patch to makefile, now passes MAKE_JOBS=4. | dholland | 3 | -5/+16 | |
2009-10-29 | Not MAKE_JOBS safe. | joerg | 1 | -1/+2 | |
2009-07-22 | emove empty PLIST. | wiz | 1 | -1/+0 | |
2009-07-08 | user-destdir support | joerg | 3 | -3/+23 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 2 | -9/+2 | |
2009-01-14 | Get rid of `hostname -s` in pkgsrc, on Solaris it sets the hostname to "-s". | sketch | 1 | -4/+9 | |
2008-04-05 | Fiz mhz calculation for arm. It seems gcc has become intelligent enough | chris | 3 | -3/+17 | |
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-01-19 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-06-18 | Replaced bin/hbench/* with libexec/hbench/*. Bumped PKGREVISION. | rillig | 4 | -94/+90 | |
2006-03-19 | Do not use ${INSTALL} to copy files into ${WRKSRC} -- this is wrong for | kristerw | 1 | -3/+3 | |
e.g. NetBSD 1.6 whose /usr/bin/install does not set -c by default. ${CP} is much better if you just want to copy a file... | |||||
2006-03-11 | Fixed the PLIST generation for NetBSD. | rillig | 4 | -61/+65 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-23 | Since the canonical config.guess returned netbsdelf, add that as target. | joerg | 2 | -4/+4 | |
2006-01-12 | Use canonical config.guess and config.sub scripts instead of patching | joerg | 4 | -25/+20 | |
them. Add DragonFly support. | |||||
2005-12-29 | Doesn't hide the output from the post-configure and do-install steps (I | reed | 2 | -10/+11 | |
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-11-05 | Regenerate hand-edited patches so that the Mac OS X patch program | kristerw | 4 | -22/+22 | |
can apply them. | |||||
2005-07-16 | Remove some unnecessarily strong dependencies on perl that resulted | jlam | 1 | -2/+2 | |
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead. | |||||
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 | 1 | -2/+1 | |
2005-03-03 | Fix the ID tag | garbled | 5 | -5/+5 | |
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 | 1 | -1/+2 | |
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 | |||||
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
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-07-30 | Enable pkgviews installation. | minskim | 1 | -1/+3 | |
2004-04-11 | Convert to buildlink3. | snj | 1 | -3/+3 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-11-11 | Use buildlink2. | seb | 1 | -3/+3 | |
2002-09-12 | Standardize. | wiz | 1 | -3/+3 | |
2002-01-22 | Undo last -- version was already bumped. | wiz | 1 | -2/+2 | |
2002-01-22 | belately bump version to 1.0nb1, for the bw_pipe fix | jdolecek | 1 | -2/+2 | |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-11-28 | Buildlinkify. | jlam | 1 | -3/+4 | |