Commit graph

22 commits

Author SHA1 Message Date
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Mark Linimon
34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Jeremy Messenger
7df9b2b2b4 Disable threads again; it has caused the more troubles. This time, it has
${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the
headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl,
ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve
those issues. It is recommend you to rebuild any apps that depend on
lang/ruby18, so see the UPDATING for detail.

Remove the 'BROKEN' on the other ports that knu has added them few weeks ago.
Some of them have been tested, so if one of them is still broke then please
let us know and one of us will re-add the 'BROKEN'.

This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x
and I did others. lofi, thanks for help!

Tested by:	many people
Tested on:	i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x),
		and sparc64 (FreeBSD 5.x and 6.x)
Not test on:	ia64 and alpha
Approved by:	portmgr (kris)
2005-02-25 00:17:28 +00:00
Akinori MUSHA
870baf2a9a The slippery pthread support for systems prior to 502102 has been
dropped and the lang/ruby16_r and lang/ruby18_r ports have been
removed, since no one seems to appreciate the partially working
solution.

Good news is that the pthread support of lang/ruby18 is now enabled by
default for newer systems, which means the ruby interpreter is linked
with libpthread.  This will allow threaded extension libraries to run
and work properly on those systems.

The --march=cputype flag is disabled because it gets ruby to
malfunction and fail to build.  I don't know if the problem is in
libpthread or in gcc.

(It really makes me wonder if they had actually tested before asking
me to do this somewhat risky change ;-)
2005-02-05 04:59:26 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
Akinori MUSHA
176d1c94fb Fix preprocessor error for newer GCC. 2003-08-21 14:47:55 +00:00
Akinori MUSHA
7988d59818 De-pkg-comment. 2003-02-18 05:20:09 +00:00
Akinori MUSHA
e8515da24e Update WWW. 2002-12-07 17:14:40 +00:00
Akinori MUSHA
8dc9b4eb8b Use RUBY_MOD*. 2002-10-06 21:08:30 +00:00
Akinori MUSHA
0f25c9c2fe Now that Mesa requires pthread both on XFree86 3.3.x and on 4.x,
define RUBY_WITH_PTHREAD to make this module get linked with libc_r
and libruby_r.
2002-02-10 18:26:08 +00:00
Akinori MUSHA
e3224fab93 Update to 0.32b. 2001-12-02 19:30:19 +00:00
Akinori MUSHA
37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
Akinori MUSHA
7de9ed7fa8 Update to 0.32a. 2001-05-05 22:00:19 +00:00
Akinori MUSHA
353fd964a2 Update to 0.32-repacked.. 2001-05-04 23:41:47 +00:00
Akinori MUSHA
f028f8d147 The distfile moved. (no change) 2001-04-28 10:58:23 +00:00
Akinori MUSHA
79981ed203 Update to 0.32. 2001-04-27 19:30:49 +00:00
Akinori MUSHA
8b18ca2b49 Add %%PORTDOCS%%. 2001-02-10 12:39:31 +00:00
Akinori MUSHA
1955152c2b Fix the build failure on XFree86 4.0. GL_CLIENT_ALL_ATTRIB_BITS
vs. GL_ALL_CLIENT_ATTRIB_BITS discrepancy...
2000-10-15 07:59:19 +00:00
Akinori MUSHA
c68548820c Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Akinori MUSHA
9e07cf4c97 Fix the build for Mesa 3.2.1. 2000-09-21 17:02:21 +00:00
Akinori MUSHA
3f75a53ded Update with bsd.ruby.mk.
Fix for Ruby 1.6. (patch-aa)
2000-09-08 03:39:09 +00:00
Akinori MUSHA
a407b4fe8c Add ruby-opengl, OpenGL/GLU/GLUT interface modules for Ruby. 2000-08-24 14:12:30 +00:00