ports/169563: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Feb 28 10:50:01 UTC 2013


The following reply was made to PR ports/169563; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/169563: commit references a PR
Date: Thu, 28 Feb 2013 10:48:31 +0000 (UTC)

 Author: makc
 Date: Thu Feb 28 10:48:18 2013
 New Revision: 313087
 URL: http://svnweb.freebsd.org/changeset/ports/313087
 
 Log:
   - Fix crash
   - Trim Makefile header and adjust COMMENT while I'm here
   
   PR:		ports/169563
   Submitted by:	Marcel <monovox.art at gmail.com>
 
 Modified:
   head/audio/jack-rack/Makefile   (contents, props changed)
 
 Modified: head/audio/jack-rack/Makefile
 ==============================================================================
 --- head/audio/jack-rack/Makefile	Thu Feb 28 10:32:26 2013	(r313086)
 +++ head/audio/jack-rack/Makefile	Thu Feb 28 10:48:18 2013	(r313087)
 @@ -1,18 +1,14 @@
 -# New ports collection makefile for:	jack-rack
 -# Date created:				30 Dec 2006
 -# Whom:					Jean-Yves Lefort <jylefort at FreeBSD.org>
 -#
 +# Created by: Jean-Yves Lefort <jylefort at FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	jack-rack
  PORTVERSION=	1.4.7
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	audio
  MASTER_SITES=	SF
  
  MAINTAINER=	multimedia at FreeBSD.org
 -COMMENT=	A LADSPA effects rack for the JACK audio server
 +COMMENT=	LADSPA effects rack for the JACK audio server
  
  BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
  LIB_DEPENDS=	jack:${PORTSDIR}/audio/jack \
 @@ -26,7 +22,7 @@ USE_PYTHON=	yes
  GNU_CONFIGURE=	yes
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
 -CONFIGURE_ARGS=	--disable-ladcca --disable-lash
 +CONFIGURE_ARGS=	--disable-ladcca --disable-lash --disable-aseq
  
  post-patch:
  	@${REINPLACE_CMD} -e '/^jr_desktop_install/ s|/usr/share|${PREFIX}/share|' \
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-multimedia mailing list