pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q1] pkgsrc/math/fricas
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Apr 16 15:15:50 UTC 2017
Modified Files:
pkgsrc/math/fricas [pkgsrc-2017Q1]: options.mk
Log Message:
Pullup ticket #5279 - requested by sevan
math/fricas: build fix
Revisions pulled up:
- math/fricas/options.mk 1.7
---
Module Name: pkgsrc
Committed By: asau
Date: Thu Apr 13 13:00:43 UTC 2017
Modified Files:
pkgsrc/math/fricas: options.mk
Log Message:
Handle MACHINE_GNU_PLATFORM when generating PLIST.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.14.1 pkgsrc/math/fricas/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.6 pkgsrc/math/fricas/options.mk:1.6.14.1
--- pkgsrc/math/fricas/options.mk:1.6 Mon Aug 10 08:13:45 2015
+++ pkgsrc/math/fricas/options.mk Sun Apr 16 15:15:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2015/08/10 08:13:45 asau Exp $
+# $NetBSD: options.mk,v 1.6.14.1 2017/04/16 15:15:50 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fricas
PKG_OPTIONS_REQUIRED_GROUPS= lisp
@@ -31,6 +31,8 @@ CONFIGURE_ARGS+= --with-lisp=ecl
# Fix suffix for "fast load" files:
PLIST_SUBST+= FASL=${FASL:Q}
+PRINT_PLIST_AWK+= {gsub(/${MACHINE_GNU_PLATFORM}/, "$${MACHINE_GNU_PLATFORM}")}
+
# Generalize "fast load" files
PRINT_PLIST_AWK+= {gsub(/\.${FASL}$$/, ".$${FASL}");}
.if !empty(PKG_OPTIONS:Mclisp)
Home |
Main Index |
Thread Index |
Old Index