From 50169cacce29fd8f225189d880b0dc3802eca338 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Tue, 1 Jul 2003 04:36:33 +0000 Subject: [PATCH] - add NOT_FOR_ARCHS - add the whole regress family settings - general cleanup on things no longer applicable --- infrastructure/templates/Makefile.template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/infrastructure/templates/Makefile.template b/infrastructure/templates/Makefile.template index c6facddaf8a..6875342c18d 100644 --- a/infrastructure/templates/Makefile.template +++ b/infrastructure/templates/Makefile.template @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.template,v 1.38 2002/12/12 07:29:02 pvalchev Exp $ +# $OpenBSD: Makefile.template,v 1.39 2003/07/01 04:36:33 pvalchev Exp $ # $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $ # Original from: credit the original author here # @@ -8,6 +8,7 @@ # Reasons why the port/package shouldn't be built # #ONLY_FOR_ARCHS= ??? +#NOT_FOR_ARCHS= ??? #COMES_WITH= ??? #BROKEN= "reason" #RESTRICTED= "reason" @@ -31,7 +32,7 @@ CATEGORIES= ??? # where to send bitches about this port # Put a full-fledged email address, like # MAINTAINER= John Doe -# Default value is ports.openbsd.org, no need to fill in +# Default value is ports@openbsd.org, no need to fill in #MAINTAINER= ??? # Licensing: This determines what we can distribute. @@ -72,15 +73,15 @@ MASTER_SITES= ??? #BUILD_DEPENDS= ??? #RUN_DEPENDS= ??? #LIB_DEPENDS= ??? +#REGRESS_DEPENDS= ??? #MAKE_FLAGS= ??? #MAKE_ENV= ??? #FAKE_FLAGS= ??? +#REGRESS_FLAGS= ??? # build/configuration variables # -# requires bsd.port.mk 1.89 or later -# #SEPARATE_BUILD= concurrent (build simultaneously on all arches) #SEPARATE_BUILD= simple (configure/build still recreates files in source) #USE_X11= Yes @@ -107,6 +108,7 @@ MASTER_SITES= ??? # Is the build automagic or is it interactive # #IS_INTERACTIVE= Yes +#REGRESS_IS_INTERACTIVE=Yes # Assume you have one multiple choice flavor: 1 2 3 and switches a b. # You would write @@ -141,6 +143,7 @@ MASTER_SITES= ??? #NO_CHECKSUM= Yes #NO_BUILD= Yes #NO_PKG_REGISTER= Yes +#NO_REGRESS= Yes # Overrides for default values # @@ -155,5 +158,6 @@ MASTER_SITES= ??? #ALL_TARGET= ??? #INSTALL_TARGET= ??? +#REGRESS_TARGET= ??? .include