Date: Wed, 23 Sep 2020 14:53:14 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> 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 Message-ID: <202009231453.08NErE2u072478@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009231453.08NErE2u072478>