Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-12-20 | Backout last change. f2c is not correctly working here. | joerg | 3 | -204/+1 | |
2005-12-13 | Change HOMEPAGE to real webpage about this. | reed | 1 | -2/+2 | |
2005-12-13 | Fix typo. | reed | 1 | -1/+1 | |
2005-12-13 | Match function arguments with actual usage. Since neither me nor | joerg | 3 | -1/+204 | |
the maintainer is very fluent with Fortan, let's assume f2c knows what it was doing. | |||||
2005-12-13 | Add DragonFly, fix errno. | joerg | 3 | -19/+21 | |
2005-12-13 | Add DragonFly support. Use errno.h on all platforms. Don't play | joerg | 2 | -1/+89 | |
stupid off64_t games on DragonFly, just use off_t. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 11 | -33/+33 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-11-11 | Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT | tonio | 1 | -2/+2 | |
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions | |||||
2005-11-08 | convert to use tex.buildlink3.mk | tonio | 1 | -2/+3 | |
Accepts teTeX1, teTeX2 and teTeX3 | |||||
2005-11-07 | Don't declare errno manually, depend on errno.h for it. While here, | joerg | 3 | -13/+43 | |
fix the signal handling to use a volatile variable. Compilers can optimise the access otherwise. Bump revision, since this is a bugfix. Reviewed by jlam and the maintainer. | |||||
2005-11-07 | Depend on errno.h to provide errno. | joerg | 2 | -12/+20 | |
2005-11-06 | Use O_FSYNC instead of O_SYNC on DragonFly. Disable extattr_get_file | joerg | 3 | -7/+25 | |
on DragonFly, the semantic is different and it isn't very useful in the current form. | |||||
2005-11-05 | Do not intermingle build phases, CONFIGURE_DIRS can specify a list of | joerg | 7 | -689/+147 | |
directories to process. The removal of pre-configure fixes the config.* handling at the same time. Also specify the config.status overrides. Patch configure to not try to detect -lrfftw, just link the static version explicitly. Do the same for -lfftw. This ensures that we actually do get the static versions without having to worry about libtool being too clever. Retire manual config.sub hacks, this should be handled by config.guess already. <jlam> just go ahead and commit that benchfft patch and let's <jlam> never speak of it again :) | |||||
2005-11-05 | Regenerate hand-edited patches so that the Mac OS X patch program | kristerw | 4 | -22/+22 | |
can apply them. | |||||
2005-10-31 | NOT_FOR_PLATFORM Interix. | tv | 1 | -1/+3 | |
2005-10-31 | NOT_FOR_PLATFORM Interix (only 32-bit off_t). | tv | 1 | -1/+3 | |
2005-10-31 | This needs libgetopt on some systems. | tv | 1 | -1/+2 | |
2005-10-31 | 4.1.0nb1: Interix has no sync(2). Use fsync(2) there instead. | tv | 3 | -3/+55 | |
While there, use fsync(2) on all hosts. Without this, the fstime benchmark will be disproportionately biased toward OS's and hardware that buffer larger amounts of data in memory before [background] syncing. | |||||
2005-10-31 | NOT_FOR_PLATFORM Interix (only 32-bit off_t). | tv | 1 | -1/+3 | |
2005-10-20 | Add RMD160 checksum. | wiz | 1 | -1/+2 | |
2005-10-19 | Changes 3.248: | adam | 3 | -15/+16 | |
* Improvements | |||||
2005-10-13 | Added benchmarks/forkbomb | xtraeme | 1 | -1/+2 | |
2005-10-13 | Initial import of forkbomb-1.4. | xtraeme | 4 | -0/+35 | |
Classic Unix fork() bomber. Includes CPU hanger, memory allocator, memory toucher and zombie dance team. You can test how will your computer behave under heavy CPU, process, memory load. Forkbomb is also useful as realloc() benchmark. | |||||
2005-10-13 | Correct execl() so that the argument list is NULL terminated. | ben | 2 | -9/+14 | |
Terminating with 0 worked under NetBSD 2.0.2, but it fails with EFAULT under NetBSD/amd64 3.0_BETA. | |||||
2005-10-10 | Explicitly specify to Makefile.in the directory on which the manpages | xtraeme | 3 | -4/+25 | |
will be installed, otherwise as --mandir now defaults to ${PREFIX}/${PKGMANDIR}, they won't be installed into the correct location. Bump PKGREVISION. | |||||
2005-09-28 | Removed unneeded patch-aa. | rillig | 1 | -122/+0 | |
2005-09-28 | Fixed pkglint warnings. Converted patch-ab to unified diff format. Moved | rillig | 4 | -24/+133 | |
hint.1 from inside patch-aa to the files/ directory. | |||||
2005-09-25 | Added a chunk to patch-aa that comments out unnecessary code (statvfs). Now | rillig | 3 | -6/+22 | |
the package builds on NetBSD-1.6.2. Bumped PKGREVISION. | |||||
2005-09-03 | Removed the $Id$ line from the patch. Restored -kkv mode. | rillig | 2 | -5/+4 | |
2005-09-03 | Re-add the patch with -ko, as suggests pkglint. | xtraeme | 2 | -2/+16 | |
2005-09-03 | Remove the patch, contains $Id$ expanded | xtraeme | 1 | -15/+0 | |
2005-09-03 | Remove the line $Id$ in the patch. | xtraeme | 2 | -6/+7 | |
2005-09-03 | eek, fix the patch. | xtraeme | 2 | -6/+6 | |
2005-09-03 | Fix HOMEPAGE | xtraeme | 1 | -2/+2 | |
2005-09-03 | Added benchmarks/pipebench | xtraeme | 1 | -1/+2 | |
2005-09-03 | Initial import of pipebench-0.40. | xtraeme | 5 | -0/+41 | |
Measures the speed of a pipe, by sitting in the middle passing the data along to the next process. | |||||
2005-09-03 | Added benchmarks/nbench | xtraeme | 1 | -1/+2 | |
2005-09-03 | Initial import of nbench-2.2.2. | xtraeme | 5 | -0/+51 | |
This benchmark utility is used to determine how the processor, its caches and coprocessors influence overall system performance. Its measurements can indicate problems with the processor subsystem and (since the processor is a major influence on overall system system performance) give us an idea of how well a given system will perform. | |||||
2005-09-03 | Added benchmarks/ubench | xtraeme | 1 | -1/+2 | |
2005-09-03 | Initial import of ubench-0.32. | xtraeme | 5 | -0/+59 | |
The Unix Benchmark Utility "ubench" provides a single mesure of performance for machines running various flavors of Unix operating systems. | |||||
2005-08-23 | Use Dimension instead of int for the width and the height. | hira | 3 | -8/+17 | |
This makes the package work properly on NetBSD/macppc. Bump PKGREVISION. | |||||
2005-08-10 | Simplify the check for SunOS, LIBS.SunOS is enough. | xtraeme | 1 | -4/+2 | |
2005-08-10 | Use "PTHREAD_LIBS" in build phase to make sure that this builds on | tron | 1 | -2/+2 | |
platforms without a "-pthread" option supported by the compiler. | |||||
2005-08-09 | Update "netio" package to version 1.23. Changes since version 1.13 include: | tron | 3 | -47/+12 | |
- UDP support - sets socket buffer size by default for decent performance under *BSD | |||||
2005-08-06 | Removed PKG_MISC_TARGETS, as it doesn't work anyway. Many packages in this | rillig | 1 | -2/+1 | |
category don't even implement these targets. ok'ed by jlam. | |||||
2005-08-02 | explicitely include <sys/types.h> before <machine/ieee.h> | drochner | 2 | -7/+8 | |
might fix build error on older NetBSD releases (seen in 1.6.2 bulk build) | |||||
2005-07-27 | +zelibm | drochner | 1 | -1/+2 | |
2005-07-27 | import "zelibm", a tool to check the accuracy of some libm functions, | drochner | 9 | -0/+218 | |
by Ulrich Drepper | |||||
2005-07-16 | Remove some unnecessarily strong dependencies on perl that resulted | jlam | 2 | -5/+4 | |
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead. | |||||
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 2 | -5/+4 | |
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. |