FreeBSD Bugzilla – Attachment 155278 Details for
Bug 199240
[PATCH] lang/yabasic: Update to version 2.768
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lang_yabasic.diff
lang_yabasic.diff (text/plain), 1.91 KB, created by
tkato432
on 2015-04-06 18:52:03 UTC
(
hide
)
Description:
lang_yabasic.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-04-06 18:52:03 UTC
Size:
1.91 KB
patch
obsolete
>diff -urN /usr/ports/lang/yabasic/Makefile lang/yabasic/Makefile >--- /usr/ports/lang/yabasic/Makefile 2014-06-21 17:41:00.000000000 +0900 >+++ lang/yabasic/Makefile 2015-04-07 00:00:00.000000000 +0900 >@@ -2,15 +2,18 @@ > # $FreeBSD: head/lang/yabasic/Makefile 350995 2014-04-11 16:02:32Z wen $ > > PORTNAME= yabasic >-PORTVERSION= 2.767 >+PORTVERSION= 2.768 > CATEGORIES= lang > MASTER_SITES= http://www.yabasic.de/download/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= Yet another Basic for Unix and Windows > >-USE_XORG= x11 ice sm xt >-USES= bison >+LICENSE= ART10 GPLv2 >+LICENSE_COMB= multi >+ >+USES= bison ncurses >+USE_XORG= ice sm x11 > GNU_CONFIGURE= yes > > PORTDOCS= yabasic.htm >@@ -18,18 +21,19 @@ > > OPTIONS_DEFINE= DOCS > >-.include <bsd.port.options.mk> >- > post-patch: >- @${REINPLACE_CMD} -e "s|= -DUNIX|= @X_CFLAGS@ -DUNIX|g" ${WRKSRC}/Makefile.in >+ @${REINPLACE_CMD} -e \ >+ 's|= -DUNIX|= @X_CFLAGS@ -DUNIX|g' ${WRKSRC}/Makefile.in >+ @${REINPLACE_CMD} -e \ >+ 's|-R$$x_libraries||' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e \ >+ '/Intrinsic.h/d' ${WRKSRC}/yabasic.h > > post-build test: >- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check >+ @(cd ${WRKSRC} && ${DO_MAKE_BUILD} check) > > post-install: >-.if ${PORT_OPTIONS:MDOCS} >- ${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/yabasic.htm ${STAGEDIR}${DOCSDIR} >-.endif >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) > > .include <bsd.port.mk> >diff -urN /usr/ports/lang/yabasic/distinfo lang/yabasic/distinfo >--- /usr/ports/lang/yabasic/distinfo 2014-06-21 17:41:00.000000000 +0900 >+++ lang/yabasic/distinfo 2015-04-07 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (yabasic-2.767.tar.gz) = 8fc14f8d2c471a4abf6bb59c3a39ed992ee2537e961ea5b53dbb566537ca8055 >-SIZE (yabasic-2.767.tar.gz) = 572140 >+SHA256 (yabasic-2.768.tar.gz) = 1b86850c1a9c9a46603589daf43399bc2a4852986e4d130160bb88a29a92b113 >+SIZE (yabasic-2.768.tar.gz) = 573336
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 199240
: 155278