- Revert changes made in r370272, because they didn't fix anything.
- Mark broken for the i386 architecture. Reference: http://beefy5.nyi.freebsd.org/data/101i386-default/390348/logs/octave-forge-interval-1.0.0.log http://beefy2.nyi.freebsd.org/data/93amd64-default/390348/logs/octave-forge-interval-1.0.0.log
This commit is contained in:
parent
64c5551aa5
commit
4c2c7869c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390364
1 changed files with 8 additions and 2 deletions
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr
|
||||
|
||||
USES= compiler:openmp
|
||||
USES= compiler:c++11-lang
|
||||
|
||||
# OCTSRC is the name of the directory of the package.
|
||||
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
||||
|
@ -27,4 +27,10 @@ post-build:
|
|||
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
|
||||
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000000 && ${ARCH} == "i386"
|
||||
BROKEN= Doesn't build on FreeBSD 9 nor i386
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue