Date: Sat, 27 Jan 2018 17:34:51 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460131 - head/x11-toolkits/libgnomeprintuimm Message-ID: <201801271734.w0RHYpvC017367@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sat Jan 27 17:34:51 2018 New Revision: 460131 URL: https://svnweb.freebsd.org/changeset/ports/460131 Log: Unbreak and undeprecate (chase libsigc++20 update). Modified: head/x11-toolkits/libgnomeprintuimm/Makefile Modified: head/x11-toolkits/libgnomeprintuimm/Makefile ============================================================================== --- head/x11-toolkits/libgnomeprintuimm/Makefile Sat Jan 27 16:53:26 2018 (r460130) +++ head/x11-toolkits/libgnomeprintuimm/Makefile Sat Jan 27 17:34:51 2018 (r460131) @@ -11,15 +11,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrappers for the GNOME print support library -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-01-27 - LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 \ libgnomeprintmm-2.5.so:print/libgnomeprintmm BUILD_DEPENDS= gm4:devel/m4 -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake libtool:keepla pathfix \ + pkgconfig tar:bzip2 +USE_CXXSTD= c++11 USE_GNOME= gnomeprefix libgnomeprintui USE_LDCONFIG= yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801271734.w0RHYpvC017367>