pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hyperestraier



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Dec 18 14:31:56 UTC 2017

Modified Files:
        pkgsrc/textproc/hyperestraier: distinfo
        pkgsrc/textproc/hyperestraier/patches: patch-aa

Log Message:
hyperestraier: Fix CFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/hyperestraier/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/hyperestraier/patches/patch-aa

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

Modified files:

Index: pkgsrc/textproc/hyperestraier/distinfo
diff -u pkgsrc/textproc/hyperestraier/distinfo:1.32 pkgsrc/textproc/hyperestraier/distinfo:1.33
--- pkgsrc/textproc/hyperestraier/distinfo:1.32 Wed Nov  4 01:59:35 2015
+++ pkgsrc/textproc/hyperestraier/distinfo      Mon Dec 18 14:31:55 2017
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.32 2015/11/04 01:59:35 agc Exp $
+$NetBSD: distinfo,v 1.33 2017/12/18 14:31:55 jperkin Exp $
 
 SHA1 (hyperestraier-1.4.13.tar.gz) = 21c3f325f42019fef096172105c2fc16f3e72fc0
 RMD160 (hyperestraier-1.4.13.tar.gz) = 8af0af25df6d5bd45a09e9abfbb26300339b5a2c
 SHA512 (hyperestraier-1.4.13.tar.gz) = ec97f487bb0e085f74222106fc5fab227c8c02ee8d736c0b4adef57ec0e4310f829ac59fff5a1c92321786e89bbc2a059a0acff6ab0e5844b83627567bb265fc
 Size (hyperestraier-1.4.13.tar.gz) = 1014600 bytes
-SHA1 (patch-aa) = 67e563ac93b2b3e09122d3fcd12fc443d437fdb3
+SHA1 (patch-aa) = 125460de562fca34521139185b3d1e706e5be5e8
 SHA1 (patch-ab) = f3f57404f02ff9928adc0a8c5c9ddec65700ce85
 SHA1 (patch-ac) = 06bc0a56cc3a7592995d615a1afbffce8fb99931
 SHA1 (patch-ad) = 1ac7dad8bc89fc8bba945a89fa771b925daed7bf

Index: pkgsrc/textproc/hyperestraier/patches/patch-aa
diff -u pkgsrc/textproc/hyperestraier/patches/patch-aa:1.6 pkgsrc/textproc/hyperestraier/patches/patch-aa:1.7
--- pkgsrc/textproc/hyperestraier/patches/patch-aa:1.6  Tue May 27 13:51:02 2008
+++ pkgsrc/textproc/hyperestraier/patches/patch-aa      Mon Dec 18 14:31:56 2017
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2008/05/27 13:51:02 obache Exp $
+$NetBSD: patch-aa,v 1.7 2017/12/18 14:31:56 jperkin Exp $
 
 --- configure.orig     2007-12-25 01:47:49.000000000 +0000
 +++ configure
@@ -28,7 +28,15 @@ $NetBSD: patch-aa,v 1.6 2008/05/27 13:51
  
  #================================================================
  # Options
-@@ -2966,7 +2947,7 @@ if test "${ac_cv_lib_pthread_main+set}" 
+@@ -2402,6 +2383,7 @@ then
+     MYCFLAGS="-Wall -fPIC -fsigned-char -O1"
+   fi
+ fi
++MYCFLAGS="-fPIC ${CFLAGS}"
+ 
+ # Underlying libraries
+ 
+@@ -2966,7 +2948,7 @@ if test "${ac_cv_lib_pthread_main+set}"
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_check_lib_save_LIBS=$LIBS
@@ -37,7 +45,7 @@ $NetBSD: patch-aa,v 1.6 2008/05/27 13:51
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -3019,7 +3000,9 @@ fi
+@@ -3019,7 +3001,9 @@ fi
  echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5
  echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6
  if test $ac_cv_lib_pthread_main = yes; then



Home | Main Index | Thread Index | Old Index