0.90.3 August 11 1999
Fixed small OS-specific bugs - broken isspace in Turbo C under DOS
and %x was replaced %i for compatibility with SunOS 4.
This however avoids PRs, e-mails, and questions on why we don't have
the latest.
I'm not sure if it requires msgmft for build time only or the
libraries for run time too. Make it LIB_DEPENDS to be safe -- if
someone is sure, go ahead and change it to BUILD_DEPENDS=msgfmt:gettext.
===
:
checking for awk... awk
checking version of gcc... configure: error: unrecognized.
===> Script "configure" failed: here are the contents of "config.log"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:563: checking host system type
configure:594: checking for libgdbm.so
configure:714: checking whether make sets ${MAKE}
configure:741: checking C compiler
configure:750: checking for gcc295
configure:845: checking for objdump
configure:888: checking for ruby
configure:928: checking for ci
configure:965: checking for co
configure:1002: checking for mv
configure:1039: checking for rm
configure:1076: checking for wc
configure:1113: checking for etags
configure:1151: checking for which
configure:1189: checking for fgrep
configure:1228: checking for sed
configure:1266: checking for mawk
configure:1266: checking for gawk
configure:1266: checking for nawk
configure:1266: checking for awk
configure:1298: checking version of gcc
(end of "config.log")
*** Error code 1
Stop.
:
===
which looks weird since it does find gcc295 (line 750) before it bows
out by not recognizing it.
But at least it's now finding the right compiler.
It has support for vi-like line editing, nickname completion
ANSI-colours, flood protection, and more.
PR: 13135
Submitted by: Dominik Rothert <dr@domix.de>
Ugh. pkg/DESCR is an advertisement for your port, people. It seems to
me that if I was writing a port for some peice of software that I liked,
I would try to make it look nice to the rest of the world, who might never
even use it otherwise.
latest gcc. This is currently the system compiler in 4-current and
ports/lang/egcs in 3-stable.
Setting USE_NEWGCC is a no-op if the compiler required is in the
system. If it is to be provided by a port, it will cause the
variables "CC" and "CXX" to be set to the names of executables for
the C and C++ compiler, and adds a BUILD_DEPENDS on the
appropriate port.
Reviewed by: Chris Piazza <cpiazza@home.net> and Ade Lovett <ade@lovett.com>
(2) Add new variables CHMOD and CHOWN, set to full pathnames of those
commands. (Used in 3)
(3) When run as root, change owner:group of all files under ${WRKDIR}
to 0:0 after extraction. Set EXTRACT_PRESERVE_OWNERSHIP to turn
off this feature.
Problem reported by: Slawek Zak <zaks@prioris.im.pw.edu.pl>
Reviewed by: the ports list
(4) Update MASTER_SITE_XCONTRIB.
PR: 12879
Submitted by: Will Andrews <andrews@technologist.com>
(5) Update MASTER_SITE_GNU.
Submitted by: Ralf "pth update of the day" Engelschall <rse@engelschall.com>
(6) Add check for valid categories. If the port is not in a
pre-approved list of categories, install will fail. If you need a
local addition, put it in variable VALID_CATEGORIES.
Reviewed by: the ports list
(7) Experimental feature: DEPENDS_CLEAN. Define this variable and
bsd.port.mk will attempt to run "make install clean" instead of
"make install" when building dependencies. Might be useful if you
are building a port with a large number of dependencies without
the benefit of a large disk.