Marked BROKEN until I find the reason it's core-dumping on startup.
This commit is contained in:
parent
f107421395
commit
5cf77f032a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10999
2 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 19 April 1998
|
||||
# Whom: chuckr@freebsd.org
|
||||
#
|
||||
# $Id: Makefile,v 1.12 1998/02/16 11:59:34 asami Exp $
|
||||
# $Id: Makefile,v 1.13 1998/05/05 20:37:57 chuckr Exp $
|
||||
#
|
||||
|
||||
DISTNAME= octave-2.0.12
|
||||
|
@ -20,6 +20,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-f2c --enable-s
|
|||
USE_GMAKE= yes
|
||||
MAN1= octave.1
|
||||
|
||||
BROKEN= "core dump problem on startup, working on it."
|
||||
|
||||
LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Date created: 19 April 1998
|
||||
# Whom: chuckr@freebsd.org
|
||||
#
|
||||
# $Id: Makefile,v 1.12 1998/02/16 11:59:34 asami Exp $
|
||||
# $Id: Makefile,v 1.13 1998/05/05 20:37:57 chuckr Exp $
|
||||
#
|
||||
|
||||
DISTNAME= octave-2.0.12
|
||||
|
@ -20,6 +20,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-f2c --enable-s
|
|||
USE_GMAKE= yes
|
||||
MAN1= octave.1
|
||||
|
||||
BROKEN= "core dump problem on startup, working on it."
|
||||
|
||||
LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue