mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update gforth to 0.7.3 (bugfix release)
This commit is contained in:
parent
dd928be422
commit
d08dc7af62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357764
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gforth
|
||||
PORTVERSION= 0.7.2
|
||||
PORTVERSION= 0.7.3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.complang.tuwien.ac.at/forth/gforth/ \
|
||||
GNU
|
||||
@ -17,9 +17,9 @@ GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CFLAGS+= -fno-reorder-blocks -fno-inline
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
USE_GCC= any
|
||||
USE_AUTOTOOLS= libtool libltdl
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_LDCONFIG= ${PREFIX}/lib/gforth/${PORTVERSION}/libcc-named
|
||||
ALL_TARGET= kernel/version.fs more info
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gforth-0.7.2.tar.gz) = 77db9071c2442da3215da361b71190bccb153f81f4d01e5e8bc2c2cf8ee81b48
|
||||
SIZE (gforth-0.7.2.tar.gz) = 2560467
|
||||
SHA256 (gforth-0.7.3.tar.gz) = 2f62f2233bf022c23d01c920b1556aa13eab168e3236b13352ac5e9f18542bb0
|
||||
SIZE (gforth-0.7.3.tar.gz) = 2523433
|
||||
|
@ -14,19 +14,15 @@ lib/gforth/%%PORTVERSION%%/gforth-ditc
|
||||
lib/gforth/%%PORTVERSION%%/gforth.fi
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/cstr.so.0
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/cstr.so
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/cstr.la
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/cstr.a
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/socket.so.0
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/socket.so
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/socket.la
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/socket.a
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/libffi.so.0
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/libffi.so
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/libffi.la
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/libffi.a
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/fflib.so.0
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/fflib.so
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/fflib.la
|
||||
lib/gforth/%%PORTVERSION%%/libcc-named/fflib.a
|
||||
man/man1/gforth.1.gz
|
||||
%%DATADIR%%/%%PORTVERSION%%/TAGS
|
||||
|
Loading…
Reference in New Issue
Block a user