mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
BROKEN on 5.x: broken pkg-plist
This commit is contained in:
parent
2a9f951565
commit
5155c246bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100434
@ -58,8 +58,14 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \
|
|||||||
--with-nls \
|
--with-nls \
|
||||||
--without-motif
|
--without-motif
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Broken pkg-plist"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
-(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \
|
-(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \
|
||||||
${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE})
|
${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE})
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
@ -58,8 +58,14 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \
|
|||||||
--with-nls \
|
--with-nls \
|
||||||
--without-motif
|
--without-motif
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Broken pkg-plist"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
-(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \
|
-(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \
|
||||||
${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE})
|
${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE})
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
@ -30,6 +30,12 @@ MYDESTDIR= ${PREFIX}/BBBike
|
|||||||
PLIST= ${PKGDIR}/pkg-plist.5005
|
PLIST= ${PKGDIR}/pkg-plist.5005
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Broken pkg-plist"
|
||||||
|
.endif
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} all install
|
cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} all install
|
||||||
cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} clean
|
cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} clean
|
||||||
@ -54,4 +60,4 @@ do-install:
|
|||||||
${LN} -s ${MYDESTDIR}/$f ${PREFIX}/bin/$f
|
${LN} -s ${MYDESTDIR}/$f ${PREFIX}/bin/$f
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
@ -66,9 +66,15 @@ PAPERSIZE?= letter
|
|||||||
|
|
||||||
MAN1= R.1
|
MAN1= R.1
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Broken pkg-plist"
|
||||||
|
.endif
|
||||||
|
|
||||||
test check: build
|
test check: build
|
||||||
@(cd ${WRKSRC}; ${MAKE} check)
|
@(cd ${WRKSRC}; ${MAKE} check)
|
||||||
check-all: build
|
check-all: build
|
||||||
@(cd ${WRKSRC}; ${MAKE} check-all)
|
@(cd ${WRKSRC}; ${MAKE} check-all)
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
@ -66,9 +66,15 @@ PAPERSIZE?= letter
|
|||||||
|
|
||||||
MAN1= R.1
|
MAN1= R.1
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Broken pkg-plist"
|
||||||
|
.endif
|
||||||
|
|
||||||
test check: build
|
test check: build
|
||||||
@(cd ${WRKSRC}; ${MAKE} check)
|
@(cd ${WRKSRC}; ${MAKE} check)
|
||||||
check-all: build
|
check-all: build
|
||||||
@(cd ${WRKSRC}; ${MAKE} check-all)
|
@(cd ${WRKSRC}; ${MAKE} check-all)
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
@ -66,9 +66,15 @@ PAPERSIZE?= letter
|
|||||||
|
|
||||||
MAN1= R.1
|
MAN1= R.1
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 502000
|
||||||
|
BROKEN= "Broken pkg-plist"
|
||||||
|
.endif
|
||||||
|
|
||||||
test check: build
|
test check: build
|
||||||
@(cd ${WRKSRC}; ${MAKE} check)
|
@(cd ${WRKSRC}; ${MAKE} check)
|
||||||
check-all: build
|
check-all: build
|
||||||
@(cd ${WRKSRC}; ${MAKE} check-all)
|
@(cd ${WRKSRC}; ${MAKE} check-all)
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user