https://github.com/b-aaz/bmake-extravaganza
This is a Mandelbrot set renderer, written in pure BSD Makefiles, with no calls to ANY external binaries.
This project started after I was reading a bunch of the port system's Makefiles, and I realized that the language is actually computationally...
I have Ollama using Cuda running in a Podman container using this project
https://github.com/NapoleonWils0n/freebsd-cuda
However the issue was starting Ollama in the container required the following commands
1) change into the ollama directory
cd ~/podman/freebsd-cuda/containers/ai/ollama...
Setting up Bhyve for virtual machines on Freebsd,
and installing Podman for Invidious an open source front end for Youtube
The advantage of using Invidious is that when playing videos with mpv,
we can reduce the time it takes to play the video from 8 seconds to under 1 second.
Thats because...
Hello, I'm not a seasoned / professional coder and I have never written a such big build system. Internet seems to know only about GNU make. I need a code review for ~1000 lines of code for BSD makefile.
The context is the development of an embedded RTOS for learning purposes; portability is...
Hi!
(I realize that the case I will describe is very uncommon or even weird.)
I'm having trouble writing a makefile the only purpose of which is installing programs (not compiling or making them in any way). I have a dozen shell-scripts that I found difficult to manage (update and install in...
Trying to figure out how I can compile security/py-pynacl.
I Can't find it
[vagrant@freebsd14 ~/servo]$ pkg search py-nacl
[vagrant@freebsd14 ~/servo]$
When trying to use pip
pip install pynacl
This shows
subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 1...
I am trying to build slstatus on freebsd. Updated config.mk (Here's the git diff from original version https://pastebin.com/JTaCuXyq) to set the include and library paths. However, still getting the following error messages when running make: https://pastebin.com/6hbF44eA
The weird thing is...
Hello all, I have been trying to play Quake 2 on my machine. My attempt requires me to compile a package, so I tried. However, I got some strange errors. I would just brush it of, however, this is a continuing problem. I first tried a PORTS package, and I got the same. Can someone help me with this?
Consider the following Makefile.
In an attempt to create a uniform file that works with both GNU and BSD, the attempt failed.
Ok let's stick with a purely BSD working solution. I want the Makefile to achieve two objectives:
1. Source and Object files are to be in different sub/directories
2...
I am copying data to a (gasp) docker volume each time I run a container as I want the latest data to be on the volume. The whole startup process is done in a Makefile (I know I should compose). Thing is with so many large files, it takes a while. Thats why I am asking if there is any way to make...
I have this issue with make that is driving me nuts. I have a directory with files Makefile2 and main.c, but the makefile doesn't see main.c:
t14s% cd PCG
t14s% ls -l Makefile2 main.c
-rw-r--r-- 1 yousef yousef 24 Jul 23 01:59 Makefile2
-rw-r--r-- 1 yousef yousef 3198 Jul 22 08:18...
I want to try to make a port for my program that I recently drew in tcl.
I will optimize the program code, so do not laugh.
I've read the FreeBSD Porter Handbook but haven't figured out exactly what the problem is.
Can anyone tell me what I'm doing wrong?
Makefile:
# $FreeBSD$
PORTNAME=...
I'm not sure that I understand these commands.
From only a glance at their names, my first thought was that make all-depends-list | sort would probably give output equivalent to (make build-depends-list; make run-depends-list) | sort | uniq. But a lot more things show up in all-depends-list...
Good Day FreeBSD Forums,
I upgraded from 12.2 to 12.3 and have been trying to update all my ports. There was a problem trying to update Sudo (using portmaster, I forget what the exact error was) so I uninstalled Sudo and then tried re-installing it, and this is where I run into the errors...
make(1) does not work following a system update.
Probably a stupid question, is this because my /etc/make.conf had WITHOUT_TOOLCHAIN=yes before I built world?
<https://www.freebsd.org/status/report-2021-07-2021-09/#_current_compilation_time_analysis>
root@mowa219-gjp4-8570p-freebsd:~ #...
I'd like to do the following target variable assignment in make. It works in GNU Make but not in BSD Make.
test: clean debug_compile
debug_compile: ERLCFLAGS += -DTEST
debug_compile: compile compile_test;
Make reports "don't know how to make ERLCFLAGS". Any suggestions would be appreciated.
Install sysutils/bastille and net/gitup on host through either ports or packages. For a nested display server to run or test from the jail, install x11-servers/xorg-nestserver or x11-servers/xephyr on the host system as well.
Bastille jail in the example or instruction will be named "myjail"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.