| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 May 2013 07:25:09
1.3.7
|
jgh  |
- fix typo |
01 May 2013 07:23:22
  |
jgh  |
- conversion to USES framework
- conversion to optionsNG (gurlchecker)
Approved by: portmgr (bapt@) |
22 Sep 2012 21:15:51
1.3.7
|
ohauer  |
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@ |
18 Aug 2012 14:29:11
1.3.7
|
ohauer  |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
26 Jul 2012 22:20:34
1.3.7
|
ohauer  |
- fix support for non default options
with options NG and usage of APACHE_PKGNAMEPREFIX
bsd.port.pre.mk has to be included before OPTIONS
else OPTIONFILE points a non existing location and
additional options are ignored
no version bump, it affects only non default options |
08 Jul 2012 19:53:24
1.3.7
|
ohauer  |
- convert to options NG
- add desc. for MP3 |
20 Apr 2012 02:58:53
1.3.7
|
sunpoet  |
- Update to 1.3.7
Changes: http://www.parisc-linux.org/~varenet/musicindex/ChangeLog
PR: ports/167114
Submitted by: sunpoet (myself)
Approved by: pgollucci (with apache hat) |
23 Sep 2011 22:26:39
1.3.5_1
|
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 |
20 Aug 2011 17:27:52
1.3.5_1
|
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
11 Nov 2010 05:22:05
1.3.5
|
pgollucci  |
Forced commit to note:
- Add new option: MYSQLCACHE for MySQL caching support
- Add LICENSE
- Install Brazilian Portugese language files to pt_BR instead of pt-br
- Sort PLIST
- Space/tab twiddle
- Update to 1.3.5
which should have been in the previous log |
11 Nov 2010 05:20:35
1.3.5
|
pgollucci  |
- Update to 1.3.5
PR: ports/152057
Submitted by: sunpoet
With Hat: apache@ |
20 Oct 2010 03:26:34
1.3.3_4
|
pgollucci  |
- Fix some MASTER_SITES
With Hat: apache@
Reported by: distilator |
22 Sep 2010 21:50:03
1.3.3_4
|
pgollucci  |
- Mark mod_* modules MAKE_JOBS_SAFE=yes
With Hat: apache@
Tested by: Several P6 TB runs |
16 Sep 2010 03:38:01
1.3.3_4
|
pgollucci  |
- Fix pkg-plist
The default install-exec-hook calls apxs but without -a/-A
which confuses our std pkg-plist @exec/@unexec stanzas
Reported by: erwin via pointyhat |
11 Aug 2010 20:58:04
1.3.3_3
|
makc  |
Chase multimedia/mp4v2 update.
PR: ports/148643
Submitted by: Christopher Key <cjk32 at cam.ac.uk> |
06 Jun 2010 20:44:03
1.3.3_2
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
06 Jun 2010 05:00:32
1.3.3_1
|
pgollucci  |
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav) |
31 May 2010 02:01:56
1.3.3_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
27 May 2010 21:27:03
1.3.3
|
pgollucci  |
- 2/3:
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists
PR: ports/147142
Reviewed by: portmgr (pav)
With Hat: apache@ |
27 May 2010 21:19:17
1.3.3
|
pgollucci  |
- 1/3:
- apxs -a is install
- apxs -A is uninstall
PR: ports/147139
Reviewed by: portmgr (pav)
With Hat: apache@ |
26 May 2010 22:00:47
1.3.3
|
pgollucci  |
- Update to 1.3.3
- require apache20+ [unbreaks build on 8.0+]
- a few minor clean ups
With Hat: apache@ |
25 May 2010 20:17:37
1.2.2_2  |
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) |
21 Dec 2009 08:49:59
1.2.2_2
|
linimon  |
Apparently the earlier change to maintainer was an error; apache@fsck.ch
bounces. Assign to apache@FreeBSD.org instead.
Hat: portmgr |
05 Aug 2009 02:21:50
1.2.2_2
|
pgollucci  |
over to apache@ |
06 Jul 2009 21:26:00
1.2.2_2
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
27 May 2009 22:14:34
1.2.2_1
|
erwin  |
Mark BROKEN on 8.x: does not build. |
06 Jun 2008 14:07:24
1.2.2_1
|
edwin  |
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) |
11 Apr 2008 15:23:17
1.2.2
|
pav  |
- Update to 1.2.2
PR: ports/122568
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer) |
07 Apr 2008 20:37:24
1.2.1_1
|
naddy  |
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476 |
02 Sep 2007 16:55:06
1.2.1
|
arved  |
Update to 1.2.1
PR: 115983
Submitted by: Tobias Roth <ports@fsck.ch> |
12 Aug 2007 12:50:26
1.2.0
|
rafan  |
- Update to 1.2.0
PR: ports/115280
Submitted by: Tobias Roth <ports at fsck.ch> (maintainer) |
28 Jul 2007 12:27:31
0.99.7_4
|
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
06 Jul 2006 19:11:21
0.99.7_3
|
itetcu  |
Add -fPIC to CFLAGS on amd64 if using apache2 to fix build in this case.
PR: ports/98229
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Approved by: maintainer |
24 Jan 2006 03:14:23
0.99.7_3
|
edwin  |
SHA256ify
Approved by: krion@ |
04 Dec 2005 00:18:15
0.99.7_3
|
clement  |
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus |
28 Oct 2005 07:59:54
0.99.7_3
|
jylefort  |
Chase libid3tag update. |
16 Mar 2005 14:50:13
0.99.7_2
|
naddy  |
new version of libFLAC |
06 Feb 2005 12:07:10
0.99.7_1
|
edwin  |
Remove PORTDOCS, not used here.
Noticed by: krion |
22 Jan 2005 20:56:55
0.99.7_1
|
clement  |
- Cleanup the ports and update pkg-message
- Pass maintainership to submitter
PR: ports/76575
Submitted by: Tobias Roth <ports@fsck.ch> |
17 Jan 2005 21:15:10
0.99.7
|
clement  |
- Update to 0.99.7 |
18 Aug 2004 16:21:56
0.9.0_3
|
clement  |
- Assign maintainership to freshly created apache@ mailing list |
04 Feb 2004 05:10:27
0.9.0_3
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 16:13:06
0.9.0_2
|
trevor  |
SIZEify. |
27 Dec 2003 13:19:34
0.9.0_2
|
pav  |
- Use APACHE_PORT in the usual way
PR: ports/60611
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
20 Dec 2003 16:37:57
0.9.0_2
|
naddy  |
Catch up with libogg/libvorbis version bump. |
07 Dec 2003 01:27:06
0.9.0_1
|
marcus  |
Chase the libmad/libid3tag shared lib version. |
20 Nov 2003 14:50:03
0.9.0
|
marcus  |
* Fix build on bento
* Update to 0.8.9
* Use PORTDOCS
PR: 59507
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
03 Nov 2003 16:17:10
0.8.9
|
ijliao  |
add mod_musicindex 0.8.9
Apache module in C implements Perl module Apache::MP3
PR: 58807
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |