owned this note changed 6 years ago
Linked with GitHub

FreeBSD BoF & Ports framework workshop - Iblis Lin

由於場地問題,第二天我們移動到另一棟大樓啦!議程教室變動請見網站上的議程表

歡迎來到 https://hackmd.io/@coscup/2019 共筆

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

點擊本頁上方的 開始用 Markdown 一起寫筆記!
手機版請點選上方 按鈕展開議程列表。

介紹 Ports

學習資源

概覽 (Quick Porting)

  • Makefile 格式
    • .include <bsd.port.mk>
  • pkg-desr
  • pkg-plist: 套件清單,可作為 Makefile 變數或單獨檔案

細節流程

  • make ____
    • fetch: 將套件原始包抓下來, checksum 驗證
    • extract: 解開到 work/ 資料夾
    • patch: 套用臨時或各種因素沒辦法回到上游版本的修正
    • configure: 套用客製選項等相關設定
    • build: 編譯套件
    • stage: 將編譯好的 binary 或相關檔案放到指定位置
    • package: 製作成可以用 pkg 安裝的套件包 (pkg add)

不熟 Ports?

貢獻回 FreeBSD Ports Collection

tags: COSCUP2019 BSDTW x Cat System Workshop IB306
Select a repo