notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/mod_clamav/Makefile

Number of commits found: 41

Sunday, 11 Mar 2018
17:38 brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Original commitRevision:464189 
Wednesday, 20 Jul 2016
15:33 mat search for other commits by this committer
Cleanup $() variables in ports Makefiles.

Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
Original commitRevision:418840 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Friday, 11 Dec 2015
01:08 zi search for other commits by this committer
- Bump PORTREVISION after security/clamav update

PR:		205086
Submitted by:	me
Original commitRevision:403481 
Wednesday, 30 Jul 2014
18:32 amdmi3 search for other commits by this committer
- Switch to USES=libtool

Approved by:	portmgr blanket
Original commitRevision:363501 
Friday, 16 May 2014
18:46 garga search for other commits by this committer
Retire security/clamav-devel, clamav is not being updated that much nowadays,
so a -devel version is not required anymore. Also removed OPTIONS on other
ports that pointed to clamav-devel as a dependency.

Approved by:	portmgr (implict)
Original commitRevision:354254 
Thursday, 15 May 2014
15:40 garga search for other commits by this committer
. Add USES=libtool on security/clamav
. Drop .la files
. Since lib version was downgraded, bump portrevision on ports that depends of
clamav
. Fix REQUIRE names on rc.d scripts
Original commitRevision:354141 
Sunday, 27 Apr 2014
15:40 ohauer search for other commits by this committer
- add stage support
- add LICENSE
- use new LIB_DEPENDS notation
Original commitRevision:352434 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Tuesday, 5 Mar 2013
17:07 miwi search for other commits by this committer
- Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
Original commitRevision:313460 
Thursday, 7 Feb 2013
12:37 gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)

Approved by:	portmgr
Original commitRevision:311829 
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Saturday, 20 Aug 2011
19:00 ohauer search for other commits by this committer
- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Tuesday, 31 Aug 2010
01:13 pgollucci search for other commits by this committer
- pet portlint
- add OPTIONS
- use apxs not sed in pkg-plist
- use PLIST_SUB vars in pkg-plist
- bump PORTREVISION

PR:             ports/147145
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (tmueko@kommunity.net ; ~3 months)
With Hat:       apache@
Original commit
Tuesday, 25 May 2010
20:17 pgollucci search for other commits by this committer
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
Original commit
Tuesday, 18 May 2010
04:08 pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
Original commit
Wednesday, 5 May 2010
21:54 pgollucci search for other commits by this committer
5/5: Chase www/apache22 (bundled apr shlib bump)

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
Original commit
Tuesday, 6 Apr 2010
12:01 garga search for other commits by this committer
Chase clamav's lib bump
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Thursday, 21 May 2009
20:45 pgollucci search for other commits by this committer
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
Original commit
Saturday, 9 May 2009
18:58 garga search for other commits by this committer
- Update to version 0.23

PR:             ports/133876
Submitted by:   garga
Approved by:    maintainer timeout (> 2 weeks)
Original commit
Wednesday, 29 Apr 2009
01:41 pgollucci search for other commits by this committer
- WITH_APACHE2 is deprecated and was never needed
- Remove version check USE_APACHE=2.0 takes care of it
- Use some bsd.apache.mk vars
- PREFIX->LOCALBASE

PR:             ports/133683
Approved by:    maintainer timeout (2 weeks)
Submitted by:   me
Original commit
Friday, 27 Mar 2009
11:53 garga search for other commits by this committer
- Bump necessary PORTREVISIONS and fix some ports to new clamav API
Original commit
Monday, 15 Sep 2008
19:56 garga search for other commits by this committer
- 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)
Original commit
Saturday, 16 Aug 2008
21:55 edwin search for other commits by this committer
Fix build process.

Submitted by:   pavbot
Original commit
Friday, 15 Aug 2008
06:53 edwin search for other commits by this committer
maintainer update www/mod_clamav

        Update to 0.22.
        Check that Apache-2.2 is NOT installed

PR:             ports/123594
Submitted by:   Tom Müller-Kortkamp <tmueko@kommunity.net>
Original commit
Wednesday, 16 Apr 2008
16:10 garga search for other commits by this committer
- 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.
Original commit
Wednesday, 19 Dec 2007
23:08 garga search for other commits by this committer
- 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
Original commit
Monday, 15 Oct 2007
15:35 garga search for other commits by this committer
- Unbreak

PR:             ports/117135
Submitted by:   maintainer
Original commit
Monday, 20 Aug 2007
17:14 itetcu search for other commits by this committer
Mark broken.

PR:             ports/115648
Submitted by:   Tom Mueller-Kortkamp
Original commit
Tuesday, 13 Mar 2007
20:11 garga search for other commits by this committer
- 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
Original commit
Monday, 29 Jan 2007
23:51 kris search for other commits by this committer
Use libtool port instead of included version to avoid a.out objformat botch
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Friday, 4 Jun 2004
17:29 ade search for other commits by this committer
Sync with new bsd.autotools.mk
Original commit
Wednesday, 5 May 2004
12:36 clement search for other commits by this committer
- Update to 0.21
  Problem with gcc 2.95 has been fixed, so patch is removed.

Submitted by:   Tom M?ller-Kortkamp <tmueko@kommunity.net> (maintainer)
Original commit Encoding Errors (not all of the commit message was ASCII)
Wednesday, 21 Apr 2004
20:39 clement search for other commits by this committer
- Fix build on 4.x

Approved by:    maintainer, portmgr (marcus)
Original commit
Tuesday, 20 Apr 2004
09:34 clement search for other commits by this committer
- Update to 0.20

Submitted by:    Tom M?ller-Kortkamp <tmueko@kommunity.net> (maintainer)
Original commit Encoding Errors (not all of the commit message was ASCII)
Sunday, 18 Apr 2004
17:01 clement search for other commits by this committer
All mod_clamev 0.19, scans content delivered by the Apache2 proxy
module for viruses

Submitted by:   Tom M?ller-Kortkamp <tmueko@kommunity.net>
Original commit Encoding Errors (not all of the commit message was ASCII)

Number of commits found: 41