ports

  1. gladiola

    LLVM36 Bypass for Compile Errors "jquery" and "underscore"

    LLVM36 was failing to compile from ports with errors for an unfound file with working directory names that included "jquery" and "underscore". I contacted the port maintainer; they were not sure what was causing it. They knew they could get it to go away, but they weren't sure yet why. I was...
  2. M

    Building (Blender) with OpenMP

    I've been trying to build blender with OpenMP. Here's what I got so far: 1.) Modify the makefile to include those features. # Only works, if everything else is compiled with the same compiler OPENMP_CMAKE_ON= -DWITH_OPENMP:BOOL=ON OPENMP_CMAKE_OFF= -DWITH_OPENMP:BOOL=OFF...
  3. T

    Solved milter-greylist broken Makefile

    I rebooted a Digital Ocean droplet of FreeBSD 10.1-Release and was met with milter-greylist failing to start due to not having been compiled for GeoIP use. So, I went to ports, tried make config and sure enough, the GeoIP option was already selected. A new compile later and still the same...
  4. N

    Solved Can pkg search point to not existing port path ?

    Hi, Today I wanted to search information about e_dbus port and executed: $ pkg search -f e_dbus e_dbus-1.7.10,1 Name : e_dbus Version : 1.7.10,1 Origin : devel/e_dbus Architecture : freebsd:10:x86:64 Prefix : /usr/local Repository : FreeBSD...
  5. sidetone

    Howto contribute improvements to FreeBSD

    FreeBSD Mailing Lists: To send an email to the FreeBSD mailing list, make sure your email is sent in plain text, as HTML and attachments are filtered out. A subscription is not required, but it will have to be moderated. If you're having problems sending to the mailing list, please test your...
  6. S

    Creating binary packages without installing

    I am experienced in creating packages on Debian machines. There one can create binary packages but on freebsd FreeBSD things are different. In FreeBSD I need to have ports installed first and then I can build binary packages from that. My package contains a simple compiled program and 2-3...
  7. T

    Why does Firefox crash every time I update it?

    Just a question, in case anyone has an answer: why does the Firefox port crash every time I update it? Example from today's update, from /var/log/messages: Feb 9 21:31:09 kg-core1 pkg: firefox-44.0,1 deinstalled Feb 9 21:31:17 kg-core1 pkg-static: firefox-44.0.1,1 installed Feb 9 21:32:11...
  8. T

    Building latest pkg on Raspberry Pi fails

    I installed an official snapshot of FreeBSD 10.2-STABLE onto a 4 GB SD card and put it into a Raspberry Pi (original). So it is running: root@rpi-b# uname -a FreeBSD rpi-b 10.2-STABLE FreeBSD 10.2-STABLE #0 r293242: Thu Jan 7 00:05:43 UTC 2016...
  9. nforced

    Prevent pkg from installing vulnerable packages

    On one machine I have switched from ports to packages because of slow hardware specs (very long port build times) and have observed that pkg installs/upgrade packages to new versions that are vulnerable resulting in couple of vulnerable packages. For example I now see pkg audit -F vulnxml file...
  10. Heretiiik

    Solved Schizophrenic `pw'

    Hi guys, I've tried to install sysutils/munin-node from ports but it failed at user creation stating User munin nonexistant. Create the user and retry. From it's makefile I learned that it cheks if the user exists with pw user show munin, with expected result pw: no such user `munin'. But when I...
  11. chrbr

    Updating with poudriere

    I have tried ports-mgmt/poudriere because some unexpected issue related to python and curses has crept into my ports system after using ports-mgmt/portmaster quite a long time without having it noted early. I hope I have strictly followed /usr/ports/UPDATING all the time :D. Now I have a few...
  12. amiramix

    Solved Corrupted pkg database?

    root@server:~ # pkg version bash-4.3.42_1 = ca_root_nss-3.20.1 = cpdup-1.17_2 = curl-7.44.0 < cvsps-2.1_1 = expat-2.1.0_3 = gettext-0.19.5.1 < gettext-runtime-0.19.5.1 < gettext-tools-0.19.5.1 < git-2.6.1 < indexinfo-0.2.3 < libffi-3.2.1 = p5-Authen-SASL-2.16_1 =...
  13. daBee

    nginx Passenger Installation

    Hi folks. I can't seem to get www/nginx installed with Passenger on 10.1. RVM is installed. $ rvm gemset list gemsets for ruby-2.2.3 (found in /home/rich/.rvm/gems/ruby-2.2.3) => (default) global $ rvm list rvm rubies =* ruby-2.2.3 [ x86_64 ] # => - current # =* - current &&...
  14. Z

    Build port but install dependencies with pkg

    I'm sometimes finding that I want to rebuild a port to enable a single option, like DEBUG, for example. Otherwise I generally use standard packages for everything else. For some ports with a lot of dependencies, I want to avoid having to build all those dependencies from source. The last time I...
  15. aaronbaugher

    Best Ports for TeX/LaTeX Work

    I need to be able to export files from Emacs's org-mode to TeX (which works), and then process those into other formats like PDF. I've tried various things, and it seems like something's always missing. First I was missing 'tex', so I installed print/tex-basic-engines. Then it complained of...
  16. fender0107401

    gettext-runtime compilation error

    root@db-freebsd:/usr/ports/devel/gettext-runtime # make install ===> Installing for gettext-runtime-0.19.6 ===> gettext-runtime-0.19.6 depends on executable: indexinfo - found ===> Checking if gettext-runtime already installed ===> Registering installation for gettext-runtime-0.19.6...
  17. J

    Best way to automatically keep system, packages, and daemons up to date

    Hi, I'd like to know if you have a good way of keeping a system completely up to date in a completely automated way. If my understanding is correct, I can add 42 8 * * * freebsd-update cron in root's crontab to have the base system (I guess that means the kernel and the programs in /bin)...
  18. graemeg

    Solved www/firefox v42 seems broken

    I've just updated my ports collection and noticed that there is a new Firefox version. I tried to build it on FreeBSD 10.2 (amd64) but got the following error. I'm not a C/C++ developer so have no clue. Has anybody else had any luck building the latest Firefox in ports? gmake[7]: Leaving...
  19. Maelstorm

    Solved Missing pkg_descr when building bash dependencies

    I'm trying to build a statically linked version of shells/bash and I am getting the following error from a dependency: ===> Staging for gettext-tools-0.19.6 ===> gettext-tools-0.19.6 depends on executable: indexinfo - found ===> Generating temporary packing list ** Missing pkg-descr for...
  20. Kalero

    Most updated ports/packages

    Hi! I open this thread to talk about which BSD flavour has the most updated ports/packages. For example, sometimes I develop some Java app with NetBeans IDE on Linux, and I see in freshports.org the last version ported to FreeBSD is the 8.0.2 version. Now where is a "freshports.org" for OpenBSD...
Back
Top