non port: www/aolserver/Makefile |
SVNWeb
|
Number of commits found: 43 |
Sun, 16 Mar 2014
|
[ 14:22 antoine ]
Unbreak
|
Sat, 15 Mar 2014
|
[ 08:12 miwi ] (Only the first 10 of 41 ports in this commit are shown above. )
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
|
Fri, 21 Feb 2014
|
[ 15:17 gahr ]
- Convert to USES=tcl
|
Tue, 4 Feb 2014
|
[ 12:50 bapt ] (Only the first 10 of 11 ports in this commit are shown above. )
Deprecate: abandonware, messing the clusters
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Wed, 6 Feb 2013
|
[ 15:42 gahr ] (Only the first 10 of 13 ports in this commit are shown above. )
- Get rid of USE_TCL_THREAD and USE_TK_THREAD usages
|
Fri, 2 Nov 2012
|
[ 20:18 bdrewery ]
- Release to pool as I do not use this and am overcommitted.
- Trim header
Feature safe: yes
|
Thu, 2 Aug 2012
|
[ 21:42 bdrewery ]
- Update to my new maintainer address
Approved by: eadler (mentor)
|
Mon, 30 Jul 2012
|
[ 15:38 zeising ]
Misc. fixes:
- Remove pre/post include
- No need for ARCH check since ONLY_FOR_ARCHS is used
- Use USERS/GROUPS
- Fix invalid @exec in plist causing directory to be created in the wrong
place with pkgng
Add nogroup to GIDs since this port uses it.
PR: ports/169984
Submitted by: maintainer
Approved by: kwm (mentor)
|
Wed, 6 Jun 2012
|
[ 07:05 eadler ]
- Set MAKE_JOBS_UNSAFE
- OptionsNGify
- Pet portlint
- Give maintainership to submitter
PR: ports/168735
Submitted by: "Bryan Drewery" <bryan@shatow.net>
|
Tue, 9 Aug 2011
|
[ 15:41 mm ] (Only the first 10 of 29 ports in this commit are shown above. )
Transfer maintainer back to ports@FreeBSD.org
Approved by: maintainer (myself)
|
Wed, 23 Mar 2011
|
[ 15:53 mm ] (Only the first 10 of 58 ports in this commit are shown above. )
- Add LICENSE knob(s)
|
Thu, 27 Aug 2009
|
[ 15:04 amdmi3 ] (Only the first 10 of 21 ports in this commit are shown above. )
- Remove remaining SFP references (switch these ports to SF)
Approved by: portmgr (pav)
|
Wed, 19 Aug 2009
|
[ 09:32 miwi ]
- Change to SFP macro
|
Mon, 23 Feb 2009
|
[ 14:46 mm ] (Only the first 10 of 103 ports in this commit are shown above. )
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
|
Tue, 3 Feb 2009
|
[ 09:18 mm ]
- Update to 4.5.1
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ] (Only the first 10 of 291 ports in this commit are shown above. )
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
Mon, 2 Jul 2007
|
[ 22:34 mm ]
- move AOLSERVERBASE under PREFIX
- add MANPAGES option and set to disabled by default
- bump PORTREVISION
Approved by: garga (mentor)
|
Tue, 26 Jun 2007
|
[ 13:33 mm ]
- fix build on 6-STABLE (and maybe elsewhere)
- bump PORTREVISION
Suggested by: pav
Approved by: garga (mentor)
|
Mon, 30 Apr 2007
|
[ 14:25 mm ]
- fixed and improved PKGINSTALL script
Approved by: garga (mentor)
|
Thu, 5 Apr 2007
|
[ 12:37 mm ]
- updated maintainer e-mail address.
- switched to new bsd.tcl.mk infrastructure.
Approved by: garga (mentor)
|
Tue, 20 Mar 2007
|
[ 11:43 miwi ]
- Added support for the new tcl threads structure.
PR: 110404
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
|
Wed, 7 Mar 2007
|
[ 13:27 miwi ]
- Set only i386 and amd64
Submitted by: pointyhat via kris
Approved by: maintainer
|
Thu, 1 Mar 2007
|
[ 10:20 miwi ]
- Added check for non-threaded tcl installations
- Added support for tcl85 via USE_TCL_VER=85
PR: 109676
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
|
Fri, 2 Feb 2007
|
[ 14:46 gabor ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 4.5.0
- Move out modules into separate ports
- Rename rc.d script
- Pass maintainership to submitter
PR: ports/105781
Submitted by: Martin Matuska <martin@matuska.org>
Approved by: aldert@nooitgedagt.net (maintainer),
erwin (mentor)
|
Fri, 4 Aug 2006
|
[ 12:34 erwin ] (Only the first 10 of 67 ports in this commit are shown above. )
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
|
Sat, 7 Jan 2006
|
[ 06:29 dougb ] (Only the first 10 of 43 ports in this commit are shown above. )
Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change.
|
Wed, 28 Sep 2005
|
[ 11:12 flz ]
- Fix/update rc script (-K doesn't exist anymore, fix rc.subr path, ...).
PR: ports/86658
Submitted by: maintainer
|
Sun, 17 Jul 2005
|
[ 17:03 pav ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update to 4.0.10
- Transfer maintainership to submitter
PR: ports/83547
Submitted by: Aldert Nooitgedagt <aldert@nooitgedagt.net>
Approved by: Matthew Braithwaite <mab@red-bean.com> (maintainer)
|
Tue, 1 Mar 2005
|
[ 22:15 kan ]
Switch aolserver to start using rc.subr in startup script.
Auto-generate pkg-message to avoid hardcoding /usr/local.
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (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)
|
Thu, 13 Nov 2003
|
[ 12:54 trevor ] (Only the first 10 of 45 ports in this commit are shown above. )
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
|
Fri, 21 Feb 2003
|
[ 14:01 knu ] (Only the first 10 of 278 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 28 Mar 2002
|
[ 09:03 jkoshy ]
Upgrade to v3.4.2.
PR: ports/35100
Submitted by: Jose Abelardo Martinez <jamartinez@altern.org>
|
Fri, 16 Nov 2001
|
[ 01:46 pat ]
(forced commit) oops i forgot to mention that this fix came from maintainer's
PR that he submitted.
|
Thu, 15 Nov 2001
|
[ 23:41 pat ]
Follow changes of the ftp directory structure and tarball name.
|
Fri, 15 Jun 2001
|
[ 23:51 dwcjr ]
Update to version 3.4 Convert hardcoded values to use port variables Update
pkg-plist and distinfo to reflect changes in new version
|
Fri, 1 Jun 2001
|
[ 07:05 obrien ] (Only the first 10 of 44 ports in this commit are shown above. )
Use proper POSIX syntax for `chown'.
|
Fri, 27 Oct 2000
|
[ 17:11 kevlo ]
Upgrade to version 3.2
|
Sun, 22 Oct 2000
|
[ 14:40 jeh ]
Update to version 1.3
|
Sun, 8 Oct 2000
|
[ 11:23 asami ] (Only the first 10 of 400 ports in this commit are shown above. )
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear.
|
Tue, 25 Jul 2000
|
[ 01:59 kevlo ]
Update MASTER_SITES
|
Mon, 29 May 2000
|
[ 04:00 steve ]
Provide a better rc.d startup script.
|
Number of commits found: 43 |