mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
- add LICENSE_FILE as it is now included in the tarball - LICENSE does not indicate "or later" for version - add libapr as dependency, it is linked in - switch to Qt5 [1] - override LOCALBASE for SVN and APR includes using qmake arguments - update patches (and patch name) [1] Although the code base still compiles with Qt4, the src.pro file implicitly uses Qt5. On Qt4 the overriding of the SVN_INCLUDE and APR_INCLUDE variables do not work (due to the src.pro implicitly using Qt5).
11 lines
320 B
Prolog
11 lines
320 B
Prolog
--- src/src.pro.orig 2018-06-02 10:56:17 UTC
|
|
+++ src/src.pro
|
|
@@ -14,7 +14,7 @@ VERSTR = '\\"$${VERSION}\\"' # place qu
|
|
DEFINES += VER=\"$${VERSTR}\" # create a VER macro containing the version string
|
|
|
|
TEMPLATE = app
|
|
-TARGET = ../svn-all-fast-export
|
|
+TARGET = ../svn2git
|
|
|
|
isEmpty(PREFIX) {
|
|
PREFIX = /usr/local
|