BROKEN on 5.1: does not compile
This commit is contained in:
parent
cad904aab1
commit
1e74a30b45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81203
3 changed files with 21 additions and 3 deletions
|
@ -24,6 +24,12 @@ COMMENT= CDROM dictionary server & clients
|
|||
|
||||
RUN_DEPENDS= jless:${PORTSDIR}/japanese/less
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
@ -39,4 +45,4 @@ post-install:
|
|||
@${INSTALL_DATA} ${FILESDIR}/README.FreeBSD-setup.euc ${PREFIX}/lib/dserver/doc/
|
||||
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -17,6 +17,12 @@ COMMENT= Bubblemon is a system CPU and memory load monitor for the GNOME panel
|
|||
|
||||
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack libpanel
|
||||
|
@ -39,4 +45,4 @@ post-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -13,6 +13,12 @@ MASTER_SITES= http://www.gentoo.com/di/
|
|||
MAINTAINER= bll@gentoo.com
|
||||
COMMENT= A disk information utility
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500113
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
MAN1= di.1
|
||||
|
||||
|
@ -21,4 +27,4 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/mi ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/di.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue