summaryrefslogtreecommitdiffstats
path: root/devel/fam
Commit message (Collapse)AuthorAgeFilesLines
* - FAM doesn't build if some stale files exist in share/aclocal. To avoidmich2006-08-161-6/+7
| | | | | | | | future problems change priotity in include paths - bump PORTREVISION PR: ports/102141 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* - Update to 2.6.10pav2006-08-1215-223/+306
| | | | | | | - Give maintainership to submitter PR: ports/101913 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* Reset mbr due to no answer to an email inquiry about his status, andlinimon2006-04-151-1/+1
| | | | | | maintainer-timeouts. Hat: portmgr
* Conversion to a single libtool environment.ade2006-02-231-1/+3
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+2
| | | | Approved by: krion@
* Really fix the build on recent -CURRENT by patching the correct version ofmarcus2005-12-062-12/+2
| | | | mntent_compat.c++.
* Fix the build on recent -CURRENT.marcus2005-12-051-0/+12
| | | | Approved by: mbr (maintainer)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-3/+1
| | | | | | | | | | | | | | | | | 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.
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Register a conflict with devel/gamin.marcus2005-04-021-0/+2
|
* Put the libtool archive back.lofi2004-08-032-2/+3
| | | | | | | | Committers: Please be careful to not carelessly remove libtool archives from ports in KDE's dependency path. You will very likely cause much pain for users in the process. Discussed with: bland
* Fix Fam after recent gcc 3.4 import.mbr2004-08-014-5/+71
| | | | Submitted by: Alexander Nedotsukov <bland@FreeBSD.org>
* Sync with new bsd.autotools.mkade2004-06-041-0/+1
|
* - Fix configure warningkrion2004-04-171-0/+1
| | | | | PR: 65674 65675 65676 65677 65678 65679 Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Take maintainership.mbr2004-02-221-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+2
|
* Bump PORTREVISION because of changes in distfilekrion2003-07-251-1/+1
| | | | Approved by: fjoe (mentor) (implicit)
* Move tarball and .patch to DIST_SUBDIRkrion2003-07-252-2/+3
| | | | Approved by: fjoe (mentor) (implicit)
* REST IN PEACEwill2003-06-081-1/+1
| | | | | | | | | Alan Eldridge Born December 15, 1961 in Iowa Died June 6, 2003 in Denver, Colorado Thank you for your contributions, you will be greatly missed.
* Point out that fam requires portmapper to be running.petef2003-05-161-0/+9
| | | | | Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> Reviewed by: Lauri Watts <lauri@kde.org>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizealane2002-11-011-1/+1
| | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along....
* Changed MAINTAINER to my FreeBSD address.alane2002-11-011-1/+1
|
* Make compile a lot quieter on -current. Thanks to Martin Blapp.alane2002-09-101-0/+2
|
* Include std:: prefix on references to string class for gcc 3.2, which isalane2002-09-101-6/+6
| | | | pickier that 2.95.x. It's really also the right way to do the code ...
* Replace the mntent emulation code with my own versions, which are GPL'd,alane2002-09-103-5/+229
| | | | | | | | | so that SGI can integrate them, along with the rest of the current patches, into its own tree. The BSD license on the old code was preventing that, as SGI's legal weasels will only allow them to accept GPL'd code. My stuff's more well written anyway; I know how to write C++, the old author didn't.
* Oops! Forgot this one. Removal of etc/rc.d/fam.sh.sample.alane2002-09-061-1/+0
|
* Do not support running fam standalone (started from /usr/local/etc/rc.d)alane2002-09-062-22/+1
| | | | anymore.
* Patch for gcc 3.x.y.alane2002-09-061-0/+14
|
* Updated to version 2.6.9. SGI incorporated as much of our patches as theyalane2002-09-0421-471/+31
| | | | | | | could without licensing problems. The rest they host as a separate patch on their ftp server. Please test this for compilation problems on -CURRENT with gcc-3.2.
* remove accidentally committed patch(1) garbage.alfred2002-06-0920-523/+0
|
* Update to 2.6.8.alfred2002-06-0941-7/+471
| | | | | Submitted by: alane PR: ports/39049
* - update pkg-message; now gives instructions to the user on how to run fampetef2002-06-084-2/+27
| | | | | | | | | from inetd - remove rc.d/fam.sh on deinstall if it exists - start fam with better arguments from fam.sh PR: 38960 Submitted by: maintainer
* Change maintainership to "Alan E".trevor2002-06-061-1/+1
| | | | | | PR: 38896 Submitted by: Alan E (new maintainer) Approved by: Jeremy Norris (outgoing maintainer)
* First round of auto* cleanups:will2002-01-061-1/+1
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Fix plist.kuriyama2001-05-211-0/+1
| | | | | Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> PR: ports/27338
* Add fam 2.6.4, a file alteration monitor.will2001-03-319-0/+594
PR: 25926 Submitted by: Jeremy Norris <ishmael27@home.com>
OpenPOWER on IntegriCloud