2006-03-22 16:26:30 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: No mlockall on DragonFly as well. |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2006-02-01 13:51:27 by Juan Romero Pardines | Files touched by this commit (3) |
Log message: Disable the mlockall() call which triggers an assertion on NetBSD's libpthread (lib/libpthread/pthread.c line 173) and it will give you a precious core dump. Tested by hira@ and by myself@ |
2006-01-31 20:26:32 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: Use LDFLAGS to link against librt correctly. |
2006-01-31 20:01:28 by Juan Romero Pardines | Files touched by this commit (4) |
Log message: Looks like growisofs core dumped because it couldn't run the pthread_attr_setscope() function (which is not implemented on NetBSD). Also now it uses sem_* functions for semaphores, so link it to librt on NetBSD. This closes PR pkg/32675 by hira@. Bump PKGREVISION. |
2006-01-17 00:03:20 by Juan Romero Pardines | Files touched by this commit (4) |
Log message: Update to 6.0, changes unknown. |
2006-01-06 00:29:05 by Thomas Klausner | Files touched by this commit (12) |
Log message: Depend on cdrtools instead of cdrecord. Bump PKGREVISION. Update some messages/comments. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html |
2005-11-04 22:55:09 by Darrin B. Jewell | Files touched by this commit (1) |
Log message: add ONLY_FOR_PLATFORM explicitly listing platforms listed in growisofs.c |
2005-10-18 17:31:58 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: Add DragonFly support. Patch privately provided by Jan Kosir. |