aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-powernv
Commit message (Collapse)AuthorAgeFilesLines
* emulators/qemu-powernv: Fix build on armv7Robert Clausecker2022-12-091-4/+13
| | | | PR: 268225
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-1/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark as BROKEN on riscv64:Mark Linimon2021-01-191-0/+2
| | | | | | | | | | qemu-powernv-3.0.50_2.log:ERROR: Unsupported CPU = riscv, try --enable-tcg-interpreter Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing Notes: svn path=/head/; revision=562009
* emulators/qemu-powernv: fix build with lld 10Kevin Bowling2020-04-142-1/+75
| | | | | | | | | | | | Apply db@'s variant from r528777 to fix lld 10 build issues with qemu ports. While here fix a port QA issue by adding libxml2 to USE_GNOME. Approved by: timur (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D24390 Notes: svn path=/head/; revision=531653
* qemu ports: drop python version restriction from remaining qemu portsKyle Evans2019-12-021-2/+2
| | | | | | | | | | | | | | | | | | | | | ports r518822 dropped the version restriction from the new qemu-user-static-devel port, follow suit and drop it from the remaining qemu-* ports that don't actually specifically depend on python2.7 -- qemu has supported python >= 3 since sometime in the 2.x series, and all of these ports surpass the mark. PORTREVISION is bumped by recommendation of koobs for people holding python2.7 simply because these ports required it. Q/A * testport: looks good Approved by: koobs (ports) Approved by: portmgr (blanket: ports/framework (python) compliance) MFH: 2019Q4 Notes: svn path=/head/; revision=518850
* Add USES=xorg USES=gl, ports categories eNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'. Notes: svn path=/head/; revision=516802
* Add compiler:c11 to USES to fix build on GCC-based systems.Mark Linimon2019-10-081-2/+2
| | | | | | | | | Tested on: amd64, powerpc64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=514056
* Update snapshot and fix fetch. The previous distinfo was populatedMark Linimon2018-12-252-6/+6
| | | | | | | | | | | | | | from a makesum using a cached sha256 from freefall.freebsd.org. The updated snapshot includes PHB4 support and various bugfixes. While here, pet portlint. Submitted by: maintainer Differential Revision: https://reviews.freebsd.org/D18654 Notes: svn path=/head/; revision=488292
* Mark BROKEN: unfetchableAntoine Brodin2018-12-101-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=487206
* emulators/qemu-powernv: rename from emulators/qemu-ppcnv and update to POWER9Kevin Bowling2018-11-283-0/+61
Update to benh's qemu power9 branch which adds support for features like radix mmu and phb. Take maintainership of this port with Mark's permission from IRC conversation. Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D17862 Notes: svn path=/head/; revision=486085