Re: Micropolis port

2008-01-14 Thread Dryice Liu
ros [EMAIL PROTECTED] wrote: I discover this afternoon Micropolis, the renamed Sim City game who is now open source (see http://developers.slashdot.org/article.pl?sid=08/01/12/1846256from=rss) I really was a addicted to this game so I decide to try a port to FreeBSD At this point and after

Re: CFT: Adobe Reader 8 + SCIM/UIM

2008-01-14 Thread Nikola Lečić
I tried to follow all your tests and to check what binary is loaded in what case. Below are my observations. Then I tested your diff, comments included. Finally, please find the modified ADOBE_VER-dependent version of that patch that served me perfectly. Note: Sometimes I wasn't sure if the

Re: Another question based on: Re: HOW-TO get Flash7 working!

2008-01-14 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 eculp wrote: The dialog at the end of this email is becoming a bit more philosophical than I need right now ;). Is there an accepted or reasonably so, sure-fire way to get linux flash[79] working in Prerelease or in current? If so, would you

Re: moving eclipse from java to devel

2008-01-14 Thread Daniel Rucci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aryeh M. Friedman wrote: | Since there seems to be many non-Java plugins for eclipse (such as the | ruby one posted earlier) does it really make sense to keep it in java | instead of putting it in devel? Yea, I suggested this back in September but we

Re: Micropolis port

2008-01-14 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I should have mentioned that this is based on the git version available from git.laptop.org as projects/micropolis-activity. Cheers, - -- Xin LI [EMAIL PROTECTED] http://www.delphij.net/ FreeBSD - The Power to Serve! -BEGIN PGP

Re: HOW-TO get Flash7 working!

2008-01-14 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Boris Samorodov wrote: Hello Chuck, On Fri, 11 Jan 2008 16:54:31 -0500 Chuck Robey wrote: As an example, the flash9 plugin needed a linux lib, libdl.so (I think it was .so.2). If I I wrote the port which installs libdl.so.2, so I guess I

Question on error: Makefile, line 24: Need an operator

2008-01-14 Thread Jim Stapleton
I'm trying to build a port for FreeBSD, and I get this error when running Make: Makefile, line 24: Need an operator make: fatal errors encountered -- cannot continue To my knowledge, everything looks good so far. The line in question is: do-build: (cd

Re: HOW-TO get Flash7 working!

2008-01-14 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander Leidinger wrote: Quoting Chuck Robey [EMAIL PROTECTED] (Fri, 11 Jan 2008 16:54:31 -0500): -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander Leidinger wrote: Quoting Chuck Robey [EMAIL PROTECTED] (from Thu, 10 Jan 2008 21:05:16

Re: Question on error: Makefile, line 24: Need an operator

2008-01-14 Thread Jim Stapleton
That worked perfectly. Thank you, -Jim Stapleton On Jan 14, 2008 3:26 PM, Brandon S. Allbery KF8NH [EMAIL PROTECTED] wrote: On Jan 14, 2008, at 14:56 , Jim Stapleton wrote: do-build: (cd ${WRKDIR}/extended_threading/extended_threading/ \ echo import sys; import py_compile; for

Re: Question on error: Makefile, line 24: Need an operator

2008-01-14 Thread Brandon S. Allbery KF8NH
On Jan 14, 2008, at 14:56 , Jim Stapleton wrote: do-build: (cd ${WRKDIR}/extended_threading/extended_threading/ \ echo import sys; import py_compile; for f in sys.argv: py_compile.compile(f) | python *) Spaces won't work: indentation for commands must use hard tabs. -- brandon s.

Re: HOW-TO get Flash7 working!

2008-01-14 Thread Boris Samorodov
Hello List, On Mon, 14 Jan 2008 14:57:59 -0500 Chuck Robey wrote: I do wish someone in ports management would just step up and give an authritative decision. So far you didn't show any broken port. How a member of portmgr@ can vote? May be that one (two, ... much more) port(s) can be fixed

Re: www/mod_dosevasive20 vs. www/mod_evasive20

2008-01-14 Thread Jeremy Chadwick
On Mon, Jan 14, 2008 at 04:04:49PM -0800, Jeremy Chadwick wrote: One of our customers pointed out to me that there's two versions of the mod_evasive module actively floating around in ports: ports/www/mod_evasive20 ports/www/mod_dosevasive20 Based on PR 106870 and the CVS commit logs,

Compiling utilizing multiple CPUs

2008-01-14 Thread Christoffer Strömblad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've recently begun to explore the world of FreeBSD and all its wonderful things. (Who thought it would even be possible to actually get excited about a port upgrade?) Having looked through much of the available documentation one thing

www/mod_dosevasive20 vs. www/mod_evasive20

2008-01-14 Thread Jeremy Chadwick
One of our customers pointed out to me that there's two versions of the mod_evasive module actively floating around in ports: ports/www/mod_evasive20 ports/www/mod_dosevasive20 Based on PR 106870 and the CVS commit logs, it looks like a repocopy was done from mod_dosevasive20 --

Re: Question on error: Makefile, line 24: Need an operator

2008-01-14 Thread Danny Pansters
On Monday 14 January 2008 20:56:11 Jim Stapleton wrote: I'm trying to build a port for FreeBSD, and I get this error when running Make: Makefile, line 24: Need an operator make: fatal errors encountered -- cannot continue To my knowledge, everything looks good so far. The line in question

Re: Compiling utilizing multiple CPUs

2008-01-14 Thread Yoshihiro Ota
Yes, there is. Take a look at http://uyota.asablo.jp/blog/cat/portsplus/. I have written the program and finally came to a satisfying stage. I was thinking to seek for testers after writing some more tips and examples. You can give a try. I've been using/developing it for a half year. Hiro