From owner-svn-ports-head@freebsd.org Wed Sep 23 14:53:15 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE1EE3FC2AD; Wed, 23 Sep 2020 14:53:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BxLlH5NYpz3SfQ; Wed, 23 Sep 2020 14:53:15 +0000 (UTC) (envelope-from bapt@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 9C0CF1230C; Wed, 23 Sep 2020 14:53:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08NErFXx072483; Wed, 23 Sep 2020 14:53:15 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08NErE2u072478; Wed, 23 Sep 2020 14:53:14 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202009231453.08NErE2u072478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 23 Sep 2020 14:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549736 - in head: audio/ardour6 audio/guitarix-lv2 java/openjfx8-devel net-im/dino x11-themes/plata-theme X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: audio/ardour6 audio/guitarix-lv2 java/openjfx8-devel net-im/dino x11-themes/plata-theme X-SVN-Commit-Revision: 549736 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.33 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: Wed, 23 Sep 2020 14:53:15 -0000 Author: bapt Date: Wed Sep 23 14:53:14 2020 New Revision: 549736 URL: https://svnweb.freebsd.org/changeset/ports/549736 Log: Update to glib 2.66.0 Mark the few remaining ports not building against this upgrade as broken Instead of risking of missing anyone who got involed, I will just thank all of them they will recognize themselves! This was a joint work of many PR: 247278 Reviewed by: fluffy exp-run antoine Differential Revision: https://reviews.freebsd.org/D25279 Modified: head/audio/ardour6/Makefile head/audio/guitarix-lv2/Makefile head/audio/guitarix-lv2/distinfo head/java/openjfx8-devel/Makefile head/net-im/dino/Makefile head/x11-themes/plata-theme/Makefile Modified: head/audio/ardour6/Makefile ============================================================================== --- head/audio/ardour6/Makefile Wed Sep 23 14:46:03 2020 (r549735) +++ head/audio/ardour6/Makefile Wed Sep 23 14:53:14 2020 (r549736) @@ -12,6 +12,8 @@ DISTNAME= Ardour-${PORTVERSION} MAINTAINER= beerml@sigma6audio.de COMMENT= Multichannel digital audio workstation +BROKEN= Does not build with glib 2.66.0 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/audio/guitarix-lv2/Makefile ============================================================================== --- head/audio/guitarix-lv2/Makefile Wed Sep 23 14:46:03 2020 (r549735) +++ head/audio/guitarix-lv2/Makefile Wed Sep 23 14:53:14 2020 (r549736) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= guitarix -DISTVERSION= 0.40.0 +DISTVERSION= 0.41.0 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ PKGNAMESUFFIX= -lv2 @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}2-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Virtual versatile amplification for Jack and set of LV2 plugins +BROKEN= Does not build with glib 2.66.0 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING @@ -37,7 +39,7 @@ LIB_DEPENDS= libavahi-common.so:net/avahi-app \ RUN_DEPENDS= roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf USES= compiler:c++11-lang eigen:3 gnome libarchive localbase:ldflags \ - pkgconfig python:build readline waf tar:xz + pkgconfig python:build readline waf xorg tar:xz USE_GNOME= atkmm cairo gtk30 gtkmm30 pangomm USE_XORG= x11 USE_LDCONFIG= yes Modified: head/audio/guitarix-lv2/distinfo ============================================================================== --- head/audio/guitarix-lv2/distinfo Wed Sep 23 14:46:03 2020 (r549735) +++ head/audio/guitarix-lv2/distinfo Wed Sep 23 14:53:14 2020 (r549736) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590687393 -SHA256 (guitarix2-0.40.0.tar.xz) = a7bce49d26b55343a0cf9b8027b9a2cc17d8773260f5b5610a92c19408282061 -SIZE (guitarix2-0.40.0.tar.xz) = 70880548 +TIMESTAMP = 1600465360 +SHA256 (guitarix2-0.41.0.tar.xz) = 40951953371d0925b74c9c618b60a76f1e8a65456222837d5b6bac9bb35f4e63 +SIZE (guitarix2-0.41.0.tar.xz) = 70865716 Modified: head/java/openjfx8-devel/Makefile ============================================================================== --- head/java/openjfx8-devel/Makefile Wed Sep 23 14:46:03 2020 (r549735) +++ head/java/openjfx8-devel/Makefile Wed Sep 23 14:53:14 2020 (r549736) @@ -13,6 +13,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= tobik@FreeBSD.org COMMENT= JavaFX SDK overlay for OpenJDK 8 +BROKEN= Does not build with glib 2.66.0 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/net-im/dino/Makefile ============================================================================== --- head/net-im/dino/Makefile Wed Sep 23 14:46:03 2020 (r549735) +++ head/net-im/dino/Makefile Wed Sep 23 14:53:14 2020 (r549736) @@ -11,6 +11,8 @@ COMMENT= Modern XMPP Chat Client using GTK+/Vala LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Does not build with glib 2.66.0 + BUILD_DEPENDS= vala:lang/vala LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libgee-0.8.so:devel/libgee \ Modified: head/x11-themes/plata-theme/Makefile ============================================================================== --- head/x11-themes/plata-theme/Makefile Wed Sep 23 14:46:03 2020 (r549735) +++ head/x11-themes/plata-theme/Makefile Wed Sep 23 14:53:14 2020 (r549736) @@ -7,6 +7,8 @@ CATEGORIES= x11-themes MAINTAINER= tagattie@FreeBSD.org COMMENT= Gtk theme based on Material Design Refresh +BROKEN= fails to build with glib 2.66.0 + LICENSE= GPLv2 CC-BY-SA-4.0 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING