From 146d457cf1fdeb44070a2fd0e622e56d1ac996c8 Mon Sep 17 00:00:00 2001 From: krion Date: Sun, 7 Jan 2018 11:33:58 +0000 Subject: - 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 --- databases/pgtcl/Makefile | 5 ++--- databases/pgtcl/distinfo | 9 +++++---- databases/pgtcl/files/patch-configure | 23 +++++++++++++++++++++++ databases/pgtcl/pkg-descr | 2 +- 4 files changed, 31 insertions(+), 8 deletions(-) create mode 100644 databases/pgtcl/files/patch-configure diff --git a/databases/pgtcl/Makefile b/databases/pgtcl/Makefile index 59a876525ec3..f257908e6c35 100644 --- a/databases/pgtcl/Makefile +++ b/databases/pgtcl/Makefile @@ -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 diff --git a/databases/pgtcl/distinfo b/databases/pgtcl/distinfo index 28b9e308b25b..29492a2d66d5 100644 --- a/databases/pgtcl/distinfo +++ b/databases/pgtcl/distinfo @@ -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 diff --git a/databases/pgtcl/files/patch-configure b/databases/pgtcl/files/patch-configure new file mode 100644 index 000000000000..6555f752f036 --- /dev/null +++ b/databases/pgtcl/files/patch-configure @@ -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; } diff --git a/databases/pgtcl/pkg-descr b/databases/pgtcl/pkg-descr index 814a0be216db..e5ab0fab9ab5 100644 --- a/databases/pgtcl/pkg-descr +++ b/databases/pgtcl/pkg-descr @@ -2,4 +2,4 @@ A TCL extension for accessing PostgreSQL databases. This used 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/ -- cgit