Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 1999 19:33:23 +0200 (CEST)
From:      dinoex.sub.org!dirk.meyer@home.dinoex.sub.org
To:        freebsd.org!FreeBSD-gnats-submit@home.dinoex.sub.org
Subject:   ports/12100: ports/german/webalizer update
Message-ID:  <199906091733.TAA13401@home.dinoex.sub.org>

next in thread | raw e-mail | index | archive | help

>Number:         12100
>Category:       ports
>Synopsis:       ports/german/webalizer update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun  9 11:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
privat
>Environment:

	gd-lib, apache

>Description:

	generates statistics in HTML output,
	for Apache web server.
	Output is generated in German.

>How-To-Repeat:

	old version is out of date
	old distfile no longer on server

>Fix:

	new version
	prefix honored with GNU_CONFIGURE
	apply the patches to use the new version

diff de-webalizer/Makefile de-webalizer-1.22.6/Makefile
--- de-webalizer/Makefile	Thu Apr  1 08:44:57 1999
+++ de-webalizer-1.22.6/Makefile	Sat Jun  5 04:55:00 1999
@@ -5,8 +5,8 @@
 #
 # $Id: Makefile,v 1.3 1999/03/31 15:17:24 steve Exp $
 
-DISTNAME=	webalizer-1.22-03-src
-PKGNAME=	de-webalizer-1.22.3
+DISTNAME=	webalizer-1.22-06-src
+PKGNAME=	de-webalizer-1.22.6
 CATEGORIES=	german www
 MASTER_SITES=	ftp://ftp.mrunix.net/pub/webalizer/ \
 		ftp://ftp.dinoex.sub.de/pub/approved/
@@ -16,15 +16,14 @@
 
 BUILD_DEPENDS=	${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
 
+WEBALIZER_LANG= german
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX} --with-language=${WEBALIZER_LANG}
 BIN1=		de-webalizer
 MAN1=		de-webalizer.1
 DOC1=		CHANGES COPYING Copyright INSTALL \
 		README country-codes.txt webalizer.LSM
-WRKSRC=		${WRKDIR}/webalizer-1.22-03
-
-post-configure:
-	@${ECHO_MSG} "===> customizing for german"
-	@cd ${WRKSRC}; ${LN} -sf lang/webalizer_lang.german webalizer_lang.h
+WRKSRC=		${WRKDIR}/webalizer-1.22-06
 
 do-install:
 .for i in ${BIN1}
diff de-webalizer/files/md5 de-webalizer-1.22.6/files/md5
--- de-webalizer/files/md5	Thu Apr  1 08:44:58 1999
+++ de-webalizer-1.22.6/files/md5	Sat Jun  5 04:57:15 1999
@@ -1 +1 @@
-MD5 (webalizer-1.22-03-src.tgz) = dd5d45a7d68b5786937766dd2876d58d
+MD5 (webalizer-1.22-06-src.tgz) = 9123858212879731d134555253ef23b1
diff de-webalizer/patches/patch-Makefile de-webalizer-1.22.6/patches/patch-Makefile
--- de-webalizer/patches/patch-Makefile	Thu Apr  1 08:45:00 1999
+++ de-webalizer-1.22.6/patches/patch-Makefile	Thu Jan  1 01:00:00 1970
@@ -1,19 +0,0 @@
---- Makefile.orig	Tue Mar  2 08:37:06 1999
-+++ Makefile	Thu Mar  4 18:52:57 1999
-@@ -19,12 +19,12 @@
- # These for Linux (most GCC based systems)
- BINDIR = /usr/local/bin
- MANDIR = /usr/local/man/man1
--CC     = gcc
--CFLAGS = -O2 -Wall -fsigned-char
--LIBS   = -lgd -lm
-+CC?=gcc
-+CFLAGS+=-O2 -Wall -fsigned-char
-+LIBS= -L$(PREFIX)/lib -lgd -lm
- 
- # where are the GD header files?
--GDLIB  = /usr/local/include/gd
-+GDLIB = $(PREFIX)/include/gd
- 
- # Shouldn't have to touch below here!
- 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906091733.TAA13401>