ports

  1. P

    rmconfig does not remove config from dependencies

    Hello I did a make config-recursive on remmina which configured a ton of dependencies but doing a make rmconfig only removes config from the top level remmina port not the dependencies. I know this because after doing a rmconfig when I redo make config-recursive, I am ONLY prompted for the...
  2. ShelLuser

    [Guide] About ports and (binary) packages

    Hi gang! Introduction (editorial section) Every once in a while we see new(er) users who get utterly confused with the whole ports collection and the package management system and as a result they're often having a hard time trying to understand how this whole thing actually works. Now, I...
  3. N

    Shorthand variable for latest quarterly ports tree

    Hi all, Does anyone know if there is a shorthand form I can use in scripts to fetch the latest quarterly ports tree using svn? For packages, EG in /etc/pkg/FreeBSD.conf, there is this: url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly Which always downloads packages from the newest / latest...
  4. agm

    upgrade, pkg and ports

    Hi, I'm after a move and tried to upgrade FreeBSD binaries and some ports. But freebsd-version is 11.1-RELEASE and binaries updated while ports are much newer. I have got 65 lines from pkg version -l '<', for example perl5-5.24.1_1. And here is my proble, I cannot compile...
  5. S

    Poudriere: Build different versions of the same package

    I am using ports-mgmt/poudriere to compile packages with just the options I need. These are then exported via a webserver for FreeBSD clients to download. One of the packages I build is lang/php71 (with lang/php71-extensions and lang/mod_php71). Now I also want to build lang/php70, because some...
  6. ShelLuser

    [Guide] A closer look at Portmaster

    Hi gang! Editorial: I've been using ports-mgmt/portmaster for a long time already and I figured it could use a little bit of extra love and attention ;) Also because there is a lot which Portmaster can do, so I'm hoping that briefly showcasing some of those features might be helpful for some...
  7. aaronbaugher

    Why is poudriere building lang/php56?

    I've just started using poudriere, and it's awesome; I'm blown away by how easy it makes things. But I'm running into one puzzle I can't figure out. I created the list of files to give poudriere bulk -f with portmaster --list-origins, on a system with php 7.1 installed, so there are a couple...
  8. S

    mixing binary packages and compiled ports - keeping it up to date

    Setting: FreeBSD 11.0 RELEASE I have binary packages installed using pkg. Works great and fine in itself. I have installed from source some ports as the options used in the binary version was not what I needed. Works great and fine in itself. Mixing both as such works as advertised, but I'm...
  9. JazzSinatra

    Portmaster -a and -af

    Is it still bad practice to update installed ports with Portmaster -a or -af? In this 15799 user "phoenix" says, that Is this information still valid? The FreeBSD handbook recommends just to use: portmaster -a and if that fails, then: portmaster -af
  10. Hornpipe2

    How do binary packages get added to pkg.freebsd.org?

    Exactly what the title says. How do binary packages for FreeBSD get built and posted to pkg.freebsd.org? My question specifically concerns graphics/php56-gd, which has compile-time switches to enable or disable XPM and t1lib support. Enabling these two options pulls in a whole bunch of X11...
  11. G

    Is there an automatic way to tell which programs are built from ports

    I'm trying to do a 10.3 to 11.0 upgrade. (It didn't work, so I did a restore, but that is the subject for another post after my second attempt.) In the process of doing the upgrade, the notes indicate that you should recompile programs that you installed from ports (i.e. source). Three...
  12. A

    Requesting Assistance with Gitlab Port

    Hello, I have installed a Gitlab instance on FreeBSD 10.3-RELEASE through the ports tree. While basic features are functional, there are a few errors which I am unable to resolve. I have searched online regarding the various issues but I have not been able to find any solutions. I have...
  13. T

    Cleaning up after each compiled port

    When using make install clean this will clean up the workdir of the port and its dependencies, once everything is installed. Is there a way to do that after each individual port as well? So that once it is installed the workdir will be cleaned, before moving on to the next one? Maybe via some...
  14. T

    Using sndio in place of pulseaudio

    Like me, you might be struggling a lot with sound, ever since pulseaudio came up. However, there actually is an alternative that sparked out of the OpenBSD community. It's a light weight and just works. Sadly it isn't what applications use per default, so one is currently forced to use ports...
  15. F

    gvfs smb does not mount

    Hi everyone, After some of the system upgrades (I'm using synth) SMB gfvs functionality in x11-fm/pcmanfm stopped working. At the closer look I've noticed that devel/gvfs still depends on (and installs) net/samba-libsmbclient which the ports system now says is obsoleted: Port...
  16. N

    Solved pkg asking to install unnecessary packages

    Hi all, Every time I run pkg upgrade or pkg install PKG, pkg asks me to install some apparently unnecessary packages. I'm running FreeBSD 11.0-RELEASE-p8, using mainly packages, tracking the quarterly repo, and checking out the quarterly ports tree to match (using svn). I have compiled...
  17. T

    Rust packages

    Hi, I'd like to create some rust ports. My major hurdle is that there is no ports/Mk/Uses/rust.mk yet and while I am eager to learn stuff my Rust, Porting, Makefile, etc. skills are below what's needed for that. I'd love to add ripgrep, as it is essentially working (compiling, etc.) out of the...
  18. N

    Solved Maintaining packages with custom options

    Hi all, I'd like to follow the quarterly package repository (because I value stability and reliability over new features), but I need to have a few packages compiled with custom options, and this results in a problem: Ports does not have a quarterly release, only a "rolling release" of sorts...
  19. C

    Solved disable device sound in kernel for ASUS Essence One MKII MUSES Edition

    I try to build a FreeBSD Kernel and disable device sound. This is needed for my USB Sound: ASUS Essence One MKII MUSES Edition. To bring this hardware to work I want to install the port: audio/oss This port requires to disable the device sound in kernel. It works great with FreeBSD 10. Now I...
  20. L

    Solved Error messages from portmaster when installing dar with mods.

    I'm getting the following error messages when I try to build and install the dar program from ports using portmaster and make: Updating database digests format: 100% Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the...
Back
Top