ports/111349: [PATCH] audio/cmus - ncursesw now in releng_6

Herbert J. Skuhra h.skuhra at gmail.com
Sat Apr 7 09:10:10 UTC 2007


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

From: "Herbert J. Skuhra" <h.skuhra at gmail.com>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/111349: [PATCH] audio/cmus - ncursesw now in releng_6
Date: Sat, 7 Apr 2007 11:05:45 +0200

 Sorry, I previously sent the wrong patch! Here is the correct one:
 
 diff -ruN audio/cmus.bak/Makefile audio/cmus/Makefile
 --- audio/cmus.bak/Makefile	Sat Apr  7 10:43:01 2007
 +++ audio/cmus/Makefile	Sat Apr  7 10:59:37 2007
 @@ -7,7 +7,7 @@
  
  PORTNAME=	cmus
  PORTVERSION=	2.1.0
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	audio
  MASTER_SITES=	http://onion.dynserv.net/~timo/files/ \
  		http://mirror.greaterscope.net/cmus/
 @@ -15,8 +15,6 @@
  MAINTAINER=	simon at olofsson.de
  COMMENT=	Console-based music player with really cool features
  
 -LIB_DEPENDS=	ncursesw.5:${PORTSDIR}/devel/ncurses
 -
  USE_BZIP2=	yes
  USE_GCC=	3.2+
  USE_GMAKE=	yes
 @@ -42,6 +40,10 @@
  
  .if ${OSVERSION} < 500000
  BROKEN=		does not compile on FreeBSD 4.X
 +.endif
 +
 +.if ${OSVERSION} < 602107
 +LIB_DEPENDS+=   ncursesw.5:${PORTSDIR}/devel/ncurses
  .endif
  
  .if defined(WITH_FLAC)



More information about the freebsd-ports-bugs mailing list