Date: Tue, 10 Feb 2004 10:02:42 +0100 (CET) From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: c.rued@xsb.com Subject: ports/62624: [patch] lang/xsb: fix build (bento) Message-ID: <200402100902.i1A92g5L091325@menelaos.informatik.rwth-aachen.de> Resent-Message-ID: <200402100910.i1A9AIvM012882@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62624 >Category: ports >Synopsis: [patch] lang/xsb: fix build (bento) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 10 01:10:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.9-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: Include dependency on imake because of makedepend. Noticed by: bento Cc: maintainer >How-To-Repeat: http://bento.freebsd.org/errorlogs/i386-5-latest/XSB-2.6_1.log makedepend -- -I/tmp/a/ports/lang/xsb/work/XSB/config/i386-unknown-freebsd5.2 -I -I -O4 -fomit-frame-pointer -finline-functions -Wall -- auxlry.c biassert.c builtin.c cinterf.c debug_xsb.c dis.c dynload.c dynamic_stack.c emuloop.c error_xsb.c findall.c function.c hash_xsb.c hashtable_xsb.c heap_xsb.c init_xsb.c inst_xsb.c io_builtins_xsb.c loader_xsb.c main_xsb.c memory_xsb.c orient_xsb.c pathname_xsb.c psc_xsb.c random_xsb.c remove_unf.c residual.c scc_xsb.c slgdelay.c socket_xsb.c string_xsb.c storage_xsb.c struct_manager.c sub_delete.c subp.c system_xsb.c table_stats.c tables.c timer_xsb.c token_xsb.c tr_utils.c trace_xsb.c trie_lookup.c trie_search.c tries.c tst_insert.c tst_retrv.c tst_unify.c tst_utils.c varstring.c makedepend:No such file or directory *** Error code 1 >Fix: --- Makefile.orig Tue Feb 10 09:58:35 2004 +++ Makefile Tue Feb 10 09:59:01 2004 @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/XSB/build USE_GMAKE= yes +USE_IMAKE= yes # makedepend MAN1= xsb.1 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402100902.i1A92g5L091325>