Index: head/math/fricas/Makefile =================================================================== --- head/math/fricas/Makefile (revision 473490) +++ head/math/fricas/Makefile (revision 473491) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= fricas DISTVERSION= 1.3.4 +PORTREVISION= 1 DISTVERSIONSUFFIX= -full CATEGORIES= math -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ +MASTER_SITES= SF MAINTAINER= yuri@FreeBSD.org COMMENT= Advanced computer algebra system LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license/LICENSE.AXIOM BUILD_DEPENDS= sbcl:lang/sbcl USES= autoreconf gmake tar:bz2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lisp=sbcl USE_XORG= ice sm x11 xpm WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} STRIP= #these binaries fail if stripped PLIST_SUB= HOST_ARCH="${CONFIGURE_TARGET}" .include Index: head/math/fricas/files/patch-configure.ac =================================================================== --- head/math/fricas/files/patch-configure.ac (nonexistent) +++ head/math/fricas/files/patch-configure.ac (revision 473491) @@ -0,0 +1,18 @@ +--- configure.ac.orig 2018-06-28 08:18:19 UTC ++++ configure.ac +@@ -595,11 +595,10 @@ AC_CHECK_DECL([openpty], + [AC_DEFINE([HAVE_OPENPTY_DECL], [1], + [openpty is declared])], [], + [ +-#if defined(HAVE_UTIL_H) +-# include +-#elif defined(HAVE_PTY_H) +-# include +-#endif ++#include ++#include ++#include ++#include + ]) # HAVE_OPENPTY_DECL + + AC_CHECK_LIB([c], [openpty], Property changes on: head/math/fricas/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property