Commit graph

14 commits

Author SHA1 Message Date
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Kris Kennaway
bc2b8d09af BROKEN on 5.1: does not compile 2003-05-18 11:48:21 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Satoshi Asami
c99c600944 Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
2000-04-14 10:48:02 +00:00
Steve Price
e6f2c8ad26 - Fix build on -current.
- 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.
2000-02-27 14:57:34 +00:00
Satoshi Asami
8c3d3a3494 Hm...seems the broken-ness is confined to 4-current now.
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
1999-09-21 07:22:40 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Satoshi Asami
89be57678d Mark this broken:
---
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.
1998-11-28 00:58:32 +00:00
Justin M. Seger
23752ca3ed Mark BROKEN for ELF:
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
1998-10-12 04:05:33 +00:00
Matthew Hunt
8a15221195 Import of Rayshade 4.0 raytracing software.
PR:		6158
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1998-05-26 04:04:19 +00:00