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 /net | |
parent | b0b474e0ac449202a591c50a796cb0435cbf54fb (diff) | |
download | freebsd-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 'net')
-rw-r--r-- | net/h323plus/Makefile | 2 | ||||
-rw-r--r-- | net/minidlna/Makefile | 1 | ||||
-rw-r--r-- | net/rdesktop/Makefile | 1 | ||||
-rw-r--r-- | net/sdl_net/Makefile | 2 | ||||
-rw-r--r-- | net/ssvnc/Makefile | 2 | ||||
-rw-r--r-- | net/wizd/Makefile | 2 |
6 files changed, 6 insertions, 4 deletions
diff --git a/net/h323plus/Makefile b/net/h323plus/Makefile index e35b2bc3865c..64c01e19e9b1 100644 --- a/net/h323plus/Makefile +++ b/net/h323plus/Makefile @@ -2,7 +2,7 @@ PORTNAME= h323plus PORTVERSION= 1.26.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net multimedia MASTER_SITES= http://www.h323plus.org/source/download/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g} diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile index c9a53dc0b8c4..2ed7e0b020b7 100644 --- a/net/minidlna/Makefile +++ b/net/minidlna/Makefile @@ -3,6 +3,7 @@ PORTNAME= minidlna PORTVERSION= 1.1.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net multimedia www MASTER_SITES= SF diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 2e812851736d..5738acebd3bd 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -3,6 +3,7 @@ PORTNAME= rdesktop PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= net comms ipv6 MASTER_SITES= SF diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index a9d22fefd51a..bc76019620a8 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_net PORTVERSION= 1.2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL_net-${PORTVERSION} diff --git a/net/ssvnc/Makefile b/net/ssvnc/Makefile index 4f19a12aea70..70c0951b8ec9 100644 --- a/net/ssvnc/Makefile +++ b/net/ssvnc/Makefile @@ -13,7 +13,7 @@ COMMENT= Enhanced TightVNC Viewer (SSVNC: SSL/SSH VNC viewer) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libjpeg.so.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= stunnel:${PORTSDIR}/security/stunnel \ xterm:${PORTSDIR}/x11/xterm diff --git a/net/wizd/Makefile b/net/wizd/Makefile index d7d67e5ed42a..4d6f552c51e4 100644 --- a/net/wizd/Makefile +++ b/net/wizd/Makefile @@ -3,7 +3,7 @@ PORTNAME= wizd PORTVERSION= 24 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net multimedia MASTER_SITES= SF/${PORTNAME}/Sources/Sources%20v${PORTVERSION} DISTFILES= wizd_sources_v${PORTVERSION}.zip simplicity_v1-2.zip |