Commit Graph

22 Commits

Author SHA1 Message Date
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
ajacoutot
74e20a0f37 Update to xerces-c-3.2.3. 2021-09-01 21:13:28 +00:00
fcambus
cd2be523a9 Add missing HOMEPAGE. 2020-03-30 11:15:12 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
jasper
e6e42f5a51 these are no longer needed 2018-03-13 21:08:12 +00:00
jasper
fd66335b40 - update to xerces-c-3.2.1 by redoing this port from scratch
* catches up to years of negligence for this xml parser which had accumulated
  a number of outstanding security issues
2018-03-13 21:07:42 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
kirby
a927bc4ef4 xerces-c-2.x moved to archive. Update MASTER_SITES 2017-06-10 08:37:26 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
jasper
edf995e3ee security fix for CVE-2016-2099 2016-06-28 09:34:08 +00:00
espie
2ace40bfb8 don't depend on modes in the ports tree being what we want installed 2015-05-08 09:08:44 +00:00
jasper
ad9be85958 Security fix for CVE-2015-0252: Apache Xerces-C XML Parser Crashes on Malformed Input 2015-03-23 14:36:38 +00:00
naddy
2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
kirby
89f5ab69f7 fix MASTER_SITES and regen distinfo 2014-10-10 16:17:27 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
pascal
4a0c0b9f91 add a comment explaining previous, requested by sthen@. 2011-12-27 14:27:23 +00:00
pascal
cd539661c6 Use the gnu MODULE in order to pick up our config.site.
ok espie@
2011-12-27 11:15:36 +00:00
jasper
af48617752 - regen WANTLIB 2011-11-03 20:13:20 +00:00
ajacoutot
ec4f145d94 Import xerces-c-2.8.0
Xerces-C++ is a validating XML parser written in a portable subset of
C++.  Xerces-C++ makes it easy to give your application the ability to
read and write XML data.  A shared library is provided for parsing,
generating, manipulating, and validating XML documents using the DOM,
SAX, and SAX2 APIs.  For an introduction to programming with Xerces-C++
refer to the Programming Guide.
<...>

ok landry@
2008-10-26 23:15:15 +00:00