mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
75a8c68569
While rpm does support python3, the port does not configure with python 3 because it tries to detect incorrect python library (-lpython3.6, while it should be -lpython3.6m, where m is some kind of python abi flags). Shove python version with ABI flag added through, which fixes build. I've looked at rpm4 git master and it seems that they have changed the python detection there, so newer versions of rpm4 may no longer need this hack. - Update WWW Approved by: portmgr blanket
11 lines
556 B
Plaintext
11 lines
556 B
Plaintext
The RPM Package Manager is a powerful command line driven package
|
|
management system capable of installing, uninstalling, verifying,
|
|
querying, and updating computer software packages. Each software
|
|
package consists of an archive of files along with information about
|
|
the package like its version, a description, and the like. There
|
|
is also a related API ("Application Program Interface"), permitting
|
|
advanced developers to bypass 'shelling out' to a command line, and
|
|
to manage such transactions from within a native coding language.
|
|
|
|
WWW: http://rpm.org/
|