From owner-freebsd-ports Wed May 26 9:40: 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 877BD15052 for ; Wed, 26 May 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA10666; Wed, 26 May 1999 09:40:01 -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 EDE5015037 for ; Wed, 26 May 1999 09:31:12 -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 SAA15107 for ; Wed, 26 May 1999 18:30:32 +0200 (MDT) Received: from localhost.kfunigraz.ac.at (IDENT:sRTPHlICOulSLzCE31MaDtLe8ehdafuk@BONLINE15.kfunigraz.ac.at [143.50.169.15]) by balu.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id SAA14285 for ; Wed, 26 May 1999 18:31:07 +0200 (MDT) Received: (from dada@localhost) by localhost.kfunigraz.ac.at (8.8.8/x.y.z) id MAA08254; Wed, 26 May 1999 12:41:15 +0200 (CEST) (envelope-from dada) Message-Id: <199905261041.MAA08254@localhost.kfunigraz.ac.at> Date: Wed, 26 May 1999 12:41:15 +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/11897: port textproc/java2html update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11897 >Category: ports >Synopsis: port textproc/java2html update >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: Wed May 26 09:40: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 on Sunsite from 0.5 to 0.6.1. >How-To-Repeat: >Fix: <===CUT HERE=============================================== diff -KruN java2html/Makefile java2html.new/Makefile --- java2html/Makefile Wed May 5 00:40:30 1999 +++ java2html.new/Makefile Wed May 26 12:32:04 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.2 1999/05/04 22:40:30 steve Exp $ # -DISTNAME= java2html-0.5 +DISTNAME= java2html-0.6.1 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters diff -KruN java2html/files/md5 java2html.new/files/md5 --- java2html/files/md5 Wed May 5 00:40:39 1999 +++ java2html.new/files/md5 Wed May 26 12:32:04 1999 @@ -1 +1 @@ -MD5 (java2html-0.5.tar.gz) = 044f8ea3aee287f7b66ce14a5a93bb31 +MD5 (java2html-0.6.1.tar.gz) = 48dba1677190977cde171f6087e9d2f3 diff -KruN java2html/patches/patch-aa java2html.new/patches/patch-aa --- java2html/patches/patch-aa Wed May 5 00:40:40 1999 +++ java2html.new/patches/patch-aa Wed May 26 12:32:04 1999 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Apr 14 18:28:16 1999 -+++ Makefile.in Thu Apr 15 22:55:00 1999 -@@ -12,7 +12,7 @@ +--- Makefile.in.orig Mon May 24 14:33:08 1999 ++++ Makefile.in Wed May 26 12:20: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 = java2html -@@ -43,7 +43,7 @@ + TARGET = @PROJECT_NAME@ +@@ -40,7 +40,7 @@ srcdir = @srcdir@ CPPFLAGS = @CPPFLAGS@ --CFLAGS += -O2 -Wall -pedantic -+CFLAGS ?= -O2 -Wall -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