openbsd-ports/devel/kdiff3/patches/patch-src-QT4_kdiff3_pro
lteo 2ceebb941a Update to kdiff3 0.9.97. Notable changes:
* Memory usage optimized for comparison of large directories.
* In overview for two way diff show if only one side contains text.
* If text is selected in either input or output window use that in
  Find dialog.
* Command line option --cs doesn't change the config value permanently
  anymore.

Also remove unneeded flags from CXXFLAGS, sync WANTLIB, and update my
email address.

Thank you to brad@, espie@, and pascal@ for guidance on fixing
CXXFLAGS, and Amit Kulkarni for testing.

Tested on amd64 and i386.

OK brad@ sthen@
2012-10-02 01:54:47 +00:00

18 lines
470 B
Plaintext

$OpenBSD: patch-src-QT4_kdiff3_pro,v 1.2 2012/10/02 01:54:47 lteo Exp $
--- src-QT4/kdiff3.pro.orig Sat Jul 14 06:27:14 2012
+++ src-QT4/kdiff3.pro Thu Sep 27 00:29:53 2012
@@ -64,11 +64,11 @@ os2 {
}
unix {
- documentation.path = /usr/local/share/doc/kdiff3
+ documentation.path = ${PREFIX}/share/doc/kdiff3
documentation.files = ../doc/*
INSTALLS += documentation
- target.path = /usr/local/bin
+ target.path = ${PREFIX}/bin
INSTALLS += target
}