98 Commits

Author SHA1 Message Date
sthen
b8d12a3b20 update various simple PERMIT_* in Makefile.inc files 2019-07-13 10:59:26 +00:00
jca
f5d177f05b Remove insecure nxssh and obsolete opennx
nxssh is based on an old copy of OpenSSH 4.7.  Upstream stopped
supporting it and it hasn't been updated since import, so it's likely
affected by all the issues listed on
https://www.openssh.com/security.html since 2008.

opennx is a graphical client that uses nxssh under the hood.  It is dead
upstream, hasn't been updated since 2009 and won't build with wxWidgets3.

ok kn@
2018-12-17 01:01:24 +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
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
jasper
14ad5fbcbc fix build with clang6 2018-04-08 19:13:19 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +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
robert
1d0671cf89 snatch a path from macports that allows nxcomp to be built with libc++ and
base clang. no need for a bump because this will only affect libc++ builds
2017-07-16 09:38:44 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
sthen
c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00
jasper
fa68cdac54 drop maintainer for a bunch of ports (libvirt and nx) I hardly ever use anymore 2016-10-15 19:14:19 +00:00
robert
4c8ae695f6 Send the actual client version back to the server instead of sending back
the server's protocol version. This unbreaks opennx with NX5.
2016-06-26 10:11:03 +00:00
naddy
5fc24d3cb3 removing SHARED_ONLY is safe here 2016-03-16 20:02:11 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
jca
ec98bce42d FD_ISSET patch not needed any more; ok jasper@ (maintainer) 2016-03-08 11:43:31 +00:00
jasper
803a8e3f79 unbreak after sys/select.h -r1.15
spotted by aja@
2016-03-05 18:53:39 +00:00
jasper
dd11ff3185 switch distfiles.nl to SSL, setup with security/letsencrypt/client 2015-11-24 09:11:02 +00:00
sthen
981d86d970 sync WANTLIB (curl+nghttp2) 2015-10-30 12:59:16 +00:00
jasper
e8682a4866 Add working MASTER_SITES; from Rafael Sadowski 2015-07-30 07:49:33 +00:00
ajacoutot
d9c1207e4f Move some obvious sudo -> '#' (root) in READMEs. 2015-07-07 14:43:36 +00:00
ajacoutot
893323e150 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:16:15 +00:00
naddy
6589513efc add sys/param.h to the one file that didn't include it yet 2015-01-18 16:29:41 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
jasper
bee68b5cf0 update to opennx-0.16.0.729 2014-09-11 21:57:00 +00:00
ajacoutot
cdb0b0e7e6 Drop kerberos support. 2014-04-21 12:59:48 +00:00
jca
5134ca8109 Fix after arc4random removal. Use arc4random_stir only if both it and
arc4random are present.  ok sthen@.
Note: port broken at logout with MALLOC_OPTIONS=S.
2013-10-24 10:52:27 +00:00
naddy
74fb800aff wxConfigBase does not support long long. ok dcoppa@ 2013-08-22 17:27:51 +00:00
zhuk
4f664d8b82 Fixup handling of FreeDesktop goo: desktop-file-utils, gtk-update-icon-cache
and shared-mime-info. Found by portcheck.

A lot of input from and okay ajacoutot@
2013-08-20 22:05:46 +00:00
ajacoutot
21d8278b1f Unbreak now that libkafs is gone.
Explicitely compile --without-pam.
2013-06-21 06:12:56 +00:00
ajacoutot
64a6588efb No need for pthread. 2013-06-20 08:26:13 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
ajacoutot
9920238d6f Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
2013-06-17 19:30:22 +00:00
kili
4fbd1e9e88 Add missing quote. 2013-06-08 14:23:31 +00:00
naddy
78f49cd53e the png headers are now directly under include/ 2013-06-04 15:41:17 +00:00
ajacoutot
3de9758da8 Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00
jasper
8936683060 normalize CATEGORIES to x11 2013-05-14 07:17:54 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
35d1b9d144 - update to opennx-0.16.0.724 2012-11-15 10:12:54 +00:00
espie
9a11505f7a resurrect USE_X11, only for the few ports that require xenocara components
but don't have explicit WANTLIB that point to X11.
2012-10-29 15:19:02 +00:00
jasper
76f163bde9 don't pick up pulseaudio; no pkg change as it wouldn't build if it was picked up. 2012-09-21 13:51:56 +00:00
ajacoutot
2013b35747 Document the dependency on print/cups.
Tweak DESCR.
2012-08-04 14:49:09 +00:00
jasper
2d91c2d13f add bugtracker id 2012-07-18 08:50:41 +00:00
jasper
63c668d85a - prevent opennx from breaking the ssh key, which caused a password dialog
respawning fest.

from robert@
2012-07-18 08:47:34 +00:00
jasper
345a187793 - update to 0.16.0.709
ok aja@ sebastia@
2012-05-30 20:38:32 +00:00