Date: Wed, 1 Jun 2005 01:00:24 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81730: Update port: textproc/expat2 Message-ID: <20050601010024.3b5604f6.tkato432@yahoo.com> Resent-Message-ID: <200505311610.j4VGA5f8047076@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81730 >Category: ports >Synopsis: Update port: textproc/expat2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 31 16:10:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p7 i386 >Organization: >Environment: >Description: - Avoid linking with libc.so (for supporting PTHREAD_LIBS correctly on 4-stable) >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/expat2/Makefile textproc/expat2/Makefile --- /usr/ports/textproc/expat2/Makefile Mon Apr 25 02:53:30 2005 +++ textproc/expat2/Makefile Fri May 27 17:13:12 2005 @@ -7,7 +7,7 @@ PORTNAME= expat PORTVERSION= 1.95.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= expat @@ -15,7 +15,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= XML 1.0 parser written in C -USE_INC_LIBTOOL_VER=15 +USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} ALL_TARGET= default INSTALLS_SHLIB= yes @@ -26,6 +26,9 @@ MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \ SHELL="/bin/sh" PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" + +post-install: + ${INSTALL_DATA} ${WRKSRC}/.libs/libexpat.la ${PREFIX}/lib list-depend-ports: cd ${PORTSDIR}; \ diff -urN /usr/ports/textproc/expat2/files/patch-configure textproc/expat2/files/patch-configure --- /usr/ports/textproc/expat2/files/patch-configure Sat Jul 6 17:10:24 2002 +++ textproc/expat2/files/patch-configure Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- 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' >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050601010024.3b5604f6.tkato432>