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
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-25 11:20:59 by Christoph Badura | Files touched by this commit (1) |
Log message:
Don't need to provide a definition of QMAKE in the environment any longer.
qt3-tools/buildlink3.mk does that now.
|
2005-03-07 21:49:24 by Christoph Badura | Files touched by this commit (1) |
Log message:
Because LIBTOOLIZE_PLIST is "yes" by default we must list only the .la file
in the PLIST.
|
2005-02-26 12:52:04 by Christoph Badura | Files touched by this commit (5) |
Log message:
Upgrade fwbuilder and libfwbuilder to 2.0.6.
The main change is support for printing policies and NAT rules for
firewall objects. Also improvments in the iptables compiler and lots
of bug fixes, to numerous to mentions. See the release notes at:
http://www.fwbuilder.org/archives/cat_release_notes.html#000185
|
2005-02-24 12:34:22 by Christoph Badura | Files touched by this commit (2) |
Log message:
Add RMD160 digests.
|
2005-02-24 11:59:57 by Christoph Badura | Files touched by this commit (9) |
Log message:
Replace libfwbuilder with version 2.0.5 as the previous version wasn't
useful.
Firewall Builder is a multi-platform firewall configuration and
management tool. It consists of a GUI and a set of policy compilers for
various firewall platforms. Firewall Builder uses an object-oriented
approach, it helps administrators maintain a database of network
objects and allows policy editing using simple drag-and-drop
operations. Firewall Builder currently supports
iptables,
IP Filter,
ipfw,
OpenBSD PF, and
Cisco PIX
libfwbuilder provides the back-end functionality in a library.
|
2004-10-14 17:21:25 by Todd Vierling | Files touched by this commit (4) |
Log message:
You're going to install those .la files, and you're going to like it, Mister.
(Fixes build breakage because the .la files are needed by the new
libtoolize-plist logic.)
|
2004-10-07 18:27:13 by Todd Vierling | Files touched by this commit (3) |
Log message:
This is a libtool package. .la files go in the PLIST.
|
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|