Commit graph

156 commits

Author SHA1 Message Date
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
Renato Botelho
8d13422984 - Update to 20081016 2008-10-16 16:20:12 +00:00
Renato Botelho
fe6a84f89c - Change pre-install: target to pre-su-install: since user and group are
created there (via pkg-install), and it must be done as root.
- While i'm here, fix the same on clamav-devel port

PR:		ports/126701
Submitted by:	grog
2008-08-21 14:25:33 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Renato Botelho
e8aeb0638c - Update to 20080818 to align with 0.94-RC1 2008-08-19 11:25:56 +00:00
Renato Botelho
78004c6d17 - Permit to ser owner and group to clamav milter socket [1]
- Remove @ to show some install commands, and add -v to cp
- Install clamav-milter doc
- User CHOWN and CHMOD from bsd.commands.mk

PR:		ports/126069 [1]
Submitted by:	Matthew D. Fuller <fullermd@over-yonder.net> [1]
2008-08-18 18:44:19 +00:00
Renato Botelho
162f09e1eb - Fix wrong error message in clamav-milter startup script
PR:		ports/126575
Submitted by:	Paul Toirkens <paul@sapphire.toirkens.com>
2008-08-18 14:39:59 +00:00
Renato Botelho
1a90db9f84 - Update to 20080811 2008-08-11 16:50:25 +00:00
Renato Botelho
59e03e8f1a - Update to 20080805 2008-08-05 14:41:36 +00:00
Renato Botelho
d565b72013 - Upgrade to 20080725 2008-07-25 17:25:34 +00:00
Renato Botelho
b35f3a5c1e - Update to 20080724 2008-07-24 13:43:46 +00:00
Renato Botelho
5db9c74f3c - Last change on clamav-milter startup script doesn't work if used with inet[6]
sockets, fixing it now.

No bump PORTREVISION needed since MILTER option is off by default

Reported by:	Gregory Shapiro <gshapiro@gshapiro.net>
Tested by:	Gregory Shapiro <gshapiro@gshapiro.net>
2008-07-14 11:21:50 +00:00
Renato Botelho
70afa90efa - Update to 20080708
- Align clamav-milter startup script with security/clamav version, that waits
  for milter sock before chmod it
2008-07-08 16:17:40 +00:00
Renato Botelho
a6a0eaab90 - Fix checking of database viruses at startup script that i broke on last
commit
- Bump PORTREVISION again

Submitted by:	George L. Yermulnik <yz@iptcom.net>
Pointyhat to:	me
2008-06-17 11:20:04 +00:00
Renato Botelho
f5c9b5def5 - Fix clamd startup script to support cld containers for virus databases
- Bump PORTREVISION

Reported by:	Robert Huff <roberthuff@rcn.com>
2008-06-16 19:28:23 +00:00
Renato Botelho
102398f45a - Forgot to remove one conditional about PTHREAD_LIB on last commit 2008-06-09 23:55:20 +00:00
Renato Botelho
e4e0822bc9 - Remove < 6.1 conditional since it's no longer supported 2008-06-09 23:51:16 +00:00
Renato Botelho
c4c23065c4 - Update to 20080520
- Change OPTION UNRAR on by default to align with clamav port
- USE_GMAKE to build fine new version
2008-05-20 17:45:57 +00:00
Renato Botelho
c83dd048d8 - Update to 20080221
- Fix pthread problem on 5.x to align with security/clamav
- Fix pkg-install to five correct permissions to log, db and run dirs
2008-02-21 15:38:31 +00:00
Renato Botelho
3f86bbc0e3 - Update to 20080124
- Add a new OPTION ICONV (off by default), with it fix an auto iconv detection
  problem on last version

Reported by:	pavmail
2008-01-24 16:35:39 +00:00
Renato Botelho
58d99c8bca - Update to 20080121 2008-01-21 18:04:29 +00:00
Renato Botelho
b480474622 - Update to 20071212
- Unrar code was removed from clamav source due to license problems, and a patch
  was created. I've added an UNRAR option, Off by default.
- Cosmetic changes
- Fix rc.d/clamav-milter to change socket permissions after startup. It fixes
  proclems when sendmail or postfix cannot connect to this socket. [1]

Submitted by:	Chris St Denis <chris@smartt.com>  by email
2007-12-12 11:15:27 +00:00
Renato Botelho
3521e70b8b - Update to 20071011 to reflect 0.92RC2 2007-10-11 18:31:17 +00:00
Renato Botelho
942f9e9c28 Update to 20070830 2007-08-30 16:25:07 +00:00
Renato Botelho
7453d766a3 Fix clamav-milter startup script to don't wait clamd socket when it's using tcp
socket

PR:		ports/115353 (Based on)
Submitted by:	Alexander Shikoff <minotaur@crete.org.ua>
2007-08-14 11:14:06 +00:00
Renato Botelho
e64ed70c91 - Update to 20070724
PR:		ports/114854
Submitted by:	delphij
2007-07-24 13:35:11 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Renato Botelho
482b3c85aa - Remove CURL option, forgotten on last commit. It's not needed anymore 2007-07-11 13:13:42 +00:00
Renato Botelho
adfc399f8f - Update to 20070711 2007-07-11 12:50:12 +00:00
Renato Botelho
eb1371d4a9 - Fix CLAMAV_CLAMD_SOCKET
Reported by:	Robert Huff <roberthuff@rcn.com>
2007-05-31 00:44:57 +00:00
Renato Botelho
9f63c71af0 - Update to 20070529
- Make all last changes that i've made on security/clamav:
  o Make arc, arj, lha and unzoo achives support dependency as OPTIONS
  o Fix build with gethostbyname_r after 601103
  o Install clamav-config.h
  o Change clamav-milter rc.d script to use a var to determine seconds of
    timeout to wait clamd socket be started, just if clamav_clamd_enable
    is set
2007-05-29 17:33:52 +00:00
Renato Botelho
3206fd5447 Change clamav-milter startup script and make it wait for clamd socket.
Submitted by:	ache@
2007-02-24 14:42:08 +00:00
Renato Botelho
aa88ef5523 - Update to 20070218
- Make all cleanups and changes i made on security/clamav port
- Add CURL and LDAP OPTION
2007-02-18 18:36:49 +00:00
Renato Botelho
f453087a8d - Update to 20061217 2006-12-17 15:34:27 +00:00
Marcus Alves Grando
1f5520d34b - Mark as FORBIDDEN
Security:	http://www.vuxml.org/freebsd/eb5124a4-8a20-11db-b033-00123ffe8333.html
With hat:	secteam
2006-12-13 01:41:51 +00:00
Renato Botelho
16fc551b11 Update to 20061029 to fix vulnerability
Approved by:	portmgr (erwin)
Security:	http://www.vuxml.org/freebsd/8012a79d-5d21-11db-bb8d-00123ffe8333.html
2006-10-30 13:52:36 +00:00
Marcus Alves Grando
e4f21a09c1 - Mark as forbidden
Approved by:	portmgr (secteam blanket)
Security:	http://www.vuxml.org/freebsd/8012a79d-5d21-11db-bb8d-00123ffe8333.html
2006-10-20 14:53:54 +00:00
Renato Botelho
57cd8c4736 - Fix build on 7-CURRENT
Thanks to:	mnag
2006-09-26 13:37:22 +00:00
Renato Botelho
3f6e55faf9 - Update do 20060922 snapshot.
- Add --enable-experimental and remove CURL option to test new code that
  doesn't depend of external curl.
2006-09-22 11:46:54 +00:00
Renato Botelho
a40917e674 Update to 20060905 snapshot 2006-09-05 13:56:23 +00:00
Renato Botelho
d1e9662ce3 - Update to 20060808
- s/INSTALLS_SHLIB/USE_LDCONFIG/
2006-08-08 14:43:18 +00:00
Renato Botelho
3cd15db070 Update to 20060724 2006-07-24 15:20:02 +00:00
Renato Botelho
0a1220b0c8 Update to 20060703 2006-07-03 12:56:58 +00:00
Renato Botelho
01a61f0371 - Add an option to print logs on stderr instead stdout, it's useful to catch
logs and use on smtp log. In preparation to update spamcontro to 2.4 series.
- s/unarj/arj/ on clamscan man [1]
- Bump PORTREVISION because man change

Reported by:	Anton Yuzhaninov <citrin at citrin.ru> [1]
2006-05-26 16:49:53 +00:00