Commit graph

199 commits

Author SHA1 Message Date
Renato Botelho
38e1077100 Update to 20100312 2010-03-12 20:51:34 +00:00
Renato Botelho
a5b3eb5834 - 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
2010-03-09 11:57:16 +00:00
Renato Botelho
6014b410cc Fix build on 9-current and recent 8-stable 2010-01-28 14:18:26 +00:00
Renato Botelho
f563295f74 - 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
2010-01-27 16:59:05 +00:00
Renato Botelho
10bae222c7 Update to 20100122 2010-01-22 11:41:22 +00:00
Renato Botelho
8c76097b4c After some requests, change permission of clamav-milter socket to 0777 2010-01-22 11:13:09 +00:00
Renato Botelho
9927229e72 Define rules for PORTSCOUT checking in some of my ports 2010-01-05 11:48:17 +00:00
Renato Botelho
9a322975b7 - 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.
2009-12-23 11:52:18 +00:00
Renato Botelho
2698bcd8c2 - Update to 20091221
- Remove patches that were applied upstream
- Fix build on FreeBSD < 8.0 [1]

Reported by:	many people by email [1]
2009-12-21 14:40:06 +00:00
Renato Botelho
9d074ca4fa Update to 20091216 2009-12-16 15:18:55 +00:00
Renato Botelho
caec29276e Update to 20091125 2009-11-25 11:30:06 +00:00
Renato Botelho
d45ecc6d99 Update to 20091104 2009-11-04 19:33:07 +00:00
Renato Botelho
fff3a59c5e Update to 20091029 2009-10-29 11:14:38 +00:00
Renato Botelho
660c28e3d7 Update to 20091013 2009-10-13 13:37:07 +00:00
Renato Botelho
b21a22c10a Use LOCAL on MASTER_SITES and remove MASTER_SITE_SUBDIR 2009-09-30 10:50:06 +00:00
Renato Botelho
fd79c80b03 Update to 20090930 2009-09-30 10:47:43 +00:00
Renato Botelho
685d41588e Update to 20090827 2009-08-27 16:51:02 +00:00
Renato Botelho
04c559980b Update to 20090819 2009-08-19 15:32:48 +00:00
Renato Botelho
3dec9fe028 Update to 20090807 2009-08-07 14:14:49 +00:00
Renato Botelho
c323b0c146 Update to 20090722 2009-07-22 16:35:50 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
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.
2009-07-15 16:56:10 +00:00
Renato Botelho
c14f3c1c20 Update to 20090625 2009-06-26 12:53:56 +00:00
Renato Botelho
d714a03e98 - Update to 20090608 2009-06-08 18:57:53 +00:00
Renato Botelho
7f0e01d852 - Update to 20090602 2009-06-02 13:57:25 +00:00
Renato Botelho
74f8b1b492 - Update to 20090509 2009-05-09 19:42:55 +00:00
Renato Botelho
315ab1a3e7 - Update to 20090506 2009-05-06 14:05:43 +00:00
Renato Botelho
aae63bb493 - Update to 20090430 2009-04-30 14:48:17 +00:00
Renato Botelho
7fe59c133a - Update to 20090420
- Add reload option to startup script, like was made on clamav port
2009-04-21 13:52:36 +00:00
Renato Botelho
42bc83e243 - Update to 20090408 2009-04-08 19:10:26 +00:00
Renato Botelho
d0ecfb0850 - Update to 20090403 2009-04-03 11:40:20 +00:00
Renato Botelho
c9e008f727 Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE 2009-03-28 17:53:24 +00:00
Renato Botelho
b76224e401 - Update to 20090327 2009-03-27 12:05:23 +00:00
Renato Botelho
5295da0174 - Update to 20090318 2009-03-18 16:43:58 +00:00
Renato Botelho
fb403bfc93 - Update to 20090316 2009-03-16 17:43:54 +00:00
Renato Botelho
c9a5174035 - Update to 20090309 2009-03-09 13:50:48 +00:00
Renato Botelho
2ba0554cf6 - Update to 20090304 2009-03-04 12:09:30 +00:00
Renato Botelho
737682e54c - Update to 20090302 2009-03-02 11:31:02 +00:00
Renato Botelho
259eb0de22 - 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
2009-02-26 12:50:39 +00:00
Renato Botelho
94718789e8 - Update to 20090223 2009-02-23 13:24:00 +00:00
Renato Botelho
fef9a301e7 - Update to 20090220 2009-02-20 14:16:24 +00:00
Renato Botelho
c7fe4923f2 - Update to 20090219 2009-02-19 12:49:21 +00:00
Renato Botelho
8fcc043b78 - Fix instalation of clamav-milter.conf when MILTER option is disabled
- Bump PORTREVISION

Reported by:	QAT
2009-02-18 12:52:33 +00:00
Renato Botelho
1e933b6086 - Update to 20090218
- All clamav-milter command line parameters were moved to clamav-milter.conf,
  modify startup script acordingly
- Remove pidfile from clamd startup script since this can be changed in
  clamav-clamd.conf
2009-02-18 11:41:57 +00:00
Renato Botelho
d1830a63dc - Update to 20090107 2009-01-07 19:12:51 +00:00
Renato Botelho
ae90acb399 - Update to 20081223 2008-12-23 15:27:38 +00:00
Renato Botelho
f7de4b2c34 - Update to 20081209 2008-12-09 15:36:57 +00:00
Renato Botelho
960bd12327 - Update to 20081128 2008-11-28 10:36:23 +00:00
Renato Botelho
8da2a7da2f - Update to 20081125 2008-11-25 10:41:53 +00:00
Renato Botelho
c9f22ba19b - Update to 20081117
- Remove --disable-zlib-vcheck, it's not necessary anymore and is generating a
  warning on configure script
- Remove libtool from dependencies and leave it using its own libtool, without
  it, clamav doesn't build anymore

Discussed with:	Török Edwin at clamav-devel maillist
2008-11-17 19:07:59 +00:00
Renato Botelho
11bdd00753 - Update to 20081105 2008-11-05 16:17:11 +00:00