Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2021 11:42:54 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565011 - in head/lang/polyml: . files
Message-ID:  <202102121142.11CBgsZ8007411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rhurlin
Date: Fri Feb 12 11:42:54 2021
New Revision: 565011
URL: https://svnweb.freebsd.org/changeset/ports/565011

Log:
  lang/polyml: Update to 5.8.1
  
  - Bug fix release for version 5.8
  - Visual Studio projects have been updated to VS2017 and SDK 10
  
  Changelog: https://github.com/polyml/polyml/releases/tag/v5.8.1
  
  PR:		253282
  Submitted by:	Wen Heping <wen@FreeBSD.org>
  Reviewed by:	tcberner (mentor)
  Approved by:	arrowd (mentor)
  Differential Revision:	https://reviews.freebsd.org/D28529

Added:
  head/lang/polyml/files/patch-libpolyml_xwindows.cpp   (contents, props changed)
Deleted:
  head/lang/polyml/files/patch-libpolyml_polyffi.cpp
  head/lang/polyml/files/patch-libpolyml_sighandler.cpp
Modified:
  head/lang/polyml/Makefile
  head/lang/polyml/distinfo
  head/lang/polyml/pkg-descr
  head/lang/polyml/pkg-plist

Modified: head/lang/polyml/Makefile
==============================================================================
--- head/lang/polyml/Makefile	Fri Feb 12 11:19:36 2021	(r565010)
+++ head/lang/polyml/Makefile	Fri Feb 12 11:42:54 2021	(r565011)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	polyml
-PORTVERSION=	5.8
+PORTVERSION=	5.8.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	lang
 DIST_SUBDIR=	${PORTNAME}
 
@@ -18,26 +17,25 @@ ONLY_FOR_ARCHS=	aarch64 amd64 i386
 LIB_DEPENDS=	libffi.so:devel/libffi
 
 USES=		libtool localbase pathfix pkgconfig
-
 USE_GITHUB=	yes
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-system-libffi --enable-shared
-USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	MOTIF GMP INTINF_AS_INT
 OPTIONS_DEFAULT=GMP INTINF_AS_INT
 
-MOTIF_CONFIGURE_WITH=	x
-MOTIF_USE=		motif
+INTINF_AS_INT_DESC=	Use IntInf.int as int type
 
-GMP_CONFIGURE_WITH=	gmp
 GMP_LIB_DEPENDS=	libgmp.so:math/gmp
-
-INTINF_AS_INT_DESC=	Use IntInf.int as int type
+GMP_CONFIGURE_WITH=	gmp
 INTINF_AS_INT_CONFIGURE_ENABLE=	intinf-as-int
+MOTIF_USES=		motif xorg
+MOTIF_USE=		xorg=x11,xext,xt
+MOTIF_CONFIGURE_WITH=	x
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lstdc++ ||' ${WRKSRC}/configure

Modified: head/lang/polyml/distinfo
==============================================================================
--- head/lang/polyml/distinfo	Fri Feb 12 11:19:36 2021	(r565010)
+++ head/lang/polyml/distinfo	Fri Feb 12 11:42:54 2021	(r565011)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590409982
-SHA256 (polyml/polyml-polyml-v5.8_GH0.tar.gz) = 6bcc2c5af91f361ef9e0bb28f39ce20171b0beae73b4db3674df6fc793cec8bf
-SIZE (polyml/polyml-polyml-v5.8_GH0.tar.gz) = 9817105
+TIMESTAMP = 1612530407
+SHA256 (polyml/polyml-polyml-v5.8.1_GH0.tar.gz) = fa0507b44470b4e07a061ef6a8896efe42710d8436e15721d743572ad2f7753b
+SIZE (polyml/polyml-polyml-v5.8.1_GH0.tar.gz) = 9845209

Added: head/lang/polyml/files/patch-libpolyml_xwindows.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/polyml/files/patch-libpolyml_xwindows.cpp	Fri Feb 12 11:42:54 2021	(r565011)
@@ -0,0 +1,11 @@
+--- libpolyml/xwindows.cpp.orig	2020-07-17 08:44:22 UTC
++++ libpolyml/xwindows.cpp
+@@ -7302,7 +7302,7 @@ static void DebugPrintWord(PolyWord P /* was X_Object 
+                              : printf("Old Display <%p>",P.AsAddress()));
+             return;
+             
+-        default:         printf("Pointer "ZERO_X"%p",P.AsAddress());
++        default:         printf("Pointer 'ZERO_X' %p", P.AsAddress());
+             return;
+         }
+     }

Modified: head/lang/polyml/pkg-descr
==============================================================================
--- head/lang/polyml/pkg-descr	Fri Feb 12 11:19:36 2021	(r565010)
+++ head/lang/polyml/pkg-descr	Fri Feb 12 11:42:54 2021	(r565011)
@@ -2,4 +2,4 @@ Poly/ML is a full implementation of Standard ML availa
 open-source. It includes a symbolic debugger which allows breakpoints
 to be set and local variables to be viewed as ML values.
 
-WWW: http://www.polyml.org
+WWW: https://www.polyml.org

Modified: head/lang/polyml/pkg-plist
==============================================================================
--- head/lang/polyml/pkg-plist	Fri Feb 12 11:19:36 2021	(r565010)
+++ head/lang/polyml/pkg-plist	Fri Feb 12 11:42:54 2021	(r565011)
@@ -4,8 +4,8 @@ bin/polyimport
 lib/libpolymain.a
 lib/libpolyml.a
 lib/libpolyml.so
-lib/libpolyml.so.10
-lib/libpolyml.so.10.0.0
+lib/libpolyml.so.11
+lib/libpolyml.so.11.0.0
 libdata/pkgconfig/polyml.pc
 man/man1/poly.1.gz
 man/man1/polyc.1.gz



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