Age | Commit message (Expand) | Author | Files | Lines |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 |
2009-01-03 | ensure that fam compiles on systems that do not define MNT_NODEV such as | schwarz | 2 | -6/+8 |
2008-12-03 | the later -> the latter | minskim | 1 | -2/+2 |
2008-11-09 | modified patch to apply to OpenBSD, too. | schwarz | 2 | -7/+7 |
2008-10-16 | Change fam to famd. And uppercase fam to FAM. | reed | 1 | -2/+2 |
2008-01-09 | REQUIRE rpcbind in the rc.d script, because famd needs portmapper. | wiz | 2 | -4/+4 |
2007-12-28 | Add C++ const-cast to fix build under Mac OS X Leopard where the second | tron | 2 | -1/+15 |
2007-12-16 | PR#34153 - fix famd manual page | cjep | 3 | -3/+18 |
2007-07-08 | Use sysctl() when sysctlbyname() is unavailable. Patch from OpenBSD ports. | minskim | 5 | -18/+30 |
2007-07-08 | Make this package build on platforms that don't define MNT_UNION. | minskim | 2 | -5/+7 |
2007-01-09 | Don't limit extern "C" to certain Sun compiler. It is never wrong to do | joerg | 2 | -9/+5 |
2006-11-05 | DESTDIR support. | joerg | 1 | -1/+2 |
2006-10-02 | Fixed some pkglint warnings. | rillig | 1 | -3/+5 |
2006-08-26 | Use statfs instead of statfs on FreeBSD. Peter Schuller's bulk build | joerg | 2 | -7/+7 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-05-27 | Mention how to enable rpcbind(8); may avoid confusion. | jmmv | 1 | -2/+3 |
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -5/+5 |
2006-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 2 | -5/+5 |
2006-03-30 | Avoid extra stat() calls by not repeatedly checking whether a file | jlam | 1 | -2/+2 |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 2 | -4/+4 |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 |
2005-11-04 | Define INADDR_LOOPBACK on Interix. There's no clear place in a .h file | tv | 1 | -0/+10 |
2005-10-31 | patch-bc can change the linkage, especially for static linking, so bump | joerg | 1 | -2/+2 |
2005-10-10 | Add support for DragonFly. While we have sys/statvfs.h, we don't have | joerg | 3 | -9/+22 |
2005-08-10 | Add a conflict on the forthcoming gamin package. | jlam | 1 | -1/+3 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 1 | -4/+41 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 |
2005-05-09 | mark this as NOT_FOR_PLATFORM= IRIX-*-*; irix comes with fam in the base | jschauma | 1 | -1/+4 |
2005-05-07 | add a trivial builtin file to check for the existence of fam.h | jschauma | 1 | -0/+10 |
2005-05-07 | Fix the build on MacOS X 10.4 which now has statvfs. | recht | 2 | -9/+9 |
2005-05-02 | RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. | reed | 1 | -1/+2 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-03-14 | Don't include <inttypes.h> if configure didn't find it. | tv | 2 | -4/+4 |
2005-03-01 | fix typos in some of the patches. Fixes compilation on solaris. | dmcmahill | 3 | -7/+7 |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 |
2005-01-25 | Include <arpa/inet.h> to make sure hton*() is defined. (Interix fix) | tv | 3 | -1/+27 |
2005-01-05 | Fix some long-standing kqueue bugs that have been bothering me for a long | jmmv | 2 | -14/+65 |
2004-12-28 | The default location of the pkgsrc-installed rc.d scripts is now | reed | 1 | -2/+2 |
2004-12-09 | Patches added recently for Solaris don't work on Linux, because they | minskim | 7 | -34/+69 |
2004-11-19 | Various fixes/cleanups to get this package compiling on Solaris: | sketch | 23 | -40/+564 |
2004-10-19 | Remove a memory leak that was supposed to fix a bug (but the bug is not | jmmv | 1 | -8/+4 |
2004-10-17 | When enabling kqueue, only link famd against -lpthread, not everything. | jmmv | 1 | -4/+4 |
2004-10-17 | Add kqueue support. This way, famd can be notified of changes to files and | jmmv | 8 | -16/+536 |
2004-10-16 | Make the mntent compatibility layer work properly. It was storing the list | jmmv | 3 | -7/+8 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -3/+4 |
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -5/+1 |