aboutsummaryrefslogtreecommitdiffstats
path: root/lang/seed7
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2011-02-04 21:30:52 +0800
committergahr <gahr@FreeBSD.org>2011-02-04 21:30:52 +0800
commit03daa008b0776258c4ebc9d73f029f2a077c6077 (patch)
tree321740e6a93eafee6af46609f90867a728c01e22 /lang/seed7
parent3563a88e749b670ebc23ee8a7ee29cc6e89641ec (diff)
downloadfreebsd-ports-gnome-03daa008b0776258c4ebc9d73f029f2a077c6077.tar.gz
freebsd-ports-gnome-03daa008b0776258c4ebc9d73f029f2a077c6077.tar.zst
freebsd-ports-gnome-03daa008b0776258c4ebc9d73f029f2a077c6077.zip
- Update to 05_20110203
Many changes since the last update, see doc/chlog.txt for the details. Feature safe: yes
Diffstat (limited to 'lang/seed7')
-rw-r--r--lang/seed7/Makefile2
-rw-r--r--lang/seed7/distinfo4
-rw-r--r--lang/seed7/files/patch-makefile12
-rw-r--r--lang/seed7/pkg-plist1
4 files changed, 10 insertions, 9 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index 595fa3f0b4e8..cc1cada1ee3b 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= seed7
-DISTVERSION= 05_20101219
+DISTVERSION= 05_20110203
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo
index 47864281bc6a..38d355969cc9 100644
--- a/lang/seed7/distinfo
+++ b/lang/seed7/distinfo
@@ -1,2 +1,2 @@
-SHA256 (seed7_05_20101219.tgz) = f574afe9cbda07d5d7f36f3c0c7073e976d22836cd84f64fc53db215d74bdd0a
-SIZE (seed7_05_20101219.tgz) = 1472462
+SHA256 (seed7_05_20110203.tgz) = a157c7be188cc1c898695ae0463f0cabe3262a850d76b128f14498d4defbdc30
+SIZE (seed7_05_20110203.tgz) = 1485761
diff --git a/lang/seed7/files/patch-makefile b/lang/seed7/files/patch-makefile
index e239f02d1346..0c53c246e7ba 100644
--- a/lang/seed7/files/patch-makefile
+++ b/lang/seed7/files/patch-makefile
@@ -1,9 +1,9 @@
---- makefile.orig 2010-12-13 23:22:07.000000000 +0000
-+++ makefile 2010-12-24 10:11:19.000000000 +0000
-@@ -9,12 +9,12 @@
- # CFLAGS = -O2 -fomit-frame-pointer -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
- # CFLAGS = -O2 -g -Wall -Wextra -Wswitch-default -Wswitch-enum -Wcast-qual -Waggregate-return -Wwrite-strings -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -Wmissing-noreturn -Wno-multichar
+--- makefile.orig 2011-02-04 10:52:21.000000000 +0000
++++ makefile 2011-02-04 10:53:10.000000000 +0000
+@@ -12,12 +12,12 @@
# 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 -ftrapv
+ # CFLAGS = -O2 -g -x c++ -Wall -Winline -Wconversion -Wshadow -Wpointer-arith
-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
@@ -15,7 +15,7 @@
# LDFLAGS = -pg
# LDFLAGS = -pg -lc_p
# LIBS = /usr/Xlib/libX11.so -lncurses -lm
-@@ -102,6 +102,7 @@
+@@ -106,6 +106,7 @@
$(MAKE) ../prg/hi
../bin/hi level
diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist
index 3421c09dbf12..d370ec1e1e1f 100644
--- a/lang/seed7/pkg-plist
+++ b/lang/seed7/pkg-plist
@@ -122,6 +122,7 @@ lib/seed7/zip.s7i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eliza.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/err.sd7
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fannkuch.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fib.sd7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/files.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractree.sd7