aboutsummaryrefslogtreecommitdiff
path: root/graphics/pecl-vips
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 1.0.10Li-Wen Hsu2020-07-012-5/+4
| | | | | | | | | PR: 247672 Submitted by: Miguel Gocobachi <miguel@gocobachi.dev> Reported by: punkt.de Hosting Team <ops@punkt.de> (maintainer) Notes: svn path=/head/; revision=540940
* graphics/pecl-vips: fix build on GCC architecturesPiotr Kubaj2020-05-251-1/+1
| | | | | | | | | | | | | | | Use C11 compiler: In file included from /usr/local/include/vips/vips.h:125, from /wrkdirs/usr/ports/graphics/pecl-vips/work-php72/vips-1.0.9/vips.c:19: /usr/local/include/vips/image.h:312: error: redefinition of typedef 'VipsImage' /usr/local/include/vips/basic.h:75: error: previous declaration of 'VipsImage' was here In file included from /usr/local/include/vips/vips.h:129, from /wrkdirs/usr/ports/graphics/pecl-vips/work-php72/vips-1.0.9/vips.c:19: /usr/local/include/vips/region.h:109: error: redefinition of typedef 'VipsRegion' /usr/local/include/vips/basic.h:77: error: previous declaration of 'VipsRegion' was here Notes: svn path=/head/; revision=536534
* - Update graphics/vips to 8.9.2Danilo Egea Gondolfo2020-04-281-1/+1
| | | | | | | | | | - Add DEBUG option - Update WWW PR: 243674 Notes: svn path=/head/; revision=533272
* - Update graphics/vips to 8.8.3Danilo Egea Gondolfo2019-11-091-1/+1
| | | | | | | - Remove PYTHON option. Python support was moved to an external package Notes: svn path=/head/; revision=517166
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Low-level PHP binding for libvipsRene Ladan2019-06-163-0/+29
This extension lets you use the libvips image processing library from PHP 7. It is intentionally very low-level: modules such as https://github.com/libvips/php-vips try to layer a nice API on top of this. WWW: https://github.com/libvips/php-vips-ext PR: 238609 Submitted by: punkt.de Hosting Team <mops@punkt.de> Event: Berlin hackathon 2019 Notes: svn path=/head/; revision=504342