aboutsummaryrefslogtreecommitdiff
path: root/databases/pgtcl
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-01-07 11:33:58 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-01-07 11:33:58 +0000
commit3e2c4556a29b53197ee367ef3f83c04539f6669b (patch)
tree053d49a4f214c7e86cd57036b8509a60d93c77e9 /databases/pgtcl
parent0449d1f634b08148eb3d8218da8461628df8bc00 (diff)
downloadports-3e2c4556a29b53197ee367ef3f83c04539f6669b.tar.gz
ports-3e2c4556a29b53197ee367ef3f83c04539f6669b.zip
- 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
Notes
Notes: svn path=/head/; revision=458313
Diffstat (limited to 'databases/pgtcl')
-rw-r--r--databases/pgtcl/Makefile5
-rw-r--r--databases/pgtcl/distinfo9
-rw-r--r--databases/pgtcl/files/patch-configure23
-rw-r--r--databases/pgtcl/pkg-descr2
4 files changed, 31 insertions, 8 deletions
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 <bsd.port.options.mk>
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/