Date: Tue, 2 Sep 2008 20:39:26 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/isearch Makefile pkg-plist ports/textproc/isearch/files patch-Makefile patch-doctype+Makefile patch-src+string::hxx patch-src::Iindex.cxx patch-src::fc.hxx patch-src::intlist.hxx patch-src::mergeunit.hxx patch-src::opstack.hxx ... Message-ID: <200809022039.m82KdQ6x056537@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
amdmi3 2008-09-02 20:39:26 UTC
FreeBSD ports repository
Modified files:
textproc/isearch Makefile pkg-plist
textproc/isearch/files patch-src::string.cxx
Added files:
textproc/isearch/files patch-Makefile patch-doctype+Makefile
patch-src+string::hxx
patch-src::Iindex.cxx patch-src::fc.hxx
patch-src::intlist.hxx
patch-src::mergeunit.hxx
patch-src::opstack.hxx
Log:
- Fix build with gcc4.2 and amd64: remove -fwritable-strings.
- Remove GNU_CONFIGURE since it was doing nothing: respect CXX CXXFLAGS.
- Clean some warnings related to deprecated C++ headers.
- Use %%DOCSDIR%% in pkg-plist
PR: 126441
Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com>
Approved by: Paul Marquis <pmarquis at pobox dot com> (maintainer)
Revision Changes Path
1.22 +6 -9 ports/textproc/isearch/Makefile
1.1 +53 -0 ports/textproc/isearch/files/patch-Makefile (new)
1.1 +20 -0 ports/textproc/isearch/files/patch-doctype+Makefile (new)
1.1 +12 -0 ports/textproc/isearch/files/patch-src+string::hxx (new)
1.1 +11 -0 ports/textproc/isearch/files/patch-src::Iindex.cxx (new)
1.1 +12 -0 ports/textproc/isearch/files/patch-src::fc.hxx (new)
1.1 +12 -0 ports/textproc/isearch/files/patch-src::intlist.hxx (new)
1.1 +10 -0 ports/textproc/isearch/files/patch-src::mergeunit.hxx (new)
1.1 +11 -0 ports/textproc/isearch/files/patch-src::opstack.hxx (new)
1.2 +15 -3 ports/textproc/isearch/files/patch-src::string.cxx
1.5 +5 -5 ports/textproc/isearch/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809022039.m82KdQ6x056537>
