pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/smartmontools



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Jul 23 15:18:17 UTC 2022

Modified Files:
        pkgsrc/sysutils/smartmontools: distinfo
        pkgsrc/sysutils/smartmontools/patches: patch-ag

Log Message:
smartmontools: avoid work directory references in binaries

pkg-config not used for anything but it's path gets encoded
into the binaries via the SMARTMONTOOLS_CONFIGURE_ARGS define.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/sysutils/smartmontools/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/smartmontools/patches/patch-ag

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

Modified files:

Index: pkgsrc/sysutils/smartmontools/distinfo
diff -u pkgsrc/sysutils/smartmontools/distinfo:1.40 pkgsrc/sysutils/smartmontools/distinfo:1.41
--- pkgsrc/sysutils/smartmontools/distinfo:1.40 Tue May 10 07:01:28 2022
+++ pkgsrc/sysutils/smartmontools/distinfo      Sat Jul 23 15:18:17 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.40 2022/05/10 07:01:28 triaxx Exp $
+$NetBSD: distinfo,v 1.41 2022/07/23 15:18:17 tnn Exp $
 
 BLAKE2s (smartmontools-7.3.tar.gz) = fe02e8378d6a4b70b124df0627bef796f70f7f8000a614ad2f5b1a43549ccbe7
 SHA512 (smartmontools-7.3.tar.gz) = 08afe8b0a6a39e742160cd4e4c03fc7aff7b1ae8681b906360f0932277dc99e361b7606b2373bdf42425cf9453480a5f4344bc040ebc2fa26a03bd52f02a6ac0
 Size (smartmontools-7.3.tar.gz) = 1043932 bytes
 SHA1 (patch-aa) = c74f808d5e5d7530d7dda1871df70b46a3503ae3
-SHA1 (patch-ag) = 14f6def84df02af67b7669a8030e34e6f71b0d1c
+SHA1 (patch-ag) = 892ba81f7920fcd76288efdefadcf182b94d5e4f

Index: pkgsrc/sysutils/smartmontools/patches/patch-ag
diff -u pkgsrc/sysutils/smartmontools/patches/patch-ag:1.7 pkgsrc/sysutils/smartmontools/patches/patch-ag:1.8
--- pkgsrc/sysutils/smartmontools/patches/patch-ag:1.7  Tue May 10 07:01:28 2022
+++ pkgsrc/sysutils/smartmontools/patches/patch-ag      Sat Jul 23 15:18:17 2022
@@ -1,10 +1,19 @@
-$NetBSD: patch-ag,v 1.7 2022/05/10 07:01:28 triaxx Exp $
+$NetBSD: patch-ag,v 1.8 2022/07/23 15:18:17 tnn Exp $
 
 Match x86 SunOS platforms correctly.
 Remove os_solaris=yes to avoid special man page section handling (PR 38199).
 
---- configure.orig     2016-05-07 11:18:29.000000000 +0000
-+++ configure  2016-05-08 06:41:03.000000000 +0000
+--- configure.orig     2022-02-28 16:34:39.000000000 +0000
++++ configure
+@@ -3633,7 +3633,7 @@ smartmontools_release_date=2022-02-28
+ smartmontools_release_time="16:33:40 UTC"
+ 
+ 
+-printf "%s\n" "#define SMARTMONTOOLS_CONFIGURE_ARGS \"$ac_configure_args\"" >>confdefs.h
++printf "%s\n" "#define SMARTMONTOOLS_CONFIGURE_ARGS \"$(echo $ac_configure_args | sed -e "s/ 'PKG_CONFIG[_A-Z]*=[^']*'//g")\"" >>confdefs.h
+ 
+ 
+ printf "%s\n" "#define SMARTMONTOOLS_RELEASE_DATE \"$smartmontools_release_date\"" >>confdefs.h
 @@ -7707,13 +7707,11 @@ fi
      test "$with_solaris_sparc_ata" = "yes" \
        && os_deps="$os_deps os_solaris_ata.o"



Home | Main Index | Thread Index | Old Index