pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/icecast1 Make the package use the blessed pthrea...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b371cb873a69
branches: trunk
changeset: 474569:b371cb873a69
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun May 02 10:05:34 2004 +0000
description:
Make the package use the blessed pthread package, instead of hard-coding
unproven-pthreads.
Bump PKGREVISION.
diffstat:
audio/icecast1/Makefile | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r dc951da768cb -r b371cb873a69 audio/icecast1/Makefile
--- a/audio/icecast1/Makefile Sun May 02 09:57:19 2004 +0000
+++ b/audio/icecast1/Makefile Sun May 02 10:05:34 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/04/11 15:57:40 snj Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/02 10:05:34 kristerw Exp $
#
DISTNAME= icecast-1.3.12
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.icecast.org/releases/
@@ -27,7 +27,7 @@
LDFLAGS+= ${PTHREAD_LDFLAGS}
LDFLAGS+= ${BUILDLINK_LDFLAGS.${PYPACKAGE}}
LIBS+= -lutil
-PTHREAD_OPTS+= native
+PTHREAD_OPTS+= require
EGDIR= ${PREFIX}/share/examples/icecast
EGFILES= groups.aut mounts.aut users.aut icecast.conf
@@ -57,8 +57,4 @@
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
-.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")
-. include "../../devel/unproven-pthreads/buildlink3.mk"
-.endif
-
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index