Sun Mar 8 17:17:02 2009 UTC ()
Recognize Dragofly as BSD Family representative.
Enables Dragonfly build (tested on 2.1.1).


(asau)
diff -r1.5 -r1.6 pkgsrc/math/fricas/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/math/fricas/Makefile (expand / switch to unified diff)

--- pkgsrc/math/fricas/Makefile 2009/02/25 01:49:48 1.5
+++ pkgsrc/math/fricas/Makefile 2009/03/08 17:17:02 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.5 2009/02/25 01:49:48 asau Exp $ 1# $NetBSD: Makefile,v 1.6 2009/03/08 17:17:02 asau Exp $
2 2
3PKGNAME= fricas-1.0.5 3PKGNAME= fricas-1.0.5
4DISTNAME= ${PKGNAME_NOREV}-full 4DISTNAME= ${PKGNAME_NOREV}-full
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= math 6CATEGORIES= math
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= asau@inbox.ru 10MAINTAINER= asau@inbox.ru
11HOMEPAGE= http://fricas.sourceforge.net/ 11HOMEPAGE= http://fricas.sourceforge.net/
12COMMENT= FriCAS is a fork of the Axiom computer algebra system 12COMMENT= FriCAS is a fork of the Axiom computer algebra system
13 13
14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
@@ -21,14 +21,21 @@ USE_TOOLS+= gmake @@ -21,14 +21,21 @@ USE_TOOLS+= gmake
21PKG_DESTDIR_SUPPORT= user-destdir 21PKG_DESTDIR_SUPPORT= user-destdir
22MAKE_JOBS_SAFE= no 22MAKE_JOBS_SAFE= no
23 23
24# Problems: 24# Problems:
25# 4. Emacs files should go into "site-lisp". 25# 4. Emacs files should go into "site-lisp".
26# 5. view3D hangs sometimes (?), killing it doesn't affect binary package. 26# 5. view3D hangs sometimes (?), killing it doesn't affect binary package.
27 27
28.include "options.mk" 28.include "options.mk"
29 29
30.if !empty(PKG_OPTIONS:Mclisp) 30.if !empty(PKG_OPTIONS:Mclisp)
31INSTALL_UNSTRIPPED= yes # don't strip AXIOMsys, it breaks FFI 31INSTALL_UNSTRIPPED= yes # don't strip AXIOMsys, it breaks FFI
32.endif 32.endif
33 33
 34# Fix BSD Family pattern:
 35SUBST_CLASSES+= dragonfly
 36SUBST_STAGE.dragonfly= post-patch
 37SUBST_MESSAGE.dragonfly= Fixing BSD Family pattern
 38SUBST_FILES.dragonfly= configure
 39SUBST_SED.dragonfly= -e 's/\*bsd\*)/*bsd*|*dragonfly*)/'
 40
34.include "../../mk/bsd.pkg.mk" 41.include "../../mk/bsd.pkg.mk"