From owner-freebsd-ports Thu May 27 1: 0: 5 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 3383B15873 for ; Thu, 27 May 1999 01:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA93286; Thu, 27 May 1999 01:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kaa.kfunigraz.ac.at (KAA16.kfunigraz.ac.at [143.50.16.17]) by hub.freebsd.org (Postfix) with ESMTP id 877011533E for ; Thu, 27 May 1999 00:49:53 -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 JAA23834 for ; Thu, 27 May 1999 09:49:13 +0200 (MDT) Received: from localhost.kfunigraz.ac.at (IDENT:X0j0RaxTcYL1i8+LXM0Otdbra3Kg0pJ4@BONLINEA51.kfunigraz.ac.at [143.50.36.51]) by balu.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id JAA10542 for ; Thu, 27 May 1999 09:49:49 +0200 (MDT) Received: (from dada@localhost) by localhost.kfunigraz.ac.at (8.8.8/x.y.z) id SAA08288; Wed, 26 May 1999 18:54:10 +0200 (CEST) (envelope-from dada) Message-Id: <199905261654.SAA08288@localhost.kfunigraz.ac.at> Date: Wed, 26 May 1999 18:54:10 +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/11904: port textproc/c2html update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11904 >Category: ports >Synopsis: port textproc/c2html 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: Thu May 27 01:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Graz University of Technology >Environment: >Description: Port has been updated from 0.5 to 0.6.1 on Sunsite. >How-To-Repeat: >Fix: <=======CUT HERE=============================================== diff -KruN c2html/Makefile c2html.new/Makefile --- c2html/Makefile Sat May 8 17:19:36 1999 +++ c2html.new/Makefile Wed May 26 18:47:18 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.3 1999/05/07 05:27:30 mharo Exp $ # -DISTNAME= c2html-0.5 +DISTNAME= c2html-0.6.1 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters @@ -16,11 +16,6 @@ USE_AUTOCONF= yes MAN1= c2html.1 - -#this doesn't seem like it should be necessary -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/c2html ${PREFIX}/bin/c2html - ${INSTALL_MAN} ${WRKSRC}/c2html.1 ${PREFIX}/man/man1/c2html.1 post-install: strip ${PREFIX}/bin/c2html diff -KruN c2html/files/md5 c2html.new/files/md5 --- c2html/files/md5 Sat May 8 17:19:36 1999 +++ c2html.new/files/md5 Wed May 26 18:47:18 1999 @@ -1 +1 @@ -MD5 (c2html-0.5.tar.gz) = 9eff1d70bb2a529de6802c119784de16 +MD5 (c2html-0.6.1.tar.gz) = 43c7deed8cbb50631b0d726e4faef151 diff -KruN c2html/patches/patch-aa c2html.new/patches/patch-aa --- c2html/patches/patch-aa Sat May 8 17:19:36 1999 +++ c2html.new/patches/patch-aa Wed May 26 18:47:18 1999 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Apr 21 19:21:32 1999 -+++ Makefile.in Wed Apr 21 23:42:12 1999 -@@ -12,7 +12,7 @@ +--- Makefile.in.orig Mon May 24 14:32:18 1999 ++++ Makefile.in Wed May 26 18:44:22 1999 +@@ -9,7 +9,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. # COMPRESSION = -DCOMPRESSION=4 @@ -8,13 +8,13 @@ +COMPRESSION ?= -DCOMPRESSION=1 # Dont change things beyond this line. - TARGET = c2html -@@ -43,7 +43,7 @@ + TARGET = @PROJECT_NAME@ +@@ -40,7 +40,7 @@ srcdir = @srcdir@ CPPFLAGS = @CPPFLAGS@ --CFLAGS += -O2 -Wall -pedantic -+CFLAGS ?= -O2 -Wall -Wcast-qual -pedantic +-CFLAGS += -O2 -Wall ++CFLAGS ?= -O2 -Wall 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