ports/75607 into clamav-devel.
In particular, the last change to this port makes
use of the clamav-milter pidfile, which wouldn't be
recorded without the present change.
PR: ports/75607
Approved by: maintainer
directory to /var/db/clamav and fix removal of db on deinstall)
For the sake of coherence, the ClamAV database should be
installed in /var/db/clamav, not /usr/local/share/clamav.
Also fixes the database removal on package deinstallation.
PR: ports/74172
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Approved by: Rob Evers <rob@debank.tv>
- Fix fetching
- Fix -pthread/-lc_r issue for good
(courtesy of bsd.autotools.mk, who'd have guessed...)
PR: ports/71168
Submitted by: Rob Evers (maintainer), me
- Rename rc script freshclam.sh -> clamav-freshclam.sh for consistency
BEWARE if you're using freshclam daemon you must update your rc.conf!
- Chmod 770 socket directory
- Diff reduction against security/clamav port
PR: ports/67125
Submitted by: Rob Evers <rob@debank.tv> (maintainer)
AllowSupplementaryGroups enabled by default
Removed OSVERSION check (not needed anymore)
Make the port look a bit more like security/clamav
PR: 66203
Submitted by: Rob Evers
PR: 65205
Submitted by: Rob Evers
- fix deinstallation on clean system.
sed modifies clamav.conf.default and freshclam.conf.default only.
when installing on a clean system from port (package is fine),
clamav.conf.default and clamav.conf are diffrent
also freshclam.conf.default and freshclam.conf are diffrent,
and a deinstallation will leave stale files.
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
PR: 63022
Submitted by: rob@debank.tv
- Use fixStaleSocket by default
- Add clamav user to mail group (for exim users)
- clean up DOCSDIR variable
PR: 63022
Submitted by: rob@debank.tv
Suggested by: eik
- The install doesn't delete the database anymore
- Don't remove the database on deinstall
- Use OPTIONS target
- handle all config install via the port
You have to run freshclam manually once after upgrade to restore the database.
PR: 62653
Submitted by: rob@debank.tv
- Fix deinstall when no database was installed.
Submitted by: dinoex
Get default config files from BUILD_WRKSRC to fix upgrade when config files are untouched
Really use the POST-INSTALL target
PR: 62112
Submitted by: rob@debank.tv