Fixing gcc 3.3 compile failures -- fix for textproc/xmlpp

Simon Barner barner at in.tum.de
Wed Jul 23 06:18:21 PDT 2003


--- Makefile.orig	Wed Jul 23 04:08:36 2003
+++ Makefile	Wed Jul 23 04:09:11 2003
@@ -21,12 +21,9 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 500113
-BROKEN=         "Does not compile (bad C++ code)"
-.endif
-
 pre-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
 		's|/usr/local/share|$$(datadir)|g'
+	@${RM} ${WRKSRC}/config.cache
 
 .include <bsd.port.post.mk>
-------------- next part --------------
--- src/xmlcommon.h.orig	Wed Jul 23 04:10:04 2003
+++ src/xmlcommon.h	Wed Jul 23 04:12:03 2003
@@ -20,6 +20,8 @@
 
 //! dummy define		  
 #define XMLPP_API
+
+using std::string;
 		  
 //! handle to a tagname string in a tagname map
 typedef int xmltagnamehandle;
-------------- next part --------------
--- ./src/xmlpp.cpp.orig	Wed Jul 23 04:12:52 2003
+++ ./src/xmlpp.cpp	Wed Jul 23 04:13:52 2003
@@ -21,6 +21,12 @@
 //debug
 #include <iostream>
 
+using std::cout;
+using std::cerr;
+using std::endl;
+using std::ifstream;
+using std::ofstream;
+
 namespace xmlpp {
 
 // internal use for saving
-------------- next part --------------
--- src/xmltokenizer.cpp.orig	Wed Jul 23 04:14:53 2003
+++ src/xmltokenizer.cpp	Wed Jul 23 04:29:18 2003
@@ -15,7 +15,7 @@
 // needed includes
 #include "xmlpp.h"
 #include "xmltokenizer.h"
-
+#include <iostream>
 
 // namespace declaration
 namespace xmlpp {
-------------- next part --------------
--- test/nodetest.cpp.orig	Wed Jul 23 04:18:02 2003
+++ test/nodetest.cpp	Wed Jul 23 04:19:01 2003
@@ -5,6 +5,7 @@
 */
 
 #include <fstream>
+#include <iostream>
 #include "xmlpp.h"
 
 using namespace xmlpp;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: Digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20030723/f40d32f3/attachment.bin


More information about the freebsd-ports mailing list