diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-09-10 02:30:02 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-09-10 02:30:02 +0800 |
commit | f136703c7462964069f1ac72d31efb845a67a8d5 (patch) | |
tree | 76385a34b94753d1c05c8d3644b30ba6e60e313d /lang | |
parent | adcfe3824b2b127f2846aa48c757831cffef0829 (diff) | |
download | freebsd-ports-gnome-f136703c7462964069f1ac72d31efb845a67a8d5.tar.gz freebsd-ports-gnome-f136703c7462964069f1ac72d31efb845a67a8d5.tar.zst freebsd-ports-gnome-f136703c7462964069f1ac72d31efb845a67a8d5.zip |
Update to 2.761
PR: ports/85880
Submitted by: Ports Fury
Diffstat (limited to 'lang')
-rw-r--r-- | lang/yabasic/Makefile | 6 | ||||
-rw-r--r-- | lang/yabasic/distinfo | 4 |
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 |