pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/lasso



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Dec 18 15:33:59 UTC 2017

Modified Files:
        pkgsrc/security/lasso: distinfo
        pkgsrc/security/lasso/patches: patch-configure
Removed Files:
        pkgsrc/security/lasso/patches: patch-configure.ac

Log Message:
lasso: Don't overwrite user CFLAGS.

Also remove patched configure.ac, we don't do that if we're also patching
configure as it doesn't achieve anything and can cause timestamp issues.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/lasso/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/lasso/patches/patch-configure
cvs rdiff -u -r1.2 -r0 pkgsrc/security/lasso/patches/patch-configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/lasso/distinfo
diff -u pkgsrc/security/lasso/distinfo:1.20 pkgsrc/security/lasso/distinfo:1.21
--- pkgsrc/security/lasso/distinfo:1.20 Thu Mar 23 17:06:58 2017
+++ pkgsrc/security/lasso/distinfo      Mon Dec 18 15:33:59 2017
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.20 2017/03/23 17:06:58 joerg Exp $
+$NetBSD: distinfo,v 1.21 2017/12/18 15:33:59 jperkin Exp $
 
 SHA1 (lasso-2.5.1.tar.gz) = fe0e68010bab6e11383003b5cf869c0447ed7a6e
 RMD160 (lasso-2.5.1.tar.gz) = 8cc0506fe8cbac770e952fdb0f067c7e58f5bb43
 SHA512 (lasso-2.5.1.tar.gz) = f20bea62c04f3082d5c423f658bafe1bdde0012321c43092ed5d5a2c3ec7b21ec27d88d9fc630743fd7c99e767d9fd92b98de5d4f7d98c3a9e680717483daae1
 Size (lasso-2.5.1.tar.gz) = 4552152 bytes
-SHA1 (patch-configure) = 8acdd57ba89fea824ea0bc6b0080298b78226678
-SHA1 (patch-configure.ac) = 8cb6a7ad3aec9a7c17892ae4e0493ad3d6a8cde1
+SHA1 (patch-configure) = fe5650cfe939d8c4de66d185c36936840958e5d1

Index: pkgsrc/security/lasso/patches/patch-configure
diff -u pkgsrc/security/lasso/patches/patch-configure:1.2 pkgsrc/security/lasso/patches/patch-configure:1.3
--- pkgsrc/security/lasso/patches/patch-configure:1.2   Wed Apr  1 14:05:02 2015
+++ pkgsrc/security/lasso/patches/patch-configure       Mon Dec 18 15:33:59 2017
@@ -1,14 +1,23 @@
-$NetBSD: patch-configure,v 1.2 2015/04/01 14:05:02 manu Exp $
+$NetBSD: patch-configure,v 1.3 2017/12/18 15:33:59 jperkin Exp $
 
 Make sure _POSIX_C_SOURCE=199506 so that strtok() is defined by <string.h>
 Otherwise, compiler assumes it returns an int, which badly breaks on LP64
 
 Also use = instead of == for test(1) portability sake.
 
---- configure.orig     2014-08-28 16:05:55.000000000 +0200
-+++ configure  2015-03-25 11:43:14.000000000 +0100
-@@ -13771,9 +13771,9 @@
-   enable_java=no
+--- configure.orig     2016-02-18 23:11:38.249290059 +0000
++++ configure
+@@ -4382,9 +4382,6 @@ else
+ fi
+ 
+ 
+-CFLAGS=""
+-AM_CFLAGS=""
+-
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -13976,7 +13973,7 @@ else
    JAVA_VERSION=""
  fi
  
@@ -17,9 +26,7 @@ Also use = instead of == for test(1) por
      JNI_EXTRA_LDFLAGS="-shrext .jnilib"
  fi
  
-  if test "x$enable_java" = "xyes"; then
-@@ -15279,8 +15279,9 @@
- fi
+@@ -15650,6 +15647,7 @@ fi
  
  
  LASSO_PUB_CFLAGS="$LASSO_DEFINES"
@@ -27,4 +34,3 @@ Also use = instead of == for test(1) por
  LASSO_CORE_CFLAGS="$LASSO_CFLAGS $LASSO_DEFINES $Z_CFLAGS -DLASSO_INTERNALS"
  if test $MINGW -eq 1; then
    LASSO_CORE_LIBS="-llasso-0"
- else



Home | Main Index | Thread Index | Old Index