diff options
author | arved <arved@FreeBSD.org> | 2007-09-02 22:55:20 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-09-02 22:55:20 +0800 |
commit | ec768812f5246bafc995b1d88d82aadcc2a43644 (patch) | |
tree | dbe6c52831b97f75bede4ab1fed290b04732bdab /audio/boodler | |
parent | 6ccfa900853a92077aa67765f5bfe7e699196f9f (diff) | |
download | freebsd-ports-gnome-ec768812f5246bafc995b1d88d82aadcc2a43644.tar.gz freebsd-ports-gnome-ec768812f5246bafc995b1d88d82aadcc2a43644.tar.zst freebsd-ports-gnome-ec768812f5246bafc995b1d88d82aadcc2a43644.zip |
Mark broken on sparc64 as per pointyhat report
Remove stale master site
PR: 115892
Submitted by: Dan Pelleg <daniel+boodler@pelleg.org>
Diffstat (limited to 'audio/boodler')
-rw-r--r-- | audio/boodler/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile index f919acc9264b..792d847677fb 100644 --- a/audio/boodler/Makefile +++ b/audio/boodler/Makefile @@ -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 |