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.
---
adagcc -c -I. -I../ada_include -I./../ada_include -I. sample.adb
terminal_interface-curses-aux.ads:47:37: operator for type "Interfaces.C.int" is not directly visible
terminal_interface-curses-aux.ads:47:37: use clause would make operation legal
terminal_interface-curses-aux.ads:52:37: operator for type "Interfaces.C.int" is not directly visible
terminal_interface-curses-aux.ads:52:37: use clause would make operation legal
<etc.>
* "example.conf.trillian", a much more detailed and informative (with
comments!) is now also installed.
* Fixed Makefile to install these new files, plus removed a bogus comment
that I had accidentally left in there.
* Updated PLIST with the new files.
# make fetch
>> QTEZ-v0.52a-src.tar.gz doesn't seem to exist on this system.
>> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//.
fetch: pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: cannot get remote modification time
fetch: ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: FTP error:
fetch: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://qtez.commkey.net/pub/QtEZ/.
fetch: pub/QtEZ/QTEZ-v0.52a-src.tar.gz: cannot get remote modification time
fetch: ftp://qtez.commkey.net/pub/QtEZ/QTEZ-v0.52a-src.tar.gz: FTP error:
fetch: File unavailable (e.g., file not found, no access)
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/ and try again.
* Change DISTNAME in Makefile, and add PKGNAME to reflect the convention
that "5.2p1" is to be expressed as "5.2.1" in package names.
* Changed MD5.
* Re-generated patches so that they patch cleanly against the new version.
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Import of new port games/xconq, a graphical multi-player strategy
game and game design system.