Enable TEXTURE option in dri by default [1]. This allows for OpenGL higher
then 2.1 to be supported.
Make sure we depend on llvm at run time when gallium is enabled.
The gallium based modules link to the llvm shared libraries. [2]
PR: followup on 194655 [2]
Approved by: core@ [1]
Obtained from: xorg-dev repo
nvidia-driver port in the same fashion it was done as the conflict
with the libGL port.
Mesa ports:
Add pkg-[de]install scripts to handle the symlinks in the libEGL
and libglesv2 port.
Move pkg-[de]install scripts of libGL out of files/
Put the real mesa libraries into lib/.mesa so we don't have each
port create a directory for it own use.
Nvidia-driver:
Only apply the libEGL.so and libGLESv2.so alternative install
directory if nvidia-driver actually ships them. Copied from
PR submitter, since it was much cleaner then my initial attempt.
Make pkg-install script check if the nvidia-driver port installed
the libEGL/libglesv2 libraries and only then make the symlinks.
This should allow the script to work with the slave ports which
don't install these libraries.
Make the pkg-deinstall script check if the mesa version of
the libEGL/libGLESv2 libraries are installed before trying to
recreate the symlinks of those ports.
PR: 194924
Submitted by: Gerard Seibert <gerard_seibert@outlook.com>
Approved by: portmgr (angrybapt)
automatically added to the plists.
- Add soname to libperl.so and rename it to libperl.so.PERL_VER, for instance
libperl.so.5.18. To keep software linked with it working, provide a
libperl.so symlink.
- Rollback Perl's man page location change, it creates conflicts for the few
modules that ship with Perl and are in the ports tree.
Sponsored by: Absolight
- Fix desktop file and icons
- Add gtk2 dependency
- Fix pkg-plist (remove unneeded files and and /Icons needed for the Title/taskbar)
- Remove "STRIP" in the Makefile
- Remove "@" where except for MKDIR in the Makefile
PR: 194669
Submitted by: Miguel Clara <miguelmclara@gmail.com>
American fuzzy lop is a fuzzer that employs a novel type of compile-time
instrumentation and genetic algorithms to automatically discover clean,
interesting test cases that trigger new internal states in the targeted
binary.
to always deal directly with the LaTeX code, while simplifying as most as
possible the writing of this LaTeX code.
WWW: https://wiki.gnome.org/Apps/LaTeXila
ALSA output in Flash is fragile and doesn't work without the major
linulator update currently baking in dchagin's lemul branch. While
waiting for that change, current ALSA to a disabled-by-default option.
PR: 195416
Submitted by: Jan Beich
Approved by: Continuation of recent work
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
change in default port)
- Mark conflict on UUID option with ossp-uuid port, since asterisk
requires misc/e2fsprogs-libuuid for this functionality and will not
build if the former is installed.
Please note that when compiling without UUID support the res_rtp
module in asterisk will have reduced functionality, so it is suggested
to keep the option turned on.
PR: 195249
Submitted by: blacktux82 at gmail.com
Recent changes required a bumped PORTREVISION, do that now. While
here, prevent partial updates of linux-*-flashplugin11 with old
linux-*-alsa-lib.
PR: 195406
Submitted by: Jan Beich
Madsonic is a fork of Subsonic, offering more features
and mobile client access without the subscription fee.
PR: ports/186860
Submitted by: Nicole Reid <root@cooltrainer.org>