svn commit: r430643 - in head/comms/wsjtx: . files

Diane Bruce db at FreeBSD.org
Thu Jan 5 16:20:23 UTC 2017


Author: db
Date: Thu Jan  5 16:20:21 2017
New Revision: 430643
URL: https://svnweb.freebsd.org/changeset/ports/430643

Log:
  Fix svn properties. Bug in psvn!
  Mark as broken on i386
  Note typo with include_directories had no effect on build but fixed anyway

Modified:
  head/comms/wsjtx/Makefile
  head/comms/wsjtx/files/patch-CMakeLists.txt   (contents, props changed)
  head/comms/wsjtx/files/patch-Configuration.cpp
  head/comms/wsjtx/files/patch-Radio.cpp   (contents, props changed)
  head/comms/wsjtx/files/patch-WFPalette.hpp   (contents, props changed)
  head/comms/wsjtx/files/patch-lib_wsprd_Makefile
  head/comms/wsjtx/files/patch-manpages_CMakeLists.txt   (contents, props changed)

Modified: head/comms/wsjtx/Makefile
==============================================================================
--- head/comms/wsjtx/Makefile	Thu Jan  5 15:32:31 2017	(r430642)
+++ head/comms/wsjtx/Makefile	Thu Jan  5 16:20:21 2017	(r430643)
@@ -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>
+

Modified: head/comms/wsjtx/files/patch-CMakeLists.txt
==============================================================================
Binary file (source and/or target). No diff available.

Modified: head/comms/wsjtx/files/patch-Configuration.cpp
==============================================================================
--- head/comms/wsjtx/files/patch-Configuration.cpp	Thu Jan  5 15:32:31 2017	(r430642)
+++ head/comms/wsjtx/files/patch-Configuration.cpp	Thu Jan  5 16:20:21 2017	(r430643)
@@ -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
  

Modified: head/comms/wsjtx/files/patch-Radio.cpp
==============================================================================
Binary file (source and/or target). No diff available.

Modified: head/comms/wsjtx/files/patch-WFPalette.hpp
==============================================================================
Binary file (source and/or target). No diff available.

Modified: head/comms/wsjtx/files/patch-lib_wsprd_Makefile
==============================================================================
--- head/comms/wsjtx/files/patch-lib_wsprd_Makefile	Thu Jan  5 15:32:31 2017	(r430642)
+++ head/comms/wsjtx/files/patch-lib_wsprd_Makefile	Thu Jan  5 16:20:21 2017	(r430643)
@@ -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

Modified: head/comms/wsjtx/files/patch-manpages_CMakeLists.txt
==============================================================================
Binary file (source and/or target). No diff available.


More information about the svn-ports-all mailing list