This appears to be broken globally.

This commit is contained in:
Kris Kennaway 2004-03-11 10:35:21 +00:00
parent c5b1ae27e5
commit bc7c298658
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103628
2 changed files with 5 additions and 13 deletions

View File

@ -17,6 +17,8 @@ COMMENT= Multitracking sound editor and utilities
LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl
BROKEN= "Does not compile"
.if !defined(WITHOUT_ESD)
RUN_DEPENDS= esd:${PORTSDIR}/audio/esound
.endif
@ -77,12 +79,6 @@ USE_XLIB= yes
.endif
WRKSRC= ${WRKDIR}/snd-5
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
post-configure:
@${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig
@${SED} -e "s: -ldl::g" < ${WRKSRC}/makefile.orig > ${WRKSRC}/makefile
@ -142,4 +138,4 @@ do-install:
post-build:
${MV} ${WRKSRC}/sndinfo ${WRKSRC}/snd-info
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -37,11 +37,7 @@ MAKE_ARGS= GTK1=yes
MAN1= scite.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502102
BROKEN= "Does not compile on 5.x"
.endif
BROKEN= "Does not compile"
pre-everything::
@${ECHO_MSG} ""
@ -67,4 +63,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/../src/*.properties ${DATADIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>