aboutsummaryrefslogtreecommitdiff
path: root/security/clamav-devel
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 20110704Renato Botelho2011-07-043-6/+31
| | | | Notes: svn path=/head/; revision=277079
* - s/CONF_FILES/CLAM_CONF_FILES/ to avoid a conflict in the future with newRenato Botelho2011-05-191-3/+3
| | | | | | | | | | options with the same name that will be added to bsd.port.mk PR: ports/157161, ports/157162 Submitted by: Chris Rees <utisoft@gmail.com> Notes: svn path=/head/; revision=274301
* - Update to 20110223Renato Botelho2011-02-232-6/+14
| | | | | | | - Align with clamav port new option to use llvm from ports Notes: svn path=/head/; revision=269545
* Fix detection if python was built with threads support and run make checkRenato Botelho2011-02-211-1/+1
| | | | | | | | | | accordingly PR: ports/154848 Submitted by: Martin Simmons <martin@lispworks.com> Notes: svn path=/head/; revision=269431
* Update to 20110204Renato Botelho2011-02-042-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268609
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 20101029Renato Botelho2010-10-292-4/+3
| | | | Notes: svn path=/head/; revision=263750
* Update to 20101026Renato Botelho2010-10-262-4/+4
| | | | Notes: svn path=/head/; revision=263624
* Update to 20101021Renato Botelho2010-10-212-4/+4
| | | | Notes: svn path=/head/; revision=263417
* Update to 20101019Renato Botelho2010-10-192-4/+4
| | | | Notes: svn path=/head/; revision=263290
* Update to 20101015Renato Botelho2010-10-152-4/+4
| | | | Notes: svn path=/head/; revision=263052
* - Update to 20100927Renato Botelho2010-09-272-13/+15
| | | | | | | | | | - Remove GCC 4.2+ dependency, now it builds file with 3.4.6 - Add a new OPTION to TESTS, since it requires python on build time and some people don't like this. Leave it ON by default to run tests on package building Notes: svn path=/head/; revision=261959
* Update to 20100920Renato Botelho2010-09-202-4/+4
| | | | Notes: svn path=/head/; revision=261503
* Update to 20100916Renato Botelho2010-09-162-5/+4
| | | | Notes: svn path=/head/; revision=261273
* - Add missing dependency (libltdl) to clamav and clamav-devel portsRenato Botelho2010-09-131-0/+2
| | | | | | | | | | - Bump PORTREVISION PR: ports/150512 Submitted by: Philippe Pepiot <phil@philpep.org> Notes: svn path=/head/; revision=261071
* - Update to 20100824Renato Botelho2010-08-242-4/+6
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=259920
* pav@ noted LICENSE code don't work fine with ports using @cwd in plist, andRenato Botelho2010-08-131-2/+0
| | | | | | | it'll be fixed soon. Remove LICENSE from clamav ports for now. Notes: svn path=/head/; revision=259168
* - Update to 20100810Renato Botelho2010-08-102-4/+6
| | | | | | | - While i'm here, add LICENSE Notes: svn path=/head/; revision=259067
* Update to 20100624Renato Botelho2010-06-242-5/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=256916
* Gcc 4.2+ is only needed to build clamav with LLVM/JIT support, remove thisRenato Botelho2010-05-211-1/+1
| | | | | | | | | dependency when LLVM is not set. Submitted by: Guy Antony Halse <G.Halse@ru.ac.za> Notes: svn path=/head/; revision=254723
* - Update to 20100504Renato Botelho2010-05-042-5/+5
| | | | | | | - Try to fix build on sparc64 disabling LLVM/JIT build Notes: svn path=/head/; revision=253690
* - Update to 20100412Renato Botelho2010-04-123-5/+6
| | | | | | | | - Use ${TOUCH} instead of touch - Fix pkg-plist to delete directories installed out of PREFIX (on /var) Notes: svn path=/head/; revision=252592
* Unit tests require python built with thread support, disable make check whenRenato Botelho2010-04-121-1/+17
| | | | | | | | | | local python doesn't have this PR: ports/145520 Submitted by: Michael Scheidell <scheidell at secnap.net> Notes: svn path=/head/; revision=252590
* Python and gmake are just necessary when LLVM option is setRenato Botelho2010-04-091-14/+16
| | | | Notes: svn path=/head/; revision=252485
* - Update to 20100406Renato Botelho2010-04-063-30/+30
| | | | | | | | - Reduce differences between it and security/clamav - Make JIT bytecode compiler as an OPTION, On by default Notes: svn path=/head/; revision=252328
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-273-3/+3
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to 20100312Renato Botelho2010-03-124-7/+19
| | | | Notes: svn path=/head/; revision=250975
* - Update to 20100308Renato Botelho2010-03-094-63/+11
| | | | | | | | - Disable make check for 6.x, it doesn't work (segfault) because libcheck is linked against -pthread and test program is linked against -lthr Notes: svn path=/head/; revision=250764
* Fix build on 9-current and recent 8-stableRenato Botelho2010-01-283-0/+59
| | | | Notes: svn path=/head/; revision=248753
* - Update to 20100127Renato Botelho2010-01-272-8/+14
| | | | | | | | | | | - Execute a "make check" at post-build target - Reduce differences between security/clamav - Remove --enable-llvm=no and add a CFLAGS+=-march=i486 when ARCH = i386 to make llvm build possible - Remove USE_GMAKE since now it builds with bsd make again Notes: svn path=/head/; revision=248702
* Update to 20100122Renato Botelho2010-01-222-4/+4
| | | | Notes: svn path=/head/; revision=248357
* After some requests, change permission of clamav-milter socket to 0777Renato Botelho2010-01-221-1/+1
| | | | Notes: svn path=/head/; revision=248356
* Define rules for PORTSCOUT checking in some of my portsRenato Botelho2010-01-051-0/+2
| | | | Notes: svn path=/head/; revision=247200
* - Update to 20091223Renato Botelho2009-12-233-23/+6
| | | | | | | | - The new bytecode engine needs llvm option to build, turn it off for now since it's not building on i386. There is a bug opened in clamav project to fix it. Notes: svn path=/head/; revision=246491
* - Update to 20091221Renato Botelho2009-12-218-67/+22
| | | | | | | | | | - Remove patches that were applied upstream - Fix build on FreeBSD < 8.0 [1] Reported by: many people by email [1] Notes: svn path=/head/; revision=246367
* Update to 20091216Renato Botelho2009-12-168-7/+67
| | | | Notes: svn path=/head/; revision=245999
* Update to 20091125Renato Botelho2009-11-252-4/+4
| | | | Notes: svn path=/head/; revision=244743
* Update to 20091104Renato Botelho2009-11-042-4/+4
| | | | Notes: svn path=/head/; revision=243796
* Update to 20091029Renato Botelho2009-10-292-4/+4
| | | | Notes: svn path=/head/; revision=243450
* Update to 20091013Renato Botelho2009-10-132-4/+4
| | | | Notes: svn path=/head/; revision=242768
* Use LOCAL on MASTER_SITES and remove MASTER_SITE_SUBDIRRenato Botelho2009-09-301-2/+1
| | | | Notes: svn path=/head/; revision=242260
* Update to 20090930Renato Botelho2009-09-302-4/+4
| | | | Notes: svn path=/head/; revision=242259
* Update to 20090827Renato Botelho2009-08-273-8/+8
| | | | Notes: svn path=/head/; revision=240415
* Update to 20090819Renato Botelho2009-08-192-4/+4
| | | | Notes: svn path=/head/; revision=239955
* Update to 20090807Renato Botelho2009-08-072-4/+4
| | | | Notes: svn path=/head/; revision=239075
* Update to 20090722Renato Botelho2009-07-223-4/+6
| | | | Notes: svn path=/head/; revision=238203
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Update to 20090625Renato Botelho2009-06-262-4/+4
| | | | Notes: svn path=/head/; revision=236662
* - Update to 20090608Renato Botelho2009-06-082-4/+4
| | | | Notes: svn path=/head/; revision=235448