summaryrefslogtreecommitdiffstats
path: root/shells/es/pkg-plist
diff options
context:
space:
mode:
authorcracauer <cracauer@FreeBSD.org>1998-06-08 13:59:35 +0000
committercracauer <cracauer@FreeBSD.org>1998-06-08 13:59:35 +0000
commit9f46f7f34a85de7d1f4600c7aadef79b8360c190 (patch)
tree33931b4720b81aecbdd7d8ddeb4b02ac2dfbfb96 /shells/es/pkg-plist
parent13fca5b2abf9b25986d1087c70bfba226afa3193 (diff)
downloadFreeBSD-ports-9f46f7f34a85de7d1f4600c7aadef79b8360c190.zip
FreeBSD-ports-9f46f7f34a85de7d1f4600c7aadef79b8360c190.tar.gz
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.
Diffstat (limited to 'shells/es/pkg-plist')
-rw-r--r--shells/es/pkg-plist1
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/es/pkg-plist b/shells/es/pkg-plist
index 03aafe9..9da6f32 100644
--- a/shells/es/pkg-plist
+++ b/shells/es/pkg-plist
@@ -1,3 +1,2 @@
bin/es
-bin/esdebug
man/man1/es.1.gz
OpenPOWER on IntegriCloud