pkgsrc/security/fwbuilder/patches/patch-ac
adam b8d55b79dc Changes 4.1.3:
This version comes with the following usability enhancements:
* Added checkbox to the Preferences dialog, this checkbox turns off some
  tooltips that can be annoying for users who are sufficiently familiar with
  the GUI.
* Added a tab "Policy Rule" to the "Objects" page of the global preferences
  dialog; checkbox in this tab allows the user to choose whether new policy
  rules should be created with logging turned on or off.
The major bug fixes in this release include:
* Fixed installer issue for Windows users that use Putty sessions. Built-in
  policy installer can use putty session on Windows when it runs pscp.exe
  utility to copy generated script to the firewall
* Fixed bug in the generated iptables script that made it to not configure
  broadcast address when it added ip addresses to interfaces.
* Several bugs that affected cluster configurations were fixed.
2011-04-12 13:41:17 +00:00

28 lines
563 B
Text

$NetBSD: patch-ac,v 1.5 2011/04/12 13:44:03 adam Exp $
--- src/res/res.pro.orig 2011-04-12 06:19:21.000000000 +0000
+++ src/res/res.pro
@@ -17,6 +17,7 @@ win32 {
QMAKE_RUN_CC = @echo > /dev/null
QMAKE_RUN_CXX = @echo > /dev/null
QMAKE_LINK = @echo > /dev/null
+ QMAKE_LIBTOOL = @echo > /dev/null
}
TARGET = res
@@ -40,7 +41,6 @@ INSTALLS += res_help_en_US
INSTALLS += res_configlets
unix {
-!macx {
res_desktop.files = fwbuilder.desktop
INSTALLS += res_desktop
@@ -78,7 +78,6 @@ unix {
INSTALLS += app_icon_512x512
}
}
-}