36 Commits

Author SHA1 Message Date
naddy
21f1bb8ad8 drop RCS Ids 2022-03-11 20:15:18 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
naddy
9b65615222 add missing include for ports-gcc 2018-12-02 17:39:18 +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
fdfa3f8d53 sprinkle @bin markers 2018-05-25 13:01:41 +00:00
naddy
e4687e171a fix build with clang6 on ILP32 platforms 2018-04-19 21:42:57 +00:00
sthen
d579e1bf4e drop william@ as maintainer on his ports, per his request. 2017-11-15 21:28:05 +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
jca
007b80c05a Fix build with clang, declare void functions as such.
Reminded by espie@
2017-05-04 13:14:55 +00:00
jca
166da6d774 Include stdlib.h, better than conflicting/missing decls 2017-05-04 13:14:02 +00:00
jca
103d17aa04 Respect CC/CFLAGS 2017-05-04 12:50:37 +00:00
jca
286bb77fae Needs ctsdlib 2017-05-03 18:10:07 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
william
c46e787d41 MAINTAINER address and MASTER_SITES update. 2014-06-18 01:17:22 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
naddy
ca2cda64c4 requires imake to build 2012-11-17 16:45:41 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
steven
d378986d78 fix WANTLIB 2008-02-01 21:47:16 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
merdely
d0e220d33a Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN 2007-09-15 20:04:18 +00:00
espie
be99f23aa5 more base64 checksums 2007-04-05 17:36:18 +00:00
naddy
2492803fcd SIZE 2005-01-05 17:53:50 +00:00
alek
02ae91bd25 Add WANTLIB markers 2004-12-19 17:27:00 +00:00
espie
4c6f632c64 new style plists 2004-09-15 19:26:27 +00:00
naddy
9f3e9bf5d6 Update to 0.4.5, fixes build with gcc3.
Reworked from a submission by William Yodlowsky <bsd@openbsd.rutgers.edu>.
2004-02-08 01:13:21 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
fgsch
dd26b7b067 zap NEED_VERSION. 2002-12-29 20:31:39 +00:00
espie
7afb4e64a4 kill some MASTER_SITE_SUBDIR 2002-05-15 18:05:18 +00:00
naddy
08001473f2 * Update to 0.4.2; from maintainer William Yodlowsky
<bsd@openbsd.rutgers.edu>.
* Prune documentation files.
2002-05-10 11:49:12 +00:00
espie
d900d189e1 Bump NEED_VERSION 2002-03-21 21:25:50 +00:00
espie
5b37289c23 md5->distinfo 2002-03-21 19:59:18 +00:00
heko
570db842ac initial import of treewm
--
From the README:

treewm is a window manager that tries to implement a new concept. In
addition to the client windows the user can create desktops which can
themselves contain windows and desktops. By arranging the windows in
such a tree the user is able to manage his tasks efficiently.

treewm is derived from aewm.

WWW: http://treewm.sourceforge.net/

Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>,
lebel@ ok.
2001-11-10 18:33:37 +00:00