[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ctm port
This is a quick port of ctm.
i don't think any security fixes have been put in place yet
>> Checksum OK for ctmkit.tar.gz. (SHA1)
===> Extracting for ctm
/u1/openbsd/ports/devel/ctm/work -> /usr/obj/ports/devel/ctm
===> Patching for ctm
===> Configuring for ctm
===> Building for ctm
===> ctm
cc -O2 -mcpu=pentiumpro -mcpu=pentiumpro -c ctm.c
cc -O2 -mcpu=pentiumpro -mcpu=pentiumpro -c ctm_input.c
cc -O2 -mcpu=pentiumpro -mcpu=pentiumpro -c ctm_pass1.c
cc -O2 -mcpu=pentiumpro -mcpu=pentiumpro -c ctm_pass2.c
cc -O2 -mcpu=pentiumpro -mcpu=pentiumpro -c ctm_pass3.c
cc -O2 -mcpu=pentiumpro -mcpu=pentiumpro -c ctm_syntax.c
cc -O2 -mcpu=pentiumpro -mcpu=pentiumpro -c ctm_ed.c
cc -o ctm ctm.o ctm_input.o ctm_pass1.o ctm_pass2.o ctm_pass3.o ctm_syntax.o ctm_ed.o
ctm.o: warning: tempnam() possibly used unsafely; consider using mkstemp()
ctm_pass2.o: warning: tempnam() possibly used unsafely; consider using mkstemp()
nroff -mandoc ctm.1 > ctm.cat1
===> ctm_rmail
cc -O2 -mcpu=pentiumpro -mcpu=pentiumpro -Wall -c ctm_rmail.c
cc -O2 -mcpu=pentiumpro -mcpu=pentiumpro -Wall -c error.c
cc -o ctm_rmail ctm_rmail.o error.o
ctm_rmail.o: warning: mktemp() possibly used unsafely; consider using mkstemp()
nroff -mandoc ctm_rmail.1 > ctm_rmail.cat1
marta:ctm$ sudo make install
===> Installing for ctm
===> ctm
install -c -s -o root -g bin -m 555 ctm /usr/local/bin
gzip -cf ctm.cat1 > /usr/local/man/cat1/ctm.0.gz
===> ctm_rmail
install -c -s -o root -g bin -m 555 ctm_rmail /usr/local/bin
gzip -cf ctm_rmail.cat1 > /usr/local/man/cat1/ctm_rmail.0.gz
/usr/local/man/cat1/ctm_smail.0.gz -> /usr/local/man/cat1/ctm_rmail.0.gz
===> Registering installation for ctm
--
David Leonard David.Leonard@csee.uq.edu.au
Dept of Comp. Sci. and Elec. Engg _ Room:78-624 Ph:+61 7 336 52447
The University of Queensland |+| http://www.csee.uq.edu.au/~leonard/
QLD 4072 AUSTRALIA ~` '~ E2A24DC6446E5779D7AFC41AA04E6401
"Fortunately for Microsoft, however, there are only so many developers in the
world willing to devote their talents to writing, testing, and debugging
software pro bono publico." - Justice T P Jackson, USA v MS, Nov 1999.
CTM port