Commit Graph

35 Commits

Author SHA1 Message Date
naddy af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
sthen 3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
naddy 0819fd513b switch to CONFIGURE_STYLE=autoreconf 2019-05-19 11:26:24 +00:00
naddy 00673668b2 simplify autotools invocation 2019-04-02 09:23:00 +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
sthen 5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie 8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie 6cbea21c98 remove impossible member from class, can't return non-const value based
on const member.
2017-04-28 01:51:30 +00:00
sthen bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
naddy 6ba202c932 replace libiconv module 2016-09-13 15:29:01 +00:00
naddy ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
naddy 2382144b92 fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump 2015-03-16 18:07:34 +00:00
naddy 570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +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
sthen 6fe222514d sync wantlib 2012-12-21 12:13:35 +00:00
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
jasper 123b03e47c - regen WANTLIB 2011-11-01 20:30:49 +00:00
espie 2974da2e02 SH -> /bin/sh, no need for a variable there either 2011-10-21 17:43:30 +00:00
espie f9827a98ad zap autoconf-N: part, since it's now default 2010-11-26 14:17:17 +00:00
espie 88d20077a4 new depends 2010-11-17 08:05:12 +00:00
espie 8969e8459a more WANTLIB 2010-11-09 09:14:31 +00:00
landry 8c0b8636ca add comment stating that it needs libtoolize 2010-10-29 09:57:00 +00:00
landry b345aa80d1 add gnu libtool to build_depends, fixes build on clean box 2010-10-29 09:41:55 +00:00
ajacoutot ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper 47fe5ca567 - remove deanna@ as maintainer after several tries and a very long timeout 2010-10-23 11:04:18 +00:00
kili 8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen 90b3337d5f WANTLB+=sndio, bump 2009-01-12 10:48:57 +00:00
deanna e45bc28651 Update to agg 2.5.
From brad@, thanks.
2008-01-20 19:31:56 +00:00
aanriot 67bf0ffd6a fix WANTLIB/LDFLAGS.
ok deanna@
2007-10-23 09:22:13 +00:00
simon 68a2007cc1 remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-15 20:09:40 +00:00
espie 9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
espie 0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
sturm 1bbfb49768 fix automake build dependency
no PKGNAME bump needed
2006-11-25 08:22:27 +00:00
steven 0a9479ca3e initial import of agg 2.4
Anti-Grain Geometry (AGG) is a general purpose graphical toolkit
written completely in standard and platform independent C++. It can be
used in many areas of computer programming where high quality 2D
graphics is an essential part of the project.

from Deanna Phillips <deanna at sdf.lonestar.org>

feedback and ok bernd@
2006-10-16 11:42:04 +00:00