devel/e2fsprogs-libss: use local compile_et,
in order to avoid build failures when Kerberos support is missing. PR: 254751 Reported by: Felix Palmen Approved by: maintainer timeout (kaduk-fbsd@mit.edu, 6 months)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Created by: Ben Kaduk <kaduk@mit.edu>
|
# Created by: Ben Kaduk <kaduk@mit.edu>
|
||||||
|
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
PKGNAMESUFFIX= -libss
|
PKGNAMESUFFIX= -libss
|
||||||
|
|
||||||
@@ -22,7 +22,12 @@ FILESDIR= ${.CURDIR}/files
|
|||||||
PKGDIR= ${.CURDIR}
|
PKGDIR= ${.CURDIR}
|
||||||
|
|
||||||
pre-build:
|
pre-build:
|
||||||
(cd ${WRKSRC}/lib/ss && compile_et ss_err.et && \
|
(cd ${WRKSRC}/lib/et && ${DO_MAKE_BUILD} compile_et )
|
||||||
|
(cd ${WRKSRC}/lib/ss && _ET_DIR_OVERRIDE=../et ../et/compile_et ss_err.et && \
|
||||||
${REINPLACE_CMD} -f ${FILESDIR}/fix-ss_err.h.sed ss_err.h)
|
${REINPLACE_CMD} -f ${FILESDIR}/fix-ss_err.h.sed ss_err.h)
|
||||||
|
|
||||||
|
do-test:
|
||||||
|
(cd ${WRKSRC}/lib/et && ${DO_MAKE_BUILD} all check )
|
||||||
|
(cd ${WRKSRC}/lib/ss && ${DO_MAKE_BUILD} check )
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
|||||||
Reference in New Issue
Block a user