Date: Thu, 06 Dec 2012 01:15:04 +0100 From: Barbara Guida <barbara.freebsd@gmail.com> To: "Jason E. Hale" <jhale@freebsd.org> Cc: svn-ports-head@freebsd.org, Florian Smeets <flo@FreeBSD.org>, Barbara Guida <bar@freebsd.org>, svn-ports-all@freebsd.org, ports-committers@freebsd.org, rene@freebsd.org, Jose Garcia Juanino <jjuanino@gmail.com> Subject: Re: svn commit: r308354 - in head/editors/xmlcopyeditor: . files Message-ID: <50BFE388.6050300@gmail.com> In-Reply-To: <1639435.iye2dy8Sd8@mocha.verizon.net> References: <201212052327.qB5NRAuN006811@svn.freebsd.org> <1639435.iye2dy8Sd8@mocha.verizon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------090206070200010506050804 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Jason E. Hale wrote: >> +LIB_DEPENDS+= xerces-c:${PORTSDIR}/textproc/xerces-c3 \ > > The ABI version number for xerces-c should be kept to disambiguate between > textproc/xerces-c2 and textproc/xerces-c3. It really isn't necessary to have > a += assignment here either... = is fine. > Should be: > LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ > Your remark about xerces-c makes sense to me and frankly speaking I was thinking about that while I was removing it. And for the reason I had that doubt, I should have asked. I'm sending a new diff and log...I guess that I should wait for my mentors, am I correct? Kind regards Barbara --------------090206070200010506050804 Content-Type: text/x-patch; name="editors_xmlcopyeditor.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="editors_xmlcopyeditor.diff" Index: editors/xmlcopyeditor/Makefile =================================================================== --- editors/xmlcopyeditor/Makefile (revision 308354) +++ editors/xmlcopyeditor/Makefile (working copy) @@ -24,7 +24,7 @@ src/rng/xhtml.rng BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS+= xerces-c:${PORTSDIR}/textproc/xerces-c3 \ +LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ xslt:${PORTSDIR}/textproc/libxslt \ aspell:${PORTSDIR}/textproc/aspell \ pcre:${PORTSDIR}/devel/pcre \ --------------090206070200010506050804--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50BFE388.6050300>