Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2020 17:35:19 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553786 - in head: Mk/Uses x11-toolkits/gtkmm20
Message-ID:  <202010311735.09VHZJHA080503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Oct 31 17:35:19 2020
New Revision: 553786
URL: https://svnweb.freebsd.org/changeset/ports/553786

Log:
  Fix INDEX after r553767
  
  Somehow rmport failed to detect this, perhaps my INDEX was outdated.
  
  Pointy hat:	rene

Modified:
  head/Mk/Uses/gnome.mk
  head/x11-toolkits/gtkmm20/Makefile

Modified: head/Mk/Uses/gnome.mk
==============================================================================
--- head/Mk/Uses/gnome.mk	Sat Oct 31 17:33:04 2020	(r553785)
+++ head/Mk/Uses/gnome.mk	Sat Oct 31 17:35:19 2020	(r553786)
@@ -94,7 +94,7 @@ _USE_GNOME_ALL+=dconf evolutiondataserver3 gnomecontro
 # C++ bindings
 _USE_GNOME_ALL+=atkmm cairomm gconfmm26 glibmm gtkmm20 gtkmm24 \
 		gtkmm30 gtksourceviewmm3 libgdamm5 \
-		libgtksourceviewmm libxml++26 libsigc++12 libsigc++20 \
+		libgtksourceviewmm libxml++26 libsigc++20 \
 		pangomm
 
 # glib-mkenums often fails with C locale
@@ -141,7 +141,7 @@ gsound_RUN_DEPENDS=	gsound-play:audio/gsound
 gsound_USE_GNOME_IMPL=	glib20
 
 gtkmm20_LIB_DEPENDS=	libgtkmm-2.0.so:x11-toolkits/gtkmm20
-gtkmm20_USE_GNOME_IMPL=	libsigc++12 gtk20
+gtkmm20_USE_GNOME_IMPL=	libsigc++20 gtk20
 
 gtkmm24_LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24
 gtkmm24_USE_GNOME_IMPL=	glibmm cairomm atkmm pangomm gtk20
@@ -157,8 +157,6 @@ libgdamm5_USE_GNOME_IMPL=	libgda5 glibmm
 
 libgtksourceviewmm_LIB_DEPENDS=		libgtksourceviewmm-2.0.so:x11-toolkits/libgtksourceviewmm
 libgtksourceviewmm_USE_GNOME_IMPL=	gtksourceview2 gtkmm24
-
-libsigc++12_LIB_DEPENDS=	libsigc-1.2.so:devel/libsigc++12
 
 libsigc++20_LIB_DEPENDS=	libsigc-2.0.so:devel/libsigc++20
 

Modified: head/x11-toolkits/gtkmm20/Makefile
==============================================================================
--- head/x11-toolkits/gtkmm20/Makefile	Sat Oct 31 17:33:04 2020	(r553785)
+++ head/x11-toolkits/gtkmm20/Makefile	Sat Oct 31 17:35:19 2020	(r553786)
@@ -17,12 +17,10 @@ USES+=		compiler:c++11-lang tar:bzip2
 
 PORTSCOUT=	ignore:1
 
-LIB_DEPENDS=	libsigc-1.2.so:devel/libsigc++12
-
 USES+=		autoreconf gmake gnome libtool:keepla pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 libsigc++20
 CONFIGURE_ARGS=	--enable-static=yes \
 		--with-sigc-prefix=${LOCALBASE}
 INSTALL_TARGET=	install-strip



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