From owner-svn-ports-all@freebsd.org Thu Jan 5 16:20:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 275EFCA0808; Thu, 5 Jan 2017 16:20:23 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC7AB1F57; Thu, 5 Jan 2017 16:20:22 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v05GKMAs070472; Thu, 5 Jan 2017 16:20:22 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v05GKLks070469; Thu, 5 Jan 2017 16:20:21 GMT (envelope-from db@FreeBSD.org) Message-Id: <201701051620.v05GKLks070469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Thu, 5 Jan 2017 16:20:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430643 - in head/comms/wsjtx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2017 16:20:23 -0000 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 + 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.