mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Mark broken on sparc64 as per pointyhat report
Remove stale master site PR: 115892 Submitted by: Dan Pelleg <daniel+boodler@pelleg.org>
This commit is contained in:
parent
2128c21b1f
commit
8cbd4440a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198649
@ -9,8 +9,7 @@ PORTNAME= boodler
|
||||
PORTVERSION= 1.5.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.eblong.com/zarf/boodler/ \
|
||||
http://s89813419.onlinehome.us/
|
||||
MASTER_SITES= http://www.eblong.com/zarf/boodler/
|
||||
DISTFILES= boodler-153.tar.gz boodler-snd-021902.tar.gz
|
||||
|
||||
MAINTAINER= daniel+boodler@pelleg.org
|
||||
@ -23,7 +22,7 @@ USE_PYTHON= yes
|
||||
DRIVER?= oss
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
BHOME= ${PREFIX}/share/boodler
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
LDCONFIG_DIRS= %%PREFIX%%/share/boodler/boodle
|
||||
|
||||
pre-everything::
|
||||
@ -57,6 +56,10 @@ PKGNAMESUFFIX= -file
|
||||
PIC= --PIC
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= does not compile on sparc64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s|^booroot=.*|booroot=${PREFIX}/share/boodler|" ${WRKSRC}/wrapper/boodler
|
||||
@${RMDIR} ${WRKDIR}/boodler-snd/string
|
||||
|
Loading…
Reference in New Issue
Block a user