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-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-10-22 16:10:44 by Ben Collver | Files touched by this commit (3) |
Log message: Modify how OpenSSL's des.h is included, to make ettercap build with builtin SSL on -1.6_STABLE and -current. This addresses PR#26615. |
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message: Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. |
2004-08-17 05:54:28 by Ben Collver | Files touched by this commit (1) |
Log message: MAINTAINER unreachable by mail, setting to tech-pkg. |
2004-04-05 12:30:12 by Thomas Klausner | Files touched by this commit (1) |
Log message: Update USE_NCURSES comment now that we have *echochar. |
2004-03-31 09:12:21 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: bl3ify |
2004-03-26 21:09:55 by Thomas Klausner | Files touched by this commit (1) |
Log message: Update comment about why this needs ncurses. |
2004-03-26 03:28:02 by Thomas Klausner | Files touched by this commit (572) | |
Log message: PKGREVISION bump after openssl-security-fix-update to 0.9.6m. Buildlink files: RECOMMENDED version changed to current version. |
2004-02-01 02:43:30 by Johnny C. Lam | Files touched by this commit (35) |
Log message: In the new compiler selection framework, GCC_REQD is appended to, not overridden. |