ports

  1. tembun

    Missing binary package for www/ungoogled-chromium in 15.0 latest

    Hello there! I've just upgraded from 14-STABLE to 15-STABLE: $ uname -r 15.0-ALPHA1 As part of that, I reinstalled pkg with pkg bootstrap -f and was just about to perform a pkg upgrade, but it reported me the following: Installed packages to be REMOVED: ... ungoogled-chromium...
  2. RetroComputingCollector

    Would it be worth it for a xorg-basic metaport?

    After what I said in Xorg meta port extremely bloated with linux crap, I have considered making a xorg-basic meta port that is only x11-servers/xorg-server, x11/x11-apps, x11/xorg-libraries, x11/xbitmaps, x11-fonts/xorg-fonts, x11/xdm, and x11-drivers/xf86-video-vesa. I don't have much time on...
  3. HL1234

    Solved How to find out the exact version of a port program?

    Example: pkg version -P -vl "<" tells me --> aide-0.18.6_1 < needs updating (port has 0.18.6_2) Package pkg search aide-0 shows --> aide-0.18.6_2 File and directory integrity checker Ports cat /usr/ports/security/aide/distinfo --> (aide-0.18.6.tar.gz) ? How can I...
  4. HL1234

    Solved ports: git fetch origin gives an error - why?

    in /usr/ports git branch * 2025Q2 I want to switch to 2025Q3 without delete the whole port tree and check it out again. in https://github.com/freebsd/freebsd-ports there is a new branch 2025Q3 I try: git -C /usr/ports checkout -b 2025Q3 --> Switched to a new branch '2025Q3' git pull -->...
  5. scotia

    How can I identify which port option triggers which dependency?

    Hi, I'm installing from ports dns/bind920 with the only options checked: DNSTAP IDN LMDB TCP_FASTOPEN STATS_JSON STATS_XML GSSAPI_NONE make.conf: BATCH=YES OPTIONS_SET=ACL_SUPPORT EXP_MODULES PAM_SMBPASS SYSLOG WINBIND MYSQL OPTIONS_UNSET=CUPS DOCS X11 EXAMPLES As it whizzes by I see it's...
  6. baaz

    Porting X11Libre to FreeBSD.

    This was a topic that I felt needed it's own thread. You've probably heard of X11Libre, and its backstory till now. My position on the topic is that we need a well maintained X11 server with good security features, And That's X11Libre. I want this thread to be a place dedicated to technicalities...
  7. freezr

    Geany 2.1

    I need to install Geany 2.1 which is still not available in the ports tree; should I compile the source through Poudriere or I am overthinking about it? What do you recommend? Thanks... 🙏
  8. rafael_grether

    make on nullfs ports collection

    Hey folks, I'm with problems to perform a make on a port on nullfs ports collection. Some LIB_DEPENDS is not built. I explain: I git clone ports into /usr/ports-development/ on my host. After I zfs clone thick jail named jdevelopment. So, I nullfs /usr/ports-development/ into...
  9. scotia

    Updating ports after a new install of 14.2-RELEASE (incl. ports)

    Hi, I've got a new installation of 14.2-RELEASE and elected to install ports as part of the install. I then installed devel/git. Now I want to update the ports tree (with git). I read the Handbook, possibly incompletely, and could not discover how to do this. When I run git I get the...
  10. O

    About the problem of failure of the source code of the ports package management project, causing it to fail to install

    Hello, I'm using freebsd to check the raid card, but I found https://www.freshports.org/sysutils/arcconf/ This toolkit can no longer be installed, its source code download connection seems to have expired. I like the package management method of ports, but users seem to be powerless in the face...
  11. hummo

    Code::blocks closes immediately after finishing the main() function.

    Hi forum! I hope i set this thread in the correct category. I'm using code::blocks as my IDE in FreeBSD 14.2 STABLE, and when i run code in it, let's say this one: #include <iostream> using namespace std; int main() { cout << "Enter a number: "; int x{}; cin >> x; cout << "Your...
  12. M

    newbie needs guidance

    I've managed to install 14.2 on a new i5 NUC13 and pkg install and configure a few things, but now I need guidance. I want the latest Go 1.4.2 and GStreamer 1.26.0. I think they're in Ports. One other thing: why use the Go port in favour of just following the instruction on go.dev? Thank you.
  13. N

    postfix-current flavors compiled without DB support?

    Hi everyone, I recently noticed that the postfix-current-mysql and postfix-current-pgsql packages from the FreeBSD package repository seem to be missing MySQL and PostgreSQL support, despite their names suggesting otherwise. I usually build mail/postfix-current from ports with MySQL enabled...
  14. hern42

    how to install a software with specific options? via poudriere or ports (but using already pkg installed deps)

    ok so i'd like to use darktable as i liked it muchly when on linux.debian... the pkg crashes due to my images being in the .dmg format and thumbnails requiring ImageMagick or some other whatnots (which are installed on my system via pkg). as far as i got from the log it needs to be compile with...
  15. nxjoseph

    Solved Porting electron app fails with error code 1 without any clear info

    Hi. I am trying to port ytDownloader to FreeBSD. I am getting error code 1 without any given information. In old version of that WIP port, it was not giving a error like this. You can find old port in 279372 I attached port directory as a zip and log of make. How can we analyze the problem...
  16. nxjoseph

    Solved Python port doesn't produce executable binary

    Hi. I am creating a port that's written in python. IIRC, i was able to run it before but i don't remember how i was able to run the executable binary. Now, it doesn't even seem to create a executable binary. There is __init__.py in source code root but i don't think i should move this as a...
  17. Y

    Ports Dependency management

    Hello, I've been noticing some strange behavior with the ports lately. Indeed, following the end-of-life of misc/getopt, I uninstalled it manually via a make deinstall clean and then installed its suggested replacement, devel/util-linux. Just to be sure, I recompiled/installed the port that...
  18. DaLynX

    Solved Poudriere - best way to build old versions of some packages but not all?

    Hi, I need to build an older version of port A. Let's say pkg is v2 and I need v1. So I noted down the ports tree commit for that v1, called c1, checked it out and built with poudriere. Works fine. Now I need to build port B. Problem: port B at commit c1 is borked. It is fixed in commit c3...
  19. T

    Solved gstreamer1-* build failure

    The note below from 2022 also applies to today's: gstreamer1-1.22.10 < needs updating (index has 1.24.8) gstreamer1-plugins-1.22.10_2 < needs updating (index has 1.24.8) gstreamer1-plugins-bad-1.22.10_3 < needs updating (index has 1.24.8)...
  20. F

    Solved Step-Ca port: Privileged Port (433) configured: cannot run as step

    After installing the port in a jail with: pkg -j acme install step-certificates step-cli jexec acme rm -r /usr/local/etc/step jexec acme service step-ca configure And filing the form. Note that the value of "What IP and port will your new CA bind to?" was set to 192.168.0.5:433. After which...
Back
Top