Stop supporting xperfmon v2.0 for 5.X systems.
The successor is xperfmon3 in the ports collection, which is further maintaned and improved by myself. Submitted by: Automated ports building system.
This commit is contained in:
parent
167df208b4
commit
748dea14ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39931
@ -20,6 +20,12 @@ USE_IMAKE= yes
|
||||
MAN1= xperfmon++.1
|
||||
WRKSRC= ${WRKDIR}/xperfmon++
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
BROKEN= "5.X or newer systems should use xperfmon3"
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
if [ -e /usr/lib/libdevstat.a -o -e /usr/lib/aout/libdevstat.a ]; then \
|
||||
cd ${WRKSRC} ; \
|
||||
@ -28,4 +34,4 @@ pre-configure:
|
||||
${SED} -e "s:FreeBSDFLAGS=:FreeBSDFLAGS= -ldevstat:" Imakefile.i1 > Imakefile ; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user