Search results

  1. crsd

    Port maintenance help...PR's apcupsd and pcmanfm

    Try attached patch. It updates pcmanfm to 0.5.2 version which corrects thumbnails generation (as far as I could see when testing). patch -p0 -d /usr/ports/x11-fm/pcmanfm < pcmanfm-0.5.2.patch
  2. crsd

    Port maintenance help...PR's apcupsd and pcmanfm

    pcmanfm update should be pretty easy, stay tuned. :)
  3. crsd

    phpmyadmin and mysql 5.1

    And I've missed mysql-gui-tools in the original post. Sadly it has hardcoded dependency on mysql50-client, you could try contacting maintainer to check why.
  4. crsd

    phpmyadmin and mysql 5.1

    Sorry, but you are wrong :) At least in ports, mysqlXX-server wants mysqlXX-client and will not install otherwise, returning something like "cannot install: MySQL versions mismatch....". And if you are talking not about versions, mysqlXX-server depends on mysqlXX-client; client port may be...
  5. crsd

    ports problem: ** Makefile possibly broken:

    Can you now install lang/php5 or www/mod_perl, at least? I must admit that I'm not familar with portupgrade (and ruby), so I step down here.
  6. crsd

    GENERIC kernel

    You are correct. http://www.freebsd.org/platforms/amd64.html lists CPUs, supported by amd64 port.
  7. crsd

    phpmyadmin and mysql 5.1

    databases/mysql50-client is just a default mysql client port ATM. You could try installing phpmyadmin as: make WITH_MYSQL_VER=51 install clean and optionally add WITH_MYSQL_VER=51 to /etc/make.conf
  8. crsd

    ports problem: ** Makefile possibly broken:

    Try running pkgdb -Ff, or, if it doesn't help, just remove /var/db/pkg/pkgdb.db, portupgrade will recreate it.
  9. crsd

    ports problem: ** Makefile possibly broken:

    I understand your problem :) but only place where -eq and -le are used in /usr/ports/Mk/* is bsd.apache.mk, VERSION_CHECK!= line to be more specific. You could try try deinstalling/reinstalling apache and check if it helps.
  10. crsd

    ports problem: ** Makefile possibly broken:

    Do you have apache installed and which version?
  11. crsd

    postfix: fatal: chdir(/usr/libexec/postfix): No such file or directory

    Well, postfix is installed in /usr/local, by default. If you are transferring your config files from some kind of linux distro, check your paths.
  12. crsd

    dual boot kernels (pf and ipfw)

    It will just load module then :) And I understand that my idea of using rc.conf for this isn't too correct, sorry. I'm always forgetting that rc.conf is used far more than once. :(
  13. crsd

    NVIDIA 5200 - new nvidia driver can't install

    No one is forcing you to buy newer hardware, the release you are using just lacks features needed to run new NVidia driver. Wait for 7.3, or use -STABLE if you really need new driver. What do you mean by "outdated" here? And, please, start new thread if your answer/question is unrelated to...
  14. crsd

    configure: error: could not find Python headers

    Please file a PR then. send-pr or use http://www.freebsd.org/send-pr.html
  15. crsd

    nVidia GeForce 7600 GS Installation on xorg-7.4_2

    Not a solution, really. Why can't you update your ports tree and use latest x11/nvidia-driver?
  16. crsd

    Different between BSD license and Linux license in one line

    It's just my opinion :) I don't know what GPL "protects", but saying that you "give away your software for free" with BSD is just wrong, IMHO. I like Alt's post - you are free to use BSD licensed software as you wish, as long as you give credit to original authors.
  17. crsd

    configure: error: could not find Python headers

    Because he was suggesting to install something from source instead of fixing his python/something-else installation from ports. Questions is - did you (and OP) updated your python from 2.5 to 2.6 and followed *all* instructions in /usr/ports/UPDATING?
  18. crsd

    dual boot kernels (pf and ipfw)

    As rc.conf is shell script itself, you could check value of uname -i or kldstat -v | grep ipfw(if you have firewalls built in kernel) and use appropriate enable in there.
  19. crsd

    firefox-3.5.5,1 & Browser Startup Error

    Try running: find ~/.mozilla/ -type f -exec fstat {} \; | grep -v USER (not sure if there is more elegant way :) ) to identify which process lock file(s) in ~/.mozilla
Back
Top