From yinjieh@csie.nctu.edu.tw  Wed Jul 16 22:27:01 2003
Return-Path: <yinjieh@csie.nctu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7756237B401
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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])
	by alumni.csie.nctu.edu.tw (8.12.9/8.12.9) with ESMTP id h6H5Pq5x001592
	for <FreeBSD-gnats-submit@freebsd.org>; 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" <yinjieh@csie.nctu.edu.tw>
Reply-To: "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer update] Update ports/textproc/gmetadom to fix build on 5.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 16 22:30:06 PDT 2003
>Closed-Date:    Wed Jul 16 22:45:54 PDT 2003
>Last-Modified:  Wed Jul 16 22:45:54 PDT 2003
>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 <assert.h> 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 <luca.padovani@cs.unibo.it>
+  */
+ 
++#include <assert.h>
+ #include <config.h>
+ 
+ #include <gdome.h>
--- gmetadom.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: daichi 
State-Changed-When: Wed Jul 16 22:45:42 PDT 2003 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54566 
>Unformatted:
