diff options
author | db <db@FreeBSD.org> | 2017-01-05 16:20:21 +0000 |
---|---|---|
committer | db <db@FreeBSD.org> | 2017-01-05 16:20:21 +0000 |
commit | 6efe7041208bc77693c24a19c93816cbed4f6eac (patch) | |
tree | 1373b323a8a4f161a47a08ec4266c5938ac148d1 | |
parent | bfd45b7cbdce16944e1bc6524de6a91c47b20167 (diff) | |
download | FreeBSD-ports-6efe7041208bc77693c24a19c93816cbed4f6eac.zip FreeBSD-ports-6efe7041208bc77693c24a19c93816cbed4f6eac.tar.gz |
Fix svn properties. Bug in psvn!
Mark as broken on i386
Note typo with include_directories had no effect on build but fixed anyway
-rw-r--r-- | comms/wsjtx/Makefile | 3 | ||||
-rw-r--r-- | comms/wsjtx/files/patch-CMakeLists.txt | 4 | ||||
-rw-r--r-- | comms/wsjtx/files/patch-Configuration.cpp | 2 | ||||
-rw-r--r-- | comms/wsjtx/files/patch-Radio.cpp | 2 | ||||
-rw-r--r-- | comms/wsjtx/files/patch-WFPalette.hpp | 2 | ||||
-rw-r--r-- | comms/wsjtx/files/patch-lib_wsprd_Makefile | 2 | ||||
-rw-r--r-- | comms/wsjtx/files/patch-manpages_CMakeLists.txt | 2 |
7 files changed, 10 insertions, 7 deletions
diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile index 58b7d7e..dfe95b7 100644 --- a/comms/wsjtx/Makefile +++ b/comms/wsjtx/Makefile @@ -37,4 +37,7 @@ do-extract: ${TAR} xf ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -C${WRKDIR} ${TAR} xf ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/wsjtx.tgz -C${WRKDIR} +BROKEN_i386= does not build on i386 due to openmp + .include <bsd.port.mk> + diff --git a/comms/wsjtx/files/patch-CMakeLists.txt b/comms/wsjtx/files/patch-CMakeLists.txt index 28c5750..34cd232 100644 --- a/comms/wsjtx/files/patch-CMakeLists.txt +++ b/comms/wsjtx/files/patch-CMakeLists.txt @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2017-01-05 12:39:50 UTC +--- CMakeLists.txt.orig 2017-01-05 15:57:44 UTC +++ CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required (VERSION 2.8.10 FATAL_ERROR) @@ -13,7 +13,7 @@ +if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") + set (FREEBSD TRUE) + link_directories("/usr/lib" "${LOCALBASE}/lib") -+ include_directories("/usr/lib" "${LOCALBASE}/include") ++ include_directories("/usr/include" "${LOCALBASE}/include") +endif() + diff --git a/comms/wsjtx/files/patch-Configuration.cpp b/comms/wsjtx/files/patch-Configuration.cpp index 9d66d57..7d93397 100644 --- a/comms/wsjtx/files/patch-Configuration.cpp +++ b/comms/wsjtx/files/patch-Configuration.cpp @@ -1,4 +1,4 @@ ---- Configuration.cpp.orig 2017-01-05 12:39:49 UTC +--- Configuration.cpp.orig 2017-01-05 15:57:44 UTC +++ Configuration.cpp @@ -2548,13 +2548,13 @@ void Configuration::impl::fill_port_comb diff --git a/comms/wsjtx/files/patch-Radio.cpp b/comms/wsjtx/files/patch-Radio.cpp index 7ce1b1d..00ae551 100644 --- a/comms/wsjtx/files/patch-Radio.cpp +++ b/comms/wsjtx/files/patch-Radio.cpp @@ -1,4 +1,4 @@ ---- Radio.cpp.orig 2017-01-05 12:39:50 UTC +--- Radio.cpp.orig 2017-01-05 15:57:45 UTC +++ Radio.cpp @@ -30,7 +30,7 @@ namespace Radio { diff --git a/comms/wsjtx/files/patch-WFPalette.hpp b/comms/wsjtx/files/patch-WFPalette.hpp index f75a3b7..802b3d9 100644 --- a/comms/wsjtx/files/patch-WFPalette.hpp +++ b/comms/wsjtx/files/patch-WFPalette.hpp @@ -1,4 +1,4 @@ ---- WFPalette.hpp.orig 2017-01-05 12:39:50 UTC +--- WFPalette.hpp.orig 2017-01-05 15:57:44 UTC +++ WFPalette.hpp @@ -5,6 +5,7 @@ #include <QList> diff --git a/comms/wsjtx/files/patch-lib_wsprd_Makefile b/comms/wsjtx/files/patch-lib_wsprd_Makefile index c6d9580..0192bea 100644 --- a/comms/wsjtx/files/patch-lib_wsprd_Makefile +++ b/comms/wsjtx/files/patch-lib_wsprd_Makefile @@ -1,4 +1,4 @@ ---- lib/wsprd/Makefile.orig 2017-01-05 14:17:58 UTC +--- lib/wsprd/Makefile.orig 2017-01-05 15:57:44 UTC +++ lib/wsprd/Makefile @@ -1,10 +1,10 @@ -CC = gcc diff --git a/comms/wsjtx/files/patch-manpages_CMakeLists.txt b/comms/wsjtx/files/patch-manpages_CMakeLists.txt index 15aa866..9dff2c3 100644 --- a/comms/wsjtx/files/patch-manpages_CMakeLists.txt +++ b/comms/wsjtx/files/patch-manpages_CMakeLists.txt @@ -1,4 +1,4 @@ ---- manpages/CMakeLists.txt.orig 2017-01-05 12:39:52 UTC +--- manpages/CMakeLists.txt.orig 2017-01-05 15:57:47 UTC +++ manpages/CMakeLists.txt @@ -2,8 +2,6 @@ set (ASCIIDOC_MANS man1/wsjtx.1.txt |