mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 05_20090705
This commit is contained in:
parent
bcf157737d
commit
79ebe1e48f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237431
4 changed files with 23 additions and 16 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= seed7
|
||||
DISTVERSION= 05_20090426
|
||||
DISTVERSION= 05_20090705
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
@ -18,7 +18,7 @@ COMMENT= A high-level, extensible programming language
|
|||
USE_GMAKE= yes
|
||||
USE_XORG= x11
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
||||
MAKEFILE= makefile
|
||||
ALL_TARGET= hi
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (seed7_05_20090426.tgz) = 40b4951d9c78e99aaaf1c72942fa0192
|
||||
SHA256 (seed7_05_20090426.tgz) = e4a09827840ff90457ea67a2bc5f3c2c7e4d71e9c5d86931f5e45133c15fef06
|
||||
SIZE (seed7_05_20090426.tgz) = 1208211
|
||||
MD5 (seed7_05_20090705.tgz) = fd2a20917e5d0ec05c2beb3ef96f8e2d
|
||||
SHA256 (seed7_05_20090705.tgz) = 48a9f26ccd49670179fb14b97102347e6e49f3042eb856ec3c990a61f3000a0f
|
||||
SIZE (seed7_05_20090705.tgz) = 1240671
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
--- makefile.orig 2008-07-07 22:39:27.000000000 +0200
|
||||
+++ makefile 2008-07-17 00:20:55.000000000 +0200
|
||||
@@ -7,11 +7,11 @@
|
||||
# CFLAGS =
|
||||
# CFLAGS = -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
|
||||
--- makefile.orig 2009-07-04 13:27:03.000000000 +0200
|
||||
+++ makefile 2009-07-08 16:58:47.000000000 +0200
|
||||
@@ -9,12 +9,12 @@
|
||||
# CFLAGS = -O2 -fomit-frame-pointer -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
|
||||
# CFLAGS = -O2 -fomit-frame-pointer -Wall -Wextra -Wswitch-default -Wswitch-enum -Wcast-qual -Waggregate-return -Wwrite-strings -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -Wmissing-noreturn -Wno-multichar
|
||||
# CFLAGS = -O2 -fomit-frame-pointer -Wall -Wextra -Wswitch-default -Wcast-qual -Waggregate-return -Wwrite-strings -Winline -Wconversion -Wshadow -Wpointer-arith -Wmissing-noreturn -Wno-multichar
|
||||
-CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
|
||||
+CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -I%%LOCALBASE%%/include
|
||||
# CFLAGS = -O2 -g -Wall
|
||||
# CFLAGS = -O2 -g -pg -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
|
||||
# CFLAGS = -O2 -fomit-frame-pointer -funroll-loops -Wall
|
||||
# CFLAGS = -O2 -funroll-loops -Wall -pg
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
bin/hi
|
||||
lib/seed7/s7_comp.a
|
||||
lib/seed7/s7_data.a
|
||||
lib/seed7/seed7_05.a
|
||||
lib/seed7/COPYING
|
||||
lib/seed7/LGPL
|
||||
lib/seed7/bigfile.s7i
|
||||
lib/seed7/bigint.s7i
|
||||
lib/seed7/bigrat.s7i
|
||||
lib/seed7/binary.s7i
|
||||
lib/seed7/cards.s7i
|
||||
lib/seed7/cgi.s7i
|
||||
lib/seed7/charsets.s7i
|
||||
|
@ -26,6 +24,7 @@ lib/seed7/gtkserver.s7i
|
|||
lib/seed7/gzip.s7i
|
||||
lib/seed7/html.s7i
|
||||
lib/seed7/html_ent.s7i
|
||||
lib/seed7/inifile.s7i
|
||||
lib/seed7/keybd.s7i
|
||||
lib/seed7/line.s7i
|
||||
lib/seed7/lower.s7i
|
||||
|
@ -38,9 +37,12 @@ lib/seed7/pic32.s7i
|
|||
lib/seed7/progs.s7i
|
||||
lib/seed7/rational.s7i
|
||||
lib/seed7/reverse.s7i
|
||||
lib/seed7/s7_comp.a
|
||||
lib/seed7/s7_data.a
|
||||
lib/seed7/scanfile.s7i
|
||||
lib/seed7/scanstri.s7i
|
||||
lib/seed7/screen.s7i
|
||||
lib/seed7/seed7_05.a
|
||||
lib/seed7/seed7_05.s7i
|
||||
lib/seed7/shell.s7i
|
||||
lib/seed7/socket.s7i
|
||||
|
@ -52,10 +54,13 @@ lib/seed7/syntax.s7i
|
|||
lib/seed7/tee.s7i
|
||||
lib/seed7/time.s7i
|
||||
lib/seed7/upper.s7i
|
||||
lib/seed7/utf8.s7i
|
||||
lib/seed7/utf16.s7i
|
||||
lib/seed7/utf8.s7i
|
||||
lib/seed7/window.s7i
|
||||
lib/seed7/wrinum.s7i
|
||||
lib/seed7/xml_ent.s7i
|
||||
lib/seed7/xmldom.s7i
|
||||
lib/seed7/zip.s7i
|
||||
%%PORTDOCS%%%%DOCSDIR%%/chlog.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/contact.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/faq.htm
|
||||
|
@ -71,8 +76,6 @@ lib/seed7/wrinum.s7i
|
|||
%%PORTDOCS%%%%DOCSDIR%%/robodoc.rc
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/COPYING
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/LGPL
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/files.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addup.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bas7.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bifurk.sd7
|
||||
|
@ -99,6 +102,7 @@ lib/seed7/wrinum.s7i
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clock2.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clock3.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmpfil.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comanche.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comp.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirtst.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirx.sd7
|
||||
|
@ -108,6 +112,7 @@ lib/seed7/wrinum.s7i
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eliza.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/err.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fib.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/files.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gcd.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gkbd.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/green.dna
|
||||
|
@ -116,6 +121,7 @@ lib/seed7/wrinum.s7i
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hamu.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hanoi.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hi
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/indigo.dna
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kbd.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lander.sd7
|
||||
|
|
Loading…
Add table
Reference in a new issue