Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
Ports -- I chose to leave this out for now, as the diff is already large
enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5
PR: 210667
Approved by: portmgr, mat (mentor), rakuco (mentor)
Reviewed by: mat, rakuco
Differential Revision: https://reviews.freebsd.org/D6961
Take MAINTAINERSHIP to support upstream (jak @ Debian) working on build
fixes, portability improvements and updates.
Discussed with: juliank (via crees, #freebsd freenode IRC)
a monitor. It is mostly useful to read LCD matrix manufacturer and model.
WWW: http://www.polypux.org/projects/read-edid/
NB: TIMESTAMP line in distinfo should read as follows, but has to stay in
its current form due to a bug in the hook script:
TIMESTAMP (read-edid-3.0.2.tar.gz) = 1430271430
when GNU_CONFIGURE=yes is set and setting it to LOCALBASE will
break build when LOCALBASE != PREFIX
- Use PREFIX instead of LOCALBASE in --with-version-path argument
parameter which sets directory path creation for reasons
mentioned earlier
Reported by: danfe
port depends on to 8.6, bump PORTREVISION
- Add patch fixing build with TCL 8.6
- Regenerate patches with make makepatch
PR: 211690
Submitted by: Matthieu Volat
This version of gosa can't be fixed, but it can possibly be upgraded.
Give concerned users 3 month to come up with a solution, otherwise the
port will be purged from the tree
suggested by: mat@
- Update PORTVERSION and distinfo checksum (59)
- Enable concurrent Python installation
- Remove post-extract (upstream removed __pycache__ dirs from sdist)
- Add comment above test target about needing to mount -r fdescfs first
https://anonscm.debian.org/cgit/reproducible/diffoscope.git/log/?h=59
This version of gosa requires magic quotes to be turned on, but this
contraversial option was last available with PHP 5.3, which has long
since been removed from the tree. A newer version of gosa, 2.7.4,
was released on 9 May 2012 which may or may not have the same magic
quotes requirement.
PR: 204846
To install this bootloader on an sdcard just do :
dd if=/usr/local/share/u-boot/u-boot-boardname/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync
This version is patched so that:
* ELF and API features are enabled.
* The default environment is trimmed to just what's needed to boot.
* The saveenv command writes to the file u-boot.env on the FAT partition.
* The DTB file name is chosen based on the board model and passed to ubldr.bin
using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on
the FreeBSD partition.
* By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition
to address 0x42000000, and launches it.
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
PR: 211951
Submitted by: Emmanuel Vadot
To install this bootloader on an sdcard just do :
dd if=/usr/local/share/u-boot/u-boot-boardname/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync
This version is patched so that:
* ELF and API features are enabled.
* The default environment is trimmed to just what's needed to boot.
* The saveenv command writes to the file u-boot.env on the FAT partition.
* The DTB file name is chosen based on the board model and passed to ubldr.bin
using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on
the FreeBSD partition.
* By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition
to address 0x42000000, and launches it.
For information about running FreeBSD on Allwinner boards, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
PR: 211950
Submitted by: Emmanuel Vadot
NB: TIMESTAMP line in distinfo should read as follows, but has to stay in
its current form due to a bug in the hook script:
TIMESTAMP (libcpuid-0.3.0.tar.gz) = 1468115631
WWW: http://libcpuid.sourceforge.net/
This brings us from Linux 4.3.0+ to Linux 4.5.0+.
It also brings in support for extended filesystem options from the LKL project.
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D7520
Maintenance release
* Some switch functions weren't picking up runtime config changes
* On shutdown, only try to destroy vmm device if it exists
* Ignore white-space at the end of config lines
PR: 211869
Submitted by: churchers@gmail.com (maintainer)