Index: head/audio/pavumeter/Makefile =================================================================== --- head/audio/pavumeter/Makefile (revision 437775) +++ head/audio/pavumeter/Makefile (revision 437776) @@ -1,23 +1,24 @@ # Created by: Romain Tartière # $FreeBSD$ PORTNAME= pavumeter PORTVERSION= 0.9.3 PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ MAINTAINER= romain@FreeBSD.org COMMENT= GTK volume meter for PulseAudio BUILD_DEPENDS= pulseaudio>=0.9.7:audio/pulseaudio RUN_DEPENDS= pulseaudio>=0.9.7:audio/pulseaudio LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 \ libpulse.so:audio/pulseaudio GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= compiler:c++11-lang gmake pkgconfig +USE_CXXSTD= c++11 CONFIGURE_ARGS= --disable-lynx .include Index: head/comms/gtkmmorse/Makefile =================================================================== --- head/comms/gtkmmorse/Makefile (revision 437775) +++ head/comms/gtkmmorse/Makefile (revision 437776) @@ -1,27 +1,28 @@ # Created by: Stephen Hurd # $FreeBSD$ PORTNAME= gtkmmorse PORTVERSION= 0.9.27 PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= SAVANNAH MAINTAINER= hamradio@FreeBSD.org COMMENT= Graphical Morse Code Trainer LIB_DEPENDS= libao.so:audio/libao \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 \ libgconfmm-2.6.so:devel/gconfmm26 GNU_CONFIGURE= yes -USES= pkgconfig tar:bzip2 +USES= compiler:c++11-lang pkgconfig tar:bzip2 +USE_CXXSTD= c++11 PLIST_FILES= bin/gtkmmorse \ man/man1/gtkmmorse.1.gz post-patch: @${REINPLACE_CMD} -e 's|-ansi||g' -e 's|-pedantic||g' \ ${WRKSRC}/src/Makefile.in .include Index: head/graphics/sharpconstruct/Makefile =================================================================== --- head/graphics/sharpconstruct/Makefile (revision 437775) +++ head/graphics/sharpconstruct/Makefile (revision 437776) @@ -1,39 +1,40 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= sharpconstruct PORTVERSION= 0.11 PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/sharp3d/SharpConstruct/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D modeller for organic shapes LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \ libglademm-2.4.so:devel/libglademm24 ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses SSE instructions -USES= tar:bzip2 gmake pkgconfig +USES= compiler:c++11-lang tar:bzip2 gmake pkgconfig +USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_GL= yes PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDATA= * post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/include/Align.hh @${REINPLACE_CMD} -e 's|"/sharpconstruct|"|' ${WRKSRC}/src/MainWindow.cc @${REINPLACE_CMD} -e 's|/usr/share/sharpconstruct|${DATADIR}|' ${WRKSRC}/src/MainWindow.cc @${REINPLACE_CMD} -e '/FileDialog/,/}/ d' ${WRKSRC}/src/MainWindow.cc @${REINPLACE_CMD} -e 's|memalign(b,c)|malloc(c)|' ${WRKSRC}/include/Align.hh @${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e '/^DEFS / s|$$| -DDATADIR=\\"${DATADIR}\\"|' .include Index: head/irc/lostirc/Makefile =================================================================== --- head/irc/lostirc/Makefile (revision 437775) +++ head/irc/lostirc/Makefile (revision 437776) @@ -1,31 +1,32 @@ # Created by: Juan Salaverria # $FreeBSD$ PORTNAME= lostirc PORTVERSION= 0.4.6 PORTREVISION= 11 CATEGORIES= irc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Simple and minimal IRC client for X LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= pathfix pkgconfig gettext +USES= compiler:c++11-lang pathfix pkgconfig gettext +USE_CXXSTD= c++11 USE_GNOME= gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-kde OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in AUTHORS ChangeLog TODO README ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/irc/lostirc/files/patch-src_gtkmm_MainWindow.cpp =================================================================== --- head/irc/lostirc/files/patch-src_gtkmm_MainWindow.cpp (nonexistent) +++ head/irc/lostirc/files/patch-src_gtkmm_MainWindow.cpp (revision 437776) @@ -0,0 +1,11 @@ +--- src/gtkmm/MainWindow.cpp.orig 2017-04-05 11:24:58 UTC ++++ src/gtkmm/MainWindow.cpp +@@ -485,7 +485,7 @@ void MainWindow::openAboutWindow() + if (_aboutwin.get()) { + _aboutwin->present(); + } else { +- std::auto_ptr dialog(new Gtk::MessageDialog(_("LostIRC "VERSION), false, Gtk::MESSAGE_INFO, Gtk::BUTTONS_OK, false)); ++ std::auto_ptr dialog(new Gtk::MessageDialog(_("LostIRC " VERSION), false, Gtk::MESSAGE_INFO, Gtk::BUTTONS_OK, false)); + + dialog->signal_response().connect(sigc::mem_fun(*this, &MainWindow::hideAboutWindow)); + dialog->show(); Property changes on: head/irc/lostirc/files/patch-src_gtkmm_MainWindow.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/lostirc/files/patch-src_gtkmm_TextWidget.cpp =================================================================== --- head/irc/lostirc/files/patch-src_gtkmm_TextWidget.cpp (nonexistent) +++ head/irc/lostirc/files/patch-src_gtkmm_TextWidget.cpp (revision 437776) @@ -0,0 +1,16 @@ +--- src/gtkmm/TextWidget.cpp.orig 2017-04-05 11:26:59 UTC ++++ src/gtkmm/TextWidget.cpp +@@ -210,11 +210,11 @@ void TextWidget::insertText(const TextProperties& tp, + std::vector< Glib::RefPtr > tags; + + Glib::RefPtr fg = buffer->get_tag_table()->lookup(Glib::ustring("f")+crop(tp.fgnumber)); +- if (fg == 0) ++ if (!fg) + fg = buffer->get_tag_table()->lookup("f0"); + + Glib::RefPtr bg = buffer->get_tag_table()->lookup(Glib::ustring("b")+crop(tp.bgnumber)); +- if (bg == 0) ++ if (!bg) + bg = buffer->get_tag_table()->lookup("b0"); + + tags.push_back(fg); Property changes on: head/irc/lostirc/files/patch-src_gtkmm_TextWidget.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/lostirc/files/patch-src_libirc_ServerConnection.cpp =================================================================== --- head/irc/lostirc/files/patch-src_libirc_ServerConnection.cpp (nonexistent) +++ head/irc/lostirc/files/patch-src_libirc_ServerConnection.cpp (revision 437776) @@ -0,0 +1,11 @@ +--- src/libirc/ServerConnection.cpp.orig 2017-04-05 11:23:15 UTC ++++ src/libirc/ServerConnection.cpp +@@ -322,7 +322,7 @@ bool ServerConnection::sendVersion(const ustring& to) + ustring r(""); + ustring m(""); + #endif +- ustring vstring("LostIRC "VERSION" on " + s + " " + r + " [" + m + "]"); ++ ustring vstring("LostIRC " VERSION" on " + s + " " + r + " [" + m + "]"); + ustring msg("NOTICE " + to + " :\001VERSION " + vstring + "\001\r\n"); + + return _socket.send(msg); Property changes on: head/irc/lostirc/files/patch-src_libirc_ServerConnection.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/gsmartcontrol/Makefile =================================================================== --- head/sysutils/gsmartcontrol/Makefile (revision 437775) +++ head/sysutils/gsmartcontrol/Makefile (revision 437776) @@ -1,25 +1,26 @@ # Created by: Pawel Pekala # $FreeBSD$ PORTNAME= gsmartcontrol PORTVERSION= 0.8.7 PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://artificialtime.com/${PORTNAME}/ MAINTAINER= pawel@FreeBSD.org COMMENT= Graphical user interface for smartmontools LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 RUN_DEPENDS= bash:shells/bash \ smartctl:sysutils/smartmontools -USES= pkgconfig tar:bzip2 libtool +USES= compiler:c++11-lang pkgconfig tar:bzip2 libtool +USE_CXXSTD= c++11 INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-libglade OPTIONS_DEFINE= DOCS .include Index: head/x11-toolkits/bakery/Makefile =================================================================== --- head/x11-toolkits/bakery/Makefile (revision 437775) +++ head/x11-toolkits/bakery/Makefile (revision 437776) @@ -1,33 +1,33 @@ # Created by: Ade Lovett # $FreeBSD$ # $MCom: ports/x11-toolkits/bakery/Makefile,v 1.16 2009/01/09 22:07:11 kwm Exp $ PORTNAME= bakery PORTVERSION= 2.6.3 PORTREVISION= 9 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C++ Application Framework for use with Gtkmm LIB_DEPENDS= libgconfmm-2.6.so:devel/gconfmm26 \ libglademm-2.4.so:devel/libglademm24 \ libgnomevfsmm-2.6.so:devel/gnome-vfsmm \ libxml++-2.6.so:textproc/libxml++26 -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gettext gmake libtool localbase pathfix \ + pkgconfig tar:bzip2 +USE_CXXSTD= c++11 USE_GNOME= gnomeprefix intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip PLIST_SUB= VERSION="2.6" API_VERSION="2.6" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in .include Index: head/x11-toolkits/libsexymm/Makefile =================================================================== --- head/x11-toolkits/libsexymm/Makefile (revision 437775) +++ head/x11-toolkits/libsexymm/Makefile (revision 437776) @@ -1,22 +1,23 @@ # Created by: Andreas Kohn # $FreeBSD$ PORTNAME= libsexymm PORTVERSION= 0.1.9 PORTREVISION= 9 CATEGORIES= x11-toolkits devel MASTER_SITES= http://releases.chipx86.com/libsexy/libsexymm/ MAINTAINER= ports@FreeBSD.org COMMENT= C++ bindings for libsexy LICENSE= LGPL21 LIB_DEPENDS= libsexy.so:x11-toolkits/libsexy \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= gmake pathfix pkgconfig libtool +USES= compiler:c++11-lang gmake pathfix pkgconfig libtool +USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_LDCONFIG= yes .include