pkgsrc/security/openssl
jlam 7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
..
patches Don't use sysctl to determine the machine arch when ${MACHINE_ARCH} already 2004-02-17 14:26:47 +00:00
buildlink2.mk s/_BUILTIN_OPENSSL/BUILDLINK_IS_BUILTIN.openssl/g 2004-02-12 09:38:43 +00:00
buildlink3.mk Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
builtin.mk Split out the code that deals with checking whether the software is 2004-03-10 17:57:14 +00:00
DESCR Re-import security/ruby-openssl 0.1.4.1. 2003-07-22 17:37:36 +00:00
distinfo Don't use sysctl to determine the machine arch when ${MACHINE_ARCH} already 2004-02-17 14:26:47 +00:00
Makefile Don't build and install openssl with IDEA, MDC2, or RC5 support. 2004-03-09 08:06:45 +00:00
MESSAGE formatting nits 2003-09-22 03:13:58 +00:00
PLIST.aix Add an empty plist for AIX. 2003-12-03 17:35:43 +00:00
PLIST.bsdos Add support for BSD/OS. 2003-10-04 07:54:52 +00:00
PLIST.common Don't build and install openssl with IDEA, MDC2, or RC5 support. 2004-03-09 08:06:45 +00:00
PLIST.darwin Update to 0.9.6k: 2003-10-02 02:34:39 +00:00
PLIST.freebsd Update to 0.9.6k: 2003-10-02 02:34:39 +00:00
PLIST.irix Update to 0.9.6k: 2003-10-02 02:34:39 +00:00
PLIST.linux The PLIST.linux was empty, but should be registering the 2003-12-03 01:57:08 +00:00
PLIST.netbsd Update to 0.9.6k: 2003-10-02 02:34:39 +00:00
PLIST.rsaref Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
PLIST.solaris Update to 0.9.6k: 2003-10-02 02:34:39 +00:00