mark these ports with ONLY_FOR_ARCHS= i386 for now since that is the only

arch known to be able to run these apps.
This commit is contained in:
brad 2001-08-30 01:43:35 +00:00
parent 86b7376a11
commit b3efb02456
2 changed files with 13 additions and 9 deletions

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.12 2001/08/12 18:10:26 fgsch Exp $
.if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "powerpc"
BROKEN= "pthreads are currently not working on the ${MACHINE_ARCH} architecture"
.endif
# $OpenBSD: Makefile,v 1.13 2001/08/30 01:43:35 brad Exp $
COMMENT= "Internet based broadcasting system"
# archs that have pthreads library in
# good enough shape to run this app.
ONLY_FOR_ARCHS= i386
DISTNAME= icecast-1.3.11
CATEGORIES= net audio www
NEED_VERSION= 1.434
NEED_VERSION= 1.435
MASTER_SITES= http://www.icecast.org/releases/
HOMEPAGE= http://www.icecast.org/

View File

@ -1,10 +1,14 @@
# $OpenBSD: Makefile,v 1.2 2001/07/15 19:17:00 naddy Exp $
# $OpenBSD: Makefile,v 1.3 2001/08/30 01:43:35 brad Exp $
COMMENT= "threaded dns daemon, optimized for caching"
COMMENT= "threaded DNS daemon, optimized for caching"
# archs that have pthreads library in
# good enough shape to run this app.
ONLY_FOR_ARCHS= i386
DISTNAME= pdnsd-1.1.6
CATEGORIES= net
NEED_VERSION= 1.414
NEED_VERSION= 1.435
HOMEPAGE= http://home.t-online.de/home/Moestl/
MAINTAINER= Sebastian Stark <seb@todesplanet.de>