From d39895a649d0a17ebaba022ad87b94959ec97615 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 15 Mar 1999 02:42:44 +0000 Subject: [PATCH] SEPARATE_BUILD --- devel/id-utils/Makefile | 4 +++- lang/expect/Makefile | 5 +++-- lang/guile/Makefile | 4 +++- lang/tcl80/Makefile | 3 ++- x11/tk80/Makefile | 5 +++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index 1f628311612..8784ac01be4 100644 --- a/devel/id-utils/Makefile +++ b/devel/id-utils/Makefile @@ -1,10 +1,12 @@ -# $OpenBSD: Makefile,v 1.5 1999/03/07 00:14:43 brad Exp $ +# $OpenBSD: Makefile,v 1.6 1999/03/15 02:42:44 espie Exp $ # DISTNAME= id-utils-3.2 CATEGORIES= devel MAINTAINER= ports@OpenBSD.ORG +# International files don't want to be built separately +SEPARATE_BUILD=simple MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= id-utils diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 58142aa20c7..720573c8c91 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1999/03/14 03:15:50 marc Exp $ +# $OpenBSD: Makefile,v 1.12 1999/03/15 02:44:29 espie Exp $ # DISTNAME= expect @@ -13,6 +13,7 @@ MASTER_SITES= http://expect.nist.gov/ LIB_DEPENDS= tk80.1:${PORTSDIR}/x11/tk80 +SEPARATE_BUILD=concurrent WRKSRC= ${WRKDIR}/expect-5.28 GNU_CONFIGURE= yes @@ -23,7 +24,7 @@ CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.0 \ CONFIGURE_ARGS+=${CONFIGURE_SHARED} test: - @(cd ${WRKSRC}; make test) + @(cd ${WRKBUILD}; make test) post-install: ${LDCONFIG} -m ${PREFIX}/lib diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 3781f5b11ca..a08749efcab 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1999/03/02 04:41:05 marc Exp $ +# $OpenBSD: Makefile,v 1.7 1999/03/15 02:47:14 espie Exp $ # DISTNAME= guile-1.3 @@ -10,6 +10,8 @@ MAINTAINER= rohee@OpenBSD.ORG MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= guile +# Documentation expects to be able to make copies +SEPARATE_BUILD=simple GNU_CONFIGURE= yes CONFIGURE_ARGS+= ${CONFIGURE_SHARED} diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index 82504a92243..cb9753fb2d6 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 1999/03/02 04:41:08 marc Exp $ +# $OpenBSD: Makefile,v 1.11 1999/03/15 02:45:58 espie Exp $ # $FreeBSD: Makefile,v 1.4 1997/12/01 16:50:49 pst Exp $ # @@ -12,6 +12,7 @@ MAINTAINER= niklas@openbsd.org MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ +SEPARATE_BUILD=concurrent WRKSRC= ${WRKDIR}/tcl8.0.4/unix GNU_CONFIGURE= yes CONFIGURE_ARGS+=${CONFIGURE_SHARED} diff --git a/x11/tk80/Makefile b/x11/tk80/Makefile index 3ada828f07e..6425cf5793b 100644 --- a/x11/tk80/Makefile +++ b/x11/tk80/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1999/03/02 04:41:10 marc Exp $ +# $OpenBSD: Makefile,v 1.9 1999/03/15 02:48:16 espie Exp $ # $FreeBSD: Makefile,v 1.7 1997/12/01 16:50:58 pst Exp $ # @@ -8,6 +8,7 @@ CATEGORIES= x11 tk80 NEED_VERSION= 1.73 +SEPARATE_BUILD=concurrent MAINTAINER= niklas@openbsd.org MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ @@ -23,6 +24,6 @@ post-install: ${LDCONFIG} -m ${PREFIX}/lib test: - cd ${WRKSRC}; make test + cd ${WRKBUILD}; make test .include