ports

  1. R

    Solved Port missing in port tree

    Hello, according to https://nicolas.vion.science/systems-unix-freebsd-letsencrypt-ssl-ca-nginx/installation-of-letsencrypt-with-nginx-on-freebsd.html there is a port /usr/ports/security/py-letsencrypt. After executing portsnap fetch extract I see several ports with the mask py-*...
  2. D

    Can't compile some ports after upgrade x86->amd64

    Hello, All! Usually, I try to use google. But this time google didn't help me. About year ago i upgrade system (10.1) x86->amd64. While rebuilding all ports I found out that some ports didn't compile. Due lack of time I used pkg upgrade problem_port. It was not a good idea (I never set X11...
  3. FKEinternet

    Solved Sendmail start fails after pkg upgrade

    In the process of updating MySQL last week, I did a pkg upgrade and after my server rebooted, sendmail won't start: /etc/mail # make start Starting: sendmailShared object "libdb-6.1.so" not found, required by "sendmail" sendmail-clientmqueueShared object "libdb-6.1.so" not found, required by...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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?
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top