aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-12-09 00:48:38 +0800
committertijl <tijl@FreeBSD.org>2014-12-09 00:48:38 +0800
commite2300845f96fc1f90e03af0a746423bff0b0e770 (patch)
treefd2d9471767ad6e92fff12ef08f1cb015017f9f8 /x11
parentb0b474e0ac449202a591c50a796cb0435cbf54fb (diff)
downloadfreebsd-ports-gnome-e2300845f96fc1f90e03af0a746423bff0b0e770.tar.gz
freebsd-ports-gnome-e2300845f96fc1f90e03af0a746423bff0b0e770.tar.zst
freebsd-ports-gnome-e2300845f96fc1f90e03af0a746423bff0b0e770.zip
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs4/Makefile2
-rw-r--r--x11/libexo/Makefile4
-rw-r--r--x11/libexo/pkg-plist4
-rw-r--r--x11/metisse/Makefile2
-rw-r--r--x11/mlterm/Makefile2
-rw-r--r--x11/mrxvt/Makefile2
-rw-r--r--x11/wdm/Makefile2
-rw-r--r--x11/xfce4-clipman-plugin/Makefile1
-rw-r--r--x11/xfce4-screenshooter-plugin/Makefile2
-rw-r--r--x11/xfce4-verve-plugin/Makefile2
-rw-r--r--x11/xfce4-whiskermenu-plugin/Makefile1
11 files changed, 13 insertions, 11 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index 6b367472b2aa..0fa45e6e6a22 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kdelibs
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile
index fe8b06bb5d88..7258ec7aaf30 100644
--- a/x11/libexo/Makefile
+++ b/x11/libexo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libexo
PORTVERSION= 0.10.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R}
@@ -22,7 +22,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/lib//}
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
-USES= desktop-file-utils gmake libtool:oldver pathfix perl5 \
+USES= desktop-file-utils gmake libtool pathfix perl5 \
pkgconfig tar:bzip2
USE_GNOME= glib20 gtk20 intltool intlhack
USE_LDCONFIG= yes
diff --git a/x11/libexo/pkg-plist b/x11/libexo/pkg-plist
index 0b90130897da..e4bd0c854338 100644
--- a/x11/libexo/pkg-plist
+++ b/x11/libexo/pkg-plist
@@ -27,9 +27,9 @@ include/exo-1/exo/exo-utils.h
include/exo-1/exo/exo-wrap-table.h
include/exo-1/exo/exo-xsession-client.h
include/exo-1/exo/exo.h
-lib/libexo-1.la
lib/libexo-1.so
-lib/libexo-1.so.1
+lib/libexo-1.so.0
+lib/libexo-1.so.0.1.0
lib/xfce4/exo-1/exo-compose-mail-1
lib/xfce4/exo-1/exo-helper-1
libdata/pkgconfig/exo-1.pc
diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile
index 487653916ac7..36f14427d58a 100644
--- a/x11/metisse/Makefile
+++ b/x11/metisse/Makefile
@@ -3,7 +3,7 @@
PORTNAME= metisse
PORTVERSION= 0.4.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11
MASTER_SITES= http://insitu.lri.fr/metisse/download/metisse/
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 2c6cb323f77e..46f6c6ed799c 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mlterm
PORTVERSION= 3.3.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/01release/${PORTNAME}-${PORTVERSION}
diff --git a/x11/mrxvt/Makefile b/x11/mrxvt/Makefile
index 76470fafbf82..7bc0dd3b66a2 100644
--- a/x11/mrxvt/Makefile
+++ b/x11/mrxvt/Makefile
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Tabbed version of rxvt
-LIB_DEPENDS= libjpeg.so.11:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng15.so:${PORTSDIR}/graphics/png
CONFLICTS= mrxvt-0.5.*
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index fb19dd97d9d6..3ace44976c91 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wdm
PORTVERSION= 1.28
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= x11 windowmaker
MASTER_SITES= http://voins.program.ru/wdm/:wdm \
http://wolfram.schneider.org/bsd/gif/bsd/:pic_large \
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile
index 834f6acd205c..368e9edfc3b5 100644
--- a/x11/xfce4-clipman-plugin/Makefile
+++ b/x11/xfce4-clipman-plugin/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xfce4-clipman-plugin
PORTVERSION= 1.2.6
+PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile
index 57b279292512..c0193346ef6f 100644
--- a/x11/xfce4-screenshooter-plugin/Makefile
+++ b/x11/xfce4-screenshooter-plugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xfce4-screenshooter-plugin
PORTVERSION= 1.8.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R}
diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile
index b5914a27c710..e17d8ea738f8 100644
--- a/x11/xfce4-verve-plugin/Makefile
+++ b/x11/xfce4-verve-plugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= verve-plugin
PORTVERSION= 1.0.0
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R}
diff --git a/x11/xfce4-whiskermenu-plugin/Makefile b/x11/xfce4-whiskermenu-plugin/Makefile
index b7c75d891016..10d85d42c61b 100644
--- a/x11/xfce4-whiskermenu-plugin/Makefile
+++ b/x11/xfce4-whiskermenu-plugin/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xfce4-whiskermenu-plugin
PORTVERSION= 1.4.1
+PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= http://gottcode.org/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src