simpler SEPARATE_BUILD semantics

This commit is contained in:
espie 2020-03-06 15:26:18 +00:00
parent 2721a663f6
commit 0bce543793
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:47:02 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2020/03/06 15:26:18 espie Exp $
COMMENT = seam-carving smart rescale library
CATEGORIES = graphics devel
@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes
WANTLIB = glib-2.0 iconv intl m pcre pthread
CONFIGURE_STYLE = gnu
SEPARATE_BUILD = simple
SEPARATE_BUILD = Yes
SHARED_LIBS += lqr-1 1.0 # .0.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2019/12/06 14:22:26 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2020/03/06 15:26:18 espie Exp $
# other GO_ARCHS machines use binary bootstraps
ONLY_FOR_ARCHS = amd64 i386
@ -26,7 +26,7 @@ MASTER_SITES = https://dl.google.com/go/
BUILD_DEPENDS = shells/bash
SEPARATE_BUILD = simple
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = None
SUBST_VARS = GOEXE GOCFG

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.83 2020/02/23 14:28:44 jsing Exp $
# $OpenBSD: Makefile,v 1.84 2020/03/06 15:26:18 espie Exp $
ONLY_FOR_ARCHS = ${GO_ARCHS}
@ -31,7 +31,7 @@ DISTFILES = ${DISTNAME}${EXTRACT_SUFX}
BUILD_DEPENDS = shells/bash
SEPARATE_BUILD = simple
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = None
SUBST_VARS = GOCFG

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2019/11/08 15:59:28 fcambus Exp $
# $OpenBSD: Makefile,v 1.17 2020/03/06 15:26:18 espie Exp $
COMMENT= test tool for slow HTTP reads/posts
@ -18,7 +18,7 @@ WANTLIB += c m ssl ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
SEPARATE_BUILD= simple
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>