2006-08-23 13:34:59 by John R. Shannon | Files touched by this commit (2) |
Log message:
1) Added PLIST.perl for perl option
2) Bumped PKGREVISION
|
2006-08-23 12:51:26 by John R. Shannon | Files touched by this commit (3) |
Log message:
1) Fixed problem where 64-bit minimums are set using 32-bit arithmetic
2) PLIST correction
|
2006-08-17 13:31:40 by John R. Shannon | Files touched by this commit (4) |
Log message:
Update to 0.9.10.1. Changes:
- Fix checking for swig/perl/python when full path to the
application is specified.
- Fix OpenBSD getaddrinfo() AI_ADDRCONFIG issue (apply to
some other system as well).
- Fix workaround for system with broken libtool,
that prevented the use of plugin (#168).
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-06-09 00:07:24 by John R. Shannon | Files touched by this commit (1) | |
Log message:
Removed temporary code that should not have been committed in my last
update.
|
2006-06-06 14:19:30 by John R. Shannon | Files touched by this commit (3) |
Log message:
Update to libprelude 0.9.9. Changes:
- Correct IDMEF v16 checksum algorithms letter case.
- Detailed, verbose error reporting when failing to read IDMEF message.
- Detailed, verbose error reporting for unsupported value operation.
|
2006-05-04 15:13:18 by John R. Shannon | Files touched by this commit (4) |
Log message:
Updated to libprelude 0.9.8. Changes:
- Improve idmef-path error reporting.
- Rework configure script so that it use --with[out] in
place of --(en|dis)able where we deal with external dependencies.
- Rework configure script so that --with[out] work as expected (enabling and
disabling the feature, explicit error if "with" feature is explicitly
specified but the feature it is unavailable, etc).
- Rework SNMPService class for IDMEF draft 16 compliance.
- Make sure we set alert CreateTime if the caller did not do it for us.
- Fix handling of \r\n terminated line.
- Ignore character that are part of the option value when comparing
option specified using --option=value. Fix handling of parent option.
|
2006-04-24 12:19:20 by John R. Shannon | Files touched by this commit (2) |
Log message:
Update to 0.9.7.2. This is a bugfix release.
|
2006-04-23 02:12:43 by Johnny C. Lam | Files touched by this commit (78) |
Log message:
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
|