Index: head/editors/xmlcopyeditor/Makefile =================================================================== --- head/editors/xmlcopyeditor/Makefile (revision 228222) +++ head/editors/xmlcopyeditor/Makefile (revision 228223) @@ -1,53 +1,54 @@ # New ports collection makefile for: xmlcopyeditor # Date created: 6 December 2007 # Whom: José García Juanino # # $FreeBSD$ # PORTNAME= xmlcopyeditor PORTVERSION= 1.2.0 +PORTREVISION= 1 DISTVERSIONSUFFIX=-2 CATEGORIES= editors MASTER_SITES= SF MASTER_SITE_SUBDIR=xml-copy-editor MAINTAINER= jjuanino@gmail.com COMMENT= Fast validating XML editor USE_WX= 2.8+ WX_COMPS= wx contrib WX_CONF_ARGS= absolute WX_UNICODE= yes USE_GETTEXT= yes USE_DOS2UNIX= src/templates/DTD.dtd \ src/help/html/generic.css \ src/help/xmlcopyeditor.hhp \ src/rulesets/ruleset.css \ src/rng/tei_all.rnc \ src/rng/docbook.rnc \ src/rng/tei_minimal.rnc \ src/rng/docbookxi.rnc BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ xslt.2:${PORTSDIR}/textproc/libxslt \ aspell.16:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} # workaround for automake (it needs config.rpath) post-extract: ${TOUCH} ${WRKSRC}/config.rpath # iconv.m4 is located in ${LOCALBASE}/share/aclocal ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include \ -I${LOCALBASE}/include/libxml2 ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" .include Property changes on: head/editors/xmlcopyeditor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff =================================================================== --- head/editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff (nonexistent) +++ head/editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff (revision 228223) @@ -0,0 +1,14 @@ +--- src/wraplibxml.cpp.orig ++++ src/wraplibxml.cpp +@@ -20,6 +20,11 @@ + #include "wraplibxml.h" + #include + #include ++ ++#ifdef ATTRIBUTE_PRINTF ++#undef ATTRIBUTE_PRINTF ++#endif ++ + #include + + WrapLibxml::WrapLibxml ( bool netAccessParameter, const std::string& catalogPathParameter ) Property changes on: head/editors/xmlcopyeditor/files/patch-src_wraplibxml.cpp.diff ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property