2012-09-12 00:37:15 by Aleksej Saushev | Files touched by this commit (42) |
Log message:
"user-destdir" is default these days
|
2009-07-08 16:22:52 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
user-destdir support
|
2008-02-05 14:51:09 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
This is not MAKE_JOBS_SAFE.
This fixes PR #36456.
(By the way, a newer version is available of this software.)
|
2007-01-03 06:50:15 by Curt Sampson | Files touched by this commit (3) |
Log message:
Add a patch that fixes the install code in Makefile.in, so we can just use
that rather than having to hack our own install code. This changes what's
actually built and installed not one whit, so we do not increment the version.
|
2006-12-07 07:27:30 by Curt Sampson | Files touched by this commit (5) |
Log message:
Upgrade to 0.8.
New in version 0.8:
httperf is now released under the GNU General Public License (GPL).
Preliminary support for SSL (Secure Socket Layer). See README for details.
New options (see man-page for details):
--print-reply (replaced --print-replies)
--print-request
--ssl
--ssl-ciphers
--ssl-no-reuse
New in version 0.7:
New options (see man-page for details):
--add-header
--method
--retry-on-failure
Bug fixes
- fixed some segfaults in the session workload generator
- specifying option --session-cookie when not using a session
workload generator now prints an error message instead of
core dumping
|
2006-10-04 22:46:42 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
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-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-06-17 06:49:49 by Johnny C. Lam | Files touched by this commit (65) |
Log message:
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|