summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/lwp/Makefile17
-rw-r--r--net/coda5_client/Makefile6
-rw-r--r--net/coda5_server/Makefile5
-rw-r--r--net/coda_client/Makefile7
-rw-r--r--net/coda_server/Makefile6
5 files changed, 19 insertions, 22 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile
index fe92ba2e871..4b9c536aa05 100644
--- a/devel/lwp/Makefile
+++ b/devel/lwp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/08/14 18:00:24 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2000/09/29 15:40:27 fredb Exp $
#
DISTNAME= lwp-1.1
@@ -9,8 +9,9 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \
MAINTAINER= fb@enteract.com
HOMEPAGE= http://www.coda.cs.cmu.edu/
-# ${WRKDIR}/src/process.ss needs more work for mips
-NOT_FOR_PLATFORM= *-*-mips*
+# ${WRKSRC}/src/process.ss needs pmap handling assembly for
+# each arch. Mips has it, but it evidently needs more work.
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc*
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
@@ -19,16 +20,8 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.prefs.mk"
-# XXX Not yet
-#.if defined(LWP_USE_PTH)
-#.if ${LWP_USE_PTH} == YES || ${LWP_USE_PTH} == yes
-#BUILD_DEPENDS+= pth:../../devel/pth
-#BUILD_DEFS+= LIBS
-#CONFIGURE_ENV+= LIBS="-lpth -lpthreads"
-#.else
+# Don't even to try to use pthreaded version.
pre-configure:
${CP} ${FILESDIR}/config.cache ${WRKSRC}/
-#.endif
-#.endif
.include "../../mk/bsd.pkg.mk"
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile
index e2a66ce7aca..2ab5f25d3cc 100644
--- a/net/coda5_client/Makefile
+++ b/net/coda5_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2000/07/31 09:09:57 rh Exp $
+# $NetBSD: Makefile,v 1.25 2000/09/29 15:40:29 fredb Exp $
#
DISTNAME= coda-5.3.5
@@ -14,7 +14,9 @@ DEPENDS+= lwp>=1.1:../../devel/lwp
DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= readline>=4.0:../../devel/readline
-#LICENSE= GPL
+# Requires "lwp" plus "filesystem CODA" to operate. Should build on
+# any NetBSD-*-m68k, though.
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc*
ALL_TARGET= coda
INSTALL_TARGET= client-install
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile
index 1bda2d31551..99a9d28cde9 100644
--- a/net/coda5_server/Makefile
+++ b/net/coda5_server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2000/07/31 08:42:01 rh Exp $
+# $NetBSD: Makefile,v 1.25 2000/09/29 15:40:29 fredb Exp $
#
DISTNAME= coda-5.3.5
@@ -14,7 +14,8 @@ DEPENDS+= lwp>=1.1:../../devel/lwp
DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= readline>=4.0:../../devel/readline
-#LICENSE= GPL
+# Only enable platforms that can build "lwp".
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc
ALL_TARGET= coda
INSTALL_TARGET= server-install
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile
index 7f24ac70c4b..f6c4572d186 100644
--- a/net/coda_client/Makefile
+++ b/net/coda_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/09/11 08:27:59 tron Exp $
+# $NetBSD: Makefile,v 1.15 2000/09/29 15:40:29 fredb Exp $
#
DISTNAME= coda-4.6.6
@@ -14,8 +14,9 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/
DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
DEPENDS+= readline>=4.0:../../devel/readline
-ONLY_FOR_PLATFORM= NetBSD-*-*
-NOT_FOR_PLATFORM= NetBSD-*-alpha # needs custom asm.
+# Requires "lwp" plus "filesystem CODA" to operate. Should build on
+# any NetBSD-*-m68k, though.
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc*
ALL_TARGET= coda
INSTALL_TARGET= client-install
diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile
index 8ae502d7d8b..39cdc2f3867 100644
--- a/net/coda_server/Makefile
+++ b/net/coda_server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/07/20 15:41:07 tron Exp $
+# $NetBSD: Makefile,v 1.13 2000/09/29 15:40:29 fredb Exp $
#
DISTNAME= coda-4.6.6
@@ -13,8 +13,8 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/
DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
DEPENDS+= readline>=4.0:../../devel/readline
-ONLY_FOR_PLATFORM= NetBSD-*-*
-NOT_FOR_PLATFORM= *-*-alpha # needs custom asm.
+# Only enable platforms that can build "lwp".
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc
ALL_TARGET= coda
INSTALL_TARGET= server-install