Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2007 06:42:22 +0300 (IDT)
From:      Dan Pelleg <daniel+boodler@pelleg.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115892: Maintainer update: pointyhat fixes
Message-ID:  <20070828034222.9827AC106@muky.here>
Resent-Message-ID: <200708280400.l7S40G5O013579@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115892
>Category:       ports
>Synopsis:       Maintainer update: pointyhat fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 28 04:00:16 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dan Pelleg
>Release:        6.2-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD m 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #4: Sat Mar 24 08:55:20 IST 2007   d@m i386

	
>Description:

Marked sparc64 BROKEN as per pointyhat report, removed stale master site.

>How-To-Repeat:
	
>Fix:


diff -ruN /usr/ports/audio/boodler/Makefile boodler-1.5.3_2/Makefile
--- /usr/ports/audio/boodler/Makefile	Wed May  3 08:14:12 2006
+++ boodler-1.5.3_2/Makefile	Tue Aug 28 06:35:16 2007
@@ -7,10 +7,9 @@
 
 PORTNAME=	boodler
 PORTVERSION=	1.5.3
-PORTREVISION=	1
+PORTREVISION=	2
 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 @@
 DRIVER?=	oss
 WRKSRC=		${WRKDIR}/${PORTNAME}
 BHOME=		${PREFIX}/share/boodler
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 LDCONFIG_DIRS=	%%PREFIX%%/share/boodler/boodle
 
 pre-everything::
@@ -55,6 +54,10 @@
 
 .if ${ARCH} == "amd64" || ${ARCH} == "ia64"
 PIC=	--PIC
+.endif
+
+.if ${ARCH} == "sparc64"
+BROKEN=		does not compile on sparc64
 .endif
 
 post-patch:

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070828034222.9827AC106>