2007-04-18 16:11:33 by Matthias Scheler | Files touched by this commit (1) |
Log message: Make sure that the "dlcompat" related options are actually added to "LDFLAGS". This is another attempt to fix PR pkg/36086. |
2007-04-17 19:12:09 by Matthias Scheler | Files touched by this commit (1) |
Log message: Because OpenSSL uses dlfcn(3) only internally and Mac OS X supports shared library dependences we don't need to include "dlopen.buildlink3.mk" here. |
2007-04-17 19:04:00 by Matthias Scheler | Files touched by this commit (2) |
Log message: Use "pkgsrc/mk/dlopen.buildlink3.mk" instead of manually including "pkgsrc/devel/dlcompat/buildlink3.mk" under Darwin. This might finally fix PR pkg/36086. |
2007-04-01 23:33:05 by Matthias Scheler | Files touched by this commit (1) |
Log message: Add ${BUILDLINK_LDFLAGS.dlcompat} (defined as "-ldl") to \ "LDFLAGS" under Mac OS X. This is harmless under recent versions of Mac OS X where "libdl.dylib" is symbolic link to "libSystem.dylib". And it \ is necessary under old versions of Mac OS X (Jaguar and older) where we need the "libdl.dylib" from the "dlcompat" package. This should finally fix PR pkg/36086 by John D. Baker. |
2007-03-26 13:44:18 by Matthias Scheler | Files touched by this commit (1) |
Log message: Include "pkgsrc/devel/dlcompat/buildlink3.mk" when building this package under Mac OS X. This should fix PR pkg/36086. |
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message: Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail. |
2006-12-12 22:52:38 by Joerg Sonnenberger | Files touched by this commit (63) |
Log message: Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%. |
2006-12-03 15:49:56 by Christian Biere | Files touched by this commit (1) |
Log message: Check for GCC on IRIX instead of assuming the native compiler is used. |
2006-09-30 06:20:24 by Takahiro Kambe | Files touched by this commit (14) |
Log message: Apply patches which fixes recent security problem of OpenSSL. http://secunia.com/advisories/22130/ Bump PKGREVISION. |
2006-09-07 11:44:31 by Adrian Portelli | Files touched by this commit (3) |
Log message: Add a patch to address CVE-2006-4339 |