Commit Graph

32 Commits

Author SHA1 Message Date
cwen
1366828eef pstoedit: don't force C++11. This fixes the build on !clang archs.
OK steven@ (maintainer), jca@
2020-03-12 22:01:31 +00:00
steven
3dc6840ab0 maintenance update to 3.75 2020-03-05 21:02:17 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
steven
932a8c39b3 maintenance update to 3.74 2019-06-24 21:12:35 +00:00
cwen
56d4610e72 pstoedit: requires -std=c++11 with ports-gcc-4.9
OK steven@ (maintainer) jca@
2019-03-19 12:45:39 +00:00
steven
ec5af6686c maintenance update to 3.73 2019-01-05 10:08: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
steven
3c8b1ff54d update to 3.71 2018-04-27 05:35:15 +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
schwarze
ae821f5072 unimportant whitespace differences only, drop USE_GROFF and bump 2017-05-09 14:51:11 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
naddy
59666f3dc6 g/c PFRAG.shared 2016-04-04 16:09:09 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
steven
fb7e6d0d06 maintenance update to 3.70 2015-07-19 15:06:14 +00:00
ajacoutot
a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
steven
e3334ec0bd update to 3.61 2012-10-22 21:57:15 +00:00
steven
aed128afb4 update to 3.60 2012-06-30 00:41:20 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
espie
0f681543b5 USE_GROFF=Yes 2010-10-18 18:13:12 +00:00
steven
f2ab6d9e32 update to 3.50 2010-07-22 19:44:07 +00:00
simon
68a2007cc1 remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-15 20:09:40 +00:00
steven
9e026fd339 update to 3.44 2006-03-12 02:31:16 +00:00
espie
a9df05cec2 more C++ libs bumps. Done thru mail, plus lizards. 2006-01-14 00:07:28 +00:00
steven
46a206179b remove MODGNU_SHARED_LIBS 2006-01-08 00:29:37 +00:00
steven
16e253f8dd SHARED_LIBS, change my e-mail address 2005-12-26 13:37:55 +00:00
naddy
188b771483 update to 3.42; from maintainer Steven Mestdagh 2005-09-25 22:46:21 +00:00
naddy
02cc9e090f Update to 3.41; from maintainer Steven Mestdagh.
Relevant changes from the changelog:
  * added a .asy backend for Asymptote files (
    http://asymptote.sourceforge.net/ ). Thanks to John Bowman
  * fixed three bugs (one memory leak, two other minor problems)
    detected by the Coverity Prevent tool (http://www.coverity.com/)
  * PostScript frontend: fixed a bug in tracing the bounding box of
    raster images.
  * fixed a bug in sub path handling - thanks to Soren Henriksen.
  * fixed the handling of some special characters in the LaTeX2e
    format driver.
2005-08-11 17:32:06 +00:00
naddy
56f09f90e9 Import pstoedit 3.40.
From: Steven Mestdagh <steven.mestdagh@esat.kuleuven.be>.

pstoedit translates PostScript and PDF graphics into other vector
formats.
2005-08-04 17:05:22 +00:00