diff options
author | tijl <tijl@FreeBSD.org> | 2014-12-09 00:48:38 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-12-09 00:48:38 +0800 |
commit | e2300845f96fc1f90e03af0a746423bff0b0e770 (patch) | |
tree | fd2d9471767ad6e92fff12ef08f1cb015017f9f8 /x11-wm | |
parent | b0b474e0ac449202a591c50a796cb0435cbf54fb (diff) | |
download | freebsd-ports-graphics-e2300845f96fc1f90e03af0a746423bff0b0e770.tar.gz freebsd-ports-graphics-e2300845f96fc1f90e03af0a746423bff0b0e770.tar.zst freebsd-ports-graphics-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-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/libwraster/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 2 |
6 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index dde5445591f..1a3bf577961 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,7 +3,7 @@ PORTNAME= afterstep PORTVERSION= 2.2.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= stable diff --git a/x11-wm/libwraster/Makefile b/x11-wm/libwraster/Makefile index 561fb7d545d..c84f73d67f7 100644 --- a/x11-wm/libwraster/Makefile +++ b/x11-wm/libwraster/Makefile @@ -2,6 +2,7 @@ PORTNAME= libwraster PORTVERSION= 0.95.6 +PORTREVISION= 1 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= source/release diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 4f6baa2c3c9..3dbfa47cd60 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -3,6 +3,7 @@ PORTNAME= windowmaker PORTVERSION= 0.95.6 +PORTREVISION= 1 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= source/release diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index e23e4e4d65a..0bafbc265e0 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -4,7 +4,7 @@ PORTNAME= wmakerconf PORTVERSION= 2.12 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-wm MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 29bc3bc4eca..b11214e7ee5 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.10.3 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/xfdesktop/${PORTVERSION:R} diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index ea0dc3d2022..7859b2d5e9c 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-panel PORTVERSION= 4.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} |