From owner-svn-ports-head@freebsd.org Thu Jan 18 09:48:50 2018 Return-Path: Delivered-To: svn-ports-head@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 46F23EC107F; Thu, 18 Jan 2018 09:48:50 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2203D83258; Thu, 18 Jan 2018 09:48:50 +0000 (UTC) (envelope-from dinoex@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 504411CC8F; Thu, 18 Jan 2018 09:48:49 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0I9mnbT008514; Thu, 18 Jan 2018 09:48:49 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0I9mmVN008510; Thu, 18 Jan 2018 09:48:48 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201801180948.w0I9mmVN008510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 18 Jan 2018 09:48:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459319 - in head: emulators/frodo multimedia/sabbu net-im/licq sysutils/zidrav X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: in head: emulators/frodo multimedia/sabbu net-im/licq sysutils/zidrav X-SVN-Commit-Revision: 459319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2018 09:48:50 -0000 Author: dinoex Date: Thu Jan 18 09:48:48 2018 New Revision: 459319 URL: https://svnweb.freebsd.org/changeset/ports/459319 Log: - set BROKEN for FreeBSD-12 Modified: head/emulators/frodo/Makefile head/multimedia/sabbu/Makefile head/net-im/licq/Makefile head/sysutils/zidrav/Makefile Modified: head/emulators/frodo/Makefile ============================================================================== --- head/emulators/frodo/Makefile Thu Jan 18 09:43:38 2018 (r459318) +++ head/emulators/frodo/Makefile Thu Jan 18 09:48:48 2018 (r459319) @@ -10,6 +10,8 @@ DISTNAME= FrodoV4_1b.Src MAINTAINER= dinoex@FreeBSD.org COMMENT= Emulates a Commodore 64 +BROKEN_FreeBSD_12= Regression C++ + USES= shebangfix tk:run USE_XORG= x11 xt xext sm ice ALL_TARGET= Frodo Modified: head/multimedia/sabbu/Makefile ============================================================================== --- head/multimedia/sabbu/Makefile Thu Jan 18 09:43:38 2018 (r459318) +++ head/multimedia/sabbu/Makefile Thu Jan 18 09:48:48 2018 (r459319) @@ -1,3 +1,4 @@ +# $FreeBSD: head/ports-mgmt/pkg_jail/files/pkg_update 411390 2016-03-19 11:00:57Z dinoex 2 # $FreeBSD$ PORTNAME= sabbu @@ -13,6 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \ libsndfile.so:audio/libsndfile + +BROKEN_FreeBSD_12= Regression C++ USES= tar:bzip2 gmake pkgconfig iconv GNU_CONFIGURE= yes Modified: head/net-im/licq/Makefile ============================================================================== --- head/net-im/licq/Makefile Thu Jan 18 09:43:38 2018 (r459318) +++ head/net-im/licq/Makefile Thu Jan 18 09:48:48 2018 (r459319) @@ -1,9 +1,10 @@ +# $FreeBSD: head/ports-mgmt/pkg_jail/files/pkg_update 411390 2016-03-19 11:00:57Z dinoex 2 # Created by: Brian Feldman & Matt Heckaman # $FreeBSD$ PORTNAME= base PORTVERSION= ${LICQ_VER} -PORTREVISION= 9 +PORTREVISION= 8 CATEGORIES= net-im PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2} @@ -15,6 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs BROKEN_sparc64= Does not build: fails to link +BROKEN_FreeBSD_12= Regression C++ USES= cmake:noninja iconv ssl WRKSRC= ${WRKDIR}/${DISTNAME} Modified: head/sysutils/zidrav/Makefile ============================================================================== --- head/sysutils/zidrav/Makefile Thu Jan 18 09:43:38 2018 (r459318) +++ head/sysutils/zidrav/Makefile Thu Jan 18 09:48:48 2018 (r459319) @@ -13,6 +13,8 @@ COMMENT= File corruption detection and repair program LICENSE= GPLv2 +BROKEN_FreeBSD_12= Regression C++ + ALL_TARGET= zidrav PLIST_FILES= bin/zidrav man/man1/zidrav.1.gz