pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/boost



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jan  7 15:32:44 UTC 2025

Modified Files:
        pkgsrc/meta-pkgs/boost: Makefile.common

Log Message:
boost: Require GNU find on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/meta-pkgs/boost/Makefile.common

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

Modified files:

Index: pkgsrc/meta-pkgs/boost/Makefile.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.104 pkgsrc/meta-pkgs/boost/Makefile.common:1.105
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.104        Sun Dec 29 14:53:13 2024
+++ pkgsrc/meta-pkgs/boost/Makefile.common      Tue Jan  7 15:32:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.104 2024/12/29 14:53:13 adam Exp $
+# $NetBSD: Makefile.common,v 1.105 2025/01/07 15:32:44 jperkin Exp $
 #
 # used by devel/boost-build/Makefile
 # used by devel/boost-docs/Makefile
@@ -52,9 +52,11 @@ SUBST_MESSAGE.darwin=        Fixing install_nam
 SUBST_FILES.darwin=    tools/build/src/tools/gcc.jam
 SUBST_SED.darwin=      -e 's,darwin : @rpath/,darwin : ${PREFIX}/lib/,'
 
-# On SunOS, extract using pkgsrc nbtar to avoid warnings from native gtar.
+# On SunOS, extract using pkgsrc nbtar to avoid warnings from native gtar,
+# and force use of GNU find to support {} as required later in this file.
 .  if ${OPSYS} == "SunOS"
-TOOLS_PLATFORM.tar=    #empty
+TOOLS_PLATFORM.find=   # empty
+TOOLS_PLATFORM.tar=    # empty
 .  endif
 
 .  if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index