ports

  1. L

    Port install problem

    I am trying to install rsync from the ports collection. /usr/ports/net/rsync # make install clean I get an error: "Ports Collection support for your FreeBSD version has ended, and no ports are guaranteed to build on this system. Please upgrade to a supported release." I check the version...
  2. GregTheHun

    Solved Newer packages not able to be installed

    Hello all, Just looking through and trying to install a newer package I saw in the ports section of the site and I noticed this: What it appears to be is after doing this: pkg clean -a pkg update -f I cannot seem to install the newest version of elasticsearch and it does not want to update...
  3. M

    Can't find smb4.conf

    I've installed FreeBSD 11.2, and i've installed samba too, I use pkg install samba command. When the setup is completed, it says 'your configuration is on /usr/local/etc/smb4.conf'. But when I go to /usr/local/etc directory, I can't find smb4.conf file. I go to /etc and i t same the file is...
  4. S

    Deterministic Software Install/Maintenance Method

    All, Over the past few years have spent a significant amount of time (seemingly endless) on port/package maintenance tasks. It seems that we should be able to: 100%: Use pkg for any/all installs and maintenance tasks (if no custom config options are required) -or- 100%: Use ports for any/all...
  5. T

    (Where) Are the topics mentioned in the pkg-message of firefox being worked on?

    Hello, when installing firefox from packages or ports you will be presented with this as part of the pkg-message. Sadly it doesn't mention something like bug numbers or anything like that so I think it's hard to act upon this if one wanted to get the hands dirty. It's also not clear where...
  6. daBee

    Updating Passenger

    Hi folks. I'd like to update Passenger, but it's tripping over another port that apparently isn't needed anymore. The port is rubygem-passenger upon nginx, installed separately. But then this happens: ===> Installing for automake-1.16.1 ===> Checking if automake already installed ===>...
  7. asv0

    Default Heimdal Kerberos client overlaps with the one from the ports

    Hi all, I've tried to use the built-in kerberos system in FreeBSD 11.2 which is not the latest release of Heimdal. Not that I was actually looking for the latest but I've realised that the action of exporting a specific keytab to a different path (to move it afterwards to the target server)...
  8. H

    Is it possible to get the ports tree that pkg uses to build binaries, as opposed to the current ports tree?

    I do hope this questions hasn't been asked before, but I've seen no indication that is has. Here is my dilemma: I have two packages (google-authenticator and nginx) where I literally need to change only 5 lines of code in the source before compiling. Otherwise, binary packages work very well...
  9. R

    Ports "make install" works fine, but synth build fails

    Hello all! I've just installed FreeBSD 11.2-PRERELEASE, and I'm learning to use synth... So, after a portsnap fetch update, I am trying to build firefox 60.0.1 with sndio. Then I would do a simple "make config", enable sndio option and disable alsa, jack and pulseaudio. And, indeed, if I "make...
  10. gug

    linux-c6- compat 32bits

    Hi all, I'd like to know if there're some 32bits compat ports for linux-c6- or linux-c7- on 64bit system install ? (I guess that it's 64bit only ?) I expected ports similar to misc/compat6x, misc/compat7x...
  11. JohnnySorocil

    [new ports] Lattice FPGA tools

    Hi all I have ported tools for converting Verilog to the Lattice iCE40 FPGA bitstream. Examples for Olimex open hardware FPGA boards are also included. PRs are: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226711 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227590...
  12. B

    Pkg vs Ports

    Which is the best way of install something here, in your thoughts? If you want, you can explain why do you think what you think. You can like pkg You can like https://www.freshports.org/ Or simply don't have one of your preference and use both or none. Feel free of expound your thoughts and...
  13. clawhammer

    Do programs such as ssh or ftp really listen on ports?

    Ive been reading about ports and its always described as http listens on port 80 or telnet listens on port 23. Is this an accurate description or whats really going on? For some reason it feels like an easy way to describe it. I would assume the nic card gets all the traffic and each network...
  14. L

    Convert from ports to packages

    pkg upgrade will reinstall unlocked ports as packages, and then presumably those packages can be managed (updated) through pkg. However, after upgrading all but a couple of ports to packages, portmaster dies during portmaster -aR. I also get the impression that dependency ports aren't converted...
  15. R

    Error in portmaster

    Hello everyone, I'm updating some programs through portmaster and it's showing me the following error message: ===>>> Returning to update check of installed ports make: "/usr/ports/devel/py27-setuptools/Makefile" line 29: Malformed conditional (${PYTHON_VERSION} != ${PYTHON_DEFAULT_VERSION})...
  16. L

    Solved portmaster -a fails

    Anyone know of a fix for this? portmaster -a fails at updating most ports with the following error: file: File 5.25 supports only version 13 magic files. `/usr/share/misc/magic.mgc' is version 14 [: =: unexpected operator - not found I've tried checking out a new copy of the releng/10.3...
  17. driesm

    Solved Need some help with porting

    Hello guys, I've been working on a port recently but I'm having some issues. Porbably because of my inexperience with ports. I have the latter in the Makefile: obvious things do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}...
  18. Harmnot

    Pkg install (namepackage) very slow

    I install from pkg and it is very slow, when I install the desktop KDE for 1GB It takes hours, very slow speed. On Linux, it more fast for 1 GB to download I have edited mirror on FreeBSD.conf Pkg0.twn.freebsd.prg (I am in Asia) so I use Taiwan for the closest mirror. Is there any something I...
  19. Harmnot

    Solved Failed Startx after PKG install xorg

    I was install Xorg on x11/xorg to make install clean, but it was take times and more 2 hours , so I cancel it and run pkg install xorg Then trying to rename or remove the xorg.conf as handbook FreeBSD said and then startx The error message Open dev/drive/card0 : no such file or directory...
  20. Allan

    Automating FreeBSD Install, setting ports configure options recursively

    I am attempting to write a script that will automatically install ports that I commonly use. I can override the options set in the in the Makefile by using OPTIONS_SET=SOMEVARIABLE. So for instance, if I want to configure portmaster to not support ZSH, I would use the command make...
Back
Top