[csw-devel] SF.net SVN: gar:[7203] csw/mgar/pkg/gnutls/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Nov 10 13:38:29 CET 2009
Revision: 7203
http://gar.svn.sourceforge.net/gar/?rev=7203&view=rev
Author: dmichelsen
Date: 2009-11-10 12:38:28 +0000 (Tue, 10 Nov 2009)
Log Message:
-----------
gnutls: Test 2.9.9, revert back later to 2.8.x as 2.9 is experimental. Reported bugs are fixed upstream
Modified Paths:
--------------
csw/mgar/pkg/gnutls/trunk/Makefile
csw/mgar/pkg/gnutls/trunk/checksums
Modified: csw/mgar/pkg/gnutls/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnutls/trunk/Makefile 2009-11-10 11:31:56 UTC (rev 7202)
+++ csw/mgar/pkg/gnutls/trunk/Makefile 2009-11-10 12:38:28 UTC (rev 7203)
@@ -1,5 +1,5 @@
GARNAME = gnutls
-GARVERSION = 2.8.5
+GARVERSION = 2.9.9
CATEGORIES = lib
DESCRIPTION = GNU Transport Layer Security libraries and tools
@@ -16,6 +16,7 @@
SPKG_DESC_CSWgnutlsdevel = GNU Transport Layer Security development headers and tools
MASTER_SITES = $(GNU_MIRROR)
+MASTER_SITES += http://alpha.gnu.org/gnu/gnutls/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
DISTFILES += libgnutls-openssl.so.13.i
DISTFILES += libgnutls-openssl.so.13.s
@@ -27,11 +28,11 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+# We don't need it and if defined the test breaks
+LD_OPTIONS =
+
BUILD64 = 1
NO_ISAEXEC = 1
-
-EXTRA_LDFLAGS = -L$(libdir) -lgpg-error -lsocket -lnsl
-
CONFIGURE_ARGS = $(DIRPATHS)
TEST_TARGET = check
@@ -44,6 +45,10 @@
include gar/category.mk
+# This is needed as tests/rfc2253-escape-test calls 'grep' instead of $GREP
+# and uses option '-q'
+PATH := /opt/csw/gnu:$(PATH)
+
post-install-isa-sparcv8:
@cp $(FILEDIR)/libgnutls.so.13.s $(INSTALLISADIR)/opt/csw/lib/libgnutls.so.13
@cp $(FILEDIR)/libgnutls-openssl.so.13.s $(INSTALLISADIR)/opt/csw/lib/libgnutls-openssl.so.13
Modified: csw/mgar/pkg/gnutls/trunk/checksums
===================================================================
--- csw/mgar/pkg/gnutls/trunk/checksums 2009-11-10 11:31:56 UTC (rev 7202)
+++ csw/mgar/pkg/gnutls/trunk/checksums 2009-11-10 12:38:28 UTC (rev 7203)
@@ -1,4 +1,4 @@
-e3b2788b79bfc82acbe717e3c54d4e92 gnutls-2.8.5.tar.bz2
+0d144230c388b74ba2339ac096e21823 gnutls-2.9.9.tar.bz2
073c509902375c40b885f5adc9f7dba9 libgnutls-openssl.so.13.i
02e4011d400d262b8d4b5c7311d8a5b0 libgnutls-openssl.so.13.s
b0eee0d29e3d260a146e626c6ca75b16 libgnutls.so.13.i
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list