From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 16 22:30:09 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3726B37B401 for ; Wed, 16 Jul 2003 22:30:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4327243FAF for ; Wed, 16 Jul 2003 22:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6H5U6Up035147 for ; Wed, 16 Jul 2003 22:30:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6H5U6Co035146; Wed, 16 Jul 2003 22:30:06 -0700 (PDT) Resent-Date: Wed, 16 Jul 2003 22:30:06 -0700 (PDT) Resent-Message-Id: <200307170530.h6H5U6Co035146@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ying-Chieh Chen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7756237B401 for ; Wed, 16 Jul 2003 22:27:01 -0700 (PDT) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A2F743FAF for ; Wed, 16 Jul 2003 22:27:00 -0700 (PDT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) h6H5Pq5x001592 for ; Thu, 17 Jul 2003 13:25:52 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.12.9/8.12.3/Submit) id h6H5PqHN001591; Thu, 17 Jul 2003 13:25:52 +0800 (CST) Message-Id: <200307170525.h6H5PqHN001591@alumni.csie.nctu.edu.tw> Date: Thu, 17 Jul 2003 13:25:52 +0800 (CST) From: "Ying-Chieh Chen" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/54566: [Maintainer update] Update ports/textproc/gmetadom to fix build on 5.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ying-Chieh Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 05:30:09 -0000 >Number: 54566 >Category: ports >Synopsis: [Maintainer update] Update ports/textproc/gmetadom to fix build on 5.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 16 22:30:06 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD stable5.yinjieh.com 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Thu Jul 17 08:28:45 CST 2003 root@stable5.yinjieh.com:/usr/obj/usr/src/sys/VMWARE i386 >Description: This patch fix build ports/textproc/gmetadom on 5.x, changes are as follows: o Delete dirty patch of skipping trouble directory o Add a patch to add #include to make assert() happy Both tested on 4.8-RELEASE and 5.1-CURRENT. Please commit it, thanks! >How-To-Repeat: cd ${PORTSDIR}/textproc/gmetadom && make build >Fix: --- gmetadom.patch begins here --- diff -ruN /usr/ports/textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in --- /usr/ports/textproc/gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in Tue Jul 15 14:12:29 2003 +++ gmetadom/files/patch-src::gdome_cpp_smart::Makefile.in Thu Jan 1 08:00:00 1970 @@ -1,11 +0,0 @@ ---- src/gdome_cpp_smart/Makefile.in.orig Mon Jul 14 11:41:04 2003 -+++ src/gdome_cpp_smart/Makefile.in Mon Jul 14 11:41:12 2003 -@@ -110,7 +110,7 @@ - VERSION = @VERSION@ - XSLTPROC = @XSLTPROC@ - --SUBDIRS = xsl include basic core events . test -+SUBDIRS = xsl include basic core events . - - lib_LTLIBRARIES = libgmetadom_gdome_cpp_smart.la - diff -ruN /usr/ports/textproc/gmetadom/files/patch-src::gdome_cpp_smart::test::main.cc gmetadom/files/patch-src::gdome_cpp_smart::test::main.cc --- /usr/ports/textproc/gmetadom/files/patch-src::gdome_cpp_smart::test::main.cc Thu Jan 1 08:00:00 1970 +++ gmetadom/files/patch-src::gdome_cpp_smart::test::main.cc Thu Jul 17 11:59:56 2003 @@ -0,0 +1,10 @@ +--- src/gdome_cpp_smart/test/main.cc.orig Thu Jul 17 11:35:05 2003 ++++ src/gdome_cpp_smart/test/main.cc Thu Jul 17 11:36:16 2003 +@@ -21,6 +21,7 @@ + * or send an email to + */ + ++#include + #include + + #include --- gmetadom.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: