CVS log for ports/www/mod_clamav/Makefile
Up to [FreeBSD] / ports / www / mod_clamav
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:26:02 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +0 -2 lines
- 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
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Aug 20 19:00:07 2011 UTC (5 months, 2 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
- USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:33:58 2010 UTC (14 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Aug 31 01:13:56 2010 UTC (17 months, 1 week ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -2 lines
- 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@
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue May 25 20:17:29 2010 UTC (20 months, 2 weeks ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
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)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue May 18 04:07:51 2010 UTC (20 months, 3 weeks ago) by pgollucci
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
- Chase devel/apr -> devel/apr1 shuffling PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed May 5 21:54:05 2010 UTC (21 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
5/5: Chase www/apache22 (bundled apr shlib bump) PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Apr 6 12:01:56 2010 UTC (22 months ago) by garga
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2 lines
Chase clamav's lib bump
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:36:01 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
-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
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu May 21 20:45:27 2009 UTC (2 years, 8 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -0 lines
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes PR: ports/134611 Approved by: pav (#bsdports)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat May 9 18:58:19 2009 UTC (2 years, 9 months ago) by garga
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -3 lines
- Update to version 0.23 PR: ports/133876 Submitted by: garga Approved by: maintainer timeout (> 2 weeks)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Apr 29 01:41:18 2009 UTC (2 years, 9 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -9 lines
- 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
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Mar 27 11:53:07 2009 UTC (2 years, 10 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
- Bump necessary PORTREVISIONS and fix some ports to new clamav API
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Sep 15 19:56:38 2008 UTC (3 years, 4 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
- 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)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Aug 16 21:55:22 2008 UTC (3 years, 5 months ago) by edwin
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -4 lines
Fix build process. Submitted by: pavbot
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 15 06:53:14 2008 UTC (3 years, 5 months ago) by edwin
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +16 -9 lines
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>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Apr 16 16:10:18 2008 UTC (3 years, 9 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
- 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.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Dec 19 23:08:38 2007 UTC (4 years, 1 month ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
- 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
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 15 15:35:25 2007 UTC (4 years, 3 months ago) by garga
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -2 lines
- Unbreak PR: ports/117135 Submitted by: maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Aug 20 17:14:38 2007 UTC (4 years, 5 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -0 lines
Mark broken. PR: ports/115648 Submitted by: Tom Mueller-Kortkamp
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Mar 13 20:11:17 2007 UTC (4 years, 10 months ago) by garga
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
- 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
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 29 23:51:54 2007 UTC (5 years ago) by kris
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
Use libtool port instead of included version to avoid a.out objformat botch
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:39:42 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:33 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
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.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 4 17:29:35 2004 UTC (7 years, 8 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Sync with new bsd.autotools.mk
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed May 5 12:36:02 2004 UTC (7 years, 9 months ago) by clement
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- 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)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 21 20:39:23 2004 UTC (7 years, 9 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -2 lines
- Fix build on 4.x Approved by: maintainer, portmgr (marcus)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Apr 20 09:34:54 2004 UTC (7 years, 9 months ago) by clement
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Update to 0.20 Submitted by: Tom Müller-Kortkamp <tmueko@kommunity.net> (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 18 17:01:11 2004 UTC (7 years, 9 months ago) by clement
Branches: MAIN
All mod_clamev 0.19, scans content delivered by the Apache2 proxy module for viruses Submitted by: Tom Müller-Kortkamp <tmueko@kommunity.net>
