summaryrefslogtreecommitdiff
path: root/graphics/rayshade (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/rayshade: un-expire, it builds fine with the new graphics/urtRene Ladan2017-04-281-3/+0
|
* Pet portlint.Mark Linimon2017-04-091-2/+2
| | | | Reported by: powerpc64 run
* Set expiration date of ports depending on graphics/urt to 2017-04-01Rene Ladan2016-12-271-0/+3
|
* Cleanup $() variables in ports Makefiles.Mathieu Arnold2016-07-201-1/+1
| | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Add LICENSE; commercial distribution is not allowedDmitry Marakasov2016-02-071-16/+19
| | | | - Switch to options helpers
* Rename german/ and graphics/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-283-0/+0
|
* - Fix build on -currentPawel Pekala2013-12-257-41/+91
| | | | | | | | - Remove leading article from COMMENT - Support staging PR: ports/184236 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | graphics)
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* - Fix MASTER_SITESMartin Wilke2011-12-043-40/+29
| | | | | | | | | - Support CFLAGS properly - Support PORTDOCS/PORTEXAMPLES/PLIST_FILES PR: 162838 Submitted by: Ports Fury Feature safe: yes
* -remove MD5Olli Hauer2011-07-031-2/+0
|
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix build with gcc4Pav Lucistnik2007-02-074-0/+42
|
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
|
* - Add SHA256Pav Lucistnik2005-11-261-0/+2
|
* SIZEify.Trevor Johnson2004-01-291-0/+2
|
* a) clean up for this portMaho Nakata2003-07-296-111/+103
| | | | | | | | b) build both 4-STABLE and 5-CURRENT loosely depend on submitter. PR: 52821 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-5/+5
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
|
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
|
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | string so I fixed it.
* - Fix build on -current.Steve Price2000-02-275-13/+59
| | | | | | - 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.
* Hm...seems the broken-ness is confined to 4-current now.Satoshi Asami1999-09-211-2/+5
| | | | | | | | | | | | | | | | | 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
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Mark this broken:Satoshi Asami1998-11-281-1/+2
| | | | | | | | | | | | --- 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.
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | | | | | 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
* Import of Rayshade 4.0 raytracing software.Matthew Hunt1998-05-268-0/+165
PR: 6158 Submitted by: Pedro F. Giffuni <giffunip@asme.org>