On 2016-09-25, Christian Weisgerber <na...@mips.inka.de> wrote: > I'm not sure how we want to fix this. We could simply drop sqlite3 > support, which was apparently only included because sqlite3 was > available in base.
Given the general apathy towards this port, here's the path of least resistance: Index: Makefile =================================================================== RCS file: /cvs/ports/lang/seed7/Makefile,v retrieving revision 1.51 diff -u -p -r1.51 Makefile --- Makefile 23 Sep 2016 09:16:55 -0000 1.51 +++ Makefile 25 Sep 2016 20:19:05 -0000 @@ -7,7 +7,7 @@ PKGNAME = seed7-${V} EXTRACT_SUFX = .tgz CATEGORIES = lang BROKEN-hppa = SIGILL during build -REVISION = 0 +REVISION = 1 HOMEPAGE = http://seed7.sourceforge.net/ @@ -15,14 +15,13 @@ HOMEPAGE = http://seed7.sourceforge.net/ # Runtime libraries: LGPLv2.1 PERMIT_PACKAGE_CDROM = Yes -WANTLIB += X11 c m ncurses sqlite3 +WANTLIB += X11 c m ncurses MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=seed7/} -LIB_DEPENDS = databases/sqlite3 USE_GMAKE = Yes MAKE_FLAGS = CC="${CC}" LDFLAGS="-L${X11BASE}/lib" \ - SYSTEM_LIBS="-lm -lsqlite3" + SYSTEM_LIBS="-lm" MAKE_ENV += S7_LIB_DIR=${TRUEPREFIX}/lib/seed7/bin \ SEED7_LIBRARY=${TRUEPREFIX}/lib/seed7/lib MAKE_FILE = makefile -- Christian "naddy" Weisgerber na...@mips.inka.de