Commit Graph

25 Commits

Author SHA1 Message Date
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +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
espie
1309f29d90 sprinkle some bins, remove stripped directories, reorder annotations that
are not in the "canonical plist write order"
2018-05-12 10:00:24 +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
fcambus
b3da7a0eda Switch ports using MASTER_SITE_OPENBSD to a new MASTER_SITES.
OK sthen@
2017-05-03 18:36:05 +00:00
jsg
43ae4036ec use standard c++ includes to fix the build with clang
ok sthen@ naddy@
2017-04-22 01:42:27 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ratchov
0c65a92fd5 make sidplay use sndio
ok sthen
2014-10-26 15:24:09 +00:00
ajacoutot
e3edfdd3aa Remove SECURITY files. They have served their purpose in the past but
have become pretty useless nowadays (and the pkg tools do not display
them anyway).
Some which contained valuable information have been turned into READMEs.

ok jasper@ sthen@
input/ok naddy@
2013-11-07 07:08:59 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
sthen
b18b7a4a66 new-style REVISIONS/LIB_DEPENDS 2010-09-06 00:04:28 +00:00
naddy
fda568ddee homepage and master site are long gone; from Tobias Ulmer <tobiasu@tmux.org> 2010-04-21 17:30:50 +00:00
simon
ec8fc0fefe remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-15 21:26:00 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
espie
b019a77038 new-style specs 2006-08-01 12:13:28 +00:00
naddy
199c30b4ac SIZE 2005-01-05 15:47:05 +00:00
espie
48252a0ad4 WANTLIB markers 2004-11-21 17:51:44 +00:00
naddy
2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
naddy
f3dfb98c13 Update to 1.0.9, OpenBSD support has been integrated. 2003-01-23 01:56:21 +00:00
fgsch
c88e2520c6 byebye NEED_VERSION. 2002-12-29 19:29:56 +00:00
naddy
ab44b21a13 Import sidplay 1.0.8.
SIDPLAY emulates the Sound Interface Device (SID) chip and the
microprocessor unit of the Commodore 64 computer, so it can load
and execute C64 machine code programs which produce music or sound.
Using SIDPLAY, you can listen to thousands of old and new C64 sound
files by infamous artists such as Hubbard and Paul Norman!
2002-05-22 22:44:16 +00:00