pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/fricas Recognize Dragofly as BSD Family represent...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd304b10ebeb
branches:  trunk
changeset: 555768:bd304b10ebeb
user:      asau <asau%pkgsrc.org@localhost>
date:      Sun Mar 08 17:17:02 2009 +0000

description:
Recognize Dragofly as BSD Family representative.
Enables Dragonfly build (tested on 2.1.1).

diffstat:

 math/fricas/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 96ee8170c8f3 -r bd304b10ebeb math/fricas/Makefile
--- a/math/fricas/Makefile      Sun Mar 08 17:05:10 2009 +0000
+++ b/math/fricas/Makefile      Sun Mar 08 17:17:02 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/02/25 01:49:48 asau Exp $
+# $NetBSD: Makefile,v 1.6 2009/03/08 17:17:02 asau Exp $
 
 PKGNAME=               fricas-1.0.5
 DISTNAME=              ${PKGNAME_NOREV}-full
@@ -31,4 +31,11 @@
 INSTALL_UNSTRIPPED=    yes     # don't strip AXIOMsys, it breaks FFI
 .endif
 
+# Fix BSD Family pattern:
+SUBST_CLASSES+=                        dragonfly
+SUBST_STAGE.dragonfly=         post-patch
+SUBST_MESSAGE.dragonfly=       Fixing BSD Family pattern
+SUBST_FILES.dragonfly=         configure
+SUBST_SED.dragonfly=           -e 's/\*bsd\*)/*bsd*|*dragonfly*)/'
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index