diff options
author | billf <billf@FreeBSD.org> | 1998-12-05 04:29:09 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-05 04:29:09 +0800 |
commit | e9403930c7ef773abf1cd213bcc9afea192fef54 (patch) | |
tree | eff4f121a942d3db623abe3943504feef9b0b0b0 /graphics | |
parent | e862e04bd0a76f4557b46c686ccbb89071ff003a (diff) | |
download | freebsd-ports-gnome-e9403930c7ef773abf1cd213bcc9afea192fef54.tar.gz freebsd-ports-gnome-e9403930c7ef773abf1cd213bcc9afea192fef54.tar.zst freebsd-ports-gnome-e9403930c7ef773abf1cd213bcc9afea192fef54.zip |
Upgrade to 0.2.1
PR: ports/8961
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gtksee/Makefile | 11 | ||||
-rw-r--r-- | graphics/gtksee/distinfo | 2 | ||||
-rw-r--r-- | graphics/gtksee/files/patch-aa | 17 |
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> |