summaryrefslogtreecommitdiff
path: root/benchmarks/paranoia/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-07-17Drop "-ffloat-store" from CFLAGS.gdt1-3/+13
The point of paranoia is to assess a compiler/machine environment. Therefore, this package should be built with the default CFLAGS, and not add options to try to get the tests to pass. This will cause errors to be reported on i386. Take MAINTAINERSHIP.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2009-02-22Use MASTER_SITE_NETLIB for Netlib and its mirrors.asau1-2/+2
Discussed with Tobias Nygren.
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-2/+3
their files via a custom do-install target.
2008-01-19Reset maintainer on his request.wiz1-2/+2
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam1-3/+1
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2004-07-30Enable pkgviews installation.minskim1-1/+5
2004-02-21s/conformancy/conformance/snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-09Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}wiz1-2/+2
2001-03-31Cleanup:zuntum1-2/+2
-O2 -> ${CFLAGS} ${MKDIR} -> ${INSTALL_DATA_DIR}
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-03-16cp -> ${CP}, chmod -> ${CHMOD}wiz1-2/+2
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-4/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-03-16s/cc/${CC}/agc1-2/+2
Add -ffloat-store to compilation line (pointed out by Jonathon Stone)
1998-12-26Fix all the benchmark targets so they work properly, and work with thegarbled1-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-24Add benchmark target to the package Makefile, to enable the benchmarkagc1-1/+4
to be run. Add a file containing the answers necessary to run the benchmark.
1998-09-06Make this pkg honor WRKOBJSRC, pointed out by Thorsten.garbled1-5/+4
1998-08-30Add new pkg for paranoia.garbled1-0/+23
a highly paranoid test of IEEE 754 conformancy.