Skip to content
Snippets Groups Projects
  • Nicolas Noble's avatar
    f3585730
    FreeBSD preliminary work. · f3585730
    Nicolas Noble authored
    -) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms.
    -) You can't assume python is in /usr/bin. Use env instead.
    -) AF_INET is in sys/socket.h
    -) Added port_platform's basic structure for FreeBSD, based off Darwin.
    -) FreeBSD doesn't have and doesn't need libdl for OpenSSL.
    f3585730
    History
    FreeBSD preliminary work.
    Nicolas Noble authored
    -) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms.
    -) You can't assume python is in /usr/bin. Use env instead.
    -) AF_INET is in sys/socket.h
    -) Added port_platform's basic structure for FreeBSD, based off Darwin.
    -) FreeBSD doesn't have and doesn't need libdl for OpenSSL.