25 Commits

Author SHA1 Message Date
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
naddy
dab0d498b5 add missing includes for ports-gcc 2018-12-01 21:49:30 +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
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +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
0809116cc1 Missing include for clang 2017-05-03 19:54:23 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
sthen
97db8228f5 dansguardian doesn't seem actively developed any more, add a comment
to the Makefile pointing at the e2guardian fork
2015-12-18 11:08:46 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
380b37f4a7 - update to DansGuardian 2.12.0.3, modified from a diff from abieber
- add an rc script
- fix incompatibility with pcre 8.3+, patch from Debian
- distfiles are now on sourceforge
- drop maintainer; no response to emails

ok abieber@
2013-01-18 15:04:09 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
sthen
89d5cdea52 new-style LIB_DEPENDS/REVISION/WANTLIB 2010-11-11 12:35:09 +00:00
espie
c82c4422b0 USE_GROFF=Yes 2010-10-19 08:02:53 +00:00
sthen
3ef0dc9701 update to 2.10.1.1, some testing from Steven Surdock, maintainer timeout 2010-06-11 12:41:13 +00:00
sthen
74fddeab7f - update dansguardian to 2.10.0.3
- remove clamav flavour in favour of enabling clamd support in
the main package.

- rearrange the Makefile slightly

the clamav flavour was using libclamav, which past experience shows
to not be a stable interface to the clamav virus scanner; dansguardian
also supports scanning via the clamd socket, this is now enabled
instead (by default since it doesn't add a required dependency).

note: those currently using the clamav flavour and upgrading will
need to adjust their configuration.

maintainer timeout. on ports@ for a few days, lightly tested here
but lacking test reports from real users.
2009-04-18 14:42:41 +00:00
sthen
acb9afadd0 remove curl-related dependencies from WANTLIB for the clamav flavour
and bump; clamav used to pull in curl but it was removed some time ago,
resulting in broken dansguardian,-clamav packages. thanks to qgiovanni
at gmail dot com for pointing these out. update license marker while
there.
2008-05-23 14:32:08 +00:00
mbalmer
842f1f94cf Fix package build after ClamAV update. Option ArchiveMaxCompressionRatio
is gone.
2008-04-21 18:32:06 +00:00
sthen
b86b40983c Add Makefile comments noting the restrictions about commercial
users downloading this from official distribution sources.
(We are in compliance, but without an explanation, someone
might not notice this if they update it later).
2008-04-21 17:59:36 +00:00
ajacoutot
3e936da7e5 - domain name change; fix MASTER_SITES 2007-10-27 23:44:41 +00:00
aanriot
86bb0b55a5 fix the SYNOPSIS in dansguardian.8 .
"looks fine" Bartosz Kuzma (maintainer).
2007-08-29 09:17:04 +00:00
aanriot
cc70881da4 change MASTER_SITES because of damn license issues,
"it's GPL but blablabla"...

spotted by Stuart Henderson <stu@spacehopper.org>;
thanks to ajacoutot@ for hosting the distfile.
2007-06-07 14:36:46 +00:00
aanriot
1a98321e2d DansGuardian is an award winning Open Source web content filter which
currently runs on Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, HP-UX, and
Solaris. It filters the actual content of pages based on many methods
including phrase matching, PICS filtering and URL filtering. It does not
purely filter based on a banned list of sites like lesser totally
commercial filters.

from Bartosz Ku??ma <i486@o2.pl>.
ok ajacoutot@
2007-06-07 13:16:14 +00:00