Created
April 18, 2010 10:06
-
-
Save ootput/370144 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Last Updated: June 3rd 2010 | |
| # List of patches for all architectures | |
| PATCH_COMMON=001_bind 003_getsockopt 004_openssl 005_ptrace 006_openssl 007_ftpd 008_kerberos 009_mpi 010_openssl 011_pfsync 012_trunklacp | |
| # List of patches for i386 only | |
| PATCH_I386=002_xmm | |
| #... | |
| 002_xmm: _kernel | |
| 003_getsockopt: _kernel | |
| 005_ptrace: _kernel | |
| 009_mpi: _kernel | |
| 011_pfsync: _kernel | |
| 012_trunklacp: _kernel | |
| 001_bind: | |
| cd ${WRKSRC}/usr.sbin/bind && \ | |
| (${_obj_wrp}; ${_depend_wrp}; ${_build_wrp}) | |
| 004_openssl: | |
| cd ${WRKSRC}/lib/libssl && \ | |
| (${_obj}; ${_depend}; ${_includes}; ${_build}) && \ | |
| cd ${WRKSRC}/sbin && \ | |
| (${_obj}; ${_depend}; ${_build}) | |
| 006_openssl: | |
| cd ${WRKSRC}/lib/libssl && \ | |
| (${_obj}; ${_depend}; ${_includes}; ${_build}) && \ | |
| cd ${WRKSRC}/sbin && \ | |
| (${_obj}; ${_depend}; ${_build}) | |
| 007_ftpd: | |
| cd ${WRKSRC}/libexec/ftpd && \ | |
| (${_depend}; ${_build}) | |
| 008_kerberos: | |
| cd ${WRKSRC}/lib/libkrb5 && \ | |
| (${_obj}; ${_depend}; ${_build}) && \ | |
| cd ${WRKSRC}/kerberosV/libexec/kdc && \ | |
| (${_obj}; ${_depend}; ${_build}) | |
| 010_openssl: | |
| cd ${WRKSRC}/lib/libssl && \ | |
| (${_obj}; ${_depend}; ${_includes}; ${_build}) && \ | |
| cd ${WRKSRC}/sbin && \ | |
| (${_obj}; ${_depend}; ${_build}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment