aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Use infrastructure to depend on Linux libGLU.Tijl Coosemans2016-09-061-2/+2
| | | | | | | | PR: 209163 Submitted by: marc.priggemeyer@gmail.com Notes: svn path=/head/; revision=421428
* Update to libtiff 3.9.4-18.el6_8.Tijl Coosemans2016-09-055-17/+17
| | | | | | | | | | PR: 211552 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2016Q2 Security: https://rhn.redhat.com/errata/RHSA-2016-1547.html Notes: svn path=/head/; revision=421395
* Chase update of Poppler after revision r421386Olivier Duchateau2016-09-0518-14/+18
| | | | Notes: svn path=/head/; revision=421390
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-0531-181/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* - Update to 0.46.0Olivier Duchateau2016-09-057-17/+23
| | | | | | | | | | | | - Replace CPPFLAGS and LDFLAGS by USES= localbase PR: 211388 Submitted by: myself Approved by: The GNOME team (timeout) Exp-run by: antoine@ Notes: svn path=/head/; revision=421386
* - Update to 0.9.5Dmitry Marakasov2016-09-012-9/+10
| | | | | | | | | | - Fix LICENSE PR: 212288 Submitted by: fernando.apesteguia@gmail.com (maintainer) Notes: svn path=/head/; revision=421211
* Update graphcis/digikam-kde4's & friends distfile location.Tobias C. Berner2016-09-011-1/+1
| | | | | | | | | | It has been moved upstream (probably due to the digikam-kf5 release). Approved by: rakuco (mentor) MFH: 2016Q3 Notes: svn path=/head/; revision=421198
* graphics/piglit: New port for the Mesa testsuiteJean-Sébastien Pédron2016-08-3110-0/+297
| | | | | | | | | | | | | | | | | Piglit is the Mesa testsuite. It is very helpful while working on the graphics stack in both userland and the kernel. Support for FreeBSD is incomplete at this time. We use a patch to enable the same build flags as Linux. However, we still lack new code to support FreeBSD, in particular in scripts under the `framework` directory, such as a way to collect timestamped messages from the kernel. Approved by: kwm Differential Revision: https://reviews.freebsd.org/D4058 Notes: svn path=/head/; revision=421176
* lang/php56: Update from 5.6.24 to 5.6.25Torsten Zuehlsdorff2016-08-302-2/+2
| | | | | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor) Notes: svn path=/head/; revision=421112
* Do not require GCC.Thierry Thomas2016-08-295-14/+58
| | | | | | | | PR: 211760 Submitted by: pfg Notes: svn path=/head/; revision=421092
* - Update to 1.5.2Danilo Egea Gondolfo2016-08-282-4/+4
| | | | Notes: svn path=/head/; revision=421036
* - update to 2.2.3Dirk Meyer2016-08-286-120/+37
| | | | | | | | | | | | | - remove option VPX Security: CVE-2016-6207 Security: CVE-2016-6214 Security: CVE-2016-6132 Security: CVE-2016-5766 PR: 211562 MFH: 2016Q3 Notes: svn path=/head/; revision=421029
* Upgrade to v.175.Thierry Thomas2016-08-273-11/+11
| | | | Notes: svn path=/head/; revision=420989
* graphics/zathura: use libmagic from base insteadJohn Marino2016-08-271-2/+1
| | | | | | | | | | | | | The libmagic specification was ambiguous and was falling back to the base version. After notifying of this on the PR, the original submitter indicated that the base libmagic is sufficient, so the dependency on sysutils/file has been removed with a revbump. PR: 174130 Submitted by: Walter Schwarzenfeld Notes: svn path=/head/; revision=420985
* Update to 0.6.Vanilla I. Shu2016-08-262-4/+4
| | | | Notes: svn path=/head/; revision=420931
* graphics/zathura: bump portrevision after r420581Kurt Jaeger2016-08-261-0/+1
| | | | | | | | | | - dependencies added require a bump of portrevision PR: 211468 Reported by: marino Notes: svn path=/head/; revision=420930
* Update to 0.5.Vanilla I. Shu2016-08-263-11/+14
| | | | Notes: svn path=/head/; revision=420889
* - Fix build on 12.0-CURRENT, patch was accepted by upstream:Pawel Pekala2016-08-253-52/+40
| | | | | | | | | | | | | https://sourceforge.net/p/ufraw/bugs/407/ - Convert to options subs and helpers - Mark GTK2 option as implied for GIMP, otherwise poudriere build fails PR: 211735 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=420858
* - Update to 2.0.1Dmitry Marakasov2016-08-242-10/+8
| | | | | | | - Switch to USES=localbase Notes: svn path=/head/; revision=420826
* Consistently set USE_JAVA to "yes" to reduce future confusion.Jung-uk Kim2016-08-241-1/+1
| | | | | | | Approved by: skreuzer (maintainer) Notes: svn path=/head/; revision=420817
* Consistently set USE_JAVA to "yes" to reduce future confusion.Jung-uk Kim2016-08-247-7/+7
| | | | Notes: svn path=/head/; revision=420814
* Convert some port to the new GH_SUBDIR feature.Mathieu Arnold2016-08-241-15/+6
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=420796
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-2431-75/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=420774
* - Add LICENSEDmitry Marakasov2016-08-231-3/+7
| | | | | | | | - Switch to options helpers - Cosmetic fixes Notes: svn path=/head/; revision=420652
* - Add patch to tolerate file:// in command line arg.Veniamin Gvozdikov2016-08-232-1/+14
| | | | | | | | PR: ports/210968 Submitted by: Jason Bacon <bacon4000@gmail.com> Notes: svn path=/head/; revision=420650
* - Update to 0.11.1Veniamin Gvozdikov2016-08-233-19/+6
| | | | | | | | PR: ports/206529 Submitted by: Maciej Pasternacki <maciej@pasternacki.net> Notes: svn path=/head/; revision=420649
* Update ImageMagick7 to 7.0.2-9.Koop Mast2016-08-222-6/+8
| | | | | | | | | | Only add dependancy (indirect) to glib20 if the depenancy uses glib20. [1] Add Indirect dependancy to ilmbase for the exr plugin. Reported by: Miroslav Lachman <000.fbsd@quip.cz> (on freebsd-ports@) [1] Notes: svn path=/head/; revision=420630
* Update eog to 3.18.3.Koop Mast2016-08-223-7/+8
| | | | | | | | | | | Add indirect dependacies. Switch to lcms2 since that is actualy used. MFH: 2016Q3 Security: f5035ead-688b-11e6-8b1d-c86000169601, CVE-2016-6855 Notes: svn path=/head/; revision=420627
* graphics/sekrit-twc-zimg: update to 2.2.1Jan Beich2016-08-222-4/+4
| | | | | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.2.1/ChangeLog Notes: svn path=/head/; revision=420624
* - Fix complie errorsVeniamin Gvozdikov2016-08-224-3/+57
| | | | | | | | PR: ports/211652 Submitted by: w.schwarzenfeld@utanet.at Notes: svn path=/head/; revision=420616
* Update ImageMagick to 6.9.5.7.Koop Mast2016-08-213-17/+8
| | | | | | | | | | Only add dependancy (indirect) to glib20 if the depenancy uses glib20. [1] Add Indirect dependancy to ilmbase for the exr plugin. Reported by: Miroslav Lachman <000.fbsd@quip.cz> (on freebsd-ports@) [1] Notes: svn path=/head/; revision=420583
* graphics/zathura: fix -x optionKurt Jaeger2016-08-211-3/+9
| | | | | | | | | | | | - fix it by adding some additional LIB_DEPENDS and a CPP flag for SYNCTEX PR: 211468 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: freebsd@schukraft.org Approved by: quentin.stievenart@gmail.com (maintainer timeout) Notes: svn path=/head/; revision=420581
* New port: graphics/nplotKurt Jaeger2016-08-214-0/+36
| | | | | | | | | | | | | | NPlot is a free charting library for .NET. It boasts an elegant, flexible API and includes controls for Windows.Forms, ASP.NET and a class for creating Bitmaps. WWW: http://netcontrols.org/nplot/wiki/ PR: 211666 Submitted by: Carsten Larsen <cs@innolan.dk> Notes: svn path=/head/; revision=420580
* Update to 2.16.2Niclas Zeising2016-08-212-4/+4
| | | | | | | Changelog: http://feh.finalrewind.org/archive/2.16.2/ Notes: svn path=/head/; revision=420565
* Update librsvg2 to 2.40.16.Koop Mast2016-08-213-162/+7
| | | | | | | | | | * Use USES=localbase. * add missing cairo dependancy. Obtained from: gnome devel repo Notes: svn path=/head/; revision=420540
* - Update to 1.5.9Danilo Egea Gondolfo2016-08-203-5/+7
| | | | Notes: svn path=/head/; revision=420517
* - Add missing USES=execinfo, fixing build on 9.xDmitry Marakasov2016-08-191-2/+3
| | | | | | | | PR: 211937 Submitted by: Vladimir.Chukharev@gmail.com (maintainer) Notes: svn path=/head/; revision=420477
* graphics/nomacs: Fix build when RAW option turned offJohn Marino2016-08-191-6/+6
| | | | | | | | | | | | | | The opencv-core dependency is not limited to the RAW option. The build fails in a clean jail if the RAW option is turned off due to the missing opencv dependency. Change it to an unconditional LIB_DEPENDS to fix the build in the RAW-off configuration. PR: 202497 Reported by: serpent7776 (gmail) Approved by: maintainer timeout / just-fix-it Notes: svn path=/head/; revision=420443
* - Update to 0.17.0Dmitry Marakasov2016-08-183-6/+5
| | | | Notes: svn path=/head/; revision=420426
* graphics/sekrit-twc-zimg: update to 2.2Jan Beich2016-08-174-81/+78
| | | | | | | | Changes: https://github.com/sekrit-twc/zimg/blob/release-2.2/ChangeLog ABI: https://people.freebsd.org/~jbeich/compat_reports/zimg/2.1_to_2.2/compat_report.html Notes: svn path=/head/; revision=420352
* - Pet portlintDmitry Marakasov2016-08-171-15/+10
| | | | | | | | | - Drop unneeded WX_UNICODE - Silence patching and stripping - Remove always-true (since wx 2.6 removal) condition Notes: svn path=/head/; revision=420336
* These are not needed when using USE_GITHUB=yesPawel Pekala2016-08-161-4/+0
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=420287
* - Update graphics/tesseract to version 3.04.01Pawel Pekala2016-08-167-217/+75
| | | | | | | | | | | | | - Add TOOLS option for training tools - Update graphics/tesseract-data to version 3.04.00 - Now hosted on GitHub - Take maintainership of both ports PR: 211799 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=420284
* Update to 1.4.4Emanuel Haupt2016-08-162-3/+4
| | | | Notes: svn path=/head/; revision=420274
* - Update to version 4.0.1Pawel Pekala2016-08-154-49/+28
| | | | | | | | | | | | | | | | | | | | - Clarify license, update WWW homepage - MASTER_SITE change: MASTER_SITE has been changed to fossies.org because I have contacted with jpgraph.net and ask if they can provide to me direct download link instead of some php script url, but they wont. - Convert to USES=php - Use COPYTREE_SHARE in place of CP to make sure proper permissions on files are set and simplify things a bit - Split install target to option helpers ones PR: 211772 (based on) Submitted by: Eero Hanninen Notes: svn path=/head/; revision=420259
* - Update to 0.16.2Dmitry Marakasov2016-08-152-4/+5
| | | | Notes: svn path=/head/; revision=420222
* Fix plist so this port now packages.Koop Mast2016-08-111-1/+2
| | | | | | | Reported by: pkg-fallout@ Notes: svn path=/head/; revision=420057
* Don't add X libraries to the nox11 ports [1]Koop Mast2016-08-104-5/+7
| | | | | | | | | | | | While here fix USE_GNOME in the SVG case to add to the USE_GNOME macro and not overwrite it. PR: 211721 [1] Reported by: Gary (freebsd-bugzilla@in-addr.com) Pointy hat to: kwm@ Notes: svn path=/head/; revision=420009
* Update ImageMagick to 6.9.5-5.Koop Mast2016-08-104-9/+23
| | | | | | | | Register indirect dependancies. Allow slave port to overwrite PORTSCOUT. Notes: svn path=/head/; revision=420003
* Update ImageMagick7 to 7.0.2.7.Koop Mast2016-08-102-8/+10
| | | | | | | | | Register indirect dependancies. PR: 201726 (based on) Notes: svn path=/head/; revision=420002