- 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
This commit is contained in:
Kirill Ponomarev 2018-01-07 11:33:58 +00:00
parent 0449d1f634
commit 3e2c4556a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458313
4 changed files with 31 additions and 8 deletions

View file

@ -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>

View file

@ -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

View file

@ -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; }

View file

@ -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/