Changeset View
Changeset View
Standalone View
Standalone View
filesystems/py-libzfs/Makefile
| Show All 23 Lines | |||||
| MAKE_ENV= freebsd_src=${SRC_BASE} | MAKE_ENV= freebsd_src=${SRC_BASE} | ||||
| .include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
| .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1600005 | .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1600005 | ||||
| EXTRA_PATCHES+= ${FILESDIR}/extra-libuutil.patch | EXTRA_PATCHES+= ${FILESDIR}/extra-libuutil.patch | ||||
| .endif | .endif | ||||
| .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1401000 | .if ${OPSYS} == FreeBSD | ||||
| EXTRA_PATCHES+= ${FILESDIR}/extra-zpool-add.patch | EXTRA_PATCHES+= ${FILESDIR}/extra-zpool-add.patch | ||||
| .endif | .endif | ||||
| .if !exists(${SRC_BASE}/sys/Makefile) | .if !exists(${SRC_BASE}/sys/Makefile) | ||||
| IGNORE= requires kernel source files in ${SRC_BASE} | IGNORE= requires kernel source files in ${SRC_BASE} | ||||
| .endif | .endif | ||||
| .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000 | .if ${OPSYS} == FreeBSD | ||||
| PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ | PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ | ||||
| PATCHFILES+= 0b2ab0594997c44e80e3fdfe9d2add106d81149a.diff:-p1 # backport of https://github.com/truenas/py-libzfs/pull/251 | PATCHFILES+= 0b2ab0594997c44e80e3fdfe9d2add106d81149a.diff:-p1 # backport of https://github.com/truenas/py-libzfs/pull/251 | ||||
| .endif | .endif | ||||
| .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500000 | .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500000 | ||||
| PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ | PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ | ||||
| PATCHFILES+= 0ce0c8be75ae4c8873824b3c6e8f0a1736cd673b.diff:-p1 # backport of https://github.com/truenas/py-libzfs/pull/297 | PATCHFILES+= 0ce0c8be75ae4c8873824b3c6e8f0a1736cd673b.diff:-p1 # backport of https://github.com/truenas/py-libzfs/pull/297 | ||||
| PATCHFILES+= 9882ea5d43407b3be71621a2988e7cdaaf87aa09.diff:-p1 # backport of https://github.com/truenas/py-libzfs/pull/297 | PATCHFILES+= 9882ea5d43407b3be71621a2988e7cdaaf87aa09.diff:-p1 # backport of https://github.com/truenas/py-libzfs/pull/297 | ||||
| .endif | .endif | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||