aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-02-25 00:17:28 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-02-25 00:17:28 +0000
commit7df9b2b2b470b4d35404730b1e60f7cf6bbb4327 (patch)
tree0c16f45ccedaa1d5906c3b1a72f0d0a266455672 /UPDATING
parentf7254e2cfb7735d132398eb800f17d82325c3365 (diff)
downloadports-7df9b2b2b470b4d35404730b1e60f7cf6bbb4327.tar.gz
ports-7df9b2b2b470b4d35404730b1e60f7cf6bbb4327.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)
Notes
Notes: svn path=/head/; revision=129708
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b6dd8428203c..c32d393e2aa2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,16 @@ time you update your ports collection, before attempting any port
upgrades.
20050224:
+ AFFECTS: users of lang/ruby18 and any apps that depend on ruby18
+ AUTHOR: mezz@FreeBSD.org
+
+ The theads support has been disabled again. It causes the more trouble, so
+ it now builds with ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS}. It is recommend
+ you to rebuild any apps that depend on lang/ruby18. Do something like this:
+
+ portupgrade -rf ruby-1.8.2\*
+
+20050224:
AFFECTS: users of www/apache21
AUTHOR: clement@FreeBSD.org