Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 11:33:59 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458313 - in head/databases/pgtcl: . files
Message-ID:  <201801071133.w07BXxQF017600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Sun Jan  7 11:33:58 2018
New Revision: 458313
URL: https://svnweb.freebsd.org/changeset/ports/458313

Log:
  - Update to version 2.1.1
  - Fix building with LLD and honour $LD
  - Fix WWW: line
  
  PR:		214864
  Approved by:	portmgr (LLD_UNSAFE blanket)
  Sponsored by:	The FreeBSD Foundation

Added:
  head/databases/pgtcl/files/
  head/databases/pgtcl/files/patch-configure   (contents, props changed)
Modified:
  head/databases/pgtcl/Makefile
  head/databases/pgtcl/distinfo
  head/databases/pgtcl/pkg-descr

Modified: head/databases/pgtcl/Makefile
==============================================================================
--- head/databases/pgtcl/Makefile	Sun Jan  7 10:08:50 2018	(r458312)
+++ head/databases/pgtcl/Makefile	Sun Jan  7 11:33:58 2018	(r458313)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgtcl
-PORTVERSION=	2.0.0
-PORTREVISION=	1
+PORTVERSION=	2.1.1
 CATEGORIES=	databases tcl
 MASTER_SITES=	SF/pgtclng/pgtclng/${PORTVERSION}
 DISTNAME=	${PORTNAME}${PORTVERSION}
@@ -28,7 +27,7 @@ USES+=		tcl:tea
 LIBDIR=		${PREFIX}/lib/${PORTNAME}
 USE_LDCONFIG=	${LIBDIR}
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
-MANUALREL=	20110918
+MANUALREL=	20171113
 
 .include <bsd.port.options.mk>
 

Modified: head/databases/pgtcl/distinfo
==============================================================================
--- head/databases/pgtcl/distinfo	Sun Jan  7 10:08:50 2018	(r458312)
+++ head/databases/pgtcl/distinfo	Sun Jan  7 11:33:58 2018	(r458313)
@@ -1,4 +1,5 @@
-SHA256 (pgtcl2.0.0.tar.gz) = f3d8195ecc140837f77985186b8618bb0e9f00a2e1681a46afd8af065ff35db2
-SIZE (pgtcl2.0.0.tar.gz) = 193257
-SHA256 (pgtcldocs-20110918.zip) = 1a86f0909b19358f4ade768f850ad02b27bc06b4cec32486783e133e37e8f344
-SIZE (pgtcldocs-20110918.zip) = 152847
+TIMESTAMP = 1515323017
+SHA256 (pgtcl2.1.1.tar.gz) = 1925d7cf9422f0213da725bbe245e065ab570b478881577c87ae714e18078208
+SIZE (pgtcl2.1.1.tar.gz) = 196432
+SHA256 (pgtcldocs-20171113.zip) = af61f95881b09ae552cf33358727250e99f0f5886c0b7051d369d3a8484e549f
+SIZE (pgtcldocs-20171113.zip) = 164113

Added: head/databases/pgtcl/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pgtcl/files/patch-configure	Sun Jan  7 11:33:58 2018	(r458313)
@@ -0,0 +1,23 @@
+--- configure.orig	2014-09-12 22:03:04 UTC
++++ configure
+@@ -4261,20 +4261,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confde
+  esac
+ 
+     if test "${TEA_PLATFORM}" = "unix" ; then
+-
+-    #--------------------------------------------------------------------
+-    # On a few very rare systems, all of the libm.a stuff is
+-    # already in libc.a.  Set compiler flags accordingly.
+-    # Also, Linux requires the "ieee" library for math to work
+-    # right (and it must appear before "-lm").
+-    #--------------------------------------------------------------------
+-
+     ac_fn_c_check_func "$LINENO" "sin" "ac_cv_func_sin"
+-if test "x$ac_cv_func_sin" = xyes; then :
+-  MATH_LIBS=""
+-else
+-  MATH_LIBS="-lm"
+-fi
+ 
+     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lieee" >&5
+ $as_echo_n "checking for main in -lieee... " >&6; }

Modified: head/databases/pgtcl/pkg-descr
==============================================================================
--- head/databases/pgtcl/pkg-descr	Sun Jan  7 10:08:50 2018	(r458312)
+++ head/databases/pgtcl/pkg-descr	Sun Jan  7 11:33:58 2018	(r458313)
@@ -2,4 +2,4 @@ A TCL extension for accessing PostgreSQL databases. Th
 to come bunlded with PostgreSQL itself, but was split into a
 separate project in more recent version (8+).
 
-WWW: http://pgfoundry.org/projects/pgtclng/
+WWW: http://sourceforge.net/projects/pgtclng/



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