From owner-cvs-ports Mon Jun 8 07:01:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16759 for cvs-ports-outgoing; Mon, 8 Jun 1998 07:01:51 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16538; Mon, 8 Jun 1998 07:00:57 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA10414; Mon, 8 Jun 1998 06:59:36 -0700 (PDT) Date: Mon, 8 Jun 1998 06:59:36 -0700 (PDT) Message-Id: <199806081359.GAA10414@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/shells/es Makefile ports/shells/es/files md5 ports/shells/es/patches patch-aa ports/shells/es/pkg PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/06/08 06:59:35 PDT Modified files: shells/es Makefile shells/es/files md5 shells/es/patches patch-aa shells/es/pkg PLIST Log: Update to 0.9beta1. This version is now GNU configure driven. A word of warning for future committers so that you don't fall into the same trap as I did: The source has an printf-style funtion "print". This doesn't understand "%u", so the usual print-casting stuff for long long ints isn't printf("%u", (unsigned int)foo); but print("%d", (int)foo); which obviously looses in some cases, but I didn't take the effort to extend this function to take 64 bit value (just unsigned is limited as well). In this case, it isn't that bad, since it is used to print limits, but memory limits are internally stored as "mega" or "kilo" anyway. Revision Changes Path 1.5 +8 -3 ports/shells/es/Makefile 1.2 +1 -1 ports/shells/es/files/md5 1.4 +35 -90 ports/shells/es/patches/patch-aa 1.2 +0 -1 ports/shells/es/pkg/PLIST