diff --git a/textproc/libmxml/libmxml.conf b/textproc/libmxml/libmxml.conf new file mode 100644 index 000000000..5e5dcc734 --- /dev/null +++ b/textproc/libmxml/libmxml.conf @@ -0,0 +1,21 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../libmxml/libmxml.conf +# Copyright (C) 2008 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +if atstage cross; then + # it needs to exec itself to create the manpages (look at nodoc.patch too) + var_append makeinstopt ' ' "INSTALL_MAN=true" + + # DESTDIR + var_append makeinstopt ' ' "DSTROOT=$root" +fi diff --git a/textproc/libmxml/libmxml.desc b/textproc/libmxml/libmxml.desc index 0b110d057..0e780d9c7 100644 --- a/textproc/libmxml/libmxml.desc +++ b/textproc/libmxml/libmxml.desc @@ -2,7 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../libmxml/libmxml.desc -[COPY] Copyright (C) 2006 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project [COPY] Copyright (C) 2006 The T2 SDE Project [COPY] [COPY] More information can be found in the files COPYING and README. @@ -35,6 +35,6 @@ [L] GPL [S] Stable [V] 2.2.2 -[P] X -----5---9 205.000 +[P] X -?---5---9 205.000 [D] 1782653682 mxml-2.2.2.tar.gz http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/mxml/2.2.2/ diff --git a/textproc/libmxml/nodoc.patch.cross b/textproc/libmxml/nodoc.patch.cross new file mode 100644 index 000000000..8abfdbfca --- /dev/null +++ b/textproc/libmxml/nodoc.patch.cross @@ -0,0 +1,28 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../libmxml/nodoc.patch.cross +# Copyright (C) 2008 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ./Makefile.in.orig 2008-01-14 00:05:05.000000000 -0500 ++++ ./Makefile.in 2008-01-14 00:06:41.000000000 -0500 +@@ -97,8 +97,7 @@ + mxml-node.o mxml-search.o mxml-set.o + LIBOBJS = $(PUBLIBOBJS) mxml-private.o mxml-string.o + OBJS = mxmldoc.o testmxml.o $(LIBOBJS) +-TARGETS = $(LIBMXML) mxmldoc doc/mxml.$(CAT3EXT) \ +- doc/mxmldoc.$(CAT1EXT) testmxml mxml.xml ++TARGETS = $(LIBMXML) mxmldoc + + + #