Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2010 10:00:37 +0100 (CET)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/142462: [patch] audio/creox unbreak on sparc64 by explicitely setting dependency on audio/jack
Message-ID:  <201001080900.o0890bE2016973@tucana.bfh.ch>
Resent-Message-ID: <201001080910.o089A1wn044866@freefall.freebsd.org>

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

>Number:         142462
>Category:       ports
>Synopsis:       [patch] audio/creox unbreak on sparc64 by explicitely setting dependency on audio/jack
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 08 09:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        FreeBSD 9.0-CURRENT sparc64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD tucana.bfh.ch 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Thu Dec 3 19:51:47 CET 2009 root@tucana.bfh.ch:/usr/obj/usr/src/sys/TUCANA sparc64
>Description:
audio/arts doesn't depend on audio/jack on sparc64. For this reason, an explicit dependency to audio/jack must be set in audio/creox.
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/creox/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	15 Sep 2009 01:26:14 -0000	1.2
+++ Makefile	8 Jan 2010 08:46:50 -0000
@@ -7,12 +7,15 @@
 
 PORTNAME=	creox
 DISTVERSION=	0.2.2rc2
+PORTREVISION=	1
 CATEGORIES=	audio kde
 MASTER_SITES=	http://zyzstar.kosoru.com/projects/creox/downloads/
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	A real-time sound processor
 
+LIB_DEPENDS+=   jack.0:${PORTSDIR}/audio/jack
+
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool:22
 GNU_CONFIGURE=	yes
@@ -40,10 +43,4 @@
 	@${REINPLACE_CMD} -e '186s,);,)&,' \
 		${WRKSRC}/creox/effects_dsp/tremoloprocessor.cpp
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not configure on sparc64: does not find Jack library
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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