pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/math/fricas Pullup ticket #5279 - requested by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5e9d6b1326d
branches:  pkgsrc-2017Q1
changeset: 360254:d5e9d6b1326d
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Apr 16 15:15:50 2017 +0000

description:
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.

diffstat:

 math/fricas/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 860fb811a567 -r d5e9d6b1326d math/fricas/options.mk
--- a/math/fricas/options.mk    Sun Apr 16 15:15:00 2017 +0000
+++ b/math/fricas/options.mk    Sun Apr 16 15:15:50 2017 +0000
@@ -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 @@
 # 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