From owner-cvs-all Tue Mar 21 15:34:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D23F237BA90; Tue, 21 Mar 2000 15:34:09 -0800 (PST) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA62953; Tue, 21 Mar 2000 15:34:09 -0800 (PST) (envelope-from will@FreeBSD.org) Message-Id: <200003212334.PAA62953@freefall.freebsd.org> From: Will Andrews Date: Tue, 21 Mar 2000 15:34:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/screem Makefile ports/www/screem/files md5 ports/www/screem/patches patch-ac patch-ab ports/www/screem/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/03/21 15:34:08 PST Modified files: www/screem Makefile www/screem/files md5 www/screem/patches patch-ab www/screem/pkg PLIST Added files: www/screem/patches patch-ac Log: Update SCREEM to 0.2.1. Status: 1) Remove pth-devel dependency. I discovered that -pthread works too. In the process of testing a previous update, I also discovered that if you have linuxthreads installed (as I did on my -current box), it will use -lpthread instead of -pthread. So I had to patch configure further to make sure that we don't get "lost dependencies" down the road. 2) Add USE_LIBTOOL. Remove *.la from pkg/PLIST. 3) Shuffle pkg/PLIST around to make it more ordered. 4) New (and faster) MASTER_SITE. 5) New patch to fix uploadWizard plugin Makefile.in so it doesn't hardcode the pthread library. This commit also affects PR 17471, in that it will probably help Mikhail remove pth-devel so he can build Mozilla again. :-) PR: 17477 Submitted by: myself Revision Changes Path 1.3 +7 -7 ports/www/screem/Makefile 1.2 +1 -1 ports/www/screem/files/md5 1.2 +71 -3 ports/www/screem/patches/patch-ab 1.2 +7 -10 ports/www/screem/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message