diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-07 19:14:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-07 19:14:35 +0000 |
commit | 5b4b427b46ea9bc0fde804effd5bea4991198a57 (patch) | |
tree | 6a0650cc3516253bd02724b8991295810a122227 /graphics/gliv | |
parent | 9b8f83f74cecd3601b953db25e506ffa25d12f0a (diff) | |
download | ports-5b4b427b46ea9bc0fde804effd5bea4991198a57.tar.gz ports-5b4b427b46ea9bc0fde804effd5bea4991198a57.zip |
Notes
Diffstat (limited to 'graphics/gliv')
-rw-r--r-- | graphics/gliv/Makefile | 3 | ||||
-rw-r--r-- | graphics/gliv/distinfo | 4 | ||||
-rw-r--r-- | graphics/gliv/files/patch-src::collection.c | 10 | ||||
-rw-r--r-- | graphics/gliv/pkg-plist | 1 |
4 files changed, 15 insertions, 3 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index f0c696a6149b..0ac04b997888 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gliv -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES= graphics MASTER_SITES= http://guichaz.free.fr/gliv/ @@ -16,6 +16,7 @@ COMMENT= An image viewer that uses Gdk-Pixbuf and OpenGL LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext USE_BZIP2= yes +USE_GCC= 3.3 USE_X_PREFIX= yes USE_GL= yes USE_GETOPT_LONG= yes diff --git a/graphics/gliv/distinfo b/graphics/gliv/distinfo index 1307396c3905..71f9548009ae 100644 --- a/graphics/gliv/distinfo +++ b/graphics/gliv/distinfo @@ -1,2 +1,2 @@ -MD5 (gliv-1.8.3.tar.bz2) = c13967233f3b97f607014984ab129663 -SIZE (gliv-1.8.3.tar.bz2) = 419804 +MD5 (gliv-1.8.4.tar.bz2) = 2ad963118f2f373e6b53f8cb247a9dcc +SIZE (gliv-1.8.4.tar.bz2) = 428207 diff --git a/graphics/gliv/files/patch-src::collection.c b/graphics/gliv/files/patch-src::collection.c new file mode 100644 index 000000000000..b9e0e10ada7d --- /dev/null +++ b/graphics/gliv/files/patch-src::collection.c @@ -0,0 +1,10 @@ +--- src/collection.c.orig Thu Jul 29 06:40:56 2004 ++++ src/collection.c Thu Aug 5 01:05:38 2004 +@@ -77,6 +77,7 @@ + * are '\0' terminated strings representing decimal numbers. + */ + ++#include <sys/types.h> + #include <sys/mman.h> /* mmap(), PROT_READ, MAP_PRIVATE, ... */ + #include <stdio.h> /* FILE, fopen(), fread(), fwrite(), ... */ + #include <string.h> /* strlen(), strrchr() */ diff --git a/graphics/gliv/pkg-plist b/graphics/gliv/pkg-plist index de253e31853c..ed8dd3de30a4 100644 --- a/graphics/gliv/pkg-plist +++ b/graphics/gliv/pkg-plist @@ -7,3 +7,4 @@ share/locale/nl/LC_MESSAGES/gliv.mo share/locale/pt_BR/LC_MESSAGES/gliv.mo share/locale/ro/LC_MESSAGES/gliv.mo share/locale/ru/LC_MESSAGES/gliv.mo +share/locale/sk/LC_MESSAGES/gliv.mo |