Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2003 10:13:36 +0200
From:      Kirill Ponomarew <ponomarew@oberon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54605: Update security/cryptlib: fix build with gcc-3.3
Message-ID:  <E19dQMy-000GIb-KM@voodoo.oberon.net>
Resent-Message-ID: <200307180820.h6I8KG3p067206@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54605
>Category:       ports
>Synopsis:       Update security/cryptlib: fix build with gcc-3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 18 01:20:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update security/cryptlib: fix build with gcc-3.3

Reported by bento:
http://bento.freebsd.org/errorlogs/i386-5-latest/cryptlib-3.1.b4_1.log

>How-To-Repeat:
>Fix:
diff -urN cryptlib.orig/files/patch-test::testdev.c cryptlib/files/patch-test::testdev.c
--- cryptlib.orig/files/patch-test::testdev.c	Thu Jan  1 01:00:00 1970
+++ cryptlib/files/patch-test::testdev.c	Fri Jul 18 10:11:29 2003
@@ -0,0 +1,12 @@
+--- test/testdev.c.orig	Fri Jul 18 12:08:02 2003
++++ test/testdev.c	Fri Jul 18 12:08:22 2003
+@@ -849,8 +849,7 @@
+ 		return( status );
+   #else
+ 	puts( "Skipping CAW functionality test (uncomment the "
+-		  "TEST_CAW_FUNCTIONALITY #define\n  in " __FILE__ " to enable
+-		  this)." );
++		  "TEST_CAW_FUNCTIONALITY #define\n  in " __FILE__ " to enable this)." );
+   #endif /* TEST_CAW_FUNCTIONALITY */
+ 	status = testCryptoDevice( CRYPT_DEVICE_FORTEZZA, "Fortezza card",
+ 							   &fortezzaDeviceInfo );
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19dQMy-000GIb-KM>