| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
| |
b) build both 4-STABLE and 5-CURRENT
loosely depend on submitter.
PR: 52821
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
|
|
|
|
|
|
|
| |
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
| |
|
|
|
|
| |
string so I fixed it.
|
|
|
|
|
|
| |
- Remove an unused files (config.h)
- Implement an ugly hack (patch-ad) that covers up a (mis)feature in our
make(1) on fast machines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sampling.c: In function `UnitCirclePoint':
sampling.c:116: syntax error before `/'
sampling.c:116: warning: integer overflow in expression
sampling.c:116: syntax error before `)'
sampling.c:118: syntax error before `/'
sampling.c:118: warning: integer overflow in expression
sampling.c:118: syntax error before `)'
sampling.c:122: syntax error before `/'
sampling.c:122: warning: integer overflow in expression
sampling.c:122: syntax error before `)'
sampling.c:123: syntax error before `/'
sampling.c:123: warning: integer overflow in expression
sampling.c:123: syntax error before `)'
*** Error code 1
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
|
|
|
|
|
| |
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`
Results to follow. :)
|
|
|
|
|
|
|
|
|
|
|
|
| |
---
cc -O -pipe -o rayshade main.o raytrace.o version.o ../libshade/libshade.a ../libray/libray.a /usr/local/lib/librle.a -lm
imagetext.o: Undefined symbol `_ImageRead' referenced from text segment
imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment
imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment
imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment
*** Error code 1
Stop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bray/libray.a /usr/local/lib/librle.a -lm
../libshade/libshade.a(setup.o): In function `RSSetup':
setup.o(.text+0x2bf): undefined reference to `SurfPush'
../libshade/libshade.a(shade.o): In function `ShadeRay':
shade.o(.text+0xb7): undefined reference to `ComputeSurfProps'
shade.o(.text+0x115): undefined reference to `Atmospherics'
../libshade/libshade.a(shade.o): In function `TransmitRay':
shade.o(.text+0x714): undefined reference to `MediumPush'
../libshade/libshade.a(yacc.o): In function `yyparse':
yacc.o(.text+0x1942): undefined reference to `SurfaceCopy'
yacc.o(.text+0x196a): undefined reference to `SurfaceCopy'
yacc.o(.text+0x199c): undefined reference to `SurfaceCopy'
and about 20 more lines of similar errors
|
|
PR: 6158
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|