In terms of the core YAP, most changes are small bug fixes. They include - better support for 64 bits in win64, - some fixes to the garbage collector - OSX Lion compilation - wide char support - bug in copy_term when some variables have attributes - fixes to lam interface - C-interface and SWI support - over-optimisation of =/2. - arithmetic exceptions - write_canonical (Ulrich) - retracting may not follow lu semantics - minor predicate import bug. There has been a lot of progress in ProbLog and cplint.
29 lines
728 B
Makefile
29 lines
728 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/06/16 19:34:49 asau Exp $
|
|
#
|
|
|
|
DISTNAME= yap-6.2.2
|
|
CATEGORIES= lang
|
|
# MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yap/}
|
|
MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ \
|
|
http://www.dcc.fc.up.pt/~vsc/Yap/current/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ncc.up.pt/~vsc/Yap/
|
|
COMMENT= ISO-compliant Prolog
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS= gmake
|
|
|
|
CONFIGURE_ENV+= INDENT=${TRUE:Q}
|
|
|
|
# debug option:
|
|
#CONFIGURE_ARGS+= --enable-debug-yap
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|