pkg

  1. M

    Creating a custom repo with poudriere output and standalone builds

    Hi, before using poudriere I built a bunch of "standalone" packages. ( pkg create -ao /usr/ports/packages/All, or simply by running "make package; make install" in some ports). I also created some packages with poudriere using a limited list. My question is pretty simple, is it there any way...
  2. scotia

    portmaster shoots itself in the foot with -P and pkg

    Hi. if I add the -P option to portmaster, and postmaster decides to re-install pkg, I get the following: Installed packages to be REMOVED: pkg: 1.13.2 Number of packages to be removed: 1 The operation will free 13 MiB. [1/1] Deinstalling pkg-1.13.2... You may need to manually remove...
  3. quamenzullo

    Solved "pkg upgrade" outputs a lot of "indexinfo: Skipping: *.info: Capabilities insufficient"

    Hello! I performed this in a jail: # pkg upgrade python27 python36 librsvg2 gnutls (These packages are here just as examples, because this happens with any kind of package, since some time. Everything seems to work further fine, but I wonder what this is and how to fix it.) Here's the start of...
  4. J

    Tensorflow package/binary install

    Hello everyone, I needed to install Tensorflow 2.1 for a project. Tensorflow is not available in the packages and the port is a very old version of Tensorflow (1.4 if I remember well). So I tried to compile it from source. And, actually, it seems to be possible to compile Tensorflow for FreeBSD...
  5. D

    Run "pkg update" and "pkg upgrade" with cronjob

    Hi, is it possible to run these two commands with a cronjob? If so do I need additonal parameters like I would need on a dpkg system? (apt -y upgrade)
  6. NapoleonWils0n

    pkg prime-list install packages on another machine ?

    Hi My Macmini running catalina died so i installed Freebsd on it, and now i want to copy a list of packages installed on my Macbook air running freebsd to the macmini Should i use pkg prime-list to generate a list of the packages i installed on the macbook air, prime-list just creates a list...
  7. NapoleonWils0n

    Solved pkg mismatch package running kernel

    Hi All When i run pkg update i get an error saying Newer FreeBSD version for package p5-Tk-TableMatrix To ignore this error set IGNORE_OSVERSION=yes - package: 1201000 - running kernel: 1200086 Im running FreeBSD 12.0-RELEASE-p13 GENERIC which is also the output from uname -a There is a post...
  8. H

    Shell pkg ${ABI} variable

    Hello. I'm curious how pkg determines ABI (if undefined). man 7 pkg states that May you explain how exactly strings such as "freebsd:10:x86:64" are generated? Thanks.
  9. Gerard

    Removing a file from the poudriere repository

    I am using poudriere on a FreeBSD 11.3 system. I want to remove a single file from the repository. Is this possible? I know I can use pkg to delete the file from the system, but I also want to remove it from the repository.
  10. fluca1978

    PostgreSQL 12 package

    I'm running 12.0-RELEASE-p9 and I cannot find any package for the stable version of PostgreSQL 12: % pkg search postgresql12 pgtcl-postgresql12-2.1.1_2 TCL extension for accessing a PostgreSQL server (PGTCL-NG) postgresql12-client-12.r1 PostgreSQL database (client)...
  11. T

    www/falkon dissappears from the pkg repo too?

    A few days ago, calibre went missing from the pkg repo; this was due to an upgrade from version 3.xx to version 4.xx, so technically understandable, even if it was unfortunate for users. Today I wanted to reinstall falkon (due to some library updates, related to other packages on my system)...
  12. zoujiaqing

    How to build a pkg mirror in China?

    I use FreeBSD pkg, but it's so slow. I want use my server to build a pkg mirror. How to do it?
  13. Datance

    Slow package download speeds.

    Greetings! Are 90kB/s-500kB/s speeds expected while downloading packages with pkg? If not, are the geo-ip mirrors for the repositories being properly resolved? I have two FreeBSD installations in central Europe and looks like I am using some remote repository. I found this issue in the forum...
  14. robotchaos

    Switching to STABLE

    I see in the Handbook: Tracking a Development Branch that you checkout the source for STABLE to switch. Does it work the same way if you use pkg instead of ports? If not, what's the upgrade procedure? I want to track STABLE so I can hopefully have a working Bluetooth stack, as well as eventually...
  15. F

    Php 56 on FreeBSD12

    Hi guys! I still need to use php56 for my whmcs website because modules are encoded for php5 and I don't have idea how to install it on FreeBSD 12. Actually I need a way to downgrade pkg for latest version of php5. Thank you!
  16. rajagenupula

    Solved How to download multiple packages at a time ?

    with command pkg install package_name all required packages are downloading one after another. Is there any we can download multiple packages at a time ? Thanks Raja Genupula
  17. Nyakov

    Create something like PBI with current ports/pkg system?

    After encountered a bunch of not working pkg-s and other constant problems with them I became curios about how unrightfully forgotten BPI works? Can someone summarize the mechanics? What can be made to create something like BPI with current ports\pkg system?
  18. mustafa987

    Solved questions about pkg and port

    question 1: If I installed wget from the pkg pkg install wget and then decided to installing again from port cd /usr/ports/ftp/wget make install clean then what would happened??? Will the port installation overwrite the pkg installation? Or duplicated wget installation? question 2: If I...
  19. fossette

    A tool to create a custom FreeBSD Package Repository for OFFLINE USE

    As some may know, I really hate having to deal with updates when I have other stuff to take care of. It's especially frustrating since I'm pretty much isolated from threats from the net, and I have decent backups to recover from if need be. Thanks to this article...
  20. vermaden

    HOWTO: Less Known pkg(8) Features

    I would like to share an article about FreeBSD pkg(8) package manager. Less Known pkg(8) Features https://vermaden.wordpress.com/2019/01/17/less-known-pkg8-features/ #freebsd #pkg #beadm #update #upgrade #sqlite
Back
Top