pkgsrc-Changes archive

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

CVS commit: pkgsrc/math



Module Name:    pkgsrc
Committed By:   rjs
Date:           Sun Aug 11 15:32:44 UTC 2024

Modified Files:
        pkgsrc/math/fricas: options.mk
        pkgsrc/math/maxima: options.mk
        pkgsrc/math/openaxiom: options.mk

Log Message:
Remove explicit use of devel/libffi when building with lang/ecl.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/fricas/options.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/maxima/options.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/openaxiom/options.mk

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

Modified files:

Index: pkgsrc/math/fricas/options.mk
diff -u pkgsrc/math/fricas/options.mk:1.9 pkgsrc/math/fricas/options.mk:1.10
--- pkgsrc/math/fricas/options.mk:1.9   Tue Jun  6 12:41:51 2023
+++ pkgsrc/math/fricas/options.mk       Sun Aug 11 15:32:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2023/06/06 12:41:51 riastradh Exp $
+# $NetBSD: options.mk,v 1.10 2024/08/11 15:32:43 rjs Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.fricas
 PKG_OPTIONS_REQUIRED_GROUPS=   lisp
@@ -24,7 +24,6 @@ CONFIGURE_ARGS+=      --with-lisp=sbcl
 .if !empty(PKG_OPTIONS:Mecl)
 FASL=                  fas
 CONFIGURE_ARGS+=       --with-lisp=ecl
-.include "../../devel/libffi/buildlink3.mk"
 .include "../../lang/ecl/buildlink3.mk"
 .endif
 

Index: pkgsrc/math/maxima/options.mk
diff -u pkgsrc/math/maxima/options.mk:1.4 pkgsrc/math/maxima/options.mk:1.5
--- pkgsrc/math/maxima/options.mk:1.4   Thu Aug 26 10:21:12 2010
+++ pkgsrc/math/maxima/options.mk       Sun Aug 11 15:32:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2010/08/26 10:21:12 asau Exp $
+# $NetBSD: options.mk,v 1.5 2024/08/11 15:32:43 rjs Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.maxima
 PKG_OPTIONS_REQUIRED_GROUPS=   lisp
@@ -21,7 +21,6 @@ CONFIGURE_ARGS+=      --enable-sbcl
 DEPENDS+=              ecl-[0-9]*:../../lang/ecl
 CONFIGURE_ARGS+=       --enable-ecl
 .include "../../lang/ecl/buildlink3.mk"
-.include "../../devel/libffi/buildlink3.mk"
 .endif
 
 # Modify PLIST

Index: pkgsrc/math/openaxiom/options.mk
diff -u pkgsrc/math/openaxiom/options.mk:1.4 pkgsrc/math/openaxiom/options.mk:1.5
--- pkgsrc/math/openaxiom/options.mk:1.4        Tue Jun  6 12:41:51 2023
+++ pkgsrc/math/openaxiom/options.mk    Sun Aug 11 15:32:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2023/06/06 12:41:51 riastradh Exp $
+# $NetBSD: options.mk,v 1.5 2024/08/11 15:32:44 rjs Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.openaxiom
 PKG_OPTIONS_REQUIRED_GROUPS=   lisp
@@ -24,7 +24,6 @@ CONFIGURE_ARGS+=      --with-lisp=sbcl
 .if !empty(PKG_OPTIONS:Mecl)
 FASL=                  fas
 CONFIGURE_ARGS+=       --with-lisp=ecl
-.include "../../devel/libffi/buildlink3.mk"
 .include "../../lang/ecl/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index