Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2003 21:30:18 -0800 (PST)
From:      JunSeon Oh <hollywar@holywar.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/58942: reliability fix for holyshout port
Message-ID:  <200311230530.hAN5UIiD054410@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/58942; it has been noted by GNATS.

From: JunSeon Oh <hollywar@holywar.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/58942: reliability fix for holyshout port
Date: Sun, 23 Nov 2003 14:27:21 +0900 (KST)

 Ah.. i mistake that patch file to attach. here is a patch in text. also distinfo.
 Thanks.
 
 MD5 (holyshout-0.2.tar.gz) = 17b12027091751f50b11b7d597b05734
 
 
 --- audio/holyshout/Makefile	Fri Nov 14 06:20:31 2003
 +++ local/holyshout/Makefile	Sun Nov 23 14:00:30 2003
 @@ -6,7 +6,8 @@
  #
 
  PORTNAME=	holyshout
 -PORTVERSION=	0.1.3
 +PORTVERSION=	0.2
 +PORTREVISION=	1
  CATEGORIES=	audio net
  MASTER_SITES=	ftp://ftp.holywar.net/pub/FreeBSD/
 
 @@ -16,9 +17,9 @@
  USE_GMAKE=	yes
  USE_REINPLACE=	yes
 
 +LIB_DEPENDS+=   shout.2:${PORTSDIR}/audio/libshout
 +
  post-patch:
 -	(${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \
 -		"s@-O20@${CFLAGS}@g ; s@-O2@${CFLAGS}@g")
  	${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \
  		${WRKSRC}/Makefile
 
 
 



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