mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add IS_INTERACTIVE. The Configure script checks for file descriptor 0,
so you can't run it with all the stdio redirected.
This commit is contained in:
parent
cd1e798da7
commit
377079f63c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1443
@ -3,7 +3,7 @@
|
||||
# Date created: 16 April 1995
|
||||
# Whom: markm
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1995/04/15 05:44:51 asami Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1995/04/17 06:02:33 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= perl5.001
|
||||
@ -14,6 +14,13 @@ EXTRACT_SUFX= .tar.gz
|
||||
|
||||
MAINTAINER= markm@FreeBSD.ORG
|
||||
|
||||
#
|
||||
# This isn't really interactive, but the Configure script checks for
|
||||
# file descriptor 0, so it won't run if you </dev/null to run a
|
||||
# nightly batch build....
|
||||
#
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS= -sde
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 16 April 1995
|
||||
# Whom: markm
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1995/04/15 05:44:51 asami Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1995/04/17 06:02:33 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= perl5.001
|
||||
@ -14,6 +14,13 @@ EXTRACT_SUFX= .tar.gz
|
||||
|
||||
MAINTAINER= markm@FreeBSD.ORG
|
||||
|
||||
#
|
||||
# This isn't really interactive, but the Configure script checks for
|
||||
# file descriptor 0, so it won't run if you </dev/null to run a
|
||||
# nightly batch build....
|
||||
#
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS= -sde
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 16 April 1995
|
||||
# Whom: markm
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1995/04/15 05:44:51 asami Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1995/04/17 06:02:33 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= perl5.001
|
||||
@ -14,6 +14,13 @@ EXTRACT_SUFX= .tar.gz
|
||||
|
||||
MAINTAINER= markm@FreeBSD.ORG
|
||||
|
||||
#
|
||||
# This isn't really interactive, but the Configure script checks for
|
||||
# file descriptor 0, so it won't run if you </dev/null to run a
|
||||
# nightly batch build....
|
||||
#
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS= -sde
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 16 April 1995
|
||||
# Whom: markm
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1995/04/15 05:44:51 asami Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1995/04/17 06:02:33 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= perl5.001
|
||||
@ -14,6 +14,13 @@ EXTRACT_SUFX= .tar.gz
|
||||
|
||||
MAINTAINER= markm@FreeBSD.ORG
|
||||
|
||||
#
|
||||
# This isn't really interactive, but the Configure script checks for
|
||||
# file descriptor 0, so it won't run if you </dev/null to run a
|
||||
# nightly batch build....
|
||||
#
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS= -sde
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 16 April 1995
|
||||
# Whom: markm
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1995/04/15 05:44:51 asami Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1995/04/17 06:02:33 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= perl5.001
|
||||
@ -14,6 +14,13 @@ EXTRACT_SUFX= .tar.gz
|
||||
|
||||
MAINTAINER= markm@FreeBSD.ORG
|
||||
|
||||
#
|
||||
# This isn't really interactive, but the Configure script checks for
|
||||
# file descriptor 0, so it won't run if you </dev/null to run a
|
||||
# nightly batch build....
|
||||
#
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS= -sde
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 16 April 1995
|
||||
# Whom: markm
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1995/04/15 05:44:51 asami Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1995/04/17 06:02:33 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= perl5.001
|
||||
@ -14,6 +14,13 @@ EXTRACT_SUFX= .tar.gz
|
||||
|
||||
MAINTAINER= markm@FreeBSD.ORG
|
||||
|
||||
#
|
||||
# This isn't really interactive, but the Configure script checks for
|
||||
# file descriptor 0, so it won't run if you </dev/null to run a
|
||||
# nightly batch build....
|
||||
#
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS= -sde
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 16 April 1995
|
||||
# Whom: markm
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1995/04/15 05:44:51 asami Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1995/04/17 06:02:33 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= perl5.001
|
||||
@ -14,6 +14,13 @@ EXTRACT_SUFX= .tar.gz
|
||||
|
||||
MAINTAINER= markm@FreeBSD.ORG
|
||||
|
||||
#
|
||||
# This isn't really interactive, but the Configure script checks for
|
||||
# file descriptor 0, so it won't run if you </dev/null to run a
|
||||
# nightly batch build....
|
||||
#
|
||||
IS_INTERACTIVE= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS= -sde
|
||||
|
Loading…
Reference in New Issue
Block a user