Index: head/editors/gedit/Makefile =================================================================== --- head/editors/gedit/Makefile (revision 465546) +++ head/editors/gedit/Makefile (revision 465547) @@ -1,61 +1,62 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= gedit PORTVERSION= 3.22.0 PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Small but powerful text editor for GNOME 3 Desktop Environment LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ vala:lang/vala \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ itstool:textproc/itstool LIB_DEPENDS= libenchant.so:textproc/enchant \ libpeas-gtk-1.0.so:devel/libpeas \ libgspell-1.so:textproc/gspell \ libsoup-2.4.so:devel/libsoup RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake gnome libtool localbase \ - pathfix pkgconfig python:3.2+ shebangfix tar:xz +USES= compiler:c11 desktop-file-utils gettext gmake gnome libtool \ + localbase pathfix pkgconfig python:3.2+ shebangfix tar:xz +USE_CSTD= c11 USE_GNOME= cairo gdkpixbuf2 gtksourceview3 intlhack introspection \ libxml2 pygobject3 SHEBANG_FILES= plugins/externaltools/data/send-to-fpaste.tool.in USE_XORG= sm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-updater \ --enable-python \ --enable-spell CPPFLAGS+= -Wno-error=format-nonliteral CFLAGS+= -Wno-error=format-nonliteral LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes PLIST_SUB= VERSION="3.14" INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.gedit.enums.xml \ org.gnome.gedit.plugins.externaltools.gschema.xml \ org.gnome.gedit.gschema.xml \ org.gnome.gedit.plugins.filebrowser.enums.xml \ org.gnome.gedit.plugins.filebrowser.gschema.xml \ org.gnome.gedit.plugins.pythonconsole.gschema.xml \ org.gnome.gedit.plugins.time.enums.xml \ org.gnome.gedit.plugins.time.gschema.xml post-patch: @${REINPLACE_CMD} -e 's|=python|=${PYTHON_CMD}|g' \ ${WRKSRC}/py-compile .include Index: head/editors/gedit-plugins/Makefile =================================================================== --- head/editors/gedit-plugins/Makefile (revision 465546) +++ head/editors/gedit-plugins/Makefile (revision 465547) @@ -1,48 +1,49 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= gedit-plugins PORTVERSION= 3.18.0 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for GEdit 3 BUILD_DEPENDS= gedit>=0:editors/gedit \ valac:lang/vala \ itstool:textproc/itstool LIB_DEPENDS= libpeas-1.0.so:devel/libpeas \ libzeitgeist-2.0.so:sysutils/zeitgeist \ libgit2-glib-1.0.so:devel/libgit2-glib RUN_DEPENDS= gedit>=0:editors/gedit PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool pathfix pkgconfig \ +USES= compiler:c11 gettext gmake gnome libtool pathfix pkgconfig \ python:3.4+ tar:xz +USE_CSTD= c11 USE_GNOME= gtk30 gtksourceview3 intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml \ org.gnome.gedit.plugins.wordcompletion.gschema.xml USES+= python BUILD_DEPENDS+= py3?-dbus>=0:devel/py-dbus@${PY_FLAVOR} LIB_DEPENDS+= libgucharmap_2_90.so:deskutils/gucharmap RUN_DEPENDS+= py3?-dbus>=0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} USE_GNOME+= vte3 CONFIGURE_ARGS+=--enable-python GLIB_SCHEMAS+= org.gnome.gedit.plugins.terminal.gschema.xml post-patch: @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \ ${WRKSRC}/configure .include Index: head/editors/pluma/Makefile =================================================================== --- head/editors/pluma/Makefile (revision 465546) +++ head/editors/pluma/Makefile (revision 465547) @@ -1,41 +1,41 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= pluma PORTVERSION= 1.18.2 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Small but powerful text editor for MATE Desktop Environment LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool \ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes LIB_DEPENDS= libenchant.so:textproc/enchant \ libpeas-gtk-1.0.so:devel/libpeas RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes PORTSCOUT= limitw:1,even -USES= desktop-file-utils gmake libtool localbase \ +USES= compiler:c11 desktop-file-utils gmake libtool localbase \ pathfix pkgconfig python:3.3+ shebangfix tar:xz USE_XORG= ice sm x11 USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 gtksourceview3 \ gvfs intltool introspection libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip SHEBANG_FILES= ${WRKSRC}/plugins/externaltools/data/search-recursive.tool.in \ ${WRKSRC}/plugins/externaltools/data/switch-c.tool.in GLIB_SCHEMAS= org.mate.pluma.gschema.xml \ org.mate.pluma.plugins.filebrowser.gschema.xml \ org.mate.pluma.plugins.spell.gschema.xml \ org.mate.pluma.plugins.time.gschema.xml .include Index: head/math/gnome-calculator/Makefile =================================================================== --- head/math/gnome-calculator/Makefile (revision 465546) +++ head/math/gnome-calculator/Makefile (revision 465547) @@ -1,33 +1,33 @@ # Created by: Gustau Perez i Querol # $FreeBSD$ PORTNAME= gnome-calculator PORTVERSION= 3.24.0 PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 calculator tool LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool \ vala:lang/vala LIB_DEPENDS= libmpfr.so:math/mpfr \ libgmp.so:math/gmp \ libmpc.so:math/mpc \ libsoup-2.4.so:devel/libsoup PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase pkgconfig tar:xz +USES= compiler:c11 gettext gmake gnome libtool localbase pkgconfig tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview3 intltool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.calculator.gschema.xml .include Index: head/x11/mate-applets/Makefile =================================================================== --- head/x11/mate-applets/Makefile (revision 465546) +++ head/x11/mate-applets/Makefile (revision 465547) @@ -1,76 +1,78 @@ # $FreeBSD$ PORTNAME= mate-applets PORTVERSION= 1.18.1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Applets components for the MATE Desktop Environment LICENSE= GPLv2 GFDL LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_GFDL= ${WRKSRC}/COPYING-DOCS BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \ libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libupower-glib.so:sysutils/upower \ libgucharmap_2_90.so:deskutils/gucharmap \ libnotify.so:devel/libnotify PORTSCOUT= limitw:1,even #USES= autoreconf:build gettext gmake libtool localbase pathfix \ # pkgconfig python shebangfix tar:xz -USES= gettext gmake libtool localbase pkgconfig python:2.7 shebangfix tar:xz +USES= compiler:c11 gettext gmake libtool localbase pkgconfig \ + python:2.7 shebangfix tar:xz +USE_CSTD= c11 #USE_MATE= desktop icontheme libmateweather panel polkit settingsdaemon USE_MATE= libmateweather panel USE_XORG= ice sm x11 #USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview3 introspection:build \ # libwnck3 libxml2 libxslt pygobject pygobject3 intlhack USE_GNOME= cairo gtk30 gtksourceview3 intltool libwnck3 libxml2 \ pygobject3 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ENV= OS_SYS="/usr/include" INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.panel.applet.charpick.gschema.xml \ org.mate.panel.applet.command.gschema.xml \ org.mate.panel.applet.geyes.gschema.xml \ org.mate.panel.applet.multiload.gschema.xml \ org.mate.panel.applet.netspeed.gschema.xml \ org.mate.panel.applet.timer.gschema.xml \ org.mate.stickynotes.gschema.xml SHEBANG_FILES= invest-applet/invest/*.py \ invest-applet/invest/mate-invest-chart .include .if ${ARCH} != "i386" && ${ARCH} != "amd64" CONFIGURE_ARGS+=--disable-battstat CFLAGS+= -fPIC PLIST_SUB+= BATTERY="@comment " .else #CONFIGURE_ARGS+=--enable-battstat GLIB_SCHEMAS+= org.mate.panel.applet.battstat.gschema.xml PLIST_SUB+= BATTERY="" .endif # requires linux libcpufreq library #.if ${ARCH} != "i386" && ${ARCH} != "amd64" CONFIGURE_ARGS+=--disable-cpufreq PLIST_SUB+= CPUFREQ="@comment " #.else #CONFIGURE_ARGS+=--enable-cpufreq #PLIST_SUB+= CPUFREQ="" #GLIB_SCHEMAS+= org.mate.panel.applet.cpufreq.gschema.xml #.endif .include Index: head/x11-fm/sushi/Makefile =================================================================== --- head/x11-fm/sushi/Makefile (revision 465546) +++ head/x11-fm/sushi/Makefile (revision 465547) @@ -1,33 +1,34 @@ # Created by: Gustau Perez i Querol # $FreeBSD$ PORTNAME= sushi PORTVERSION= 3.18.0 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Tool similar to Gloobus Preview that provides quick file previews LIB_DEPENDS= libgcr-3.so:security/gcr \ libgjs.so:lang/gjs \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libclutter-gst-2.0.so:multimedia/clutter-gst \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libmusicbrainz5.so:audio/libmusicbrainz5 \ libevdocument3.so:graphics/evince RUN_DEPENDS= nautilus:x11-fm/nautilus PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= compiler:c11 gettext gmake gnome libtool pathfix pkgconfig tar:xz +USE_CSTD= c11 INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gtksourceview3 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include Index: head/x11-toolkits/gtksourceview3/Makefile =================================================================== --- head/x11-toolkits/gtksourceview3/Makefile (revision 465546) +++ head/x11-toolkits/gtksourceview3/Makefile (revision 465547) @@ -1,41 +1,42 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= gtksourceview PORTVERSION= 3.22.2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget USES= tar:xz PORTSCOUT= limitw:1,even .if !defined(REFERENCE_PORT) BUILD_DEPENDS= vala:lang/vala -USES+= gettext gmake gnome libtool pathfix pkgconfig +USES+= compiler:c11 gettext gmake gnome libtool pathfix pkgconfig +USE_CSTD= c11 USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack \ introspection:build libxml2 referencehack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-compile-warnings=no \ --enable-glade-catalog=no \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --enable-introspection CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|--warn-all||g' \ ${WRKSRC}/gtksourceview/Makefile.in .include .endif