pkgsrc/security/qca2/patches/patch-aa
markd 5ba7d247a2 Update to qca 2.0.1
- Bugfix release, forward and backward compatible with 2.0.0
  - Ability to build as a Mac framework (and build this way by default)
  - On non-Mac Unix, the pkgconfig file is always qca2.pc, even in debug
    mode
  - Certificates containing wildcards are now matched properly
  - DirWatch/FileWatch now work
  - Keystore writes now work
  - Don't delete objects in their event handler (prevents Qt 4.4 warnings)
  - Fix potential hang with TLS in server mode
  - Windows version can be configured/installed using paths with spaces
2009-01-27 11:10:46 +00:00

15 lines
430 B
Text

$NetBSD: patch-aa,v 1.2 2009/01/27 11:10:46 markd Exp $
--- src/src.pro.orig 2008-06-04 12:50:25.000000000 +1200
+++ src/src.pro
@@ -109,10 +109,6 @@ unix: {
incfiles.files = $$PUBLIC_HEADERS
incfiles.files += $$QCA_INC/qca.h $$QCA_INC/QtCrypto
!lib_bundle:INSTALLS += incfiles
-
- manfiles.path = $$DATADIR/man/man1
- manfiles.files = $$QCA_BASE/man/qcatool2.1
- INSTALLS += manfiles
}
!debug_and_release|build_pass {