Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 1999 12:41:15 +0200 (CEST)
From:      dada@sbox.tu-graz.ac.at
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11897: port textproc/java2html update
Message-ID:  <199905261041.MAA08254@localhost.kfunigraz.ac.at>

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

>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




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