ports

  1. S

    Issues recording in Tvheadend

    Hello, I have some problems with my recordings in Tvheadend (Installed from port). I original made this topic in Tvheadend's own forum -> https://tvheadend.org/boards/5/topics/21805 But without any luck. So my question is, does anyone else have problems with recordings in Tvheadend? Best...
  2. F

    Install (and maintain) port with different compile options than pkgng provides

    I am running one installation of FreeBSD 10.1 and I use pkgng exclusively to install software until now. Unfortunately, there is a package that is not compiled with the compile time options I need when installed via pgk(*). If I understand correctly, to achieve my goal to install that software...
  3. W

    Suggestion for ports on FreeBSD

    Hey guys, Today I was showing to my teacher at university how to setup and apache server on FreeBSD, or at least was trying... Because some problems updating my personal server at home on end week I choose use mysql instead mariadb (this one I know the installer is bugged and already reported...
  4. N

    Best practise for handling ports tree with iocage managed basejails

    Hi, What's the best practise to handle the prots tree with iocage managed basejails? Currently I am manually nullfs mounting the host systems /usr/ports everytime I need it in each jail, but as the number of jails are growing this feels more and more cumbersome. Please advice! Thanks in...
  5. F

    Poudriere + armv6

    Evening all, I'm new to ports-mgmt/poudriere-devel and installing ports generally (using pkg on my laptop). I have an old Raspberry Pi B+ that I've had FreeBSD 10.2 running on for a while not doing much. I've recently wiped it, installing FreeBSD 10.3 and would like to set it up as a home...
  6. Hornpipe2

    gmake vs gmake-lite...

    I am curious about the status of these two ports. devel/gmake is the "full featured" gmake port, with a config option to enable NLS via devel/gettext. It is often pulled down by other ports during the build process, as it is listed as a USES= dependency in the Makefiles. There is also...
  7. H

    Node.js based ports : how do you handle the npm install?

    Hello, I have been trying to make a port for NodeBB, a forum software using Node.js. Once the project has been fetched, you also need to install dependencies (a lot of them) using the npm install command. But when building with poudriere, you have access to the network only during...
  8. Maelstorm

    Solved Fortran Compiler

    I am currently looking for a Fortran 95 compiler for FreeBSD, but I can't seem to find one. Is there one available?
  9. fishlegs

    spdylay port make install fails (10.3+sparc64)

    Hi folks, hoping someone can help with this. I'm an old hat with *nix, but new to fFreeBSD. I can't get www/spdylay to build. None of the output from make config throws anything unusual, but make install fails: make install ...snip... libtool: link: g++48 -O2 -pipe...
  10. A

    Removal of unmaintained ports - when?

    While getting more and more comfortable with my FreeBSD 10.3-RELEASE setup, I noticed that a lot of ports lack a maintainer. The per port notice pointing to http://portsmon.freebsd.org/portsconcordanceformaintainer.py?maintainer=ports%40FreeBSD.org informed me that 4585 ports lack a maintainer...
  11. STREBLO

    Trouble Installing Nvidia Drivers

    I've been trying to get the Nvidia drivers working and have faced multiple problems. Currently i'm getting this error: Installing linux_base-c6-6.7_1... +++ Some programs may need linprocfs, please add it to /etc/fstab! +++ Running linux ldconfig... This software is based in part on the...
  12. goshanecr

    portupgrade error (broken pipe) on deinstalling stage

    Good day! My info: uname -a FreeBSD BSD 10-STABLE FreeBSD 10-STABLE #0 r298405: Thu Apr 21 22:49:24 MSK 2016 user@BSD:/usr/obj/usr/src/sys/BSDSERV amd64 I have similar errors for many ports on portupgrade -a procedure. And all fails after successful building port, fails on deinstalling...
  13. STREBLO

    Poudriere on low powered machine

    I'm looking to set up ports-mgmt/poudriere on a low-powered server, specifically the HP 470. I was wondering if this is too low powered of a the machine to run ports-mgmt/poudriere if I am not using ZFS. I don't care if it takes a long time to compile packages (within reason) as long as it...
  14. amiramix

    ports-mgmt/poudriere and tsort: cycle in data warning

    I noticed that ports-mgmt/poudriere started to show this message: tsort: cycle in data tsort: gtk2-2.24.29_1 tsort: cups-2.1.3_1 tsort: dbus-1.8.20 tsort: xmlto-0.0.28 tsort: w3m-0.5.3_5 tsort: cycle in data tsort: cups-2.1.3_1 tsort: dbus-1.8.20 tsort: xmlto-0.0.28 tsort: fop-2.0_1 tsort...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. S

    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...
  20. 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...
Back
Top