non port: www/mod_clamav/Makefile |
Number of commits found: 41 |
Sunday, 11 Mar 2018
|
17:38 brnrd
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
 |
Wednesday, 20 Jul 2016
|
15:33 mat
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
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Friday, 11 Dec 2015
|
01:08 zi
- Bump PORTREVISION after security/clamav update
PR: 205086
Submitted by: me
 |
Wednesday, 30 Jul 2014
|
18:32 amdmi3
- Switch to USES=libtool
Approved by: portmgr blanket
 |
Friday, 16 May 2014
|
18:46 garga
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)
 |
Thursday, 15 May 2014
|
15:40 garga
. 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
 |
Sunday, 27 Apr 2014
|
15:40 ohauer
- add stage support
- add LICENSE
- use new LIB_DEPENDS notation
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Tuesday, 5 Mar 2013
|
17:07 miwi
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm
 |
Thursday, 7 Feb 2013
|
12:37 gahr
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
Saturday, 20 Aug 2011
|
19:00 ohauer
- USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Tuesday, 31 Aug 2010
|
01:13 pgollucci
- 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@
 |
Tuesday, 25 May 2010
|
20:17 pgollucci
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)
 |
Tuesday, 18 May 2010
|
04:08 pgollucci
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
 |
Wednesday, 5 May 2010
|
21:54 pgollucci
5/5: Chase www/apache22 (bundled apr shlib bump)
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@
 |
Tuesday, 6 Apr 2010
|
12:01 garga
Chase clamav's lib bump
 |
Sunday, 2 Aug 2009
|
19:36 mezz
-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
 |
Thursday, 21 May 2009
|
20:45 pgollucci
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports)
 |
Saturday, 9 May 2009
|
18:58 garga
- Update to version 0.23
PR: ports/133876
Submitted by: garga
Approved by: maintainer timeout (> 2 weeks)
 |
Wednesday, 29 Apr 2009
|
01:41 pgollucci
- 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
 |
Friday, 27 Mar 2009
|
11:53 garga
- Bump necessary PORTREVISIONS and fix some ports to new clamav API
 |
Monday, 15 Sep 2008
|
19:56 garga
- 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)
 |
Saturday, 16 Aug 2008
|
21:55 edwin
Fix build process.
Submitted by: pavbot
 |
Friday, 15 Aug 2008
|
06:53 edwin
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>
 |
Wednesday, 16 Apr 2008
|
16:10 garga
- 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.
 |
Wednesday, 19 Dec 2007
|
23:08 garga
- 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
 |
Monday, 15 Oct 2007
|
15:35 garga
- Unbreak
PR: ports/117135
Submitted by: maintainer
 |
Monday, 20 Aug 2007
|
17:14 itetcu
Mark broken.
PR: ports/115648
Submitted by: Tom Mueller-Kortkamp
 |
Tuesday, 13 Mar 2007
|
20:11 garga
- 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
 |
Monday, 29 Jan 2007
|
23:51 kris
Use libtool port instead of included version to avoid a.out objformat botch
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Tuesday, 15 Nov 2005
|
06:52 ade
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.
 |
Friday, 4 Jun 2004
|
17:29 ade
Sync with new bsd.autotools.mk
 |
Wednesday, 5 May 2004
|
12:36 clement
- 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)
 |
Wednesday, 21 Apr 2004
|
20:39 clement
- Fix build on 4.x
Approved by: maintainer, portmgr (marcus)
 |
Tuesday, 20 Apr 2004
|
09:34 clement
- Update to 0.20
Submitted by: Tom M?ller-Kortkamp <tmueko@kommunity.net> (maintainer)
 |
Sunday, 18 Apr 2004
|
17:01 clement
All mod_clamev 0.19, scans content delivered by the Apache2 proxy
module for viruses
Submitted by: Tom M?ller-Kortkamp <tmueko@kommunity.net>
 |
Number of commits found: 41 |