Update to 20141019 - among other things, seed7 now has sqlite3 support.
This commit is contained in:
parent
2d915932ff
commit
a4980ebcc1
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2014/09/01 20:19:12 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2014/10/20 00:31:55 bcallah Exp $
|
||||
|
||||
V = 20140615
|
||||
V = 20141019
|
||||
COMMENT = high-level, extensible programming language
|
||||
DISTNAME = seed7_05_${V}
|
||||
PKGNAME = seed7-${V}
|
||||
@ -16,12 +16,13 @@ MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
# Runtime libraries: LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += X11 c m ncurses
|
||||
WANTLIB += X11 c m ncurses sqlite3
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=seed7/}
|
||||
|
||||
USE_GMAKE = Yes
|
||||
MAKE_FLAGS = CC="${CC}" LDFLAGS="-Wl,--gc-sections -L${X11BASE}/lib"
|
||||
MAKE_FLAGS = CC="${CC}" LDFLAGS="-L${X11BASE}/lib" \
|
||||
SYSTEM_LIBS="-lm -lsqlite3"
|
||||
MAKE_ENV += S7_LIB_DIR=${TRUEPREFIX}/lib/seed7/bin \
|
||||
SEED7_LIBRARY=${TRUEPREFIX}/lib/seed7/lib
|
||||
MAKE_FILE = makefile
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (seed7_05_20140615.tgz) = ijCJaFcuaHMzrqIcX8h1CfIcSyKRBnHUH7xvG+GvzQw=
|
||||
SIZE (seed7_05_20140615.tgz) = 2127026
|
||||
SHA256 (seed7_05_20141019.tgz) = 8rmxyWGVMSy1wCruSuTFQtUxH9heUNuUzyBm0JltPxk=
|
||||
SIZE (seed7_05_20141019.tgz) = 2324981
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2014/06/16 01:01:42 bcallah Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2014/10/20 00:31:55 bcallah Exp $
|
||||
@bin bin/make7
|
||||
@bin bin/s7
|
||||
@bin bin/s7c
|
||||
@ -72,6 +72,7 @@ lib/seed7/lib/comp/rfl_act.s7i
|
||||
lib/seed7/lib/comp/sct_act.s7i
|
||||
lib/seed7/lib/comp/set_act.s7i
|
||||
lib/seed7/lib/comp/soc_act.s7i
|
||||
lib/seed7/lib/comp/sql_act.s7i
|
||||
lib/seed7/lib/comp/stat.s7i
|
||||
lib/seed7/lib/comp/str_act.s7i
|
||||
lib/seed7/lib/comp/tim_act.s7i
|
||||
@ -157,6 +158,7 @@ lib/seed7/lib/shell.s7i
|
||||
lib/seed7/lib/sockbase.s7i
|
||||
lib/seed7/lib/socket.s7i
|
||||
lib/seed7/lib/sokoban1.s7i
|
||||
lib/seed7/lib/sql_base.s7i
|
||||
lib/seed7/lib/stars.s7i
|
||||
lib/seed7/lib/stdfont10.s7i
|
||||
lib/seed7/lib/stdfont12.s7i
|
||||
@ -218,7 +220,7 @@ share/examples/seed7/addup.sd7
|
||||
share/examples/seed7/bas7.sd7
|
||||
share/examples/seed7/bifurk.sd7
|
||||
share/examples/seed7/blue.dna
|
||||
share/examples/seed7/calc.sd7
|
||||
share/examples/seed7/calc7.sd7
|
||||
share/examples/seed7/carddemo.sd7
|
||||
share/examples/seed7/castle.dat
|
||||
share/examples/seed7/castle.sd7
|
||||
@ -228,11 +230,13 @@ share/examples/seed7/chk_all.sd7
|
||||
share/examples/seed7/chkbig.sd7
|
||||
share/examples/seed7/chkbool.sd7
|
||||
share/examples/seed7/chkcmd.sd7
|
||||
share/examples/seed7/chkdb.sd7
|
||||
share/examples/seed7/chkexc.sd7
|
||||
share/examples/seed7/chkflt.sd7
|
||||
share/examples/seed7/chkhent.sd7
|
||||
share/examples/seed7/chkhsh.sd7
|
||||
share/examples/seed7/chkint.sd7
|
||||
share/examples/seed7/chkovf.sd7
|
||||
share/examples/seed7/chkprc.sd7
|
||||
share/examples/seed7/chkscan.sd7
|
||||
share/examples/seed7/chkset.sd7
|
||||
@ -292,6 +296,7 @@ share/examples/seed7/shisen.sd7
|
||||
share/examples/seed7/sl.sd7
|
||||
share/examples/seed7/snake.sd7
|
||||
share/examples/seed7/sokoban.sd7
|
||||
share/examples/seed7/sql7.sd7
|
||||
share/examples/seed7/startrek.sd7
|
||||
share/examples/seed7/sudoku7.sd7
|
||||
share/examples/seed7/sydir7.sd7
|
||||
|
Loading…
Reference in New Issue
Block a user