head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2010.08.16.03.57.17;	author jsa;	state dead;
branches;
next	1.2;

1.2
date	2010.08.13.18.52.27;	author jsa;	state Exp;
branches;
next	1.1;

1.1
date	2010.07.29.10.09.57;	author jsa;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to 3.3.4.1.

Approved by:	wxs (mentor)
@
text
@--- ./configure.orig	2010-08-13 12:47:42.000000000 -0400
+++ ./configure	2010-08-13 12:48:15.000000000 -0400
@@@@ -22944,7 +22944,7 @@@@
 
           TiXmlBase::EncodeString(input, &output);
 
-          if (output != "foo&amp#xxx;")
+          if (output != "foo&amp;#xxx;")
             return 1;
           return 0;
 
@


1.2
log
@Update to 3.3.4.

Approved by:	wxs (mentor)
@
text
@@


1.1
log
@Bump the port to chase the libgcrypt update and makes changes to use
textproc/tinyxml instead of the port's built in.

While I am here, fix my noble attempt to add LICENSE bits by including the
missing LICENSE_FILE stanza as well.

Approved by:	kwm (mentor)
@
text
@d1 11
a11 11
--- ./configure.orig	2010-07-28 18:57:24.000000000 -0400
+++ ./configure	2010-07-28 18:57:52.000000000 -0400
@@@@ -22686,7 +22686,7 @@@@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-ltinyxml  $LIBS"
+LIBS="-ltinyxml -lstdc++ $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@

