Hi! > I am building my ports in poudriere, and after latest bulk build I see > the following when `pkg upgrade' on a client: > > Installed packages to be REINSTALLED: > py27-sphinx-1.4.8 (ABI changed: 'freebsd:11:x86:64' -> 'freebsd:11:*') > > Is this OK? What does it mean?
Some ports do not contain architecture-specific files (no binaries), so any version (amd64, i386, arm etc) can install the same files. If the maintainer adds a NO_ARCH=yes to the Makefile, the port and package are marked as 'freebsd:11:*'. -- [email protected] +49 171 3101372 4 years to go ! _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
