Index: head/lang/snobol4/Makefile =================================================================== --- head/lang/snobol4/Makefile (revision 549662) +++ head/lang/snobol4/Makefile (revision 549663) @@ -1,35 +1,36 @@ # Created by: Wes Peters # $FreeBSD$ PORTNAME= snobol4 PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.ultimate.com/snobol/ MAINTAINER= ports@FreeBSD.org COMMENT= Port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --snolibdir=${PREFIX}/lib/${PORTNAME} CONFIGURE_ENV+= DL_EXT=".so" USES= gmake PLIST_SUB+= VERSION=${PORTVERSION} ALL_TARGET= xsnobol4 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} 's:[^=]*\.tmp$$:${WRKSRC}/&:' ${WRKSRC}/configure @${REINPLACE_CMD} '/grep/s/$$/| egrep -v "built-in|command line"/' \ ${WRKSRC}/cc-M @${REINPLACE_CMD} 's:../snobol4:../xsnobol4:' \ ${WRKSRC}/doc/Makefile ${WRKSRC}/modules/*/Makefile @${REINPLACE_CMD} -e 's::${PREFIX}/bin:' \ -e 's::${PREFIX}/lib/${PORTNAME}:' \ ${WRKSRC}/snopea.in ${WRKSRC}/sdb.sh .include Index: head/lang/snobol4/files/patch-include_macros.h =================================================================== --- head/lang/snobol4/files/patch-include_macros.h (nonexistent) +++ head/lang/snobol4/files/patch-include_macros.h (revision 549663) @@ -0,0 +1,11 @@ +--- include/macros.h.orig 2014-02-22 22:43:58 UTC ++++ include/macros.h +@@ -204,7 +204,7 @@ extern volatile int math_error; + #define RETURN(VALUE) {RSTSTK(); return (VALUE);} + #endif /* TRACE_DEPTH not defined */ + +-struct descr _NORET[1]; ++extern struct descr _NORET[1]; + #define NORET ((ptr_t)_NORET) + + /****************/ Property changes on: head/lang/snobol4/files/patch-include_macros.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property