aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-02-25 08:17:28 +0800
committermezz <mezz@FreeBSD.org>2005-02-25 08:17:28 +0800
commit3fef5fa236506bb1e45b9f346a133ee59b9b8e0c (patch)
treedac2ceae821af3cbcbf5af5148888f70f45ca7c9 /graphics
parentc3cd885926ba6f4ec09bb536ba465b9fb2f65f76 (diff)
downloadfreebsd-ports-gnome-3fef5fa236506bb1e45b9f346a133ee59b9b8e0c.tar.gz
freebsd-ports-gnome-3fef5fa236506bb1e45b9f346a133ee59b9b8e0c.tar.zst
freebsd-ports-gnome-3fef5fa236506bb1e45b9f346a133ee59b9b8e0c.zip
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)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-opengl/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile
index 9cdac7bdae85..e5aa507add81 100644
--- a/graphics/ruby-opengl/Makefile
+++ b/graphics/ruby-opengl/Makefile
@@ -27,11 +27,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
CONFIGURE_ARGS= --with-ruby-dir="${LOCALBASE}" --with-x11-dir="${X11BASE}"
INSTALL_TARGET= site-install
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 502102
-BROKEN= "Systems prior to FreeBSD 502102 are out of support"
-.endif
-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
@@ -41,4 +36,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README.EUC ${RUBY_MODDOCDIR}/ja/
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>