Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA00105; Wed, 20 Dec 95 03:42:06 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA26922; Wed, 20 Dec 95 03:42:06 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA19513; Wed, 20 Dec 1995 03:41:44 -0500
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id AAA06941
          for cvs-committers-outgoing; Wed, 20 Dec 1995 00:41:13 -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 <tg@freefall.freebsd.org>
Message-Id: <199512200841.AAA06921@freefall.freebsd.org>
To: CVS-committers@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject: cvs commit: ports/lang/elk/scripts configure
Sender: owner-cvs-committers@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
