Skip to content

Instantly share code, notes, and snippets.

@ootput
Created April 18, 2010 10:06
Show Gist options
  • Select an option

  • Save ootput/370144 to your computer and use it in GitHub Desktop.

Select an option

Save ootput/370144 to your computer and use it in GitHub Desktop.
### 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