- Remove WITH_SKINS, make it on by default when WITH_GUI is defined
- Add desktop entry if WITH_GUI is defined
- Change some renamed configure options
- Bump PORTREVISION
PR: ports/106389
Submitted by: Pawel Pekala <c0rn@o2.pl> (with changes from maintainer)
Approved by: erwin (mentor),
Thomas E. Zander <riggs@rrr.de> (maintainer)
(This contains only pictures, so no need to verify content changes)
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer, via private mail)
Approved by: erwin (mentor)
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Make MySQL server an option, not a requirement. We only need the client to build.
Install mythbackend in a more conventional manner.
Suggested by: itetcu
- Fixed paths with %%MANPREFIX%%, %%DATADIR%%, etc.
- Substituted USE_COMPS=python_run with WX_COMPS=python:run
(because it did not install x11-toolkits/py-wxPython*)
Approved by: alexbl (mentor)
provided by Last.FM for the Linux platform. It's lightweight (the binary
is only about 16K), easy to use and under heavy development. New
features might be added every day. Shell.FM is Open Source and published
under the terms of the GNU General Public License, so feel free to
modify and/or redistribute it.
WWW: http://lizer.syslinx.org/shell-fm/
PR: ports/106799
Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr>
- Make it prefix-clean by PYTHON_SITELIBDIR -> PYTHONPREFIX_SITELIBDIR, that
will fix if anyone change the prefix and generate the .pyc and .pyo files
will be still working.
src/sys/dev/usb/usb_port.h hacked off some deprecated compatibilty macros.
A number of manually designed device printf statements were replaced with
the appropriate calls to device_printf(9). In addition, did a find/replace
of other removed macros with the previous definitions from that file.
I don't have a camera so I don't know the operative status of this port
under -CURRENT yet.
PR: ports/106794
- The build system now supports newer versions of the
autotools and can find them in weird places on FreeBSD
and OS X systems. We also support x86 accelerations on
the AMD64 CPU, including on FreeBSD. The AltiVec features
are now better detected.
- Peter Gubanov found a bug in the 4:4:4 chroma handling,
Nicolas Joly found a memory leak in the Xshm code on
remote displays and Roberto Huelga found alignment issues
in the sample3 and sample5 examples. Gildas Bazin contributed
a patch for more tolerance for invalid sequence display
extensions.
PR: 106144
Submitted by: KATO Tsuguru <tkato432@yahoo.com>