Update of /cvsroot/fink/packages/dists/stable/main/finkinfo/text
In directory usw-pr-cvs1:/tmp/cvs-serv31618
Added Files:
openjade-1.3.1-2.info openjade-1.3.1-2.patch
Removed Files:
openjade-1.3-3.info openjade-1.3-3.patch
Log Message:
sync with unstable
--- NEW FILE: openjade-1.3.1-2.info ---
Package: openjade
Version: 1.3.1
Revision: 2
Maintainer: Max Horn <[EMAIL PROTECTED]>
Conflicts: opensp
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Patch: %f.patch
Source-MD5: c453a50001de6cdf132d85ecfb99a0f9
SetCXXFlags: -fno-rtti
InstallScript: <<
make install prefix=%i
make clean
mkdir -p %i/share/sgml/%n-%v
cp -r contrib %i/share/sgml/%n-%v/
cp -r develdoc %i/share/sgml/%n-%v/
cp -r doc %i/share/sgml/%n-%v/
cp -r dsssl %i/share/sgml/%n-%v/
cp -r pubtext %i/share/sgml/%n-%v/
cp -r unicode %i/share/sgml/%n-%v/
cp -r jadedoc %i/share/sgml/%n-%v/
cp japan.sgmldecl %i/share/sgml/%n-%v/
mkdir -p %i/share/doc/%n
ln -s %p/share/sgml/ %i/share/doc/%n/sgml
<<
DocFiles: COPYING NEWS README VERSION jadedoc/*.htm
Description: Implementation of DSSSL
DescDetail: <<
Jade is James Clark's implementation of DSSSL -- Document Style Semantics and
Specification Language -- an ISO standard for formatting SGML (and XML)
documents.
OpenJade is a project undertaken by the DSSSL community to maintain and extend
Jade, as well as the related SP suite of SGML/XML processing tools. OpenJade
and OpenSP are distributed under the same license as Jade.
<<
DescPackaging: <<
* conflicts with opensp, since it contains its own (older) copy of opensp
<<
DescPort: <<
* force usage of pthreads (openjade has some strange thoughts about Mach based
systems which makes this necessary)
* work around template instantiation problem (thanks, Matthias)
* some other minor problems fixed
* hacks for gcc3 and more
* Maybe we should make OpenSP a splitoff, so users may have the newest version.
<<
License: BSD
Homepage: http://openjade.sourceforge.net/
--- NEW FILE: openjade-1.3.1-2.patch ---
diff -ruN openjade-1.3.1/Makefile.lib.in openjade-1.3.1-patched/Makefile.lib.in
--- openjade-1.3.1/Makefile.lib.in Tue Jan 22 06:57:53 2002
+++ openjade-1.3.1-patched/Makefile.lib.in Tue Jun 11 15:54:36 2002
@@ -23,7 +23,7 @@
echo 'LT_OBJS='`echo $(OBJS)|sed 's/\.o/.lo/g'` >Makefile.lt
lib$(LIB).la: $(LT_OBJS)
- $(LIBTOOL) --mode=link $(CC) $(LINKFLAGS) -o lib$(LIB).la $(LT_OBJS) \
+ $(LIBTOOL) --mode=link $(CXX) $(LINKFLAGS) -o lib$(LIB).la $(LT_OBJS) \
-rpath $(libdir) -version-info $(LTVERSION) $(DEPLIBS)
install:
diff -ruN openjade-1.3.1/Makefile.prog.in openjade-1.3.1-patched/Makefile.prog.in
--- openjade-1.3.1/Makefile.prog.in Tue Jan 22 06:57:53 2002
+++ openjade-1.3.1-patched/Makefile.prog.in Tue Jun 11 15:54:36 2002
@@ -12,14 +12,14 @@
ALL_LIBS = $(XLIBS) $(LIBS)
Makefile.lt:
- echo 'LT_LIBS='`echo $(ALL_LIBS)|sed 's/\.a/.la/g'` >Makefile.lt
+ echo 'LT_LIBS='`echo $(XLIBS)|sed 's/\.a/.la/g'` >Makefile.lt
PROG:=$(shell echo "$(PROG)" | sed '@program_transform_name@')
all: $(PROG)
$(PROG): $(OBJS) $(COBJS) $(LT_LIBS)
- $(LIBTOOL) --mode=link $(CXX) $(LINKFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
$(OBJS) $(COBJS) $(LT_LIBS)
+ $(LIBTOOL) --mode=link $(CXX) $(LINKFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
+$(OBJS) $(COBJS) $(LT_LIBS) $(LIBS)
install: $(PROG)
-test -d $(DESTDIR)$(bindir) || \
diff -ruN openjade-1.3.1/config/ltmain.sh openjade-1.3.1-patched/config/ltmain.sh
--- openjade-1.3.1/config/ltmain.sh Thu Jan 17 08:45:52 2002
+++ openjade-1.3.1-patched/config/ltmain.sh Tue Jun 11 15:58:17 2002
@@ -2858,6 +2858,11 @@
if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
eval cmds=\"$archive_expsym_cmds\"
else
+ if test "x$verstring" = "x0.0"; then
+ tmp_verstring=
+ else
+ tmp_verstring="$verstring"
+ fi
eval cmds=\"$archive_cmds\"
fi
IFS="${IFS= }"; save_ifs="$IFS"; IFS='~'
@@ -3913,10 +3918,10 @@
# Directory that this library needs to be installed in:
libdir='$install_libdir'"
- if test "$installed" = no && test $need_relink = yes; then
- $echo >> $output "\
-relink_command=\"$relink_command\""
- fi
+# if test "$installed" = no && test $need_relink = yes; then
+# $echo >> $output "\
+#relink_command=\"$relink_command\""
+# fi
done
fi
diff -ruN openjade-1.3.1/configure openjade-1.3.1-patched/configure
--- openjade-1.3.1/configure Fri Jan 25 10:36:25 2002
+++ openjade-1.3.1-patched/configure Tue Jun 11 15:59:35 2002
@@ -2877,8 +2877,8 @@
test "$INSTALL" = "./config/install-sh -c" && INSTALL=`pwd`"/config/install-sh -c"
case "${host}" in
- *-*-darwin*)
- LINKFLAGS="-no-undefined"
+ *darwin*)
+ LINKFLAGS="-allow-undefined"
;;
*)
if test "$GXX"
@@ -7835,11 +7835,11 @@
;;
darwin* | rhapsody*)
- allow_undefined_flag='-undefined suppress'
+ allow_undefined_flag='-undefined suppress -flat_namespace'
# FIXME: Relying on posixy $() will cause problems for
# cross-compilation, but unfortunately the echo tests do not
# yet detect zsh echo's removal of \ escapes.
- archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib)
$allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname
$(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
+ archive_cmds='$CXX $(test .$module = .yes && echo -bundle || echo -dynamiclib)
+$allow_undefined_flag -o $lib $libs $libobjs $deplibs$linkopts -install_name
+$rpath/$soname $tmp_verstring'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
hardcode_direct=yes
@@ -9286,6 +9286,10 @@
# Is the compiler the GNU C compiler?
with_gcc=$GCC
+
+# The c++ compiler
+
+CXX=$ac_ct_CXX
# The linker used to build libraries.
LD=$lt_LD
diff -ruN openjade-1.3.1/include/Text.h openjade-1.3.1-patched/include/Text.h
--- openjade-1.3.1/include/Text.h Sun May 2 11:47:05 1999
+++ openjade-1.3.1-patched/include/Text.h Tue Jun 11 15:54:37 2002
@@ -52,6 +52,8 @@
class SP_API Text {
public:
Text();
+ // Dummy Destructor
+ ~Text();
void clear();
void swap(Text &to);
void addChar(Char c, const Location &);
diff -ruN openjade-1.3.1/lib/Text.cxx openjade-1.3.1-patched/lib/Text.cxx
--- openjade-1.3.1/lib/Text.cxx Sun May 2 11:47:31 1999
+++ openjade-1.3.1-patched/lib/Text.cxx Tue Jun 11 15:54:37 2002
@@ -17,6 +17,10 @@
{
}
+Text::~Text()
+{
+}
+
void Text::addChar(Char c, const Location &loc)
{
if (items_.size() == 0
--- openjade-1.3-3.info DELETED ---
--- openjade-1.3-3.patch DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing
real-time communications platform! Don't just IM. Build it in!
http://www.jabber.com/osdn/xim
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits