Index: head/audio/patchage/Makefile =================================================================== --- head/audio/patchage/Makefile (revision 437740) +++ head/audio/patchage/Makefile (revision 437741) @@ -1,42 +1,43 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= patchage PORTVERSION= 0.5.0 PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ \ http://frugalware.mirrors.tds.net/pub/linux/frugalware/frugalware-current/source/xmultimedia-extra/patchage/ MAINTAINER= ports@FreeBSD.org COMMENT= Modular patch bay for Jack LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjack.so:audio/jack \ libraul.so:audio/raul \ libboost_date_time.so:devel/boost-libs \ libdbus-glib-1.so:devel/dbus-glib \ libglibmm-2.4.so:devel/glibmm \ libglademm-2.4.so:devel/libglademm24 \ libflowcanvas.so:x11-toolkits/flowcanvas -USES= pkgconfig tar:bzip2 waf +USES= compiler:c++11-lang pkgconfig tar:bzip2 waf +USE_CXXSTD= c++11 INSTALLS_ICONS= yes CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ --no-alsa \ --no-lash CFLAGS+= -I${LOCALBASE}/include post-patch: @${REINPLACE_CMD} -e \ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ s|-fshow-column'|-fshow-column ${CXXFLAGS}'|" \ ${WRKSRC}/autowaf/autowaf.py post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/editors/gobby/Makefile =================================================================== --- head/editors/gobby/Makefile (revision 437740) +++ head/editors/gobby/Makefile (revision 437741) @@ -1,48 +1,49 @@ # $FreeBSD$ PORTNAME= gobby PORTVERSION= 0.4.13 PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= http://releases.0x539.de/gobby/ \ LOCAL/sbz MAINTAINER= sbz@FreeBSD.org COMMENT= Free collaborative editor LICENSE= GPLv2 LIB_DEPENDS= libobby.so:devel/obby \ libnet6.so:net/net6 \ libxml++-2.6.so:textproc/libxml++26 \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 OPTIONS_DEFINE= GTKSPELL NLS GTKSPELL_DESC= Enable GtkSpell support USE_GNOME= gtksourceview2 intltool -USES= gmake pkgconfig pathfix +USES= compiler:c++11-lang gmake pkgconfig pathfix +USE_CXXSTD= c++11 GNU_CONFIGURE= yes INSTALLS_ICONS= yes .include .if ${PORT_OPTIONS:MGTKSPELL} LIB_DEPENDS+= libgtkspell.so:textproc/gtkspell CONFIGURE_ARGS+=--with-gtkspell .else CONFIGURE_ARGS+=--without-gtkspell .endif .if ${PORT_OPTIONS:MNLS} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS+= --enable-nls USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .include