package

  1. T

    OpenSCAD working?

    Does anyone have success in using cad/openscad recently? First I tried installing it from a package tingo@kg-core2:~/work/999_temp $ pkg info openscad\* openscad-2021.01.01.20221206_4 but it core dumps tingo@kg-core2:~/work/999_temp $ openscad Segmentation fault (core dumped) except for...
  2. sremick

    Solved py-impacket pkg download error

    So I haven't been able to update my packages in a while because they get stuck trying to update py-impacket. Specifically, py39-impacket-0.11.0.pkg FreeBSD 13.2-RELEASE-p3 I've tried specifying specific pkg mirrors to no avail (including the one that the pkg maintainer says should work)...
  3. L

    Pkg and freebsd website too slow (for me)

    I started to install freebsd memstick iso from the offical freebsd website it took 2 hours to download 1.1GB file, I loaded into a usb and installed it but packages I install with pkg take forever, I get very decent internet speed with other package managers or websites or downloads but for some...
  4. _martin

    Debug symbols for binary packages

    Does FreeBSD support download of debugging symbols for binary packages installed via pkg? I can't find any information about that nor can I find any packages with those symbols. I'm heavy ports user but recently I wanted to debug something quickly and wanted to avoid building in myself from ports.
  5. kodcode

    Arduino IDE package - Errors...

    Hello. Following https://wiki.freebsd.org/Arduino I installed the arduino package, and add the user to the dialer group. I get the following error when launching arduino: java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path: [/usr/local/arduino/lib, /usr/lib, /usr/local/lib]...
  6. grahamperrin

    pkg-update(8) kernel version mismatches: how to list all affected packages?

    pkg-update(8) | pkg-upgrade(8) | pkg.conf(5) <https://github.com/freebsd/pkg/commit/04feb5851df98e8244200e29a6b134c06da06822> Whenever there's a mismatch, one package is listed. For example: root@mowa219-gjp4-8570p-freebsd:~ # pkg update Updating FreeBSD repository catalogue... Fetching...
  7. fel1x

    Gnome 3 disappeared in FreeBSD 13 amd64 repo

    I'm using FreeBSD 13 amd64, and the package server is pkg.freebsd.org. gnome3 cannot be found in FreeBSD:13:amd64, but I can find it in FreeBSD:12:amd64 and FreeBSD:14:amd64. I both tried quaterly and latest, but it doesn't seem to appear in both repositories. I don't want to install it from...
  8. C

    FreeBSD 13 .tbz Packages?

    I'm trying to put together a version of mfsBSD with wget included, and the instructions say to download the corresponding .tbz package to include. The issue I'm running into is that .tbz packages appear to have been phased out (or I'm looking in the wrong location.) Are these still extant? If...
  9. M

    Solved print/pdfarranger

    I was just wondering why there is no print/pdfarranger port for FreeBSD (since even OpenBSD has one): What I found on their GitHub issue tracker: Installation instructions for FreeBSD #381 BTW Since that one is a GTK3 GUI application, does anyone know of an equivalent that's using QT5 instead?
  10. grahamperrin

    Solved FreshPorts: linking, referencing: anchors in pages

    To simplify references to sections within pages for ports, we now have anchors within each page. https://www.freshports.org/faq.php#anchors lists the available anchors suggests two browser extensions that can help you to work with anchors. With the page for Firefox as an example...
  11. Y

    openVAS - Greenbone pkg update

    Hey, I currently work on a project to scan a network and find vulnerabilities which has to be on FreeBSD. So, as a first step, I installed packages of openvas9 and scanned the network by using the web interface. There is also a server on ubuntu to see what openvas will find. On the report...
  12. Oliver Jones

    Unable to compile multimedia/logitechmediaserver

    Hi, I did a fresh install of FreeBSD 12.1 (AMD64) on my media server, did an update to p1, and also updated the ports collection with portsnap fetch + extract, and did a pkg update, too. Only problem is, the Logitech Media Server port no longer compiles. (It complains about quite a few missing...
  13. B

    Is there a reference documentation for the quarterly package schedule

    Hi all, I have maintained my FreeBSD systems for quite some time on 'latest' and would expect a Wednesday weekly release for updated packages. Is there a documentation showing the schedule of the quarterly package release cycle? I am interested in the cut off dates for new packages to be...
  14. B

    Package name vs service name in rc.conf

    Hi all, Can someone help me understand the reason why package names configured in rc.conf use an underscore while the service name uses a dash/hyphen? Examples: sysrc avahi_daemon_enable=YES sysrc emby_server_enable=YES but service avahi-daemon start service emby-server start I see the...
  15. Nicola Mingotti

    Solved How to share a package ?

    Hi, Yesterday i tried to install ffmpeg in a FreeBSD-11.1 in a BeagleBone Black. The package is missing, this is a bit of a problem because BBB are very small manchines. Anyhow, I am tring to compile it from ports. Now, the question is, supposing the compilation of the port will succeed how...
  16. M

    Building my own port/package distributing over self hosted repo

    Hi, from the question you can guess I'm relatively new to FreeBSD.... What I wanna do is to build a package (web application from a git repository) and install it with pkg on a target system. So by reading a lot (handbook, porters handbook, web) my understanding is that I would place my...
  17. N

    looking for old ports/packages

    Hi, I am looking for following version ports cmake-3.7.2 cmake-modules-3.7.2 git-2.12.1 sqlite3-3.18.0 ruby21-2.1.10_1,1 rsync-3.1.2_6 Above listed ports are not available on http://pkg.freebsd.org/FreeBSD:10:amd64/ I checked all releases and quarterly folders but same version ports are not...
  18. M

    Solved Problem adding self compiled package

    Hi everyone I'm new in freeBSD world I'm on freeBSD 9.3 RELEASE I created a package of one standard freeBSD port by cd to port directory and using following command make package-recursive then I installed /usr/ports-mgmt/pkg now when i try to add package with "pkg add' , I get the...
  19. T

    amule 2.3.2 package - problems

    Is anyone else using the official amule 2.3.2 package? I run it on: root@kg-quiet# freebsd-version -ku 10.3-RELEASE-p11 10.3-RELEASE-p11 and the package looks like it was built without debug info: root@kg-quiet# pkg info amule amule-2.3.2 Name : amule Version : 2.3.2 Installed...
  20. spmzt

    Solved How to port my software?

    Hello, How can I create a port for my software?
Back
Top