rillig
175db8ed0e
Fixed unprivileged builds: ${CP} cannot overwrite read-only files.
2006-07-02 20:25:34 +00:00
tron
dd2de360bc
Fix compile warnings with GCC 4.x by using "socklen_t" were appropriate.
2006-07-02 15:11:44 +00:00
tron
974b42cc26
Update "netio" to version 1.23. This version fixes various minor bugs
...
found since the 1.26 release.
2006-07-02 15:02:59 +00:00
joerg
d8e5e32750
Override ancient config.guess script to unbreak lmbench installation
...
after rillig added set -e to do-install script.
2006-06-30 11:33:13 +00:00
tron
0feb01de19
Correct description: Version 1.20 of "netio" no longer support DOS.
...
Problem pointed out by Markus Illenseer in private e-mail.
2006-06-25 10:23:50 +00:00
rillig
f17aa93fad
Fixed unprivileged builds. Added basic error checking. Bumped PKGREVISION.
2006-06-24 08:44:33 +00:00
rillig
e2180b67b7
Fixed path to the Perl interpreter. Bumped PKGREVISION.
2006-06-22 21:50:38 +00:00
joerg
08eaa3510a
Rename daemon to is_daemon, since daemon is declared already in stdlib.h.
2006-06-22 15:00:51 +00:00
minskim
e51c7956c3
Remove conflicting declaration of malloc(); include <stdlib.h> instead.
2006-06-21 14:27:28 +00:00
rillig
d830409987
Added BINOWN and BINGRP to MAKE_ENV to make unprivileged builds work.
...
Bumped PKGREVISION.
2006-06-18 11:21:42 +00:00
rillig
c795098ccf
Replaced bin/hbench/* with libexec/hbench/*. Bumped PKGREVISION.
2006-06-18 10:07:09 +00:00
rillig
5bc6ddf8e9
Fixed some pkglint warnings. Among others, the "@" character is only
...
valid at the beginning of a shell command in a Makefile. In the middle
of such a line, the "@" character does not have any special meaning.
2006-06-08 14:58:38 +00:00
hira
001f1eee87
Add `@dirrm share/doc/bonnie++'. Bump PKGREVISION.
2006-06-07 21:35:59 +00:00
joerg
2110ced348
Uses C++.
2006-06-06 16:14:28 +00:00
minskim
197598af9a
Honor *OWN, *GRP, and *MODE.
2006-06-06 00:02:54 +00:00
minskim
fa5157ed20
Remove references to teTeX1.
2006-05-13 03:44:23 +00:00
simonb
e1421030a9
Add a new -U option, to run for a given time instead of for a given
...
number of buffers.
Bump PKGREVISION.
Not feed upsteam as author seems to have disappeared :(
2006-05-12 03:07:14 +00:00
gdt
b95a4696ee
Set LICENSE, remove RESTRICTED (issue is no derivative works).
2006-05-02 13:53:18 +00:00
rillig
9fc2d7d281
Removed the superfluous "quotes" and 'quotes' from variables that don't
...
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
wiz
02f8f7c52d
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
2006-04-17 13:45:57 +00:00
drochner
1c7ab8c04d
The patch in PR pkg/21421 had a bug: The memory allocated for "Chunk"
...
was too short. This made the program die from EFAULT randomly.
Found by Konrad Schroder.
Apply his fix that and bump PKGREVISION.
2006-04-12 10:55:49 +00:00
kristerw
af346ae99f
Do not use ${INSTALL} to copy files into ${WRKSRC} -- this is wrong for
...
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-19 22:36:03 +00:00
minskim
f2374944fa
Make this package build on Darwin. getxattr(2) and setxattr(2) on Darwin
...
require additional arguments related to the resource fork attribute.
2006-03-16 23:00:08 +00:00
rillig
3a4a08b683
Fixed the PLIST generation for NetBSD.
2006-03-11 03:44:20 +00:00
reed
a5500bc994
Install the readme.html file.
...
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-11 03:19:02 +00:00
jlam
9c8b5ede43
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
...
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-04 21:28:51 +00:00
kristerw
f2432d1ce3
Regen so that the MacOS X patch program can apply it.
2006-03-03 22:06:44 +00:00
rillig
ee063d1524
The "benchmark" and "results" targets both depend on "build".
2006-02-11 11:20:22 +00:00
rillig
e48f4cf942
Fixed some pkglint warnings.
2006-02-11 11:15:45 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +00:00
joerg
52f69930e9
Since the canonical config.guess returned netbsdelf, add that as target.
2006-01-23 18:07:51 +00:00
jlam
758d912e33
Update package Makefile now that bsd.pkg.extract.mk is using the
...
"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-21 18:57:40 +00:00
rillig
891f730cbf
Fixed pkglint warnings, including a typo: INSTALLATINO => INSTALLATION.
2006-01-12 20:49:17 +00:00
joerg
e48965f2da
Use canonical config.guess and config.sub scripts instead of patching
...
them. Add DragonFly support.
2006-01-12 15:10:29 +00:00
jlam
dc9594e09d
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
...
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
reed
382dff173a
Doesn't hide the output from the post-configure and do-install steps (I
...
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-29 03:26:28 +00:00
joerg
394b72769d
Use pthread buildlink instead of hard-coding -lpthread.
2005-12-28 13:19:26 +00:00
joerg
0437fac11a
Remove PKG_FAIL fallout from f2c vs. f77 difference.
2005-12-27 21:31:28 +00:00
reed
8dfd7b8224
Install README and manpage.
...
And bump PKGREVISION.
2005-12-27 20:51:40 +00:00
reed
1c999894d7
Remove quick description from first line.
...
Change references of "I" to the author.
2005-12-27 20:46:52 +00:00
reed
035e1e1f2d
Remove extra space.
2005-12-27 20:44:23 +00:00
schmonz
463f43526a
Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
...
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-26 23:39:30 +00:00
tron
e30b8f0e48
- Fix GCC 4.x build problems.
...
- Correct crude Darwin build fix so it doesn't break under 8.x.
2005-12-21 11:49:51 +00:00
joerg
1c2ce8a943
Backout last change. f2c is not correctly working here.
2005-12-20 17:58:51 +00:00
reed
93ff32c363
Change HOMEPAGE to real webpage about this.
2005-12-13 18:27:51 +00:00
reed
632b3e21cb
Fix typo.
2005-12-13 18:13:38 +00:00
joerg
55e08ed436
Match function arguments with actual usage. Since neither me nor
...
the maintainer is very fluent with Fortan, let's assume f2c knows
what it was doing.
2005-12-13 17:20:53 +00:00
joerg
973db35de8
Add DragonFly, fix errno.
2005-12-13 15:12:59 +00:00
joerg
3034dee425
Add DragonFly support. Use errno.h on all platforms. Don't play
...
stupid off64_t games on DragonFly, just use off_t.
2005-12-13 14:25:01 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
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-12-05 20:49:47 +00:00