core/prt-get
2019-03-10 18:11:35 -05:00
..
.footprint prt-get: move man-pages to /usr/share/man 2015-07-25 21:17:46 +02:00
.signature prt-get: updated to version 5.19.3 2019-03-10 18:11:35 -05:00
Pkgfile prt-get: updated to version 5.19.3 2019-03-10 18:11:35 -05:00
prt-get.aliases prt-get: update to 5.15 2006-10-19 08:44:02 +00:00
prt-get.conf ports, prt-get: set compat-32 repo to inactive by default 2012-12-23 00:25:10 -06:00
README prt-get: README: recommend -march=x86-64 2017-01-29 18:32:03 +01:00

NOTE:

Some people have reported problems when using optimizations larger than
-O2; typical symptoms are "prt-get install X" saying that a package is
installed while "prt-get update X" saying it's not, or "prt-get listinst"
printing just nothing.

If you experience strange effects, please try recompiling with 
   CXXFLAGS="-O2 -march=x86-64 -pipe"