35 Commits

Author SHA1 Message Date
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
naddy
ba311a9209 add missing includes for ports-gcc 2018-12-02 17:56:34 +00:00
bentley
5f6c5b6ddb Include cstring for strdup. 2018-11-11 18:35:20 +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
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
663832b77d Missing include for clang 2017-05-03 17:59:02 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
jca
71d4814f47 Add comments to new patches. 2015-03-21 19:47:36 +00:00
jca
acb0ea4333 Unbreak wmi and cleanup the port while here.
- fix buffer overrun
- fix infinite loop on LP64 archs
- update MASTER_SITES
- remove HOMEPAGE, the project is abandoned
- remove unresponsive MAINTAINER
- sync WANTLIB
2015-03-21 19:43:35 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
naddy
06a9102560 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 23:48:03 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +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
5c6aa941f8 - ${LOCALBASE}/lib/pkgconfig and ${X11BASE}/lib/pkgconfig are default search
directories for pkg-config(1) nowadays. so remove these quirks.
2010-11-07 19:50:10 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
espie
e4b5db16fc fix for gcc4 (iterators are not pointers, especially not null pointers) 2010-05-28 08:50:58 +00:00
espie
932579455a start of fix for g++4 2010-05-24 22:31:25 +00:00
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
jim
2d4c7e8dd8 update homepage and master sites.
ok simon@, maintainer
2009-05-19 14:49:37 +00:00
jasper
033ac89c2b - regen WANTLIB 2009-03-07 15:37:38 +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
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
steven
b3e96608dc new homepage and master site, remove -Os
from Tobias Ulmer <tobiasu at tmux.org>
ok maintainer
2006-11-16 21:09:46 +00:00
steven
ca80985991 USE_X11 2006-11-13 13:01:37 +00:00
alek
a342f505ce Use MASTER_SITE_BERLIOS 2006-08-01 18:38:22 +00:00
steven
b501ad8fac fix WANTLIB 2006-02-08 23:18:51 +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
sturm
7e77be5b9e Initial import of wmi-10
WMI is a new lightweight window manager for X11, which attempts to
combine the best features of LarsWM, Ion , evilwm and ratpoison
into one window manager.

WWW: http://wmi.modprobe.de/

from Julian Frede <julian.frede at gmail.com>
2004-10-17 07:36:55 +00:00