From owner-cvs-ports Wed Dec 20 00:41:10 1995 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06929 for cvs-ports-outgoing; Wed, 20 Dec 1995 00:41:10 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06921 Wed, 20 Dec 1995 00:41:08 -0800 (PST) Date: Wed, 20 Dec 1995 00:41:08 -0800 (PST) From: Thomas Gellekum Message-Id: <199512200841.AAA06921@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/lang/elk/scripts configure Sender: owner-cvs-ports@FreeBSD.ORG Precedence: bulk tg 95/12/20 00:41:07 Modified: lang/elk Makefile lang/elk/files md5 lang/elk/patches patch-c lang/elk/pkg COMMENT lang/elk/scripts configure Added: lang/elk/patches patch-e Log: - Try to grab from ftp.uni-bremen.de first; seems to be the master site for elk. - Add official patch #1. - Use dl*() for dynamic loading. This still has its quirks, but it's usable. Plus, invoking global ctors when loading C++ object files now works; it didn't with the old incremental loading. Revision Changes Path 1.9 +8 -2 ports/lang/elk/Makefile 1.4 +1 -0 ports/lang/elk/files/md5 1.3 +14 -14 ports/lang/elk/patches/patch-c 1.4 +1 -1 ports/lang/elk/pkg/COMMENT 1.3 +2 -2 ports/lang/elk/scripts/configure