1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Erwin Lansing
662c0dff90 Mark BROKEN on 10.x: unsupported
KeyError: 'freebsd10':
  File "/work/a/ports/graphics/yafray/work/yafray/SConstruct", line 20:
    fichero = ficheros[sys.platform]
*** [do-build] Error code 2

Submitted by:	pointyhat
2012-06-12 07:02:15 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Alexey Dokuchaev
ce3e195571 Provide home for the distfile and undeprecate. While this version is not
under development anymore, it is still available from the vendor site, but
named ``yafray-0.0.9.tar_.gz'' (notice bogus underscore).  I decided not
to adhere to this stupidity, and instead asked upstream to rename file to
something sane.  Once this is fixed, I will adjust MASTER_SITES.  Also, do
some usual cleanups while I'm here.
2011-06-17 09:59:29 +00:00
Baptiste Daroussin
936e8954f7 Another bunch of deprecation: no more public distfiles and/or abandonware 2011-06-16 17:33:07 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
e8f215462f - Unbreak on 9.0 2009-11-04 21:42:23 +00:00
Erwin Lansing
c58806c25f Mark BROKEN on 9.x 2009-10-20 16:25:09 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Mark Linimon
2be3df4e6c Reset dyeske@gmail.com at his request.
Hat:	portmgr
2009-02-02 23:44:01 +00:00
Beech Rintoul
8df6e2ce8b - Fix build with -CURRENT
PR:		ports/118454
Approved by:	David Yeske <dyeske@gmail.com> (maintainer),
		linimon (mentor)
2007-12-11 23:35:40 +00:00
Beech Rintoul
01c6e9bb92 - Fix build
- Remove use_getopt_long

Approved by: sat (mentor)
2007-07-07 11:52:21 +00:00
Edwin Groothuis
1fa9e4844d dyeske at yahoo dot com -> dyeske at gmail dot com 2007-07-05 23:39:06 +00:00
Shaun Amott
2e6e9aa08a - Remove FreeBSD 4.x checks.
PR:		ports/112021, ports/112035, ports/112064
Submitted by:	David Yeske <dyeske@yahoo.com> (maintainer)
2007-04-26 14:08:55 +00:00
Rong-En Fan
a496109e19 - Unbreak on system < 7.x by using malloc(3)
- Remove optimized cflags until other scons based ports play nice with them

PR:		ports/104542
Submitted by:	David Yeske <dyeske at yahoo.com> (maintainer)
Approved by:	portmgr (erwin)
2006-10-21 10:12:31 +00:00
Rong-En Fan
29adee7bb4 - Mark BROKEN on 6.x and below: this port uses posix_memalign(3)
PR:		ports/104391
Submitted by:	David Yeske <dyeske at yahoo.com> (maintainer)
Approved by:	portmgr (marcus)
2006-10-13 21:31:11 +00:00
Rong-En Fan
31e7820a14 - Update to 0.0.9
- Switch to scons

PR:		ports/104191
Submitted by:	David Yeske<dyeske at yahoo.com> (maintainer)
2006-10-09 12:25:08 +00:00
Edwin Groothuis
ff21f59f9f Remove USE_REINPLACE for categories starting with a G 2006-05-07 23:46:33 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Volker Stolz
1c851ff0ed Unbreak on 4.x through USE_GCC=3.4+
Approved by: maintainer
2005-07-25 10:50:45 +00:00
Kris Kennaway
da408628cd Add missing files 2004-11-13 04:18:42 +00:00
Alexey Dokuchaev
ccd2323721 Unbreak on 5.X and -CURRENT.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)
2004-10-06 04:47:58 +00:00
Kris Kennaway
4b48adab5f BROKEN on 5.x: Does not compile
Approved by:	portmgr (self)
2004-09-30 05:52:30 +00:00
Pav Lucistnik
44b012cb43 - Update to 0.0.6
PR:		ports/64531
Submitted by:	David Yeske <dyeske@yahoo.com> (maintainer)
2004-03-21 11:21:19 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Kirill Ponomarev
29eeb3f469 - Update to version 0.0.4
PR:		57636
Submitted by:	maintainer
2003-10-06 07:04:05 +00:00
FUJISHIMA Satsuki
b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00
Will Andrews
e7684d7ddb Add yafray 0.0.3, a fast XML based raytracer.
PR:		52405
Submitted by:	David Yeske <dyeske@yahoo.com>
2003-06-03 03:29:55 +00:00