From owner-freebsd-gnome Wed Mar 13 13:51: 1 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from centaur.acm.jhu.edu (centaur.acm.jhu.edu [128.220.223.65]) by hub.freebsd.org (Postfix) with ESMTP id 67D2D37B400 for ; Wed, 13 Mar 2002 13:50:57 -0800 (PST) Received: by centaur.acm.jhu.edu (Postfix, from userid 556) id A898613E9A; Wed, 13 Mar 2002 16:50:52 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by centaur.acm.jhu.edu (Postfix) with ESMTP id A297937DE1 for ; Wed, 13 Mar 2002 16:50:52 -0500 (EST) Date: Wed, 13 Mar 2002 16:50:52 -0500 (EST) From: "James E. Flemer" Reply-To: "James E. Flemer" To: Subject: ports: libxml2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG # libxml2 patched to use iconv 2 # # I've compiled this w/o problems, haven't used it # to much since I don't use gnome tho -- just using # it in php right now... # # take it easy, # -James # --- Makefile.orig Mon Mar 11 14:03:53 2002 +++ Makefile Wed Mar 13 16:32:39 2002 @@ -15,7 +15,7 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes @@ -48,8 +48,5 @@ pre-patch: @find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \ 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g' - @cd ${WRKSRC} && ${PERL} -pi -e \ - 's|([^g])iconv.h|\1giconv.h|g ; s|-liconv|-lgiconv|g' \ - configure include/libxml/encoding.h .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message