Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2018 08:41:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473491 - in head/math/fricas: . files
Message-ID:  <201806280841.w5S8frMt061643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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],



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806280841.w5S8frMt061643>