aboutsummaryrefslogtreecommitdiff
path: root/math/picosat/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2016-06-27 13:41:17 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2016-06-27 13:41:17 +0000
commit0bb7303c3054f8d4cb2d64d0b2a56898e2ba9b8e (patch)
treed96a5cd3128ed2b1ee7650d1a5bff775ac55340a /math/picosat/Makefile
parent639a2835179f088fc868489e44a9c8bed0b5670c (diff)
downloadports-0bb7303c3054f8d4cb2d64d0b2a56898e2ba9b8e.tar.gz
ports-0bb7303c3054f8d4cb2d64d0b2a56898e2ba9b8e.zip
math/picosat: Update to 965
* Update DISTVERSION and distinfo checksum (965) * Add CONFIGURE_SCRIPT (filename change to .sh extension) * Add DEBUG option * Use --trace, --stats (and --logs) with DEBUG, rather than in the default (non-debug) build. * Specify --static explicitly even though its built to avoid possible future footshooting. http://fmv.jku.at/picosat/NEWS
Notes
Notes: svn path=/head/; revision=417659
Diffstat (limited to 'math/picosat/Makefile')
-rw-r--r--math/picosat/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/math/picosat/Makefile b/math/picosat/Makefile
index a5b862479dfd..61abdac24c27 100644
--- a/math/picosat/Makefile
+++ b/math/picosat/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= picosat
-DISTVERSION= 957
+DISTVERSION= 965
CATEGORIES= math
MASTER_SITES= http://fmv.jku.at/picosat/
@@ -12,9 +12,16 @@ COMMENT= Satisfiability (SAT) solver for boolean variables
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_LDCONFIG= yes
+OPTIONS_DEFINE= DEBUG
+
+DEBUG_CONFIGURE_ON= --debug --log
+
+USE_LDCONFIG= yes
+
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --shared --trace --stats
+CONFIGURE_ARGS= --shared --static
+CONFIGURE_SCRIPT= configure.sh
+
MAKEFILE= makefile
MAKE_JOBS_UNSAFE= yes