| non port: www/mod_accounting/Makefile |
|
CVSWeb
|
Number of commits found: 29 |
|
Sun, 1 Jan 2012
|
[ 19:30 ohauer ]
1.2 www/apache13-modssl/files/CVE-2010-0010.patch
1.2 www/mod_log_sql/files/FreeBSD-readme.txt
1.2717 MOVED
1.1065 databases/Makefile
1.17 databases/p5-ApacheDBILogConfig/Makefile
1.18 databases/p5-ApacheDBILogger/Makefile
1.1694 textproc/Makefile
1.13 textproc/p5-Apache-XBEL/Makefile
1.3067 www/Makefile
1.25 www/apache-contrib/Makefile
(Only the first 10 of 505 ports in this commit are shown above. )
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
|
|
Wed, 2 Nov 2011
|
[ 03:43 pgollucci ]
1.16 databases/p5-ApacheDBILogConfig/Makefile
1.17 databases/p5-ApacheDBILogger/Makefile
1.12 textproc/p5-Apache-XBEL/Makefile
1.24 www/apache-contrib/Makefile
1.24 www/auth_ldap/Makefile
1.10 www/kdedict/Makefile
1.14 www/mod_access_identd/Makefile
1.21 www/mod_access_referer/Makefile
1.28 www/mod_accounting/Makefile
1.13 www/mod_auth_cookie_mysql/Makefile
(Only the first 10 of 93 ports in this commit are shown above. )
- sync apache13 related EXPIRATION_DATE
With Hat: apache@
|
|
Wed, 7 Sep 2011
|
[ 03:00 pgollucci ]
1.13 databases/mysql-editor/Makefile
1.14 databases/mysqlman/Makefile
1.15 databases/p5-ApacheDBILogConfig/Makefile
1.16 databases/p5-ApacheDBILogger/Makefile
1.14 games/phpua-bf/Makefile
1.12 games/phpua-cod/Makefile
1.15 games/phpua-engine/Makefile
1.12 games/phpua-hl/Makefile
1.12 games/phpua-q3/Makefile
1.12 games/phpua-ut/Makefile
(Only the first 10 of 116 ports in this commit are shown above. )
- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from
now).
- This can be changed later as needed, if at all, either way we won't remove
them
until after 9.0 is released.
With Hat: apache@
Reported by: dvl via freshports
|
|
Sat, 27 Aug 2011
|
[ 09:54 ohauer ]
1.12 databases/mysql-editor/Makefile
1.13 databases/mysqlman/Makefile
1.14 databases/p5-ApacheDBILogConfig/Makefile
1.15 databases/p5-ApacheDBILogger/Makefile
1.14 games/phpua-engine/Makefile
1.39 lang/fpc/Makefile
1.17 mail/mailscanner-mrtg/Makefile
1.55 russian/apache13-modssl/Makefile
1.50 russian/apache13/Makefile
1.9 textproc/p5-Apache-XBEL/Makefile
(Only the first 10 of 84 ports in this commit are shown above. )
- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"
with hat apache@
|
|
Sat, 2 Jul 2011
|
[ 16:04 ohauer ]
1.25 www/mod_accounting/Makefile
- fix a typo /WIT_PGSQL/WITH_PGSQL/
|
|
Sat, 19 Mar 2011
|
[ 13:15 ale ]
1.117 audio/amarok-kde4/Makefile
1.32 audio/prokyon3/Makefile
1.79 audio/squeezeboxserver/Makefile
1.10 benchmarks/super-smack/Makefile
1.17 benchmarks/sysbench/Makefile
1.13 comms/atslog/Makefile
1.25 databases/akonadi/Makefile
1.6 databases/aolserver-nsmysql/Makefile
1.25 databases/dbconnect/Makefile
1.18 databases/dbf2mysql/Makefile
(Only the first 10 of 131 ports in this commit are shown above. )
Bump PORTREVISION for ports linking to default libmysqlclient.
|
|
Mon, 7 Jun 2010
|
[ 03:43 pgollucci ]
1.23 www/mod_accounting/Makefile
1.10 www/mod_accounting/pkg-plist
- And finally, convert to AP_FAST_BUILD/AP_GENPLIST
|
[ 03:33 pgollucci ]
1.22 www/mod_accounting/Makefile
1.2 www/mod_accounting/pkg-message
- Lets only link one db backend in by default
- Bump PORTREVISION
|
[ 03:29 pgollucci ]
1.21 www/mod_accounting/Makefile
- Convert from pre-everything to OPTIONS
|
[ 03:22 pgollucci ]
1.20 www/mod_accounting/Makefile
1.9 www/mod_accounting/pkg-plist
- Use PORTDOCS and DATADIR (no-ops)
|
|
Tue, 25 May 2010
|
[ 20:17 pgollucci ]
1.19 www/mod_accounting/Makefile
1.6 www/mod_auth_form/Makefile
1.26 www/mod_auth_kerb/Makefile
1.26 www/mod_auth_kerb2/Makefile
1.33 www/mod_auth_mysql/Makefile
1.6 www/mod_auth_openid/Makefile
1.9 www/mod_auth_pam2/Makefile
1.25 www/mod_auth_pgsql/Makefile
1.2 www/mod_auth_pubtkt/Makefile
1.3 www/mod_auth_xradius/Makefile
(Only the first 10 of 59 ports in this commit are shown above. )
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)
|
|
Sat, 22 Aug 2009
|
[ 00:38 amdmi3 ]
1.71 www/WebMagick/Makefile
1.6 www/amphetadesk/Makefile
1.7 www/anyremote2html/Makefile
1.34 www/aria/Makefile
1.13 www/aswiki/Makefile
1.7 www/autoindex/Makefile
1.13 www/autoindex2/Makefile
1.42 www/awstats/Makefile
1.23 www/b2evolution/Makefile
1.4 www/bacula-web/Makefile
(Only the first 10 of 179 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with W
|
|
Sun, 17 May 2009
|
[ 07:24 pgollucci ]
1.21 www/apache-contrib/Makefile
1.65 www/apache13+ipv6/Makefile
1.23 www/apache13-modperl/Makefile
1.124 www/apache13-ssl/Makefile
1.188 www/apache13/Makefile
1.259 www/apache20/Makefile
1.234 www/apache22/Makefile
1.20 www/auth_ldap/Makefile
1.11 www/mod_access_identd/Makefile
1.16 www/mod_access_referer/Makefile
(Only the first 10 of 74 ports in this commit are shown above. )
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
|
|
Fri, 6 Jun 2008
|
[ 14:07 edwin ]
1.6 www/adblock/Makefile
1.57 www/amaya/Makefile
1.9 www/apache-forrest/Makefile
1.26 www/apache-jserv/Makefile
1.31 www/aria/Makefile
1.37 www/aria2/Makefile
1.2 www/aria2fe/Makefile
1.9 www/asterisk-gui/Makefile
1.6 www/asterisk-stat/Makefile
1.2 www/awffull/Makefile
(Only the first 10 of 230 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
Wed, 16 Apr 2008
|
[ 12:06 dinoex ]
1.15 www/mod_accounting/Makefile
1.1 www/mod_accounting/files/patch-mod_accounting.c
- fix Incorrect parsing structure fields in mod_accounting, func BytesRecvd() on
empty request.
PR: 89308
Submitted by: Andrey Yakovlev
|
|
Sun, 4 Dec 2005
|
[ 20:51 clement ]
1.14 www/mod_accounting/Makefile
1.5 www/mod_accounting/distinfo
- Convert to new USE_APACHE
- Add SHA256
|
|
Mon, 19 Sep 2005
|
[ 09:25 clement ]
1.13 www/mod_accounting/Makefile
- Use USE_APACHE
|
|
Mon, 31 Jan 2005
|
[ 00:35 girgen ]
1.628 MOVED
1.45 comms/gnokii/Makefile
1.405 databases/Makefile
1.35 databases/clip/Makefile
1.11 databases/dbconnect/Makefile
1.6 databases/erserver/Makefile
1.35 databases/grass-i18n/Makefile
1.36 databases/grass/Makefile
1.19 databases/gtksql/Makefile
1.16 databases/hk_classes/Makefile
(Only the first 10 of 107 ports in this commit are shown above. )
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
|
|
Mon, 3 Jan 2005
|
[ 09:27 clement ]
1.11 www/mod_accounting/Makefile
1.4 www/mod_accounting/pkg-plist
- Fix plist and use DATADIR
Reported by: pointyhat via kris
Approved by: portmgr
Pointy hat to: me
|
|
Wed, 18 Aug 2004
|
[ 16:21 clement ]
1.8 www/mod_access_identd/Makefile
1.12 www/mod_access_referer/Makefile
1.2 www/mod_accesscookie/Makefile
1.10 www/mod_accounting/Makefile
1.12 www/mod_auth_any/Makefile
1.4 www/mod_auth_cookie_mysql/Makefile
1.2 www/mod_auth_cookie_mysql2/Makefile
1.5 www/mod_auth_external2/Makefile
1.2 www/mod_auth_imap/Makefile
1.2 www/mod_auth_imap2/Makefile
(Only the first 10 of 55 ports in this commit are shown above. )
- Assign maintainership to freshly created apache@ mailing list
|
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ]
1.6 mail/hotwayd/Makefile
1.12 mail/ifile/Makefile
1.30 mail/imp3/Makefile
1.5 mail/isoqlog/Makefile
1.16 mail/kiltdown/Makefile
1.4 mail/kshowmail/Makefile
1.3 mail/ksig/Makefile
1.18 mail/lbdb/Makefile
1.9 mail/liamail/Makefile
1.26 mail/libesmtp/Makefile
(Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
|
Tue, 13 Jan 2004
|
[ 15:04 clement ]
1.16 benchmarks/siege/Makefile
1.17 devel/dotconf/Makefile
1.11 devel/libvanessa_adt/Makefile
1.11 devel/libvanessa_logger/Makefile
1.11 devel/libvanessa_socket/Makefile
1.6 dns/bind9-sdb-mysql/Makefile
1.39 dns/maradns/Makefile
1.6 dns/p5-DNS-Config/Makefile
1.5 dns/p5-DNS-Zone/Makefile
1.7 french/gfaim/Makefile
(Only the first 10 of 45 ports in this commit are shown above. )
- Update my email address
Approved and reviewed by: erwin (mentor)
|
|
Fri, 7 Nov 2003
|
[ 09:12 marcus ]
1.4 databases/mysql-editor/Makefile
1.7 databases/mysqlman/Makefile
1.50 devel/subversion/Makefile
1.2 korean/mod_url/Makefile
1.37 lang/eperl/Makefile
1.35 lang/php4/Makefile
1.31 lang/php5/Makefile
1.4 mail/websieve/Makefile
1.7 misc/instant-server/Makefile
1.24 textproc/htdig/Makefile
(Only the first 10 of 89 ports in this commit are shown above. )
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
|
|
Thu, 28 Aug 2003
|
[ 12:14 edwin ]
1.18 mail/perdition/Makefile
1.3 security/prelude-manager/Makefile
1.6 www/mod_accounting/Makefile
[update ports]: Use USE_MYSQL and USE_OPENLDAP in my ports
www/mod_accounting [1]
mail/perdition [2]
security/prelude-manager [3]
PR: ports/56026
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
Tue, 5 Aug 2003
|
[ 05:30 daichi ]
1.5 www/mod_accounting/Makefile
1.3 www/mod_accounting/distinfo
1.3 www/mod_accounting/files/patch-Makefile
update www/mod_accounting: CVS version, which is in port is not usable
PR: 55211
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Pointed out by: Alexandr Kovalenko <never@nevermind.kiev.ua>
|
|
Wed, 30 Jul 2003
|
[ 10:29 krion ]
1.4 www/mod_accounting/Makefile
1.2 www/mod_accounting/distinfo
1.2 www/mod_accounting/files/patch-Makefile
1.2 www/mod_accounting/pkg-plist
- update to cvs version
- fix typo
PR: 55042
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit)
|
|
Sat, 26 Jul 2003
|
[ 13:26 oliver ]
1.3 www/mod_accounting/Makefile
fix DOCS installation
Noted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Approved by: maintainer (implicit)
|
|
Fri, 25 Jul 2003
|
[ 17:19 oliver ]
1.2 www/mod_accounting/Makefile
add support for MySQL 4.0 and 4.1
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>, maintainer, oliver
Approved by: maintainer
|
|
Thu, 24 Jul 2003
|
[ 19:28 oliver ] 
1.687 www/Makefile
1.1 www/mod_accounting/Makefile
1.1 www/mod_accounting/distinfo
1.1 www/mod_accounting/files/patch-Makefile
1.1 www/mod_accounting/pkg-descr
1.1 www/mod_accounting/pkg-message
1.1 www/mod_accounting/pkg-plist
Add mod_accounting 0.5,
an Apache module that records traffic
statistics into a database.
PR: 45502
Submitted by: Cl?ment Lafor?t <sheepkiller@cultdeadsheep.org>
|
Number of commits found: 29 |