svn commit: r473491 - in head/math/fricas: . files

Yuri Victorovich yuri at FreeBSD.org
Thu Jun 28 08:41:54 UTC 2018


Author: yuri
Date: Thu Jun 28 08:41:53 2018
New Revision: 473491
URL: https://svnweb.freebsd.org/changeset/ports/473491

Log:
  math/fricas: Simplify MASTER_SITES; Add the forgotten patch.
  
  Reported by:	mat (MASTER_SITES)

Added:
  head/math/fricas/files/
  head/math/fricas/files/patch-configure.ac   (contents, props changed)
Modified:
  head/math/fricas/Makefile

Modified: head/math/fricas/Makefile
==============================================================================
--- head/math/fricas/Makefile	Thu Jun 28 08:39:27 2018	(r473490)
+++ head/math/fricas/Makefile	Thu Jun 28 08:41:53 2018	(r473491)
@@ -2,9 +2,10 @@
 
 PORTNAME=	fricas
 DISTVERSION=	1.3.4
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-full
 CATEGORIES=	math
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
+MASTER_SITES=	SF
 
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Advanced computer algebra system

Added: head/math/fricas/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/fricas/files/patch-configure.ac	Thu Jun 28 08:41:53 2018	(r473491)
@@ -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 <util.h>
+-#elif defined(HAVE_PTY_H)
+-# include <pty.h>
+-#endif
++#include <sys/types.h>
++#include <sys/ioctl.h>
++#include <termios.h>
++#include <libutil.h>
+                  ]) # HAVE_OPENPTY_DECL
+ 
+ AC_CHECK_LIB([c], [openpty],


More information about the svn-ports-all mailing list