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 /comms | |
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 'comms')
-rw-r--r-- | comms/fldigi/Makefile | 1 | ||||
-rw-r--r-- | comms/jsdr/Makefile | 2 | ||||
-rw-r--r-- | comms/syncterm/Makefile | 2 | ||||
-rw-r--r-- | comms/wsjt/Makefile | 2 | ||||
-rw-r--r-- | comms/wspr/Makefile | 1 | ||||
-rw-r--r-- | comms/xmorse/Makefile | 2 |
6 files changed, 6 insertions, 4 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index 14e40e2fe741..6e8cdd749e07 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -2,6 +2,7 @@ PORTNAME= fldigi PORTVERSION= 3.22.02 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/\ ${MASTER_SITE_LOCAL} diff --git a/comms/jsdr/Makefile b/comms/jsdr/Makefile index 39cac2a3c440..bf449604ca6f 100644 --- a/comms/jsdr/Makefile +++ b/comms/jsdr/Makefile @@ -3,7 +3,7 @@ PORTNAME= jsdr PORTVERSION= 4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms audio hamradio MASTER_SITES= http://www.sdr-j.tk/ diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile index 2b4d448bdbc5..7a4110656cbd 100644 --- a/comms/syncterm/Makefile +++ b/comms/syncterm/Makefile @@ -3,7 +3,7 @@ PORTNAME= syncterm PORTVERSION= 0.9.${PORTVER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.9.5 DISTNAME= syncterm-src-${PORTVER} diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index 8ca10439089f..7ae6a5413d27 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -2,7 +2,7 @@ PORTNAME= wsjt VERSION= 9.1 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSION= ${VERSION}.r${SVN_REV} CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile index 3ff14c80ebb3..358a684093c3 100644 --- a/comms/wspr/Makefile +++ b/comms/wspr/Makefile @@ -2,6 +2,7 @@ PORTNAME= wspr DISTVERSION= ${VERSION}.r${SVN_REV} +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= db diff --git a/comms/xmorse/Makefile b/comms/xmorse/Makefile index 24635b2d75d7..3d614af46272 100644 --- a/comms/xmorse/Makefile +++ b/comms/xmorse/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmorse PORTVERSION= 20041125 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= comms hamradio MASTER_SITES= http://c2.com/morse/files/SourceCode/ \ http://www.525183.com/freebsd/xmorse/ \ |