non port: security/clamav-devel/Makefile |
SVNWeb
|
Number of commits found: 232 (showing only 100 on this page) |
Thu, 15 May 2014
|
[ 15:41 garga ]
Fix rc.d scripts REQUIRE
|
Tue, 6 May 2014
|
[ 13:04 feld ]
milter rc script was broken after last updates.
conf_file was used before it was declared. While we're at it let's make
conf_file configurable as clamav_milter_conf
Approved by: garga
Sponsored by: SupraNet Communications, Inc
|
Mon, 5 May 2014
|
[ 14:38 feld ]
rc script spring cleaning -- now passes rclint
Previously it would try to launch even if there were no rc.conf entries
Reviewed by: garga
Sponsored by: SupraNet Communications, Inc
|
Tue, 7 Jan 2014
|
[ 22:34 garga ]
- Update to 20140107
- Remove USE_GCC=any and fix build with clang
|
Thu, 31 Oct 2013
|
[ 23:42 garga ]
Remove conditional to install DOCS
|
Wed, 23 Oct 2013
|
[ 22:19 garga ]
. Update to 20131023
. Support stage
. Add IPV6 option
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Sun, 1 Sep 2013
|
[ 17:41 garga ]
Update to 20130901
Replace USES_GMAKE by USES=gmake
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 21 Jun 2013
|
[ 18:41 garga ]
. Update to 20130621
. Use new macros where it's possible
|
Fri, 31 May 2013
|
[ 15:54 garga ]
Update to 20130531
|
Wed, 8 May 2013
|
[ 15:40 garga ]
Make TESTS a non-default option
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Tue, 23 Apr 2013
|
[ 19:14 garga ]
Update to 20130423
|
Sun, 17 Feb 2013
|
[ 23:26 garga ]
Update to 20130217
|
Mon, 11 Feb 2013
|
[ 00:56 garga ]
Remove patches to build with clang and force clamav and clamav-devel to use GCC.
According clamav developers ClamAV's detection is not tested when compiled with
clang.
PR: ports/175784
Submitted by: tj@
|
Sat, 9 Feb 2013
|
[ 11:09 garga ]
- Update to 20130209
- Fix build with clang (commit 7dfcf6e2df from master)
- UNRAR is necessary for unit tests
|
Fri, 25 Jan 2013
|
[ 15:21 garga ]
Update to 20130125
|
Sun, 13 Jan 2013
|
[ 20:32 garga ]
Update to 20130113
|
Tue, 8 Jan 2013
|
[ 23:58 garga ]
Update to 20130108
|
Tue, 20 Nov 2012
|
[ 14:17 garga ]
Update to 20121120
Feature safe: yes
|
Fri, 5 Oct 2012
|
[ 12:41 garga ] (Only the first 10 of 59 ports in this commit are shown above. )
Change headers of all ports maintained by me to new format
|
Mon, 17 Sep 2012
|
[ 20:18 garga ]
Update to 20120917
|
Thu, 6 Sep 2012
|
[ 17:33 garga ]
Update to 20120906
|
Wed, 15 Aug 2012
|
[ 21:26 garga ]
Update to 20120815
|
Fri, 3 Aug 2012
|
[ 15:34 garga ] (Only the first 10 of 25 ports in this commit are shown above. )
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
|
Fri, 29 Jun 2012
|
[ 19:44 garga ]
Remove LDAP_DESC and ICONV_DESC, they are already present in bsd.options.desc.mk
|
[ 18:56 garga ]
- Convert to OPTIONSng
- Move LICENSE to right place and silent portlint
|
[ 16:24 garga ]
- Update to 20120629
- Remove LLVM_PORTS option, clamav requires llvm 2.9 and we have 3.1 on ports
|
Sun, 8 Apr 2012
|
[ 11:05 garga ]
Update to 20120407
Feature safe: yes
|
Sat, 10 Mar 2012
|
[ 14:54 garga ]
Update to 20120305
Feature safe: yes
|
Wed, 28 Dec 2011
|
[ 14:58 garga ]
Update to 20111228
|
Sat, 19 Nov 2011
|
[ 14:22 garga ]
- Remove unecessary dependency (libcheck) when option TESTS is off [1]
- Add clamav-milter as CONFLICTS, this new meta port will be added soon
PR: ports/161872
Submitted by: Alexey Markov <redrat@mail.ru>
Feature safe: yes
|
Fri, 4 Nov 2011
|
[ 20:01 garga ]
Update to 20111104
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Mon, 4 Jul 2011
|
[ 23:54 garga ]
Update to 20110704
|
Thu, 19 May 2011
|
[ 11:35 garga ]
- s/CONF_FILES/CLAM_CONF_FILES/ to avoid a conflict in the future with new
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>
|
Wed, 23 Feb 2011
|
[ 15:32 garga ]
- Update to 20110223
- Align with clamav port new option to use llvm from ports
|
Mon, 21 Feb 2011
|
[ 11:35 garga ]
Fix detection if python was built with threads support and run make check
accordingly
PR: ports/154848
Submitted by: Martin Simmons <martin@lispworks.com>
|
Fri, 4 Feb 2011
|
[ 16:28 garga ]
Update to 20110204
Feature safe: yes
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Fri, 29 Oct 2010
|
[ 16:22 garga ]
Update to 20101029
|
Tue, 26 Oct 2010
|
[ 16:26 garga ]
Update to 20101026
|
Thu, 21 Oct 2010
|
[ 20:31 garga ]
Update to 20101021
|
Tue, 19 Oct 2010
|
[ 15:01 garga ]
Update to 20101019
|
Fri, 15 Oct 2010
|
[ 17:22 garga ]
Update to 20101015
|
Mon, 27 Sep 2010
|
[ 16:57 garga ]
- Update to 20100927
- 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
|
Mon, 20 Sep 2010
|
[ 18:15 garga ]
Update to 20100920
|
Thu, 16 Sep 2010
|
[ 13:34 garga ]
Update to 20100916
|
Mon, 13 Sep 2010
|
[ 11:30 garga ]
- Add missing dependency (libltdl) to clamav and clamav-devel ports
- Bump PORTREVISION
PR: ports/150512
Submitted by: Philippe Pepiot <phil@philpep.org>
|
Tue, 24 Aug 2010
|
[ 17:30 garga ]
- Update to 20100824
- Add LICENSE
|
Fri, 13 Aug 2010
|
[ 11:29 garga ]
pav@ noted LICENSE code don't work fine with ports using @cwd in plist, and
it'll be fixed soon. Remove LICENSE from clamav ports for now.
|
Tue, 10 Aug 2010
|
[ 13:25 garga ]
- Update to 20100810
- While i'm here, add LICENSE
|
Thu, 24 Jun 2010
|
[ 16:14 garga ]
Update to 20100624
Feature safe: yes
|
Fri, 21 May 2010
|
[ 12:28 garga ]
Gcc 4.2+ is only needed to build clamav with LLVM/JIT support, remove this
dependency when LLVM is not set.
Submitted by: Guy Antony Halse <G.Halse@ru.ac.za>
|
Tue, 4 May 2010
|
[ 16:15 garga ]
- Update to 20100504
- Try to fix build on sparc64 disabling LLVM/JIT build
|
Mon, 12 Apr 2010
|
[ 13:16 garga ]
- Update to 20100412
- Use ${TOUCH} instead of touch
- Fix pkg-plist to delete directories installed out of PREFIX (on /var)
|
[ 12:56 garga ]
Unit tests require python built with thread support, disable make check when
local python doesn't have this
PR: ports/145520
Submitted by: Michael Scheidell <scheidell at secnap.net>
|
Fri, 9 Apr 2010
|
[ 18:50 garga ]
Python and gmake are just necessary when LLVM option is set
|
Tue, 6 Apr 2010
|
[ 17:46 garga ]
- Update to 20100406
- Reduce differences between it and security/clamav
- Make JIT bytecode compiler as an OPTION, On by default
|
Fri, 12 Mar 2010
|
[ 20:51 garga ]
Update to 20100312
|
Tue, 9 Mar 2010
|
[ 11:57 garga ]
- Update to 20100308
- Disable make check for 6.x, it doesn't work (segfault) because libcheck is
linked against -pthread and test program is linked against -lthr
|
Thu, 28 Jan 2010
|
[ 14:18 garga ]
Fix build on 9-current and recent 8-stable
|
Wed, 27 Jan 2010
|
[ 16:59 garga ]
- Update to 20100127
- 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
|
Fri, 22 Jan 2010
|
[ 11:41 garga ]
Update to 20100122
|
Tue, 5 Jan 2010
|
[ 11:48 garga ]
Define rules for PORTSCOUT checking in some of my ports
|
Wed, 23 Dec 2009
|
[ 11:52 garga ]
- Update to 20091223
- 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.
|
Mon, 21 Dec 2009
|
[ 14:40 garga ]
- Update to 20091221
- Remove patches that were applied upstream
- Fix build on FreeBSD < 8.0 [1]
Reported by: many people by email [1]
|
Wed, 16 Dec 2009
|
[ 15:18 garga ]
Update to 20091216
|
Wed, 25 Nov 2009
|
[ 11:30 garga ]
Update to 20091125
|
Wed, 4 Nov 2009
|
[ 19:33 garga ]
Update to 20091104
|
Thu, 29 Oct 2009
|
[ 11:14 garga ]
Update to 20091029
|
Tue, 13 Oct 2009
|
[ 13:37 garga ]
Update to 20091013
|
Wed, 30 Sep 2009
|
[ 10:50 garga ]
Use LOCAL on MASTER_SITES and remove MASTER_SITE_SUBDIR
|
[ 10:47 garga ]
Update to 20090930
|
Thu, 27 Aug 2009
|
[ 16:51 garga ]
Update to 20090827
|
Wed, 19 Aug 2009
|
[ 15:32 garga ]
Update to 20090819
|
Fri, 7 Aug 2009
|
[ 14:14 garga ]
Update to 20090807
|
Wed, 22 Jul 2009
|
[ 16:35 garga ]
Update to 20090722
|
Fri, 26 Jun 2009
|
[ 12:53 garga ]
Update to 20090625
|
Mon, 8 Jun 2009
|
[ 18:57 garga ]
- Update to 20090608
|
Tue, 2 Jun 2009
|
[ 13:57 garga ]
- Update to 20090602
|
Sat, 9 May 2009
|
[ 19:42 garga ]
- Update to 20090509
|
Wed, 6 May 2009
|
[ 14:05 garga ]
- Update to 20090506
|
Thu, 30 Apr 2009
|
[ 14:48 garga ]
- Update to 20090430
|
Tue, 21 Apr 2009
|
[ 13:52 garga ]
- Update to 20090420
- Add reload option to startup script, like was made on clamav port
|
Wed, 8 Apr 2009
|
[ 19:10 garga ]
- Update to 20090408
|
Fri, 3 Apr 2009
|
[ 11:40 garga ]
- Update to 20090403
|
Sat, 28 Mar 2009
|
[ 17:53 garga ] (Only the first 10 of 41 ports in this commit are shown above. )
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
|
Fri, 27 Mar 2009
|
[ 12:05 garga ]
- Update to 20090327
|
Wed, 18 Mar 2009
|
[ 16:43 garga ]
- Update to 20090318
|
Mon, 16 Mar 2009
|
[ 17:43 garga ]
- Update to 20090316
|
Mon, 9 Mar 2009
|
[ 13:50 garga ]
- Update to 20090309
|
Wed, 4 Mar 2009
|
[ 12:09 garga ]
- Update to 20090304
|
Mon, 2 Mar 2009
|
[ 11:31 garga ]
- Update to 20090302
|
Thu, 26 Feb 2009
|
[ 12:50 garga ]
- Update to 20090226 to align witth 0.95rc1
- Remove USE_GMAKE, it's not needed
- Remove libgmp dependency, it's using libtommath instead
- Some cosmetic changes to align with clamav port and pacify portlint
- libs version bumped .5 -> .6, it'll fail as dependency of some ports for now
|
Mon, 23 Feb 2009
|
[ 13:24 garga ]
- Update to 20090223
|
Fri, 20 Feb 2009
|
[ 14:16 garga ]
- Update to 20090220
|
Thu, 19 Feb 2009
|
[ 12:49 garga ]
- Update to 20090219
|
Wed, 18 Feb 2009
|
[ 12:52 garga ]
- Fix instalation of clamav-milter.conf when MILTER option is disabled
- Bump PORTREVISION
Reported by: QAT
|
Number of commits found: 232 (showing only 100 on this page) |