aboutsummaryrefslogtreecommitdiff
path: root/graphics/gtksee
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-12-04 20:29:09 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-12-04 20:29:09 +0000
commit9558a059396fb42351fc6f61a631e0b1de0b7046 (patch)
tree0fb88415cbb291067cbad266fd99ed2ee5528536 /graphics/gtksee
parent419f47e29ab619364cd8cae01c3514a8eb94bb21 (diff)
downloadports-9558a059396fb42351fc6f61a631e0b1de0b7046.tar.gz
ports-9558a059396fb42351fc6f61a631e0b1de0b7046.zip
Upgrade to 0.2.1
PR: ports/8961
Notes
Notes: svn path=/head/; revision=15106
Diffstat (limited to 'graphics/gtksee')
-rw-r--r--graphics/gtksee/Makefile11
-rw-r--r--graphics/gtksee/distinfo2
-rw-r--r--graphics/gtksee/files/patch-aa17
3 files changed, 16 insertions, 14 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile
index bdfe94f97829..cfd699a26a57 100644
--- a/graphics/gtksee/Makefile
+++ b/graphics/gtksee/Makefile
@@ -3,20 +3,21 @@
# Date created: Sun Nov 22 12:08:18 CET 1998
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
-# $Id: Makefile,v 1.2 1998/12/01 21:11:01 billf Exp $
+# $Id: Makefile,v 1.3 1998/12/01 21:47:45 billf Exp $
#
-DISTNAME= gtksee-0.2.0
+DISTNAME= gtksee-0.2.1
CATEGORIES= graphics
-MASTER_SITES= http://www.zg169.net/~hotaru/download/ \
+MASTER_SITES= http://www.pressroom.com/~mrc/gtksee/ \
+ http://www.zg169.net/~hotaru/download/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
-MAINTAINER= ibex@physik.TU-Berlin.DE
+MAINTAINER= ibex@physik.TU-Berlin.DE
LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.2:${PORTSDIR}/graphics/png \
- tiff34.1:${PORTSDIR}/graphics/tiff34
+ tiff.4:${PORTSDIR}/graphics/tiff34
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \
diff --git a/graphics/gtksee/distinfo b/graphics/gtksee/distinfo
index c75c674360a8..e437e6426196 100644
--- a/graphics/gtksee/distinfo
+++ b/graphics/gtksee/distinfo
@@ -1 +1 @@
-MD5 (gtksee-0.2.0.tar.gz) = 5dd8ee3b205990ca6893fd8094694685
+MD5 (gtksee-0.2.1.tar.gz) = a175680c224fca87f6b7c2a5fb98091a
diff --git a/graphics/gtksee/files/patch-aa b/graphics/gtksee/files/patch-aa
index 1619f220ed33..4ada6d9d5f1f 100644
--- a/graphics/gtksee/files/patch-aa
+++ b/graphics/gtksee/files/patch-aa
@@ -1,10 +1,11 @@
---- src/im_xcf.c.orig Tue Oct 20 14:45:12 1998
-+++ src/im_xcf.c Sun Nov 22 10:36:32 1998
-@@ -21,6 +21,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
+--- src/im_xcf.c.orig Thu Dec 3 12:22:17 1998
++++ src/im_xcf.c Fri Dec 4 10:15:47 1998
+@@ -23,7 +23,7 @@
+
+ /* patch from Pyun YongHyeon: fixed compilation error for FreeBSD 3.0 */
+ #ifdef __FreeBSD__
+-#include <sys/param.h>
+#include <sys/types.h>
- #include <netinet/in.h>
+ #endif
- #include <gtk/gtk.h>
+ #include <netinet/in.h>