Commit graph

21 commits

Author SHA1 Message Date
Erwin Lansing
4d72a8bd98 Assign to new volunteer.
Submitted by:	Ayumi Mitsui <ayu@commun.jp>
Feature safe:	yes
2009-09-19 10:45:18 +00:00
Erwin Lansing
09c0058602 Reset maintainership
Submitted by:	"Elisey O. Savateev" <b3k@mail.ru> (maintainer)
Feature safe:	yes
2009-09-19 09:51:48 +00:00
Felippe de Meirelles Motta
99f7453e6d - Update to 0.91.
PR:		ports/138216
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout (>2 weeks)
2009-09-13 02:43:34 +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
b5a9f42350 - Bump necessary PORTREVISIONS and fix some ports to new clamav API 2009-03-27 11:53:07 +00:00
Renato Botelho
37c88c8e12 - Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94

PR:		ports/127122 [1], ports/127310 [2]
Submitted by:	Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by:	portmgr (pav)
2008-09-15 19:56:38 +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
Martin Wilke
688e4c0deb - Update to 0.88
PR:		122874
Submitted by:	Volker Werth <volker@vwsoft.com>
Approved by:	maintainer timeout
2008-05-02 19:21:20 +00:00
Renato Botelho
5ecc9b9295 - Chase clamav library to version 4
- Bump PORTREVISION

Following ports are marked as BROKEN since they don't build with new clamav
0.93:

www/c-icap
mail/claws-mail-clamav
www/gurlchecker
www/havp
security/klamav
devel/p5-Mail-ClamAV
devel/py-clamav
www/squidclam

This clamav version needed to be updated without wait other ports fixes
because it fixes important vulnerabilities.
2008-04-16 16:10:19 +00:00
Renato Botelho
59467621c9 - Update to 0.87
PR:		ports/120789
Approved by:	maintainer
2008-02-21 13:05:41 +00:00
Martin Wilke
2edbf91fcd - Fix OPTIONS handling
PR:		118373
Submitted by:	Max N. Boyarov <m.boyarov@bsd.by>
Approved by:	maintainer
2007-12-22 15:59:19 +00:00
Renato Botelho
e74905e54b - Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
  issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports

Approved by:	portmgr (pav)
Security:	CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
2007-12-19 23:08:38 +00:00
Ade Lovett
ccd0fca5ec Unbreak pthread-related issues on 5.x
Approved by:	portmgr
2007-11-26 17:45:55 +00:00
Mark Linimon
022234ed2a Mark as broken on 5.x: fails to find pthread.h.
Something in the infrastructure changed in the late July timeframe that
actually caused this problem.  The only major thing at that time was the
autoconf/libtool change, but I can't see how that could have caused this
failure mode.  It only happens on 5.x; 6.x and 7.x are fine.

Approved by:	portmgr (self)
2007-11-25 01:24:13 +00:00
Marcelo Araujo
b65ef071b2 - Update to version 0.86.
PR:		ports/112410
Submitted by:	Ivan Lago <ivan.lago@ifom-ieo-campus.it>
Reviewed by:	Elisey Savateev <b3k@mail.ru> (maintainer)
Approved by:	stas (mentor)
2007-06-11 13:51:28 +00:00
Roman Bogorodskiy
5253bf9c12 Fix clamav dependency.
PR:		110390
Submitted by:	Volker Werth <volker@vwsoft.com>
Approved by:	Elisey Savateev (maintainer)
Pointyhat to:	novel
2007-03-16 15:06:17 +00:00
Roman Bogorodskiy
60f68136a3 Update to 0.85.
PR:		110117
Submitted by:	Elisey Savateev (maintainer)
2007-03-15 07:01:04 +00:00
Renato Botelho
6dee7aadd2 - Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
2007-03-13 20:11:19 +00:00
Renato Botelho
56cfde4f58 - Fix build with clamav 0.90
- Bump PORTREVISION

Reported by:	krismail
2007-02-18 18:34:13 +00:00
Roman Bogorodskiy
6bfc3790f4 - Update to 0.82
- Marked as BROKEN on 4.x (compile problem reported to author)
- Added CONFIGURE_TARGET in Makefile

PR:		101300
Submitted by:	Elisey Savateev (maintainer)
2006-08-03 14:46:24 +00:00
Roman Bogorodskiy
72e48206fb HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The
main aims are continuous, non-blocking downloads and smooth scanning of
dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent
and transparent proxy mode. It can be used with squid or standalone.

WWW: http://www.server-side.de/

PR:		ports/99073
Submitted by:	Elisey Savateev <b3k@mail.ru>
2006-06-18 04:54:26 +00:00