aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/synth
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-17 16:01:17 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-17 16:01:17 +0000
commit3175ac22ca29f88137c11cac5231afc8259d3fe7 (patch)
tree2ba37e6a67582da1197b4c57c15a41ddbee3b532 /ports-mgmt/synth
parent7da5618c6567bed8a783a9e106528b28827ecddf (diff)
Notes
Diffstat (limited to 'ports-mgmt/synth')
-rw-r--r--ports-mgmt/synth/Makefile9
-rw-r--r--ports-mgmt/synth/distinfo4
2 files changed, 8 insertions, 5 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile
index fb60d01091b3..467a3b483f7f 100644
--- a/ports-mgmt/synth/Makefile
+++ b/ports-mgmt/synth/Makefile
@@ -3,7 +3,7 @@
PORTNAME= synth
PORTVERSION= 0.98
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= ports-mgmt
@@ -21,7 +21,7 @@ USES= ada:6 ncurses:port
USE_GITHUB= yes
GH_ACCOUNT= jrmarino
GH_PROJECT= synth_external:bundle
-GH_TAGNAME= v1.3:bundle c83a9d9
+GH_TAGNAME= v1.3:bundle 78e49f9
# When framework is moved to Ada6, the ada-util and ini-file-manager
# libraries can be used as prebuilt (switch default.gpr url)
@@ -43,8 +43,11 @@ do-build:
gcc -I. -c ${csrc}.c -o ../../build/adacurses/${csrc}.o)
.endfor
(cd ${WRKSRC}/synthexec && ${SETENV} ${MAKE_ENV} \
+ gcc -c nonblock_wait.c -o ../build/nonblock_wait.o)
+ (cd ${WRKSRC}/synthexec && ${SETENV} ${MAKE_ENV} \
gcc synthexec.c -o ../build/synthexec)
- (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -P default)
+ (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -P default \
+ -largs build/nonblock_wait.o)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/build/synth \
diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo
index 35abda6e9b52..5b8abf5001f8 100644
--- a/ports-mgmt/synth/distinfo
+++ b/ports-mgmt/synth/distinfo
@@ -1,4 +1,4 @@
-SHA256 (jrmarino-synth-v0.98-c83a9d9_GH0.tar.gz) = 130b788b2952c5ef9e3fc7e3ce2e1230073030d9be327e96c955cc6c79338bb3
-SIZE (jrmarino-synth-v0.98-c83a9d9_GH0.tar.gz) = 73628
+SHA256 (jrmarino-synth-v0.98-78e49f9_GH0.tar.gz) = 72b26e685564908b86e76634e26bc1ebe358f5d16dc1b6985b7f9afbb2d1d6b6
+SIZE (jrmarino-synth-v0.98-78e49f9_GH0.tar.gz) = 75728
SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44
SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283