- Update to 05_20101219
This commit is contained in:
parent
fa73e10a59
commit
51633923a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266835
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= seed7
|
||||
DISTVERSION= 05_20101107
|
||||
DISTVERSION= 05_20101219
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
@ -42,12 +42,12 @@ do-configure:
|
||||
(cd ${WRKSRC} && ${GMAKE} depend)
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hi ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/../bin/hi ${PREFIX}/bin
|
||||
${INSTALL} -d ${PREFIX}/lib/${PORTNAME}
|
||||
(cd ${WRKSRC}/../lib && ${COPYTREE_SHARE} \* ${PREFIX}/lib/${PORTNAME})
|
||||
${INSTALL_DATA} ${WRKSRC}/s7_comp.a ${PREFIX}/lib/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/s7_data.a ${PREFIX}/lib/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/seed7_05.a ${PREFIX}/lib/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/../bin/s7_comp.a ${PREFIX}/lib/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/../bin/s7_data.a ${PREFIX}/lib/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/../bin/seed7_05.a ${PREFIX}/lib/${PORTNAME}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (seed7_05_20101107.tgz) = d7183a033f82b22e3dd70efef22c63c02a316059c4da084a27826b6fd2620f4a
|
||||
SIZE (seed7_05_20101107.tgz) = 1453549
|
||||
SHA256 (seed7_05_20101219.tgz) = f574afe9cbda07d5d7f36f3c0c7073e976d22836cd84f64fc53db215d74bdd0a
|
||||
SIZE (seed7_05_20101219.tgz) = 1472462
|
||||
|
@ -1,8 +1,8 @@
|
||||
--- makefile.orig 2009-07-04 13:27:03.000000000 +0200
|
||||
+++ makefile 2009-07-08 16:58:47.000000000 +0200
|
||||
--- 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 -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 -g -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
|
||||
@ -10,8 +10,16 @@
|
||||
# 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
|
||||
-LFLAGS =
|
||||
+LFLAGS = -L%%LOCALBASE%%/lib
|
||||
# LFLAGS = -pg
|
||||
# LFLAGS = -pg -lc_p
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = -L%%LOCALBASE%%/lib
|
||||
# LDFLAGS = -pg
|
||||
# LDFLAGS = -pg -lc_p
|
||||
# LIBS = /usr/Xlib/libX11.so -lncurses -lm
|
||||
@@ -102,6 +102,7 @@
|
||||
$(MAKE) ../prg/hi
|
||||
../bin/hi level
|
||||
|
||||
+.PHONY: hi
|
||||
hi: ../bin/hi
|
||||
|
||||
../prg/hi:
|
||||
|
@ -60,6 +60,7 @@ lib/seed7/stdfont24.s7i
|
||||
lib/seed7/strifile.s7i
|
||||
lib/seed7/stritext.s7i
|
||||
lib/seed7/syntax.s7i
|
||||
lib/seed7/tar.s7i
|
||||
lib/seed7/tee.s7i
|
||||
lib/seed7/time.s7i
|
||||
lib/seed7/upper.s7i
|
||||
@ -137,6 +138,7 @@ lib/seed7/zip.s7i
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kbd.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lander.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mahjong.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/make7.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mandelbr.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mind.sd7
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ms.sd7
|
||||
|
Loading…
Reference in New Issue
Block a user