Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 09:48:48 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
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
Message-ID:  <201801180948.w0I9mmVN008510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801180948.w0I9mmVN008510>