ports/184145: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Nov 22 08:00:01 UTC 2013


The following reply was made to PR ports/184145; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/184145: commit references a PR
Date: Fri, 22 Nov 2013 07:54:03 +0000 (UTC)

 Author: gahr
 Date: Fri Nov 22 07:53:52 2013
 New Revision: 334551
 URL: http://svnweb.freebsd.org/changeset/ports/334551
 
 Log:
   - Update to 1.2.0.11
   - Convert to new LIB_DEPENDS format
   - STAGE-clean
   
   PR:		184145
   Submitted by:	gahr@
   Approved by:	maintainer
 
 Added:
   head/editors/xmlcopyeditor/files/patch-src_styledialog.cpp   (contents, props changed)
   head/editors/xmlcopyeditor/files/patch-src_wrapxerces.cpp   (contents, props changed)
 Deleted:
   head/editors/xmlcopyeditor/files/patch-src_housestyle.h
   head/editors/xmlcopyeditor/files/patch-src_xmlschemagenerator.cpp
 Modified:
   head/editors/xmlcopyeditor/Makefile
   head/editors/xmlcopyeditor/distinfo   (contents, props changed)
   head/editors/xmlcopyeditor/pkg-plist   (contents, props changed)
 
 Modified: head/editors/xmlcopyeditor/Makefile
 ==============================================================================
 --- head/editors/xmlcopyeditor/Makefile	Fri Nov 22 07:43:56 2013	(r334550)
 +++ head/editors/xmlcopyeditor/Makefile	Fri Nov 22 07:53:52 2013	(r334551)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	xmlcopyeditor
 -PORTVERSION=	1.2.0.9
 -PORTREVISION=	1
 +PORTVERSION=	1.2.0.11
  CATEGORIES=	editors
  MASTER_SITES=	SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION}
  
 @@ -16,16 +15,15 @@ USE_WX=		2.8+
  WX_COMPS=	wx contrib
  WX_CONF_ARGS=	absolute
  WX_UNICODE=	yes
 -USES=		gettext iconv
 -USE_DOS2UNIX=	yes
 +USES=		gettext iconv dos2unix
  
  BUILD_DEPENDS+=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 -LIB_DEPENDS=	xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \
 -		xslt:${PORTSDIR}/textproc/libxslt \
 -		aspell:${PORTSDIR}/textproc/aspell \
 -		pcre:${PORTSDIR}/devel/pcre \
 -		xml2:${PORTSDIR}/textproc/libxml2 \
 -		expat:${PORTSDIR}/textproc/expat2
 +LIB_DEPENDS=	libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 \
 +		libxslt.so:${PORTSDIR}/textproc/libxslt \
 +		libaspell.so:${PORTSDIR}/textproc/aspell \
 +		libpcre.so:${PORTSDIR}/devel/pcre \
 +		libxml2.so:${PORTSDIR}/textproc/libxml2 \
 +		libexpat.so:${PORTSDIR}/textproc/expat2
  
  WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
  
 @@ -34,5 +32,4 @@ CPPFLAGS+=	-I${LOCALBASE}/include \
  		-I${LOCALBASE}/include/libxml2 ${PTHREAD_CFLAGS}
  LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS} ${ICONV_LIB}
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 Modified: head/editors/xmlcopyeditor/distinfo
 ==============================================================================
 --- head/editors/xmlcopyeditor/distinfo	Fri Nov 22 07:43:56 2013	(r334550)
 +++ head/editors/xmlcopyeditor/distinfo	Fri Nov 22 07:53:52 2013	(r334551)
 @@ -1,2 +1,2 @@
 -SHA256 (xmlcopyeditor-1.2.0.9.tar.gz) = 850df750f3561320f6ab1b612e00cd2b9ecc2bed49ab1dcc261af78d0a28b7f7
 -SIZE (xmlcopyeditor-1.2.0.9.tar.gz) = 1815995
 +SHA256 (xmlcopyeditor-1.2.0.11.tar.gz) = b63a1f5c124d163cf93760fd60cc86c179d4d2b474a875132648f305bc44757b
 +SIZE (xmlcopyeditor-1.2.0.11.tar.gz) = 1965438
 
 Added: head/editors/xmlcopyeditor/files/patch-src_styledialog.cpp
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/editors/xmlcopyeditor/files/patch-src_styledialog.cpp	Fri Nov 22 07:53:52 2013	(r334551)
 @@ -0,0 +1,11 @@
 +--- src/styledialog.cpp.orig	2013-11-21 15:48:45.000000000 +0100
 ++++ src/styledialog.cpp	2013-11-21 15:50:28.000000000 +0100
 +@@ -705,7 +705,7 @@
 + 
 + 	WrapExpat we;
 + 	ofs << "<table><tr><th>Term</th><th>Frequency</th></tr>";
 +-	std::map<std::string, int>::iterator mapIterator;
 ++	std::map<std::string, int, NoCaseCompare>::iterator mapIterator;
 + 	int matchTotal = 0;
 + 
 + 	for (
 
 Added: head/editors/xmlcopyeditor/files/patch-src_wrapxerces.cpp
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/editors/xmlcopyeditor/files/patch-src_wrapxerces.cpp	Fri Nov 22 07:53:52 2013	(r334551)
 @@ -0,0 +1,17 @@
 +--- src/wrapxerces.cpp.orig	2013-11-21 15:51:13.000000000 +0100
 ++++ src/wrapxerces.cpp	2013-11-21 16:01:41.000000000 +0100
 +@@ -201,12 +201,12 @@
 + 		return wxConvUTF8;
 + 	case 2:
 + 	{
 +-		const static wxMBConvUTF16 conv;
 ++		static wxMBConvUTF16 conv;
 + 		return conv;
 + 	}
 + 	case 4:
 + 	{
 +-		const static wxMBConvUTF32 conv;
 ++		static wxMBConvUTF32 conv;
 + 		return conv;
 + 	}
 + 	default:
 
 Modified: head/editors/xmlcopyeditor/pkg-plist
 ==============================================================================
 --- head/editors/xmlcopyeditor/pkg-plist	Fri Nov 22 07:43:56 2013	(r334550)
 +++ head/editors/xmlcopyeditor/pkg-plist	Fri Nov 22 07:53:52 2013	(r334551)
 @@ -66,7 +66,7 @@ share/pixmaps/xmlcopyeditor.png
  %%DATADIR%%/dtd/docbook/4.4/ent/isotech.ent
  %%DATADIR%%/dtd/docbook/4.4/htmltblx.mod
  %%DATADIR%%/dtd/docbook/4.4/soextblx.dtd
 -%%DATADIR%%/dtd/docbook/5.0b/docbook.dtd
 +%%DATADIR%%/dtd/docbook/5.0/docbook.dtd
  %%DATADIR%%/dtd/lzx.dtd
  %%DATADIR%%/dtd/moodle_glossary.dtd
  %%DATADIR%%/dtd/moodle_xml.dtd
 @@ -289,8 +289,8 @@ share/pixmaps/xmlcopyeditor.png
  %%DATADIR%%/templates/DTD.dtd
  %%DATADIR%%/templates/DocBook_4.4_article.xml
  %%DATADIR%%/templates/DocBook_4.4_book.xml
 -%%DATADIR%%/templates/DocBook_5.0b_article.xml
 -%%DATADIR%%/templates/DocBook_5.0b_book.xml
 +%%DATADIR%%/templates/DocBook_5.0_article.xml
 +%%DATADIR%%/templates/DocBook_5.0_book.xml
  %%DATADIR%%/templates/Moodle_glossary.xml
  %%DATADIR%%/templates/Moodle_quiz.xml
  %%DATADIR%%/templates/NewsML_1.2.xml
 @@ -363,7 +363,7 @@ share/pixmaps/xmlcopyeditor.png
  @dirrm %%DATADIR%%/dtd/tei/p5
  @dirrm %%DATADIR%%/dtd/tei/p4
  @dirrm %%DATADIR%%/dtd/tei
 - at dirrm %%DATADIR%%/dtd/docbook/5.0b
 + at dirrm %%DATADIR%%/dtd/docbook/5.0
  @dirrm %%DATADIR%%/dtd/docbook/4.4/ent
  @dirrm %%DATADIR%%/dtd/docbook/4.4
  @dirrm %%DATADIR%%/dtd/docbook
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list