Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2002 10:36:07 +0200 (CEST)
From:      Michiel Boland <boland@carmel.diva.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41468: xhtml port needs to be updated for XHTML 1.0 Second Edition
Message-ID:  <200208090836.g798a7H21127@carmel.diva.nl>

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

>Number:         41468
>Category:       ports
>Synopsis:       xhtml port needs to be updated for XHTML 1.0 Second Edition
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 09 01:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michiel Boland
>Release:        FreeBSD 4.4-RELEASE-p25 i386
>Organization:
>Environment:
System: FreeBSD carmel.diva.nl 4.4-RELEASE-p25 FreeBSD 4.4-RELEASE-p25 #0: Tue Aug 6 11:59:30 CEST 2002 root@carmel.diva.nl:/usr/obj/usr/src/sys/CARMEL i386


	
>Description:
The textproc/xhtml port fails to build because the checksum
for xhtml1.zip is incorrect. On inspection I find that W3C
have put out a new version of the XHTML. (see
http://www.w3.org/TR/2002/REC-xhtml1-20020801)

>How-To-Repeat:
cd /usr/ports/textproc/xhtml
make build install
>Fix:

Index: Makefile
===================================================================
RCS file: /usr/ncvs/ports/textproc/xhtml/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	2001/12/31 16:10:42	1.3
+++ Makefile	2002/08/09 08:19:00
@@ -20,7 +20,7 @@
 USE_ZIP=	YES
 NO_MTREE=	YES
 NO_BUILD=	YES
-#WRKSRC=		${WRKDIR}/
+WRKSRC=		${WRKDIR}/xhtml1-20020801
 
 INSTDIR=	${PREFIX}/share/xml
 DTDDIR=		${INSTDIR}/dtd/xhtml
Index: distinfo
===================================================================
RCS file: /usr/ncvs/ports/textproc/xhtml/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	2000/05/10 13:24:51	1.1.1.1
+++ distinfo	2002/08/09 08:14:05
@@ -1 +1 @@
-MD5 (xhtml1.zip) = 71021c96035916518ddcf0ac08a1353e
+MD5 (xhtml1.zip) = f03993ac1bd7a7bc2457fab2a6663ded
>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?200208090836.g798a7H21127>