From owner-svn-ports-all@freebsd.org Sun Nov 1 17:19:48 2020 Return-Path: Delivered-To: svn-ports-all@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 DD708453AB7; Sun, 1 Nov 2020 17:19:48 +0000 (UTC) (envelope-from rene@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 4CPN8N5RbSz4Mpw; Sun, 1 Nov 2020 17:19:48 +0000 (UTC) (envelope-from rene@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 99F0E1BEDF; Sun, 1 Nov 2020 17:19:48 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A1HJmaP053102; Sun, 1 Nov 2020 17:19:48 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A1HJml2053099; Sun, 1 Nov 2020 17:19:48 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202011011719.0A1HJml2053099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 1 Nov 2020 17:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553845 - in head: . x11 x11-toolkits x11-toolkits/gtkmm20 x11/decurs x11/fluxbg X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . x11 x11-toolkits x11-toolkits/gtkmm20 x11/decurs x11/fluxbg X-SVN-Commit-Revision: 553845 X-SVN-Commit-Repository: ports 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.33 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: Sun, 01 Nov 2020 17:19:48 -0000 Author: rene Date: Sun Nov 1 17:19:47 2020 New Revision: 553845 URL: https://svnweb.freebsd.org/changeset/ports/553845 Log: Remove gtkmm20 and two leaf ports that got broken after libsigc++12 removal. x11/decurs x11/fluxbg x11-toolkits/gtkmm20 All ports were last updated upstream in or before 2003. Deleted: head/x11-toolkits/gtkmm20/ head/x11/decurs/ head/x11/fluxbg/ Modified: head/MOVED head/x11-toolkits/Makefile head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Nov 1 16:53:58 2020 (r553844) +++ head/MOVED Sun Nov 1 17:19:47 2020 (r553845) @@ -15663,3 +15663,6 @@ devel/py-setuptools_darcs||2020-10-27|Has expired: Use devel/py-darcsver||2020-10-27|Has expired: does not build with python3 devel/py-gdata|www/py-google-api-python-client|2020-10-27|Has expired: Unmaintained upstream, superseded by www/py-google-api-python-client devel/libsigc++12|devel/libsigc++20|2020-10-31|Has expired: Use newer version +x11/decurs||2020-11-01|Depends on removed x11-toolkits/gtkmm20 +x11/fluxbg||2020-11-01|Depends on removed x11-toolkits/gtkmm20 +x11-toolkits/gtkmm20|x11-toolkits/gtkmm24|2020-11-01|Broken after libsigc++12 removal Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sun Nov 1 16:53:58 2020 (r553844) +++ head/x11-toolkits/Makefile Sun Nov 1 17:19:47 2020 (r553845) @@ -46,7 +46,6 @@ SUBDIR += gtkglextmm SUBDIR += gtkimageview SUBDIR += gtkmathview - SUBDIR += gtkmm20 SUBDIR += gtkmm24 SUBDIR += gtkmm30 SUBDIR += gtksourceview2 Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sun Nov 1 16:53:58 2020 (r553844) +++ head/x11/Makefile Sun Nov 1 17:19:47 2020 (r553845) @@ -42,7 +42,6 @@ SUBDIR += conlecterm SUBDIR += controllermap SUBDIR += cool-retro-term - SUBDIR += decurs SUBDIR += deforaos-desktop SUBDIR += deforaos-keyboard SUBDIR += deforaos-libdesktop @@ -67,7 +66,6 @@ SUBDIR += fireflies SUBDIR += florence SUBDIR += flruler - SUBDIR += fluxbg SUBDIR += fpc-x11 SUBDIR += fstobdf SUBDIR += gdm