From 3fef5fa236506bb1e45b9f346a133ee59b9b8e0c Mon Sep 17 00:00:00 2001 From: mezz Date: Fri, 25 Feb 2005 00:17:28 +0000 Subject: 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) --- textproc/ruby-sary/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'textproc') diff --git a/textproc/ruby-sary/Makefile b/textproc/ruby-sary/Makefile index 863e8d3f08fe..544b32838f13 100644 --- a/textproc/ruby-sary/Makefile +++ b/textproc/ruby-sary/Makefile @@ -32,15 +32,10 @@ DOCS_EN= ChangeLog \ DOCS_JA= ${RUBY_RD_FILES:M*.ja.rd} \ ${RUBY_RD_HTML_FILES:M*.ja.html} -.include -.if ${OSVERSION} < 502102 -BROKEN= "Systems prior to FreeBSD 502102 are out of support" -.endif - post-install: doc-install ${INSTALL_SCRIPT} ${WRKSRC}/rsary.rb ${PREFIX}/bin/ -.include +.include doc-install: .if !defined(NOPORTDOCS) -- cgit