Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-06 | Uses C++. | joerg | 1 | -1/+2 | |
2006-06-06 | Honor *OWN, *GRP, and *MODE. | minskim | 1 | -1/+3 | |
2006-05-13 | Remove references to teTeX1. | minskim | 1 | -2/+2 | |
2006-05-12 | Add a new -U option, to run for a given time instead of for a given | simonb | 4 | -7/+124 | |
number of buffers. Bump PKGREVISION. Not feed upsteam as author seems to have disappeared :( | |||||
2006-05-02 | Set LICENSE, remove RESTRICTED (issue is no derivative works). | gdt | 1 | -2/+3 | |
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -2/+2 | |
need them, for example RESTRICTED and SUBST_MESSAGE.*. | |||||
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
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. | |||||
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-16 | Make this package build on Darwin. getxattr(2) and setxattr(2) on Darwin | minskim | 2 | -5/+34 | |
require additional arguments related to the resource fork attribute. | |||||
2006-03-11 | Fixed the PLIST generation for NetBSD. | rillig | 4 | -61/+65 | |
2006-03-11 | Install the readme.html file. | reed | 2 | -4/+9 | |
Bump PKGREVISION. Remove the INSTALLATION_DIRS that was there because 1.03a precreates all these anyways. todo: patch bonnie++.8 to point to correct path to readme.html | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 10 | -20/+20 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-03-03 | Regen so that the MacOS X patch program can apply it. | kristerw | 2 | -6/+4 | |
2006-02-11 | The "benchmark" and "results" targets both depend on "build". | rillig | 1 | -3/+3 | |
2006-02-11 | Fixed some pkglint warnings. | rillig | 1 | -7/+9 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 10 | -15/+20 | |
2006-01-23 | Since the canonical config.guess returned netbsdelf, add that as target. | joerg | 2 | -4/+4 | |
2006-01-21 | Update package Makefile now that bsd.pkg.extract.mk is using the | jlam | 2 | -5/+2 | |
"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. | |||||
2006-01-12 | Fixed pkglint warnings, including a typo: INSTALLATINO => INSTALLATION. | rillig | 1 | -6/+6 | |
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 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
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-12-28 | Use pthread buildlink instead of hard-coding -lpthread. | joerg | 3 | -7/+17 | |
2005-12-27 | Remove PKG_FAIL fallout from f2c vs. f77 difference. | joerg | 1 | -4/+1 | |
2005-12-27 | Install README and manpage. | reed | 2 | -2/+11 | |
And bump PKGREVISION. | |||||
2005-12-27 | Remove quick description from first line. | reed | 1 | -17/+17 | |
Change references of "I" to the author. | |||||
2005-12-27 | Remove extra space. | reed | 1 | -1/+1 | |
2005-12-26 | Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386 | schmonz | 1 | -1/+4 | |
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed. | |||||
2005-12-21 | - Fix GCC 4.x build problems. | tron | 3 | -20/+52 | |
- Correct crude Darwin build fix so it doesn't break under 8.x. | |||||
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 | |