Date: Thu, 17 Jul 2003 13:25:52 +0800 (CST) From: "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/54566: [Maintainer update] Update ports/textproc/gmetadom to fix build on 5.x Message-ID: <200307170525.h6H5PqHN001591@alumni.csie.nctu.edu.tw> Resent-Message-ID: <200307170530.h6H5U6Co035146@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307170525.h6H5PqHN001591>