summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-08-02 15:03:19 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-08-02 15:03:19 +0000
commita374acb969cb764eb7e6369821b9d87b96493782 (patch)
treeea36e7f5c3df09ecf07eacd3dfa1065817e07c56 /graphics
parentUpdate gnumeric to 1.12.23. (diff)
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=393429
Diffstat (limited to 'graphics')
-rw-r--r--graphics/GraphicsMagick/Makefile2
-rw-r--r--graphics/ImageMagick/Makefile1
-rw-r--r--graphics/ImageMagick7/Makefile1
-rw-r--r--graphics/atril-lite/Makefile2
-rw-r--r--graphics/atril/Makefile2
-rw-r--r--graphics/bugle/Makefile2
-rw-r--r--graphics/cogl/Makefile1
-rw-r--r--graphics/colord/Makefile2
-rw-r--r--graphics/diacanvas2/Makefile2
-rw-r--r--graphics/evince-lite/Makefile2
-rw-r--r--graphics/evince/Makefile2
-rw-r--r--graphics/goom/Makefile2
-rw-r--r--graphics/gstreamer-plugins-gl/Makefile2
-rw-r--r--graphics/gstreamer1-plugins-gl/Makefile2
-rw-r--r--graphics/libchamplain/Makefile1
-rw-r--r--graphics/libchamplain08/Makefile1
-rw-r--r--graphics/libexif/Makefile2
-rw-r--r--graphics/libgphoto2/Makefile1
-rw-r--r--graphics/libgxps/Makefile2
-rw-r--r--graphics/libpotrace/Makefile1
-rw-r--r--graphics/potrace/Makefile1
-rw-r--r--graphics/py-goocanvas/Makefile2
-rw-r--r--graphics/py-poppler/Makefile2
-rw-r--r--graphics/swfdec/Makefile2
-rw-r--r--graphics/zbar/Makefile2
25 files changed, 25 insertions, 17 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index aeb3115b6b1e..b23eea7ed677 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -3,7 +3,7 @@
PORTNAME= GraphicsMagick
PORTVERSION= 1.3.20
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= SF \
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 111a51f2ae4a..c1249d9592b0 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ImageMagick
DISTVERSION= 6.9.1-10
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://www.imagemagick.org/download/ \
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile
index 7d54ac72e835..28665a644bec 100644
--- a/graphics/ImageMagick7/Makefile
+++ b/graphics/ImageMagick7/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ImageMagick
DISTVERSION= 7.0.0-0~beta${DATE}
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://www.imagemagick.org/download/ \
http://www.imagemagick.org/download/beta/ \
diff --git a/graphics/atril-lite/Makefile b/graphics/atril-lite/Makefile
index 3113937895bb..0529aa36fe72 100644
--- a/graphics/atril-lite/Makefile
+++ b/graphics/atril-lite/Makefile
@@ -1,7 +1,7 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 3
+PORTREVISION= 4
PKGNAMESUFFIX= -lite
COMMENT= MATE multi-format document viewer
diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile
index 92715d832e58..2bbad3bd5434 100644
--- a/graphics/atril/Makefile
+++ b/graphics/atril/Makefile
@@ -3,7 +3,7 @@
PORTNAME= atril
PORTVERSION= 1.10.1
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= graphics print mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile
index 0b0836ece5ae..bdc69fad429f 100644
--- a/graphics/bugle/Makefile
+++ b/graphics/bugle/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bugle
PORTVERSION= 0.0.20100508
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF
diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile
index 3fd67d413a35..9879d1ed0dd1 100644
--- a/graphics/cogl/Makefile
+++ b/graphics/cogl/Makefile
@@ -4,6 +4,7 @@
PORTNAME= cogl
PORTVERSION= 1.20.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= GNOME
diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile
index cd8901791f29..7b4dec42e88b 100644
--- a/graphics/colord/Makefile
+++ b/graphics/colord/Makefile
@@ -4,7 +4,7 @@
PORTNAME= colord
PORTVERSION= 1.2.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.freedesktop.org/software/colord/releases/
diff --git a/graphics/diacanvas2/Makefile b/graphics/diacanvas2/Makefile
index 54392e587f54..f8e60ef49d9e 100644
--- a/graphics/diacanvas2/Makefile
+++ b/graphics/diacanvas2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= diacanvas2
PORTVERSION= 0.15.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics gnome
MASTER_SITES= SF/diacanvas/DiaCanvas2/${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}
diff --git a/graphics/evince-lite/Makefile b/graphics/evince-lite/Makefile
index d360d0af1f33..8aa4a66c2f05 100644
--- a/graphics/evince-lite/Makefile
+++ b/graphics/evince-lite/Makefile
@@ -1,7 +1,7 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -lite
COMMENT= GNOME 3 multi-format document viewer without the GNOME dependancies
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index a92a4c3691ce..d4021a475031 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -3,7 +3,7 @@
PORTNAME= evince
PORTVERSION= 3.14.2
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile
index 820991b357a6..eec14335da81 100644
--- a/graphics/goom/Makefile
+++ b/graphics/goom/Makefile
@@ -3,7 +3,7 @@
PORTNAME= goom
PORTVERSION= 2k4.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2k4/0
DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|}-src
diff --git a/graphics/gstreamer-plugins-gl/Makefile b/graphics/gstreamer-plugins-gl/Makefile
index 9d6111045c67..a11cbb89167e 100644
--- a/graphics/gstreamer-plugins-gl/Makefile
+++ b/graphics/gstreamer-plugins-gl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gstreamer-plugins-gl
PORTVERSION= 0.10.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-gl/
DISTNAME= ${PORTNAME:S/gstreamer/gst/}-${PORTVERSION}
diff --git a/graphics/gstreamer1-plugins-gl/Makefile b/graphics/gstreamer1-plugins-gl/Makefile
index ea592ca723d1..ffe566b011a6 100644
--- a/graphics/gstreamer1-plugins-gl/Makefile
+++ b/graphics/gstreamer1-plugins-gl/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
COMMENT= Gstreamer GL graphics plugin
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile
index 7fc3bb64b8be..728e70b061dd 100644
--- a/graphics/libchamplain/Makefile
+++ b/graphics/libchamplain/Makefile
@@ -4,6 +4,7 @@
PORTNAME= libchamplain
PORTVERSION= 0.12.9
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= GNOME
diff --git a/graphics/libchamplain08/Makefile b/graphics/libchamplain08/Makefile
index b177120d230e..7bf626c84ef5 100644
--- a/graphics/libchamplain08/Makefile
+++ b/graphics/libchamplain08/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libchamplain
PORTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= GNOME
PKGNAMESUFFIX= 08
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile
index 93735852a500..0db92d939ddc 100644
--- a/graphics/libexif/Makefile
+++ b/graphics/libexif/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libexif
PORTVERSION= 0.6.21
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile
index 4ed5277bee13..55cf637a058f 100644
--- a/graphics/libgphoto2/Makefile
+++ b/graphics/libgphoto2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libgphoto2
PORTVERSION= 2.5.8
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION}
diff --git a/graphics/libgxps/Makefile b/graphics/libgxps/Makefile
index df71a0bd8555..43dac0005357 100644
--- a/graphics/libgxps/Makefile
+++ b/graphics/libgxps/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libgxps
PORTVERSION= 0.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/graphics/libpotrace/Makefile b/graphics/libpotrace/Makefile
index f0d4b532b988..3d94b29d484e 100644
--- a/graphics/libpotrace/Makefile
+++ b/graphics/libpotrace/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libpotrace
PORTVERSION= 1.11
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
DISTNAME= potrace-${PORTVERSION}
diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile
index 1184938aef82..7702add99052 100644
--- a/graphics/potrace/Makefile
+++ b/graphics/potrace/Makefile
@@ -3,6 +3,7 @@
PORTNAME= potrace
PORTVERSION= 1.11
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
diff --git a/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile
index 0e369ad104f6..95d4dd4851af 100644
--- a/graphics/py-goocanvas/Makefile
+++ b/graphics/py-goocanvas/Makefile
@@ -4,7 +4,7 @@
PORTNAME= goocanvas
PORTVERSION= 0.14.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics python
MASTER_SITES= GNOME/sources/py${PORTNAME}/${PORTVERSION:C/..$//}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile
index 37205e684e3c..9a0da0554697 100644
--- a/graphics/py-poppler/Makefile
+++ b/graphics/py-poppler/Makefile
@@ -3,7 +3,7 @@
PORTNAME= poppler
PORTVERSION= 0.12.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics python
MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \
http://launchpadlibrarian.net/30270080/ \
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile
index c292d7fe7bec..cb0bb164d965 100644
--- a/graphics/swfdec/Makefile
+++ b/graphics/swfdec/Makefile
@@ -4,7 +4,7 @@
PORTNAME= swfdec
PORTVERSION= 0.8.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.8/
diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile
index 03375c587993..4121ef8717f3 100644
--- a/graphics/zbar/Makefile
+++ b/graphics/zbar/Makefile
@@ -3,7 +3,7 @@
PORTNAME= zbar
PORTVERSION= 0.10
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= SF