diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-09 17:08:12 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-09 17:08:12 +0000 |
commit | 9e0e8d17a400657031581d099ae64e1ac9dd5760 (patch) | |
tree | 1a007ab17ca647747d08d6d95c9df5f927c08b00 | |
parent | ae33c6a4d22ef6506fe2f3fd7121be47c87c48ba (diff) | |
download | freebsd-ports-9e0e8d17a400657031581d099ae64e1ac9dd5760.zip |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878
114 files changed, 135 insertions, 72 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 74aa476b0a3c..c1c7f912aca0 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -420,6 +420,7 @@ proxydeps_suggest_uses() { elif [ ${pkg} = "devel/libIDL" ]; then warn "you need USE_GNOME+=libidl" elif [ ${pkg} = "x11-fm/nautilus" ]; then warn "you need USE_GNOME+=nautilus3" elif [ ${pkg} = "devel/ORBit2" ]; then warn "you need USE_GNOME+=orbit2" + elif [ ${pkg} = "graphics/librsvg2-rust" ]; then warn "you need USE_GNOME+=librsvg2" # mate # grep LIB_DEPENDS= Mk/Uses/mate.mk |sed -e 's|\(.*\)_LIB_DEPENDS.*:\(.*\)\/\(.*\)|elif [ ${pkg} = "\2/\3" ]; then warn "you need USE_MATE+=\1"|' elif [ ${pkg} = "x11-fm/caja" ]; then warn "you need USE_MATE+=caja" diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk index 31366b1ff652..c1d10eacad4a 100644 --- a/Mk/Uses/gnome.mk +++ b/Mk/Uses/gnome.mk @@ -260,7 +260,16 @@ vte_USE_GNOME_IMPL= gtk20 vte3_LIB_DEPENDS= libvte-2.91.so:x11-toolkits/vte3 vte3_USE_GNOME_IMPL= gtk30 +# Use librsvg2-rust where lang/rust is available +.if empty(ARCH:Naarch64:Narmv6:Narmv7:Namd64:Ni386:Npowerpc64:Npowerpc64le) +librsvg2_BUILD_DEPENDS= librsvg2-rust>=0:graphics/librsvg2-rust +librsvg2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2-rust +librsvg2_RUN_DEPENDS= librsvg2-rust>=0:graphics/librsvg2-rust +.else +librsvg2_BUILD_DEPENDS= librsvg2>=0:graphics/librsvg2 librsvg2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2 +librsvg2_RUN_DEPENDS= librsvg2>=0:graphics/librsvg2 +.endif librsvg2_USE_GNOME_IMPL=libgsf gdkpixbuf2 pango nautilus3_LIB_DEPENDS= libnautilus-extension.so:x11-fm/nautilus diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index 3fdd0418b001..771091735ff5 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -3,7 +3,7 @@ PORTNAME= denemo PORTVERSION= 2.0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= GNU diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index 5333d8f5674c..6655db565c07 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -2,7 +2,7 @@ PORTNAME= exaile DISTVERSION= 4.1.0-alpha1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= rm@FreeBSD.org diff --git a/audio/fossmixer/Makefile b/audio/fossmixer/Makefile index 61421620e097..9349815dccef 100644 --- a/audio/fossmixer/Makefile +++ b/audio/fossmixer/Makefile @@ -2,6 +2,7 @@ PORTNAME= fossmixer PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://downloads.sourceforge.net/project/detroit/ DISTNAME= detroit-0.2.1 diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile index a39250e76806..e38297520727 100644 --- a/cad/horizon-eda/Makefile +++ b/cad/horizon-eda/Makefile @@ -3,6 +3,7 @@ PORTNAME= horizon-eda DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile index 74a643c6b9a5..f8a51221bff1 100644 --- a/deskutils/cairo-dock-plugins/Makefile +++ b/deskutils/cairo-dock-plugins/Makefile @@ -2,7 +2,7 @@ PORTNAME= cairo-dock-plugins PORTVERSION= 3.4.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils PATCH_SITES= https://github.com/Cairo-Dock/cairo-dock-plug-ins/commit/ diff --git a/deskutils/cairo-dock/Makefile b/deskutils/cairo-dock/Makefile index 332593670de6..4d966464c0f1 100644 --- a/deskutils/cairo-dock/Makefile +++ b/deskutils/cairo-dock/Makefile @@ -2,7 +2,7 @@ PORTNAME= cairo-dock PORTVERSION= 3.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index 4e535a67fa01..54f283deeba1 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -3,6 +3,7 @@ PORTNAME= glabels PORTVERSION= 3.4.1 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= GNOME diff --git a/deskutils/mate-notification-daemon/Makefile b/deskutils/mate-notification-daemon/Makefile index e4634ca2825e..f760fbce13ae 100644 --- a/deskutils/mate-notification-daemon/Makefile +++ b/deskutils/mate-notification-daemon/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-notification-daemon PORTVERSION= 1.24.1 +PORTREVISION= 1 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/deskutils/shutter/Makefile b/deskutils/shutter/Makefile index 5a0ae5e24582..1d3380366e4b 100644 --- a/deskutils/shutter/Makefile +++ b/deskutils/shutter/Makefile @@ -13,7 +13,6 @@ LICENSE= GPLv3 GPLv2 # the latter for some shipped cursors LICENSE_COMB= multi RUN_DEPENDS= ImageMagick6>=6.9.3.1,1:graphics/ImageMagick6 \ - librsvg2>=2.40.6:graphics/librsvg2 \ p5-File-BaseDir>=0.03:devel/p5-File-BaseDir \ p5-File-Copy-Recursive>=0.38_1:devel/p5-File-Copy-Recursive \ p5-File-Spec-Native>=1.003_1:devel/p5-File-Spec-Native \ diff --git a/deskutils/virt-manager/Makefile b/deskutils/virt-manager/Makefile index 2266113afaf9..95a72dc64474 100644 --- a/deskutils/virt-manager/Makefile +++ b/deskutils/virt-manager/Makefile @@ -2,6 +2,7 @@ PORTNAME= virt-manager PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= deskutils net-mgmt MASTER_SITES= https://virt-manager.org/download/sources/${PORTNAME}/ diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile index 2b43e358f947..e336c99dbe30 100644 --- a/deskutils/xfce4-tumbler/Makefile +++ b/deskutils/xfce4-tumbler/Makefile @@ -3,7 +3,7 @@ PORTNAME= tumbler PORTVERSION= 0.2.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils xfce MASTER_SITES= XFCE PKGNAMEPREFIX= xfce4- diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index a693aed4b74a..ec0b4880a291 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -2,7 +2,7 @@ PORTNAME= xfce4-xkb-plugin PORTVERSION= 0.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/panel-plugins diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 2057cf51ec3d..f7d6969f2e20 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -3,7 +3,7 @@ PORTNAME= efl DISTVERSION= 1.24.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile index 14e818730451..10c222a0435e 100644 --- a/devel/goffice/Makefile +++ b/devel/goffice/Makefile @@ -3,6 +3,7 @@ PORTNAME= goffice PORTVERSION= 0.10.48 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 2cecb4ddfb9b..a9b11a67cdfc 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -3,7 +3,7 @@ PORTNAME= abiword PORTVERSION= 3.0.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/ DIST_SUBDIR= AbiWord diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index cc79564ca5b4..b1602c0454b6 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= emacs DISTVERSION= 28.0.50.20201102 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors PKGNAMESUFFIX= -devel diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index ed6f5ff0bd30..5eff1d6f843e 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -4,7 +4,7 @@ PORTNAME= emacs DISTVERSION= 27.1 PORTEPOCH= 3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= GNU diff --git a/games/aisleriot/Makefile b/games/aisleriot/Makefile index a14a793bf5ce..24b49282e47c 100644 --- a/games/aisleriot/Makefile +++ b/games/aisleriot/Makefile @@ -3,6 +3,7 @@ PORTNAME= aisleriot PORTVERSION= 3.22.9 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/games/bombherman/Makefile b/games/bombherman/Makefile index b53e9c3304ff..0aca0f76e22f 100644 --- a/games/bombherman/Makefile +++ b/games/bombherman/Makefile @@ -3,7 +3,7 @@ PORTNAME= bomb-her-man PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/games/five-or-more/Makefile b/games/five-or-more/Makefile index c0d45fdaa4b4..a68666513eb0 100644 --- a/games/five-or-more/Makefile +++ b/games/five-or-more/Makefile @@ -3,6 +3,7 @@ PORTNAME= five-or-more PORTVERSION= 3.32.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/four-in-a-row/Makefile b/games/four-in-a-row/Makefile index 221d1a013e30..8f846eda1195 100644 --- a/games/four-in-a-row/Makefile +++ b/games/four-in-a-row/Makefile @@ -3,6 +3,7 @@ PORTNAME= four-in-a-row PORTVERSION= 3.38.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile index 11f6800336b7..93128283c523 100644 --- a/games/gnome-chess/Makefile +++ b/games/gnome-chess/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-chess PORTVERSION= 3.38.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/games/gnome-klotski/Makefile b/games/gnome-klotski/Makefile index c496c07a957d..f6f2cc311067 100644 --- a/games/gnome-klotski/Makefile +++ b/games/gnome-klotski/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-klotski PORTVERSION= 3.38.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/gnome-mahjongg/Makefile b/games/gnome-mahjongg/Makefile index d3622472880e..7382f0f06500 100644 --- a/games/gnome-mahjongg/Makefile +++ b/games/gnome-mahjongg/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-mahjongg PORTVERSION= 3.38.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/games/gnome-mines/Makefile b/games/gnome-mines/Makefile index 582bc1d36720..4f0998fddcb4 100644 --- a/games/gnome-mines/Makefile +++ b/games/gnome-mines/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-mines PORTVERSION= 3.28.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/gnome-nibbles/Makefile b/games/gnome-nibbles/Makefile index 5a18a31cda84..1ac56321c42b 100644 --- a/games/gnome-nibbles/Makefile +++ b/games/gnome-nibbles/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-nibbles PORTVERSION= 3.38.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/gnome-robots/Makefile b/games/gnome-robots/Makefile index e8cd3b2ec104..0129d3858732 100644 --- a/games/gnome-robots/Makefile +++ b/games/gnome-robots/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-robots PORTVERSION= 3.38.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/gnome-taquin/Makefile b/games/gnome-taquin/Makefile index 9125b6fb90fb..08bf69b71e41 100644 --- a/games/gnome-taquin/Makefile +++ b/games/gnome-taquin/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-taquin PORTVERSION= 3.38.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/games/gnome-tetravex/Makefile b/games/gnome-tetravex/Makefile index 8298a7b3cfab..14fc5484e171 100644 --- a/games/gnome-tetravex/Makefile +++ b/games/gnome-tetravex/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-tetravex PORTVERSION= 3.38.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/games/hitori/Makefile b/games/hitori/Makefile index 9c3fc3582c2f..dc1bf8281cfe 100644 --- a/games/hitori/Makefile +++ b/games/hitori/Makefile @@ -3,6 +3,7 @@ PORTNAME= hitori PORTVERSION= 3.38.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/games/iagno/Makefile b/games/iagno/Makefile index 83184204cf80..41eade013b21 100644 --- a/games/iagno/Makefile +++ b/games/iagno/Makefile @@ -3,7 +3,7 @@ PORTNAME= iagno PORTVERSION= 3.38.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/games/lightsoff/Makefile b/games/lightsoff/Makefile index d736f8dedb3f..bdce7ec9bf0a 100644 --- a/games/lightsoff/Makefile +++ b/games/lightsoff/Makefile @@ -3,6 +3,7 @@ PORTNAME= lightsoff PORTVERSION= 3.38.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/pentobi/Makefile b/games/pentobi/Makefile index 0e8f9f7093a0..10b63193aa2b 100644 --- a/games/pentobi/Makefile +++ b/games/pentobi/Makefile @@ -3,6 +3,7 @@ PORTNAME= pentobi PORTVERSION= 18.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 584a7cecf2b7..2ffcd6b9449d 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -3,7 +3,7 @@ PORTNAME= pioneers PORTVERSION= 15.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= SF/pio/Source diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile index ab3e775a26a2..3cc8afe485c0 100644 --- a/games/py-pychess/Makefile +++ b/games/py-pychess/Makefile @@ -3,6 +3,7 @@ PORTNAME= pychess PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= https://github.com/pychess/pychess/releases/download/${PORTVERSION}/ diff --git a/games/quadrapassel/Makefile b/games/quadrapassel/Makefile index 4385821bc2a8..ad7a1c576785 100644 --- a/games/quadrapassel/Makefile +++ b/games/quadrapassel/Makefile @@ -3,7 +3,7 @@ PORTNAME= quadrapassel PORTVERSION= 3.22.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/games/tali/Makefile b/games/tali/Makefile index 805320b8c55a..c3af4ad91872 100644 --- a/games/tali/Makefile +++ b/games/tali/Makefile @@ -3,6 +3,7 @@ PORTNAME= tali PORTVERSION= 3.22.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/games/tuxmath/Makefile b/games/tuxmath/Makefile index d1afc4300540..1e69205265b2 100644 --- a/games/tuxmath/Makefile +++ b/games/tuxmath/Makefile @@ -3,7 +3,7 @@ PORTNAME= tuxmath PORTVERSION= 2.0.3 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= DEBIAN_POOL \ diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index 199264cb525b..6bed0d8e34ed 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -3,6 +3,7 @@ PORTNAME= tuxpaint PORTVERSION= 0.9.23 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF diff --git a/games/tuxtype/Makefile b/games/tuxtype/Makefile index 54ff1aaf8972..1d7377c03832 100644 --- a/games/tuxtype/Makefile +++ b/games/tuxtype/Makefile @@ -3,6 +3,7 @@ PORTNAME= tuxtype PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION}.orig diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 00a60f614347..9695ec963c8d 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -3,7 +3,7 @@ PORTNAME?= xboard PORTVERSION?= 4.9.1 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH?= 0 CATEGORIES?= games MASTER_SITES?= GNU diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile index 71855f562766..9c43badc5dc3 100644 --- a/graphics/ImageMagick6/Makefile +++ b/graphics/ImageMagick6/Makefile @@ -2,6 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.11-6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= https://www.imagemagick.org/download/ \ diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index fac5460d06d8..da309276dedd 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -2,6 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 7.0.10-24 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= https://www.imagemagick.org/download/ \ https://www.imagemagick.org/download/releases/ \ diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 89aa9da1313c..7ed57d6c5504 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 3.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 80ca09a317eb..85be05856c94 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -3,7 +3,7 @@ PORTNAME= eog PORTVERSION= 3.28.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile index 6e4de685e00d..c728fa278d0e 100644 --- a/graphics/eom/Makefile +++ b/graphics/eom/Makefile @@ -3,6 +3,7 @@ PORTNAME= eom PORTVERSION= 1.24.1 +PORTREVISION= 1 CATEGORIES= graphics mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/graphics/fpc-rsvg/Makefile b/graphics/fpc-rsvg/Makefile index 806b38fa7e5e..efa6ca253092 100644 --- a/graphics/fpc-rsvg/Makefile +++ b/graphics/fpc-rsvg/Makefile @@ -1,4 +1,5 @@ # Created by: Christopher Key <cjk32@cam.ac.uk> +PORTREVISION= 1 # $FreeBSD$ CATEGORIES= graphics lang diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 8b4bf749829e..1415bd5f7dea 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.4.26 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= GIMP diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index f93c668a98e1..cf08a715d379 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -3,7 +3,7 @@ PORTNAME= gimageview PORTVERSION= 0.2.27 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= graphics MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION} diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index f51fe78f8214..6914c9d5cecb 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,7 +3,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.10.20 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} diff --git a/graphics/gscan2pdf/Makefile b/graphics/gscan2pdf/Makefile index f3c3dee450c8..982c4fbfe62c 100644 --- a/graphics/gscan2pdf/Makefile +++ b/graphics/gscan2pdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= gscan2pdf PORTVERSION= 2.8.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index c88a720ee43d..844fdc35e6cc 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -4,7 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index 4320f680b589..93bfb14bfa74 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -4,7 +4,7 @@ PORTNAME= imv DISTVERSIONPREFIX= v DISTVERSION= 4.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile index 4d7284ce0b15..a74bbc0337b4 100644 --- a/graphics/libafterimage/Makefile +++ b/graphics/libafterimage/Makefile @@ -3,7 +3,7 @@ PORTNAME= libafterimage PORTVERSION= 1.20 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/afterstep/libAfterImage/${PORTVERSION} DISTNAME= libAfterImage-${PORTVERSION} diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 69bfc4d687a7..0368768af2c1 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -4,7 +4,7 @@ PORTNAME= mypaint DISTVERSIONPREFIX=v DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PATCH_SITES= https://github.com/garynthompson/${PORTNAME}/commit/ diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile index 3168e9481f1d..a79a0da2a49c 100644 --- a/graphics/openfx-arena/Makefile +++ b/graphics/openfx-arena/Makefile @@ -3,7 +3,7 @@ PORTNAME= openfx-arena PORTVERSION= 2.3.14 DISTVERSIONPREFIX= Natron- -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 69a1c8ad2f71..0f550c3d068b 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -4,7 +4,7 @@ PORTNAME= osg PORTVERSION= 3.6.5 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org @@ -98,8 +98,7 @@ PDF_VARS_OFF= FORCE_IGNORE+=Poppler-glib SDL_USE= SDL=sdl SDL_VARS= FORCE_REQUIRE+=SDL SDL_VARS_OFF= FORCE_IGNORE+=SDL -SVG_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2 -SVG_USE= GNOME=cairo +SVG_USE= GNOME=cairo,librsvg2 SVG_VARS= FORCE_REQUIRE+=RSVG SVG_VARS_OFF= FORCE_IGNORE+=RSVG VNC_LIB_DEPENDS= libvncserver.so:net/libvncserver diff --git a/graphics/osg34/Makefile b/graphics/osg34/Makefile index 51b6b78c8b7a..671713733f45 100644 --- a/graphics/osg34/Makefile +++ b/graphics/osg34/Makefile @@ -4,7 +4,7 @@ PORTNAME= osg PORTVERSION= 3.4.1 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics PKGNAMESUFFIX= 34 diff --git a/graphics/pinpoint/Makefile b/graphics/pinpoint/Makefile index fd55e2404beb..f39ab5859a28 100644 --- a/graphics/pinpoint/Makefile +++ b/graphics/pinpoint/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinpoint DISTVERSION= 0.1.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= GNOME diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index fd6cdb0cd993..ec9c34832871 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -3,7 +3,7 @@ PORTNAME= rawtherapee PORTVERSION= 5.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= https://rawtherapee.com/shared/source/ \ LOCAL/mandree/ diff --git a/graphics/rubygem-rsvg2/Makefile b/graphics/rubygem-rsvg2/Makefile index 2803bc0d3926..96f4de1a0518 100644 --- a/graphics/rubygem-rsvg2/Makefile +++ b/graphics/rubygem-rsvg2/Makefile @@ -2,6 +2,7 @@ PORTNAME= rsvg2 PORTVERSION= 3.4.3 +PORTREVISION= 1 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 06ad527cc4ee..95bb196523a1 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 8.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ diff --git a/graphics/xviewer/Makefile b/graphics/xviewer/Makefile index 11dbc27408bc..d17c0bfb261b 100644 --- a/graphics/xviewer/Makefile +++ b/graphics/xviewer/Makefile @@ -3,6 +3,7 @@ PORTNAME= xviewer PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 6a0122bc1df8..06718b368163 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= claws-mail -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail news COMMENT= Lightweight and featureful GTK+ based e-mail and news client diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 8ed09cd34cc7..0caf07e94788 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -3,7 +3,7 @@ PORTNAME= asymptote PORTVERSION= 2.67 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -18,16 +18,16 @@ ONLY_FOR_ARCHS= amd64 i386 LIB_DEPENDS= libcurl.so:ftp/curl \ libsigsegv.so:devel/libsigsegv -RUN_DEPENDS= rsvg-convert:graphics/librsvg2 \ - ${PYTHON_PKGNAMEPREFIX}cson>=0.8:devel/py-cson@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cson>=0.8:devel/py-cson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt5-svg>0:graphics/py-qt5-svg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt5-widgets>0:x11-toolkits/py-qt5-widgets@${PY_FLAVOR} \ ${PY_PILLOW} -USES= compiler:c++14-lang gettext-runtime ghostscript gl gmake ncurses perl5 python:3.6+ \ +USES= compiler:c++14-lang gettext-runtime ghostscript gl gmake gnome ncurses perl5 python:3.6+ \ shebangfix tar:tgz SHEBANG_FILES= GUI/*.py USE_GL= gl glu glut +USE_GNOME= librsvg2:run USE_PERL5= build USE_TEX= dvipsk formats diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index a99ab6243f05..132e9647e88d 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -3,7 +3,7 @@ PORTNAME= cheese PORTVERSION= 3.38.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index f074ef972d43..4b5285ede03b 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.3.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile index c18cedd07a8d..82214bf6365b 100644 --- a/multimedia/gstreamer1-plugins/Makefile +++ b/multimedia/gstreamer1-plugins/Makefile @@ -5,7 +5,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}. -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= multimedia audio MASTER_SITES= GNOME/sources/gst-plugins-base/${PORTVERSION:R}:base \ GNOME/sources/gst-plugins-good/${PORTVERSION:R}:good \ diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index e4b721e22e03..1c19da938e65 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.11 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 0ce9c7b496fb..0d71a31fd225 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -2,6 +2,7 @@ PORTNAME= deluge PORTVERSION= 2.0.3 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= net-p2p python diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 95783baf71b8..04670e55bed1 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -3,7 +3,7 @@ PORTNAME= mldonkey PORTVERSION= 3.1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= net-p2p MASTER_SITES= SF diff --git a/science/chemical-mime-data/Makefile b/science/chemical-mime-data/Makefile index 6ff360db03a0..089d03215526 100644 --- a/science/chemical-mime-data/Makefile +++ b/science/chemical-mime-data/Makefile @@ -3,18 +3,16 @@ PORTNAME= chemical-mime-data PORTVERSION= 0.1.94 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= SF/chemical-mime/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Collection of chemical MIME types for UNIX desktops -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:graphics/librsvg2 - USES= gettext-tools gmake gnome pathfix pkgconfig shared-mime-info \ tar:bzip2 -USE_GNOME= gnomemimedata intlhack libxslt:build +USE_GNOME= gnomemimedata intlhack librsvg2:build libxslt:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-database CPPFLAGS+= -I${LOCALBASE}/include diff --git a/science/gramps/Makefile b/science/gramps/Makefile index 5b8c4d5464f8..e2ae3419217d 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -4,6 +4,7 @@ PORTNAME= gramps PORTVERSION= 5.1.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= science gnome python MAINTAINER= woodsb02@FreeBSD.org diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile index d66c3e82fdae..dee896f5145b 100644 --- a/security/vuxml/Makefile +++ b/security/vuxml/Makefile @@ -3,7 +3,7 @@ PORTNAME= vuxml PORTVERSION= 1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security textproc MASTER_SITES= http://www.vuxml.org/dtd/vuxml-1/ DISTFILES= vuxml-10.dtd vuxml-model-10.mod \ diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index 887988e60b73..4698c4a70450 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -4,6 +4,7 @@ PORTNAME= conky PORTVERSION= 1.11.6 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= madpilot@FreeBSD.org diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index 2ff2f0888b70..76876277c198 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-system-monitor PORTVERSION= 3.38.0 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index 8058a68f5350..47445fc764c4 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-control-center PORTVERSION= 1.24.1 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile index d5650ef4a418..1bf1d82de40d 100644 --- a/sysutils/mate-system-monitor/Makefile +++ b/sysutils/mate-system-monitor/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-system-monitor PORTVERSION= 1.24.1 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 75180e2e392b..199cff1a50d0 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -3,6 +3,7 @@ PORTNAME= ibus PORTVERSION= 1.5.23 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= henry.hu.sh@gmail.com diff --git a/textproc/libfo/Makefile b/textproc/libfo/Makefile index b1bf15d2dfbd..359b3b685d24 100644 --- a/textproc/libfo/Makefile +++ b/textproc/libfo/Makefile @@ -3,6 +3,7 @@ PORTNAME= libfo PORTVERSION= 0.6.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= hrs@FreeBSD.org diff --git a/www/links/Makefile b/www/links/Makefile index f426ec9c1af3..e784ed497538 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -3,6 +3,7 @@ PORTNAME= links DISTVERSION= 2.20.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://links.twibright.com/download/ diff --git a/www/midori/Makefile b/www/midori/Makefile index 2d6ee60c596a..67e861f44c08 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -4,7 +4,7 @@ PORTNAME= midori PORTVERSION= 9.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www xfce MAINTAINER= xfce@FreeBSD.org @@ -13,8 +13,7 @@ COMMENT= Lightweight web browser using WebKit browser engine LICENSE= LGPL21 MIT LICENSE_COMB= multi -BUILD_DEPENDS= rsvg-convert:graphics/librsvg2 \ - valac:lang/vala +BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libnotify.so:devel/libnotify \ libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup \ @@ -26,7 +25,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ libarchive localbase:ldflags pkgconfig sqlite tar:bzip2 xorg -USE_GNOME= cairo glib20 gtk30 intltool introspection libxml2 +USE_GNOME= cairo glib20 gtk30 intltool introspection librsvg2:build \ + libxml2 USE_XORG= xscrnsaver CFLAGS+= -Wno-return-type diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 2bd8af2d5afe..41a886dc45ec 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -3,6 +3,7 @@ PORTNAME= netsurf PORTVERSION= 3.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/x11-clocks/cairo-clock/Makefile b/x11-clocks/cairo-clock/Makefile index e7a5c8b8afc3..fe2a498e2e27 100644 --- a/x11-clocks/cairo-clock/Makefile +++ b/x11-clocks/cairo-clock/Makefile @@ -2,6 +2,7 @@ PORTNAME= cairo-clock DISTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= x11-clocks MASTER_SITES= http://ftp.de.debian.org/debian/pool/main/c/cairo-clock/ DISTNAME= ${PORTNAME}_${DISTVERSION}.orig diff --git a/x11-fm/librfm/Makefile b/x11-fm/librfm/Makefile index c4709331e7b7..513400d05fd0 100644 --- a/x11-fm/librfm/Makefile +++ b/x11-fm/librfm/Makefile @@ -3,6 +3,7 @@ PORTNAME= librfm PORTVERSION= 5.3.16.4 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF/xffm/5.3.16.3 DISTNAME= ${PORTNAME}5-${PORTVERSION} diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile index d2de61508bc0..a6adcf118fe7 100644 --- a/x11-fm/rodent/Makefile +++ b/x11-fm/rodent/Makefile @@ -3,7 +3,7 @@ PORTNAME= rodent PORTVERSION= 5.3.16.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= SF/xffm/${PORTVERSION} diff --git a/x11-themes/adapta-gtk-theme/Makefile b/x11-themes/adapta-gtk-theme/Makefile index bd235a66e00a..cb2d892f25a1 100644 --- a/x11-themes/adapta-gtk-theme/Makefile +++ b/x11-themes/adapta-gtk-theme/Makefile @@ -3,6 +3,7 @@ PORTNAME= adapta-gtk-theme PORTVERSION= 3.95.0.11 +PORTREVISION= 1 CATEGORIES= x11-themes MAINTAINER= nivit@FreeBSD.org diff --git a/x11-themes/gnome-icons-elementary/Makefile b/x11-themes/gnome-icons-elementary/Makefile index 748651fdacf2..8f3ed1ffe1d5 100644 --- a/x11-themes/gnome-icons-elementary/Makefile +++ b/x11-themes/gnome-icons-elementary/Makefile @@ -3,6 +3,7 @@ PORTNAME= elementary PORTVERSION= 5.3.0 +PORTREVISION= 1 CATEGORIES= x11-themes gnome PKGNAMEPREFIX= gnome-icons- diff --git a/x11-themes/gnome-icons-gartoon-redux/Makefile b/x11-themes/gnome-icons-gartoon-redux/Makefile index df46a8265fb5..6357e173ea1a 100644 --- a/x11-themes/gnome-icons-gartoon-redux/Makefile +++ b/x11-themes/gnome-icons-gartoon-redux/Makefile @@ -3,6 +3,7 @@ PORTNAME= gartoon-redux PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= https://launchpad.net/${PORTNAME}/1.x/${PORTVERSION}/+download/ @@ -12,11 +13,10 @@ COMMENT= Gartoon Redux Gnome Icon Theme LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= rsvg-convert:graphics/librsvg2 - -USES= perl5 +USES= gnome perl5 USE_PERL5= build +USE_GNOME= librsvg2:build HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} INSTALLS_ICONS= yes diff --git a/x11-themes/gnome-themes-extra/Makefile b/x11-themes/gnome-themes-extra/Makefile index 023beca395de..019a56386249 100644 --- a/x11-themes/gnome-themes-extra/Makefile +++ b/x11-themes/gnome-themes-extra/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-themes-extra PORTVERSION= 3.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11-themes/greybird-theme/Makefile b/x11-themes/greybird-theme/Makefile index 6da06de1d6c8..0ee2e7c54f7d 100644 --- a/x11-themes/greybird-theme/Makefile +++ b/x11-themes/greybird-theme/Makefile @@ -4,6 +4,7 @@ PORTNAME= greybird PORTVERSION= 3.22.12 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11-themes xfce PKGNAMESUFFIX= -theme diff --git a/x11-toolkits/gnome-sharp20/Makefile b/x11-toolkits/gnome-sharp20/Makefile index e99d0adb4f90..08c16a0aa42b 100644 --- a/x11-toolkits/gnome-sharp20/Makefile +++ b/x11-toolkits/gnome-sharp20/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-sharp PORTVERSION= 2.24.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MAINTAINER= mono@FreeBSD.org diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 259b28f9fcdf..148289027298 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -5,7 +5,7 @@ PORTNAME= gtk PORTVERSION= 3.24.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 3 @@ -25,13 +25,13 @@ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS+= hicolor-icon-theme>=0:misc/hicolor-icon-theme \ - adwaita-icon-theme>=0:x11-themes/adwaita-icon-theme \ - librsvg2>=0:graphics/librsvg2 + adwaita-icon-theme>=0:x11-themes/adwaita-icon-theme USE_PERL5= build USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango +USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango \ + librsvg2:run USES= compiler:c11 gettext gmake gnome libtool localbase \ pathfix perl5 pkgconfig tar:xz CONFIGURE_ARGS= --enable-introspection diff --git a/x11-toolkits/ocaml-lablgtk2/Makefile b/x11-toolkits/ocaml-lablgtk2/Makefile index 9225b97ddca1..601e9b2856b1 100644 --- a/x11-toolkits/ocaml-lablgtk2/Makefile +++ b/x11-toolkits/ocaml-lablgtk2/Makefile @@ -3,6 +3,7 @@ PORTNAME= lablgtk2 PORTVERSION= 2.18.5 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= https://download.ocamlcore.org/lablgtk/Lablgtk2/${PORTVERSION}/ PKGNAMEPREFIX= ocaml- diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 4e98a024050c..68b02b3c1d5d 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,7 +3,7 @@ PORTNAME= afterstep PORTVERSION= 2.2.12 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-wm afterstep MASTER_SITES= AFTERSTEP/stable DISTNAME= AfterStep-${PORTVERSION} diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile index a864af054ce9..18d83ef3f7fc 100644 --- a/x11-wm/compiz/Makefile +++ b/x11-wm/compiz/Makefile @@ -2,7 +2,7 @@ PORTNAME= compiz PORTVERSION= 0.8.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-wm MASTER_SITES= https://BSDforge.com/projects/source/x11-wm/compiz/ diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index 67211cb3b6ab..19e653a8d385 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -3,6 +3,7 @@ PORTNAME= fvwm PORTVERSION= 2.6.9 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/${PORTVERSION}/ \ http://fvwm.sourceforge.net/generated/icon_download/ \ diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 886639b29cc2..023acca4c393 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -3,6 +3,7 @@ PORTNAME= jwm PORTVERSION= 2.3.7 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://joewing.net/projects/jwm/releases/ diff --git a/x11-wm/lxappearance-obconf/Makefile b/x11-wm/lxappearance-obconf/Makefile index 1faee2fdaba2..751901caf362 100644 --- a/x11-wm/lxappearance-obconf/Makefile +++ b/x11-wm/lxappearance-obconf/Makefile @@ -3,6 +3,7 @@ PORTNAME= lxappearance-obconf PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF/lxde/LXAppearance%20Obconf/ diff --git a/x11-wm/obconf-qt/Makefile b/x11-wm/obconf-qt/Makefile index 8a9b4c0606ee..b9cb713395a6 100644 --- a/x11-wm/obconf-qt/Makefile +++ b/x11-wm/obconf-qt/Makefile @@ -3,6 +3,7 @@ PORTNAME= obconf-qt PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= LXQT/${PORTNAME} diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index f1116a9ce7ab..9d969d97c504 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= openbox PORTVERSION= 3.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/openbox/ diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index d80545ec97f6..0743aaec5cf2 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -3,7 +3,7 @@ PORTNAME= eaglemode PORTVERSION= 0.95.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/x11/florence/Makefile b/x11/florence/Makefile index d5e7aca0de0a..91ca080d4f30 100644 --- a/x11/florence/Makefile +++ b/x11/florence/Makefile @@ -3,7 +3,7 @@ PORTNAME= florence PORTVERSION= 0.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= SF/florence/florence/${PORTVERSION}/ diff --git a/x11/gnome-pie/Makefile b/x11/gnome-pie/Makefile index 8e5ae6c6651c..d57cce47db09 100644 --- a/x11/gnome-pie/Makefile +++ b/x11/gnome-pie/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-pie PORTVERSION= 0.5.7 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= nivit@FreeBSD.org diff --git a/x11/jgmenu/Makefile b/x11/jgmenu/Makefile index 01a000130e2c..bd60876b32be 100644 --- a/x11/jgmenu/Makefile +++ b/x11/jgmenu/Makefile @@ -3,6 +3,7 @@ PORTNAME= jgmenu DISTVERSIONPREFIX= v DISTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= vulcan@wired.sh diff --git a/x11/lavalauncher/Makefile b/x11/lavalauncher/Makefile index 2ccfbde2454e..ab5c4560a4b5 100644 --- a/x11/lavalauncher/Makefile +++ b/x11/lavalauncher/Makefile @@ -3,7 +3,7 @@ PORTNAME= lavalauncher DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= https://git.sr.ht/~leon_plickat/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -35,8 +35,7 @@ INOTIFY_DESC= Watch configuration file via libinotify INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify INOTIFY_MESON_ENABLED= watch-config -LIBRSVG2_USE= GNOME=glib20 -LIBRSVG2_LIB_DEPENDS= librsvg-2.so.2:graphics/librsvg2-rust +LIBRSVG2_USE= GNOME=glib20,librsvg2 LIBRSVG2_MESON_ENABLED= librsvg MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile index cd95cc452b9a..9a5a27f28c73 100644 --- a/x11/mate-panel/Makefile +++ b/x11/mate-panel/Makefile @@ -3,7 +3,7 @@ PORTNAME= mate-panel PORTVERSION= 1.24.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index d67bb85a8fdb..842de19239e8 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-session-manager PORTVERSION= 1.24.1 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11/rofi/Makefile b/x11/rofi/Makefile index 9475133bd2b9..9b61f4eea8ff 100644 --- a/x11/rofi/Makefile +++ b/x11/rofi/Makefile @@ -2,6 +2,7 @@ PORTNAME= rofi PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://github.com/davatorium/rofi/releases/download/${PORTVERSION}/ diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile index 4788eb836a4f..c5423abb81a9 100644 --- a/x11/roxterm/Makefile +++ b/x11/roxterm/Makefile @@ -3,6 +3,7 @@ PORTNAME= roxterm PORTVERSION= 3.8.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= ports@FreeBSD.org diff --git a/x11/tint/Makefile b/x11/tint/Makefile index 2460b5406cfd..04fe310e793c 100644 --- a/x11/tint/Makefile +++ b/x11/tint/Makefile @@ -2,6 +2,7 @@ PORTNAME= tint2 PORTVERSION= 16.7 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= yamagi@yamagi.org diff --git a/x11/xxkb/Makefile b/x11/xxkb/Makefile index 4822ed09e18e..023073e3c181 100644 --- a/x11/xxkb/Makefile +++ b/x11/xxkb/Makefile @@ -3,6 +3,7 @@ PORTNAME= xxkb PORTVERSION= 1.11.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src |