aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Set-IntSpan-Fast-XS
ModeNameSize
-rw-r--r--Makefile602logstatsplainblame
-rw-r--r--distinfo228logstatsplainblame
-rw-r--r--pkg-descr171logstatsplainblame
-rw-r--r--pkg-plist604logstatsplainblame
column1'>| (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 * Update GStreamer1 ports to 1.12.2.kwm2017-07-221-1/+2 | | | | | | | | | | | | | | | | Rework the adding of dependancies in Mk/bsd.gstreamer.mk. Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included. * The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin. * gtksink plugin renamed -> gtk * Hook up the sndio plugin into the framework * Add some indirect dependacies where needed * Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed. * Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed. * Depend on libunwind on i386/amd64, GStreamer links to it if it is present. PR: 220753 Exp-run by: antoine@ * Update to 2.0.3rezny2017-07-102-5/+4 | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D11553 * Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-0/+1 | | | | | PR: 218658 Submitted by: riggs * Update to 2.0.2rezny2017-04-212-6/+6 | | | | | | | | | - add shebangfix for the cups forwarder [1] PR: 218649 [1] Submitted by: jbeich [1] Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10436 * graphics/opencv: back out r423216 and r423063 (replaying r423316)jbeich2017-04-141-1/+2 | | | | | | | | | Renaming didn't help to unblock 3.x progress as co-existence with 2.x was no less complex than simply fixing consumers. This commit also restores directory-level history accidentally lost via git-svn. PR: 210505 Pointy hat to: jbeich (should've discussed first) * Update to 2.0.1rezny2017-04-083-11/+10 | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10276 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1 | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 * Update to 2.0rezny2017-03-309-107/+41 | | | | | | | | | - libjpeg-turbo is used for better performance - WEBP and XVID removed due to poor performance and instability - Cython, OpenCL, and OpenCV scalers removed due to poor performance Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10115 * Update to 1.0.4rezny2017-03-142-4/+4 | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9967 * Update to 1.0.3rezny2017-02-144-34/+5 | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9566 * Update to 1.0.2rezny2017-02-1212-395/+756 | | | | | | PR: 205864 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9546 * Change the MAINTAINER line to my FreeBSD.org address in the ports I maintainrezny2017-01-301-1/+1 | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9380 * Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-sunpoet2017-01-08