mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 05_20120219
- Fixes to the console library have been pushed upstreams
This commit is contained in:
parent
855cab9eec
commit
c294475674
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292360
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= seed7
|
||||
DISTVERSION= 05_20120205
|
||||
DISTVERSION= 05_20120219
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (seed7_05_20120205.tgz) = 03303d039d60e0d42570d460ac96b537535639cdca342743f882073c16bb812f
|
||||
SIZE (seed7_05_20120205.tgz) = 1645560
|
||||
SHA256 (seed7_05_20120219.tgz) = 1f878561b87069cf6f966300b8d79abb792b0f96cb89e0f38fc76f7d64e9ab97
|
||||
SIZE (seed7_05_20120219.tgz) = 1647591
|
||||
|
@ -26,17 +26,6 @@
|
||||
GET_CC_VERSION_INFO = $(CC) --version >
|
||||
|
||||
BIGINT_LIB_DEFINE = USE_BIG_RTL_LIBRARY
|
||||
@@ -47,8 +47,8 @@
|
||||
# BIGINT_LIB = big_gmp
|
||||
|
||||
TERMINFO_OR_TERMCAP = USE_TERMINFO
|
||||
-CONSOLE_LIB_OBJ = kbd_rtl.o con_inf.o kbd_inf.o trm_inf.o
|
||||
-CONSOLE_LIB_SRC = kbd_rtl.c con_inf.c kbd_inf.c trm_inf.c
|
||||
+CONSOLE_LIB_OBJ = kbd_rtl.o con_inf.o kbd_poll.o trm_inf.o
|
||||
+CONSOLE_LIB_SRC = kbd_rtl.c con_inf.c kbd_poll.c trm_inf.c
|
||||
# TERMINFO_OR_TERMCAP = USE_TERMCAP
|
||||
# CONSOLE_LIB_OBJ = kbd_rtl.o con_inf.o kbd_inf.o trm_cap.o
|
||||
# CONSOLE_LIB_SRC = kbd_rtl.c con_inf.c kbd_inf.c trm_cap.c
|
||||
@@ -112,6 +112,7 @@
|
||||
COMP_DATA_LIB_SRC = typ_data.c rfl_data.c ref_data.c listutl.c flistutl.c typeutl.c datautl.c
|
||||
COMPILER_LIB_SRC = $(PSRC1) $(LSRC1) $(LSRC2) $(LSRC3) $(ESRC1) $(ASRC1) $(ASRC2) $(ASRC3) $(GSRC1) $(GSRC2)
|
||||
|
Loading…
Reference in New Issue
Block a user