From paul@aps.org  Fri Sep 13 11:25:29 2002
Return-Path: <paul@aps.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1CB7A37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Sep 2002 11:25:29 -0700 (PDT)
Received: from ridge.aps.org (ridge.aps.org [149.28.1.5])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3316443E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Sep 2002 11:25:28 -0700 (PDT)
	(envelope-from paul@aps.org)
Received: from lugnut.aps.org (lugnut.aps.org [149.28.3.182])
	by ridge.aps.org (8.9.3+Sun/8.9.3) with ESMTP id OAA07027
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Sep 2002 14:25:26 -0400 (EDT)
Received: by lugnut.aps.org (Postfix, from userid 587)
	id 599CD1BD; Fri, 13 Sep 2002 14:25:26 -0400 (EDT)
Message-Id: <20020913182526.599CD1BD@lugnut.aps.org>
Date: Fri, 13 Sep 2002 14:25:26 -0400 (EDT)
From: Paul Dlug <paul@aps.org>
Reply-To: Paul Dlug <paul@aps.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update expat2 to 1.95.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42749
>Category:       ports
>Synopsis:       Update expat2 to 1.95.5
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    kuriyama
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 13 11:30:01 PDT 2002
>Closed-Date:    Mon Sep 16 19:27:16 PDT 2002
>Last-Modified:  Mon Sep 16 19:27:16 PDT 2002
>Originator:     Paul Dlug
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
American Physical Society
>Environment:
System: FreeBSD lugnut.aps.org 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #26: Tue Sep 3 00:23:57 EDT 2002 root@lugnut.aps.org:/usr/obj/usr/src/sys/LUGNUT i386


	
>Description:
	Update of expat2 to use expat 1.95.5 which fixes problems parsing attributes that contain entities along with a number of other fixes.
>How-To-Repeat:
	
>Fix:

	

--- expat2.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	expat2
#	expat2/Makefile
#	expat2/distinfo
#	expat2/pkg-comment
#	expat2/pkg-descr
#	expat2/pkg-plist
#	expat2/files
#	expat2/files/patch-configure
#
echo c - expat2
mkdir -p expat2 > /dev/null 2>&1
echo x - expat2/Makefile
sed 's/^X//' >expat2/Makefile << 'END-of-expat2/Makefile'
X# New ports collection makefile for:	expat
X# Date created:		Thu Aug 26 14:38:07 CEST 1999
X# Whom:			Dirk Froemberg <dirk@FreeBSD.org>
X#
X# $FreeBSD: ports/textproc/expat2/Makefile,v 1.17 2002/07/21 02:16:17 kuriyama Exp $
X#
X
XPORTNAME=	expat
XPORTVERSION=	1.95.5
XCATEGORIES=	textproc
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	expat
X
XMAINTAINER=	kuriyama@FreeBSD.org
X
XUSE_LIBTOOL=	yes
XCONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
XALL_TARGET=	default
XINSTALLS_SHLIB=	yes
XMAN1=		xmlwf.1
X
XSHLIB_MAJOR=	3
X
XMAKE_ENV=	LIBCURRENT="${SHLIB_MAJOR}" \
X		SHELL="/bin/sh"
XPLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"
X
X.include <bsd.port.mk>
END-of-expat2/Makefile
echo x - expat2/distinfo
sed 's/^X//' >expat2/distinfo << 'END-of-expat2/distinfo'
XMD5 (expat-1.95.5.tar.gz) = 6500d7d8c6c2c985cc0be257c9840cb4
END-of-expat2/distinfo
echo x - expat2/pkg-comment
sed 's/^X//' >expat2/pkg-comment << 'END-of-expat2/pkg-comment'
XXML 1.0 parser written in C
END-of-expat2/pkg-comment
echo x - expat2/pkg-descr
sed 's/^X//' >expat2/pkg-descr << 'END-of-expat2/pkg-descr'
XExpat is an XML 1.0 parser written in C. It aims to be fully
Xconforming. It is currently not a validating XML processor.
X
XWWW: http://sourceforge.net/projects/expat/
END-of-expat2/pkg-descr
echo x - expat2/pkg-plist
sed 's/^X//' >expat2/pkg-plist << 'END-of-expat2/pkg-plist'
Xbin/xmlwf
Xinclude/expat.h
Xlib/libexpat.a
Xlib/libexpat.so
Xlib/libexpat.so.%%SHLIB_MAJOR%%
END-of-expat2/pkg-plist
echo c - expat2/files
mkdir -p expat2/files > /dev/null 2>&1
echo x - expat2/files/patch-configure
sed 's/^X//' >expat2/files/patch-configure << 'END-of-expat2/files/patch-configure'
X--- configure.orig	Tue Jun  4 04:12:02 2002
X+++ configure	Sat Jun 29 12:58:20 2002
X@@ -6824,6 +6824,7 @@
X 
X # This can be used to rebuild libtool when needed
X LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
X+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
X 
X # Always use our own libtool.
X LIBTOOL='$(SHELL) $(top_builddir)/libtool'
END-of-expat2/files/patch-configure
exit
--- expat2.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->kuriyama 
Responsible-Changed-By: ijliao 
Responsible-Changed-When: Mon Sep 16 00:44:35 PDT 2002 
Responsible-Changed-Why:  
over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42749 
State-Changed-From-To: open->closed 
State-Changed-By: kuriyama 
State-Changed-When: Mon Sep 16 19:26:37 PDT 2002 
State-Changed-Why:  
Committed, thanks. 

Please use diff against current ports tree rather than whole ports, next 
time. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42749 
>Unformatted:
