aboutsummaryrefslogtreecommitdiff
path: root/lang/seed7
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-10-18 13:01:49 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-10-18 13:01:49 +0000
commitb9b563468d6ee3f6de7260ecce235923c3266f9d (patch)
tree691d2c638c28ab264a418bf654dd4bd53e0a230b /lang/seed7
parent04e708dc7633d08b16b31d88732395e33e5190dd (diff)
downloadports-b9b563468d6ee3f6de7260ecce235923c3266f9d.tar.gz
ports-b9b563468d6ee3f6de7260ecce235923c3266f9d.zip
Notes
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
3 files changed, 9 insertions, 9 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index fb9dbd854df2..f3f652e75101 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= seed7
-DISTVERSION= 05_20120909
+DISTVERSION= 05_20121007
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo
index 368b35b9522c..864734901f0e 100644
--- a/lang/seed7/distinfo
+++ b/lang/seed7/distinfo
@@ -1,2 +1,2 @@
-SHA256 (seed7_05_20120909.tgz) = 34389aaeee86f5b222904c53136a6607cf0e3dbf07ffa1ce40d99b0e50f77495
-SIZE (seed7_05_20120909.tgz) = 1773845
+SHA256 (seed7_05_20121007.tgz) = 6cb18ecec1bbdceaf4c8facaa0490b88847ed6f6f610c69a61ff66b6b2752b22
+SIZE (seed7_05_20121007.tgz) = 1782217
diff --git a/lang/seed7/files/patch-makefile b/lang/seed7/files/patch-makefile
index bff2c539149b..bb0336a7c399 100644
--- a/lang/seed7/files/patch-makefile
+++ b/lang/seed7/files/patch-makefile
@@ -1,19 +1,19 @@
---- makefile.orig 2012-01-01 16:17:58.000000000 +0100
-+++ makefile 2012-02-03 11:22:53.000000000 +0100
+--- makefile.orig 2012-10-18 14:42:29.000000000 +0200
++++ makefile 2012-10-18 14:43:37.000000000 +0200
@@ -12,14 +12,14 @@
# 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 += -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -I%%LOCALBASE%%/include
+-CFLAGS = -O2 -g -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
++CFLAGS += -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -I%%LOCALBASE%%/include
# CFLAGS = -O2 -g -std=c99 -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
# CFLAGS = -O2 -g -Wall -Winline -Wconversion -Wshadow -Wpointer-arith
# 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
--LDFLAGS =
-+LDFLAGS = -L%%LOCALBASE%%/lib
+-LDFLAGS = -Wl,--gc-sections
++LDFLAGS += -L%%LOCALBASE%%/lib
# LDFLAGS = -pg
# LDFLAGS = -pg -lc_p
SYSTEM_LIBS = -lm