| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
paragraph in description.
{ Being done without maintainer involvement as its a small change. }
Notes:
svn path=/head/; revision=12131
|
|
|
|
|
|
|
|
|
| |
compiler and nothing else.
Yelled out by: hoek
Notes:
svn path=/head/; revision=12105
|
|
|
|
|
|
|
|
|
| |
should now be compiled in on -current.
Suggested by: Jacques Vidrine
Notes:
svn path=/head/; revision=12071
|
|
|
|
| |
Notes:
svn path=/head/; revision=12059
|
|
|
|
|
|
|
| |
built in CM (Compilation Manager) etc. are understood and resolved.
Notes:
svn path=/head/; revision=12005
|
|
|
|
| |
Notes:
svn path=/head/; revision=12000
|
|
|
|
|
|
|
|
|
|
| |
ETH's Oberon language for Linux.
PR: 7271
Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com>
Notes:
svn path=/head/; revision=11999
|
|
|
|
|
|
|
|
|
| |
* Implement support for weak symbols. This solves the "___error" undefined
problem on 3.0-CURRENT systems.
* look for crt0.o in /usr/lib/aout on 3.0-CURRENT systems.
Notes:
svn path=/head/; revision=11973
|
|
|
|
| |
Notes:
svn path=/head/; revision=11930
|
|
|
|
| |
Notes:
svn path=/head/; revision=11925
|
|
|
|
| |
Notes:
svn path=/head/; revision=11924
|
|
|
|
| |
Notes:
svn path=/head/; revision=11921
|
|
|
|
| |
Notes:
svn path=/head/; revision=11920
|
|
|
|
|
|
|
|
| |
it can be replaced by a local distfile. The binary file will be
leaving the CVS repository entirely before too long.
Notes:
svn path=/head/; revision=11914
|
|
|
|
|
|
|
|
|
|
| |
A library to send messages from GNU GUILE to Objective C objects.
PR: 7183 (2 of 9)
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
Notes:
svn path=/head/; revision=11889
|
|
|
|
|
|
|
|
|
|
| |
The GNU Objective-C class library.
PR: 7183 (1 of 9)
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
Notes:
svn path=/head/; revision=11888
|
|
|
|
| |
Notes:
svn path=/head/; revision=11850
|
|
|
|
|
|
|
| |
Submitted by: Peter S. Housel <housel@acm.org>
Notes:
svn path=/head/; revision=11849
|
|
|
|
| |
Notes:
svn path=/head/; revision=11808
|
|
|
|
|
|
|
|
| |
(note the 19980608 snapshot had major problems -- I'd suggest upgrading
if you are using this version)
Notes:
svn path=/head/; revision=11759
|
|
|
|
| |
Notes:
svn path=/head/; revision=11713
|
|
|
|
|
|
|
|
|
|
| |
kawk - Brian Kernighan's awk.
PR: 6460
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=11712
|
|
|
|
| |
Notes:
svn path=/head/; revision=11706
|
|
|
|
| |
Notes:
svn path=/head/; revision=11685
|
|
|
|
| |
Notes:
svn path=/head/; revision=11663
|
|
|
|
|
|
|
| |
ftp.scriptics.com
Notes:
svn path=/head/; revision=11636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-current systems.
Fix the definition of the preprocessor symbol __FreeBSD__. It had
been defined as "2=3".
Implement support for weak symbols. This solves the "___error"
undefined problem on -current systems.
Default to -fsjlj-exceptions even for C programs. This is needed
because a few modules in libgcc are built with -fexceptions turned
on, and the default style of exception support causes croakage.
I tried a make buildworld on a recent -current system by adding the
following to /etc/make.conf:
CC=/usr/local/bin/gcc28 -B/usr/local/lib/gcc-lib/i386-unknown-freebsd3.0/2.8.1/
CXX=/usr/local/bin/g++28 -B/usr/local/lib/gcc-lib/i386-unknown-freebsd3.0/2.8.1/
It got pretty far along before dying. The death occurred when building
our old native libstdc++, almost certainly because of header file
incompatibilities.
Another obstacle for make world is that this port doesn't currently
build a PIC version of libgcc (libgcc_pic.a).
Notes:
svn path=/head/; revision=11633
|
|
|
|
|
|
|
|
| |
PR: 6976
Submitted by: Brett Taylor <brett@peleton.physics.montana.edu>
Notes:
svn path=/head/; revision=11595
|
|
|
|
| |
Notes:
svn path=/head/; revision=11552
|
|
|
|
|
|
|
| |
pygist: add dependency on rng.
Notes:
svn path=/head/; revision=11520
|
|
|
|
| |
Notes:
svn path=/head/; revision=11516
|
|
|
|
| |
Notes:
svn path=/head/; revision=11475
|
|
|
|
| |
Notes:
svn path=/head/; revision=11471
|
|
|
|
| |
Notes:
svn path=/head/; revision=11451
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
likely /root, and is useless for ordinary users anyway) during a port
install. If the port *needs* a startup file (which is pretty broken
to begin with...whatever happened to defaults?), then the porter
should provide a "run this first" script to set it up.
=======
===> Installing for o2c-1.16
for i in o2c o2b o2whereis o2ef ; do cp docs/$i.1 /usr/local/man/man1/$i.1 ; chmod 644 /usr/local/man/man1/$i.1 ; done
if [ ! -f /home/asami/.o2c.red ]; then cp system/o2c.red.template /home/asami/.o2c.red; fi
cp: /home/asami/.o2c.red: No such file or directory
*** Error code 1
Notes:
svn path=/head/; revision=11450
|
|
|
|
| |
Notes:
svn path=/head/; revision=11449
|
|
|
|
| |
Notes:
svn path=/head/; revision=11411
|
|
|
|
|
|
|
|
| |
PR: 5273
Submitted by: Oliver Breuninger <ob@seicom.NET>
Notes:
svn path=/head/; revision=11410
|
|
|
|
|
|
|
| |
Prompted by: Brian Cully <shmit@erols.com>.
Notes:
svn path=/head/; revision=11395
|
|
|
|
|
|
|
| |
Obtained from: Peter Edwards, DERA.
Notes:
svn path=/head/; revision=11394
|
|
|
|
|
|
|
|
|
|
| |
portlint.
PR: 6885
Submitted by: Pedro Giffuni <giffunip@asme.org>
Notes:
svn path=/head/; revision=11382
|
|
|
|
| |
Notes:
svn path=/head/; revision=11381
|
|
|
|
| |
Notes:
svn path=/head/; revision=11371
|
|
|
|
| |
Notes:
svn path=/head/; revision=11362
|
|
|
|
|
|
|
|
|
| |
if X11 is not installed.
PR: closes ports/4178
Notes:
svn path=/head/; revision=11303
|
|
|
|
| |
Notes:
svn path=/head/; revision=11301
|
|
|
|
| |
Notes:
svn path=/head/; revision=11300
|
|
|
|
| |
Notes:
svn path=/head/; revision=11297
|
|
|
|
| |
Notes:
svn path=/head/; revision=11296
|
|
|
|
|
|
|
| |
Obtained from: Peter Edwards, DERA
Notes:
svn path=/head/; revision=11295
|