From 9e96a321deb050c50e91b3b5db34c6c4937e1ecb Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 27 Aug 1999 09:06:37 +0000 Subject: Update this package to depend on gd-1.6.3, with the resulting GIF -> PNG changes necessary. --- www/webalizer/Makefile | 4 ++-- www/webalizer/files/patch-sum | 5 +++-- www/webalizer/patches/patch-ad | 15 ++++++++++++--- 3 files changed, 17 insertions(+), 7 deletions(-) (limited to 'www') diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 20fc6f8b0c5..819da735450 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/08/26 20:25:43 mjl Exp $ +# $NetBSD: Makefile,v 1.7 1999/08/27 09:06:37 agc Exp $ # DISTNAME= webalizer-1.30-04-src @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= mjl@emsi.priv.at HOMEPAGE= http://www.mrunix.net/webalizer/ -DEPENDS= gd-1.3p1:../../graphics/gd +DEPENDS= gd-1.6.3:../../graphics/gd WRKSRC= ${WRKDIR}/webalizer-1.30-04 diff --git a/www/webalizer/files/patch-sum b/www/webalizer/files/patch-sum index 1c2da8397cd..d92e36f5d77 100644 --- a/www/webalizer/files/patch-sum +++ b/www/webalizer/files/patch-sum @@ -1,5 +1,6 @@ -$NetBSD: patch-sum,v 1.2 1999/08/26 20:25:43 mjl Exp $ +$NetBSD: patch-sum,v 1.3 1999/08/27 09:06:38 agc Exp $ MD5 (patch-ab) = a540e90570b7c36969beca2d8f83591c MD5 (patch-ac) = fe80afca67e860607c72fdc415bb6db4 -MD5 (patch-ad) = bfe4091806bc07ba732c54752de72a64 +MD5 (patch-ad) = 3ece3d2388ff743bd1c4f792d9eeaf23 +MD5 (patch-ae) = 0d9a905175e38ec3d0e519b6093c7cfb diff --git a/www/webalizer/patches/patch-ad b/www/webalizer/patches/patch-ad index af5b38cf0d7..6bd18a4e342 100644 --- a/www/webalizer/patches/patch-ad +++ b/www/webalizer/patches/patch-ad @@ -1,7 +1,16 @@ -$NetBSD: patch-ad,v 1.1 1999/08/26 20:25:44 mjl Exp $ +$NetBSD: patch-ad,v 1.2 1999/08/27 09:06:38 agc Exp $ ---- Makefile.in.orig Tue Jun 29 07:12:40 1999 -+++ Makefile.in Thu Aug 26 22:16:11 1999 +--- Makefile.in.orig Tue Jun 29 06:12:40 1999 ++++ Makefile.in Fri Aug 27 09:55:04 1999 +@@ -23,7 +23,7 @@ + MANDIR = @mandir@/man1 + CC = @CC@ + CFLAGS = @CFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lpng -lz + DEFS = @DEFS@ + LDFLAGS= @LDFLAGS@ + INSTALL= @INSTALL@ @@ -41,7 +41,7 @@ $(CC) ${LDFLAGS} -o webalizer webalizer.o graphs.o ${LIBS} -- cgit v1.2.3