From owner-freebsd-ports Fri Aug 17 15:41:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96D9937B403 for ; Fri, 17 Aug 2001 15:40:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7HMe2842421; Fri, 17 Aug 2001 15:40:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 696A637B401 for ; Fri, 17 Aug 2001 15:39:52 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7HMdaB42341; Fri, 17 Aug 2001 15:39:36 -0700 (PDT) (envelope-from nobody) Message-Id: <200108172239.f7HMdaB42341@freefall.freebsd.org> Date: Fri, 17 Aug 2001 15:39:36 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/29825: Update port: textproc/minidom Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29825 >Category: ports >Synopsis: Update port: textproc/minidom >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: Fri Aug 17 15:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.3-RELEASE i386 >Organization: >Environment: >Description: - Fix pkg-plist - Remove USE_AUTOMAKE Remove file: files/patch-configure.in >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/minidom/Makefile textproc/minidom/Makefile --- /usr/ports/textproc/minidom/Makefile Tue Aug 14 02:18:30 2001 +++ textproc/minidom/Makefile Sat Aug 18 07:09:53 2001 @@ -16,17 +16,15 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ giconv:${PORTSDIR}/converters/libiconv -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_GLIB= yes USE_LIBTOOL= yes -USE_AUTOCONF= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-libxml2=yes INSTALLS_SHLIB= yes post-patch: - @${PERL} -pi -e "s,-lglib,-lglib12,g ; \ - s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/configure.in + @${PERL} -pi -e 's|-lglib|-lglib12|g ; \ + s|glib-config|${GLIB_CONFIG}|g' ${WRKSRC}/configure .include diff -urN /usr/ports/textproc/minidom/files/patch-configure.in textproc/minidom/files/patch-configure.in --- /usr/ports/textproc/minidom/files/patch-configure.in Tue Aug 14 02:18:46 2001 +++ textproc/minidom/files/patch-configure.in Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- configure.in.orig Sun May 6 20:34:59 2001 -+++ configure.in Tue Aug 14 01:09:25 2001 -@@ -27,7 +27,7 @@ - AC_PROG_RANLIB - - dnl Checks for libraries. --AC_CHECK_LIB(glib, g_malloc, -+AC_CHECK_LIB(glib12, g_malloc, - [ - CFLAGS="$CFLAGS `glib-config --cflags`" - CXXFLAGS="$CXXFLAGS `glib-config --cflags`" -@@ -38,7 +38,6 @@ - ) - - AC_CHECK_PROG(XML_CONFIG, xml2-config, xml2-config) --AC_CHECK_PROG(XML_CONFIG, xml-config, xml-config, no) - AC_SUBST(XML_CONFIG) - - if test $XML_CONFIG = "no"; then diff -urN /usr/ports/textproc/minidom/pkg-plist textproc/minidom/pkg-plist --- /usr/ports/textproc/minidom/pkg-plist Tue Aug 14 02:18:30 2001 +++ textproc/minidom/pkg-plist Sat Aug 18 06:32:44 2001 @@ -1,7 +1,6 @@ bin/minidom-config include/minidom/minidom.h lib/libminidom.a -lib/libminidom.la lib/libminidom.so lib/libminidom.so.1 @dirrm include/minidom >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message