2007-06-18 21:00:22 by Min Sik Kim | Files touched by this commit (2) |
Log message: Make the usage of hostent POSIX-compliant to compile on Darwin. |
2006-04-22 11:22:18 by Roland Illig | Files touched by this commit (231) |
Log message: Removed the superfluous "quotes" and 'quotes' from variables that don't need them, for example RESTRICTED and SUBST_MESSAGE.*. |
2006-01-10 20:31:52 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message: Fix errno. Since this is a multithreaded program, bump revision. |
2005-06-18 20:55:36 by Krister Walfridsson | Files touched by this commit (1) |
Log message: Make this package compile on machines without native threads. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2004-12-18 21:58:30 by Johnny C. Lam | Files touched by this commit (4) |
Log message: Auto-add the PTHREAD_* variables to CFLAGS, LDFLAGS, and LIBS so that these packages will pick up -lpthread on NetBSD 1.6.x when linking applications. |
2004-12-05 00:09:07 by Johnny C. Lam | Files touched by this commit (17) |
Log message: Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes. |
2004-12-04 12:51:10 by Thomas Klausner | Files touched by this commit (1) |
Log message: Fix build (missing PTHREAD_LDFLAGS). |
2004-11-12 07:39:21 by Johnny C. Lam | Files touched by this commit (35) |
Log message: Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script). |
2004-02-18 05:27:49 by Min Sik Kim | Files touched by this commit (1) |
Log message: Remove unnecessary trailing backslash. |