issues
search
jordansissel
/
fpm
Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease and sanity.
http://fpm.readthedocs.io/en/latest/
Other
11.17k
stars
1.07k
forks
source link
Create FreeBSD packages with correct architecture
#2064
Closed
davidnewhall
closed
2 months ago
davidnewhall
commented
3 months ago
Sets (hardcodes) name of OS as
FreeBSD
Allows specifying the FreeBSD version the package is for, defaults to
13
and allows
all
or
noarch
.
Correctly honors
--architecture
input.
Fixes #1880
Tested on Freebsd 13. Using
--architecture
as
12
,
13
, and
*
.
Using
12
correctly produces a wrong architecture message.
Using
13
and
*
work. Meaning
pkg add
does not return error.
FreeBSD
13
and allowsall
ornoarch
.--architecture
input.--architecture
as12
,13
, and*
.12
correctly produces a wrong architecture message.13
and*
work. Meaningpkg add
does not return error.