ports/58942: reliability fix for holyshout port
JunSeon Oh
hollywar at holywar.net
Sun Nov 23 05:30:19 UTC 2003
The following reply was made to PR ports/58942; it has been noted by GNATS.
From: JunSeon Oh <hollywar at holywar.net>
To: freebsd-gnats-submit at 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 at -O20@${CFLAGS}@g ; s at -O2@${CFLAGS}@g")
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \
${WRKSRC}/Makefile
More information about the freebsd-ports-bugs
mailing list