1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Mark this as deprecated, since it doesn't fetch, only builds on 8, and

is unmaintained.  While here, pet portlint.

Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-01-26 20:02:35 +00:00
parent 413c5574c0
commit 2834b2d23a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268271

View File

@ -17,7 +17,11 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
gig.10:${PORTSDIR}/audio/libgig \
sqlite3.8:${PORTSDIR}/databases/sqlite3
ONLY_FOR_ARCHS= "i386 amd64"
ONLY_FOR_ARCHS_REASON= "not yet ported"
BROKEN= does not fetch
DEPRECATED= "${BROKEN}"
EXPIRATION_DATE= 2011-03-26
USE_BZIP2= yes
GNU_CONFIGURE= yes
@ -35,8 +39,4 @@ MAN1= linuxsampler.1
BROKEN= Does not compile
.endif
.if ${ARCH} == "sparc64"
IGNORE= Not yet ported to sparc64
.endif
.include <bsd.port.post.mk>