1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Upgrade to 0.2.1

PR:		ports/8961
This commit is contained in:
Bill Fumerola 1998-12-04 20:29:09 +00:00
parent 419f47e29a
commit 9558a05939
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15106
3 changed files with 17 additions and 15 deletions

View File

@ -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 \

View File

@ -1 +1 @@
MD5 (gtksee-0.2.0.tar.gz) = 5dd8ee3b205990ca6893fd8094694685
MD5 (gtksee-0.2.1.tar.gz) = a175680c224fca87f6b7c2a5fb98091a

View File

@ -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>
+#include <sys/types.h>
#include <netinet/in.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 @@
#include <gtk/gtk.h>
/* patch from Pyun YongHyeon: fixed compilation error for FreeBSD 3.0 */
#ifdef __FreeBSD__
-#include <sys/param.h>
+#include <sys/types.h>
#endif
#include <netinet/in.h>