aboutsummaryrefslogtreecommitdiff
path: root/lang/yabasic
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-09-09 18:30:02 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-09-09 18:30:02 +0000
commit7672c67032169d645530ea7edc54e06ebf02e707 (patch)
treece325204162c444ed0549b1f1a332802b0a11e0a /lang/yabasic
parentfd27d72302c3ae2456a055159f8024eb9ee5d640 (diff)
downloadports-7672c67032169d645530ea7edc54e06ebf02e707.tar.gz
ports-7672c67032169d645530ea7edc54e06ebf02e707.zip
Update to 2.761
PR: ports/85880 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=142307
Diffstat (limited to 'lang/yabasic')
-rw-r--r--lang/yabasic/Makefile6
-rw-r--r--lang/yabasic/distinfo4
2 files changed, 6 insertions, 4 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile
index 4b4c40f2ab88..7eecc768e835 100644
--- a/lang/yabasic/Makefile
+++ b/lang/yabasic/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= yabasic
-PORTVERSION= 2.751
+PORTVERSION= 2.761
CATEGORIES= lang
MASTER_SITES= http://www.yabasic.de/download/
@@ -20,12 +20,14 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= yabasic.1
-PORTDOCS= yabasic.htm
PLIST_FILES= bin/yabasic
+PORTDOCS= yabasic.htm
+
post-patch:
@${REINPLACE_CMD} -e "s|= -DUNIX|= @X_CFLAGS@ -DUNIX|g" ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g" ${WRKSRC}/bison.c
+ @${REINPLACE_CMD} -e "s|setpgrp();|setpgid(0,0);|g" ${WRKSRC}/main.c
post-build test:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
diff --git a/lang/yabasic/distinfo b/lang/yabasic/distinfo
index e77f0b237743..7d94568ea4e6 100644
--- a/lang/yabasic/distinfo
+++ b/lang/yabasic/distinfo
@@ -1,2 +1,2 @@
-MD5 (yabasic-2.751.tar.gz) = 89b4ae8f01e04ad5417bc5d91601d822
-SIZE (yabasic-2.751.tar.gz) = 521014
+MD5 (yabasic-2.761.tar.gz) = d7a72685e8f1cefebba8ef0710dabf63
+SIZE (yabasic-2.761.tar.gz) = 522583