From owner-freebsd-ports Sun May 2 22:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 288F015449 for ; Sun, 2 May 1999 22:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98693; Sun, 2 May 1999 22:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kaa.kfunigraz.ac.at (KAA-ATM.kfunigraz.ac.at [143.50.202.22]) by hub.freebsd.org (Postfix) with ESMTP id CAA171554F for ; Sun, 2 May 1999 22:24:50 -0700 (PDT) (envelope-from dada@balu.kfunigraz.ac.at) Received: from balu.kfunigraz.ac.at (balu [143.50.16.16]) by kaa.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id HAA20702 for ; Mon, 3 May 1999 07:24:02 +0200 (MDT) Received: from localhost.kfunigraz.ac.at (IDENT:kPGbwVxr8lrIC//N1diYoSrQ0RkZLIJR@BONLINEA35.kfunigraz.ac.at [143.50.36.35]) by balu.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id HAA05140 for ; Mon, 3 May 1999 07:24:42 +0200 (MDT) Received: (from dada@localhost) by localhost.kfunigraz.ac.at (8.8.8/8.8.8) id CAA03550; Mon, 3 May 1999 02:27:01 +0200 (CEST) (envelope-from dada) Message-Id: <199905030027.CAA03550@localhost.kfunigraz.ac.at> Date: Mon, 3 May 1999 02:27:01 +0200 (CEST) From: dada@sbox.tu-graz.ac.at Reply-To: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11461: c2html update 0.4 => 0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11461 >Category: ports >Synopsis: c2html update 0.4 => 0.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 22:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Graz University of Technology >Environment: >Description: Tarball has been updated on Sunsite to version 0.5. >How-To-Repeat: >Fix: diff -rNu c2html.bak/Makefile c2html/Makefile --- c2html.bak/Makefile Fri Apr 2 05:58:53 1999 +++ c2html/Makefile Mon May 3 01:22:22 1999 @@ -3,10 +3,10 @@ # Date created: 28 October 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1999/04/02 03:58:53 steve Exp $ +# $Id$ # -DISTNAME= c2html-0.4 +DISTNAME= c2html-0.5 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters diff -rNu c2html.bak/files/md5 c2html/files/md5 --- c2html.bak/files/md5 Fri Apr 2 05:58:58 1999 +++ c2html/files/md5 Mon May 3 01:22:22 1999 @@ -1 +1 @@ -MD5 (c2html-0.4.tar.gz) = 317c49ca99230865cb39fd54f091fad0 +MD5 (c2html-0.5.tar.gz) = 9eff1d70bb2a529de6802c119784de16 diff -rNu c2html.bak/patches/patch-aa c2html/patches/patch-aa --- c2html.bak/patches/patch-aa Fri Apr 2 05:58:58 1999 +++ c2html/patches/patch-aa Mon May 3 01:22:22 1999 @@ -1,5 +1,5 @@ ---- Makefile.in~ Wed Mar 10 22:14:48 1999 -+++ Makefile.in Sun Mar 21 18:19:16 1999 +--- Makefile.in.orig Wed Apr 21 19:21:32 1999 ++++ Makefile.in Wed Apr 21 23:42:12 1999 @@ -12,7 +12,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. @@ -9,12 +9,12 @@ # Dont change things beyond this line. TARGET = c2html -@@ -40,7 +40,7 @@ +@@ -43,7 +43,7 @@ srcdir = @srcdir@ CPPFLAGS = @CPPFLAGS@ --CFLAGS = -O2 -Wall -pedantic $(COMPRESSION) -+CFLAGS += -O2 -Wall -pedantic $(COMPRESSION) - ALL_CFLAGS = $(CFLAGS) -I$(srcdir) +-CFLAGS += -O2 -Wall -pedantic ++CFLAGS ?= -O2 -Wall -Wcast-qual -pedantic + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) all: $(TARGET) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message