Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 01:50:41 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39993: Update port: textproc/expat2 to 1.95.3
Message-ID:  <200206290850.g5T8ofWm042349@www.freebsd.org>

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

>Number:         39993
>Category:       ports
>Synopsis:       Update port: textproc/expat2 to 1.95.3
>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:   Sat Jun 29 02:00:11 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.95.3

New file:
files/patch-configure

Remove file:
files/patch-Makefile.in
files/patch-examples::Makefile.in
files/patch-lib::Makefile.in
files/patch-xmlwf::Makefile.in

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/textproc/expat2/Makefile textproc/expat2/Makefile
--- /usr/ports/textproc/expat2/Makefile	Mon May 13 19:28:23 2002
+++ textproc/expat2/Makefile	Sat Jun 29 13:02:36 2002
@@ -6,25 +6,23 @@
 #
 
 PORTNAME=	expat
-PORTVERSION=	1.95.2
+PORTVERSION=	1.95.3
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	expat
 
 MAINTAINER=	kuriyama@FreeBSD.org
 
-CONFIGURE_ARGS=	--enable-shared --enable-static
 USE_LIBTOOL=	yes
-
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+ALL_TARGET=	default
 INSTALLS_SHLIB=	yes
+MAN1=		xmlwf.1
 
 SHLIB_MAJOR=	2
 
 MAKE_ENV=	LIBCURRENT="${SHLIB_MAJOR}" \
 		SHELL="/bin/sh"
 PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"
-
-post-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xmlwf/xmlwf ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff -urN /usr/ports/textproc/expat2/distinfo textproc/expat2/distinfo
--- /usr/ports/textproc/expat2/distinfo	Mon Nov 26 18:47:22 2001
+++ textproc/expat2/distinfo	Sat Jun 29 04:13:14 2002
@@ -1 +1 @@
-MD5 (expat-1.95.2.tar.gz) = 159c8a36523dc37f4cbcd1d6f970ccfb
+MD5 (expat-1.95.3.tar.gz) = 738ea1f00b58d8a0e96b308b793bd10f
diff -urN /usr/ports/textproc/expat2/files/patch-Makefile.in textproc/expat2/files/patch-Makefile.in
--- /usr/ports/textproc/expat2/files/patch-Makefile.in	Sat May 11 02:40:21 2002
+++ textproc/expat2/files/patch-Makefile.in	Thu Jan  1 09:00:00 1970
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/textproc/expat2/files/patch-Makefile.in,v 1.1 2002/05/10 17:40:21 sobomax Exp $
-
---- Makefile.in	2002/05/10 17:17:43	1.1
-+++ Makefile.in	2002/05/10 17:18:54
-@@ -108,7 +108,7 @@
- 	$(SHELL) ./config.status
- 
- $(SUBDIRS):
--	cd $@ && $(MAKE)
-+	cd $@ && $(MAKE) all
- 
- clean:
- 	for dir in $(SUBDIRS); do \
diff -urN /usr/ports/textproc/expat2/files/patch-configure textproc/expat2/files/patch-configure
--- /usr/ports/textproc/expat2/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ textproc/expat2/files/patch-configure	Sat Jun 29 12:58:35 2002
@@ -0,0 +1,10 @@
+--- configure.orig	Tue Jun  4 04:12:02 2002
++++ configure	Sat Jun 29 12:58:20 2002
+@@ -6824,6 +6824,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -urN /usr/ports/textproc/expat2/files/patch-examples::Makefile.in textproc/expat2/files/patch-examples::Makefile.in
--- /usr/ports/textproc/expat2/files/patch-examples::Makefile.in	Sat May 11 02:40:21 2002
+++ textproc/expat2/files/patch-examples::Makefile.in	Thu Jan  1 09:00:00 1970
@@ -1,18 +0,0 @@
-
-$FreeBSD: ports/textproc/expat2/files/patch-examples::Makefile.in,v 1.1 2002/05/10 17:40:21 sobomax Exp $
-
---- examples/Makefile.in	2002/05/10 17:22:56	1.1
-+++ examples/Makefile.in	2002/05/10 17:30:01
-@@ -35,10 +35,10 @@
- all: elements outline
- 
- elements: elements.o
--	$(CC) -o $@ $< $(LDFLAGS) $(LIBS)
-+	$(CC) -o $@ elements.o $(LDFLAGS) $(LIBS)
- 
- outline: outline.o
--	$(CC) -o $@ $< $(LDFLAGS) $(LIBS)
-+	$(CC) -o $@ outline.o $(LDFLAGS) $(LIBS)
- 
- check:	$(SUBDIRS)
- 	@echo
diff -urN /usr/ports/textproc/expat2/files/patch-lib::Makefile.in textproc/expat2/files/patch-lib::Makefile.in
--- /usr/ports/textproc/expat2/files/patch-lib::Makefile.in	Sat May 11 02:40:21 2002
+++ textproc/expat2/files/patch-lib::Makefile.in	Thu Jan  1 09:00:00 1970
@@ -1,18 +0,0 @@
-
-$FreeBSD: ports/textproc/expat2/files/patch-lib::Makefile.in,v 1.1 2002/05/10 17:40:21 sobomax Exp $
-
---- lib/Makefile.in	2002/05/10 17:34:58	1.1
-+++ lib/Makefile.in	2002/05/10 17:35:11
-@@ -83,9 +83,9 @@
- LIBS = @LIBS@
- CFLAGS = @CFLAGS@
- 
--LIBREVISION = @LIBREVISION@
--LIBCURRENT  = @LIBCURRENT@
--LIBAGE      = @LIBAGE@
-+LIBREVISION ?= @LIBREVISION@
-+LIBCURRENT  ?= @LIBCURRENT@
-+LIBAGE      ?= @LIBAGE@
- 
- COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
diff -urN /usr/ports/textproc/expat2/files/patch-xmlwf::Makefile.in textproc/expat2/files/patch-xmlwf::Makefile.in
--- /usr/ports/textproc/expat2/files/patch-xmlwf::Makefile.in	Sat May 11 02:40:21 2002
+++ textproc/expat2/files/patch-xmlwf::Makefile.in	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
-
-$FreeBSD: ports/textproc/expat2/files/patch-xmlwf::Makefile.in,v 1.1 2002/05/10 17:40:21 sobomax Exp $
-
---- xmlwf/Makefile.in	2002/05/10 17:31:29	1.1
-+++ xmlwf/Makefile.in	2002/05/10 17:31:48
-@@ -43,6 +43,7 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- 
-+all: xmlwf
- 
- xmlwf: $(OBJS)
- 	$(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS)

>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?200206290850.g5T8ofWm042349>