aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* - Fix various distinfo errorsAlex Kozlov2014-05-312-2/+0
| | | | | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine) Notes: svn path=/head/; revision=355995
* Move the ARCH = i386 check to bsd.mesalib.mk so it applies to allKoop Mast2014-05-312-2/+6
| | | | | | | | | Mesa ports. This will unbreak libglapi/libGL/libglesv2 on i386. This was probably exposed by when the libglapi port was added. Notes: svn path=/head/; revision=355979
* - Update to 0.7.2Guido Falsi2014-05-313-3/+11
| | | | | | | | PR: ports/190354 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Notes: svn path=/head/; revision=355957
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-05-312-13/+4
| | | | Notes: svn path=/head/; revision=355925
* graphics/wmicons: Add stage support, specify TAR for extractionJohn Marino2014-05-301-12/+11
| | | | | | | All distfiles are tar.gz. Specify TAR rather than EXTRACT_CMD. Notes: svn path=/head/; revision=355918
* - Switch to USES=libtoolDmitry Marakasov2014-05-301-2/+2
| | | | Notes: svn path=/head/; revision=355894
* Update to 1.4.1Emanuel Haupt2014-05-302-3/+3
| | | | Notes: svn path=/head/; revision=355866
* Fix packaging as a regular userAntoine Brodin2014-05-301-1/+1
| | | | Notes: svn path=/head/; revision=355832
* Stagify.Dmitry Sivachenko2014-05-301-1/+0
| | | | Notes: svn path=/head/; revision=355808
* Stagify.Dmitry Sivachenko2014-05-301-3/+1
| | | | Notes: svn path=/head/; revision=355807
* 2 more ports: convert to USES+= zipJohn Marino2014-05-291-1/+1
| | | | | | | | | | | | USES=zip is currently desired when all distfiles are zip archives, unless the after-extraction arguments are tailored for ${TAR}. Currently USES=zip is incompatible with multiple distfiles of different formats, but this is being worked on. Approved by: general infrastructure blanket Notes: svn path=/head/; revision=355743
* - Spelling fixesDmitry Marakasov2014-05-291-3/+3
| | | | Notes: svn path=/head/; revision=355742
* Fix compile on powerpc64.Koop Mast2014-05-291-0/+6
| | | | | | | | PR: ports/188278 Submitted by: nwhitehorn@ Notes: svn path=/head/; revision=355739
* StagingCarlo Strub2014-05-291-10/+10
| | | | | | | | PR: ports/190075 Submitted by: freebsd@nagilum.org (maintainer) Notes: svn path=/head/; revision=355722
* - Fix bzip2Martin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355692
* - Convert gmake,bzip2,xz to USESMartin Wilke2014-05-2911-19/+12
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355687
* - Update to snapshot version from 2014-05-28Marcus von Appen2014-05-293-4/+6
| | | | Notes: svn path=/head/; revision=355680
* graphics/sane-backends: Remove obsolete post-extract targetJohn Marino2014-05-291-4/+0
| | | | | | | | This was needed with the crazy distfile scheme from the previous version, but not it doesn't do anything. Notes: svn path=/head/; revision=355670
* - Support STAGEDIRSofian Brabez2014-05-285-17/+24
| | | | | | | | | | | - Update WWW - Update COMMENT PR: ports/190344 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail.com> Notes: svn path=/head/; revision=355654
* - Update from 1.3 to 1.4Danilo Egea Gondolfo2014-05-283-6/+6
| | | | | | | - Add libtool to USES Notes: svn path=/head/; revision=355636
* Remove unused USE_DISPLAYBaptiste Daroussin2014-05-281-2/+0
| | | | Notes: svn path=/head/; revision=355614
* Remove expired ports:Rene Ladan2014-05-278-177/+0
| | | | | | | | | | 2014-05-25 x11-toolkits/libgtk-java: Unmaintained, outdated not depend on 2014-05-25 graphics/cairo-java: Unmaintained, outdated not depend on 2014-05-25 devel/libgconf-java: Unmaintained, outdated not depend on 2014-05-25 x11/libgnome-java: Unmaintained, outdated not depend on Notes: svn path=/head/; revision=355577
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-05-272-6/+7
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=355552
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-05-272-4/+6
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=355551
* Convert to USES=sconsBaptiste Daroussin2014-05-271-10/+5
| | | | | | | Stage support Notes: svn path=/head/; revision=355528
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-05-272-5/+7
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=355520
* If people find autotools/cmake being bad build system, they should try ↵Baptiste Daroussin2014-05-271-9/+12
| | | | | | | scons, I'm pretty sure they will end up loving autotools/cmake Notes: svn path=/head/; revision=355508
* Update to 1.4.0Emanuel Haupt2014-05-272-3/+3
| | | | Notes: svn path=/head/; revision=355504
* Makefile.common: Move a few other variables outside the NO_BUILD block.Raphael Kubo da Costa2014-05-261-5/+4
| | | | | | | | | | | Just setting USES=tar:bzip2 is not enough, as ports such as graphics/kipi-plugin-facebook would still report an invalid distfile if NO_BUILD was passed. We now unconditionally set DISTNAME, DISTINFO_FILE and LICENSE besides USES. Notes: svn path=/head/; revision=355461
* Makefile.common: Always set USES=tar:bzip2.Raphael Kubo da Costa2014-05-261-1/+2
| | | | | | | | | | | | Setting USES=bzip2 inside the NO_BUILD block caused problems for FreeBSD's distfile fetcher, which apparently set that flag and was getting an invalid distfile to fetch from the KDE mirrors. The rest of the NO_BUILD block needs more attention, but I'll let makc@ and jhale@ handle that since it's not my area. Notes: svn path=/head/; revision=355452
* graphics/libGL: Improve gallium patches to unbreak DragonFlyJohn Marino2014-05-265-4/+14
| | | | | | | | | | | Some dependent ports are now building Gallium by default. This never build on DragonFly before so the ports broke. Add DragonFly macro to existing patches and add one new patch to restore DF builds. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=355420
* Attempt to fix INDEXAntoine Brodin2014-05-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355419
* Fix lua optionBaptiste Daroussin2014-05-261-1/+1
| | | | Notes: svn path=/head/; revision=355413
* Fix lua optionBaptiste Daroussin2014-05-261-2/+2
| | | | Notes: svn path=/head/; revision=355410
* Convert to USES=lua, use lua 5.2 by defaultBaptiste Daroussin2014-05-261-1/+1
| | | | Notes: svn path=/head/; revision=355399
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-263-10/+4
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* - Update to 10.1.4Pietro Cerutti2014-05-262-4/+3
| | | | | | | Release notes: http://www.mesa3d.org/relnotes/10.1.4.html Notes: svn path=/head/; revision=355353
* Update openjpeg to 2.1.0.Koop Mast2014-05-2619-107/+199
| | | | | | | | | | Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15 and update users. Approved by: portmgr (implicit) for NO_STAGE ports Notes: svn path=/head/; revision=355352
* Convert to USES=monoBaptiste Daroussin2014-05-262-7/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355331
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355292
* Convert to USES=dos2unixBaptiste Daroussin2014-05-264-6/+4
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355288
* Re-enable on HEAD to see what we get.Matthias Andree2014-05-261-3/+3
| | | | Notes: svn path=/head/; revision=355282
* - Use USE_PERL5=fixpacklistSunpoet Po-Chuan Hsieh2014-05-251-1/+1
| | | | Notes: svn path=/head/; revision=355259
* - Pass maintainership to submitterSunpoet Po-Chuan Hsieh2014-05-252-6/+4
| | | | | | | | | | | | | - While I'm here: - Add missing RUN_DEPENDS - Bump PORTREVISION - Remove Author line PR: ports/189336 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=355247
* . Fix LIB_DEPENDS format.Greg Lewis2014-05-241-11/+10
| | | | | | | . Make STAGE compliant. Notes: svn path=/head/; revision=355098
* . Fix the build with clang.Greg Lewis2014-05-243-0/+78
| | | | Notes: svn path=/head/; revision=355097
* Update to 1.5.2.Koop Mast2014-05-248-67/+36
| | | | | | | | | Fixes a number of vulnabilies. Security: 02db20d7-e34a-11e3-bd92-bcaec565249c Notes: svn path=/head/; revision=355041
* - Stage supportMartin Wilke2014-05-244-5/+2
| | | | Notes: svn path=/head/; revision=355000
* Horde package update:Martin Matuska2014-05-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.15.1 -> 2.16.1 devel/pear-Horde_Alarm 2.2.0 -> 2.2.1 devel/pear-Horde_Argv 2.0.8 -> 2.0.9 security/pear-Horde_Auth 2.1.3 -> 2.1.4 archivers/pear-Horde_Compress 2.0.7 -> 2.0.8 security/pear-Horde_Crypt 2.4.2 -> 2.4.3 devel/pear-Horde_Data 2.0.4 -> 2.0.5 devel/pear-Horde_Date 2.0.9 -> 2.0.10 www/pear-Horde_Dav 1.0.4 -> 1.0.6 databases/pear-Horde_Db 2.1.1 -> 2.1.2 devel/pear-Horde_History 2.3.0 -> 2.3.1 graphics/pear-Horde_Image 2.0.7 -> 2.0.8 mail/pear-Horde_Imap_Client 2.19.6 -> 2.20.0 devel/pear-Horde_Itip 2.0.5 -> 2.0.6 mail/pear-Horde_ListHeaders 1.1.1 -> 1.1.2 devel/pear-Horde_Lock 2.1.0 -> 2.1.1 mail/pear-Horde_Mail 2.2.0 -> 2.3.0 mail/pear-Horde_Mime 2.3.4 -> 2.3.5 mail/pear-Horde_Mime_Viewer 2.0.6 -> 2.0.7 devel/pear-Horde_Nls 2.0.3 -> 2.0.4 mail/pear-Horde_Smtp 1.4.1 -> 1.5.0 devel/pear-Horde_Token 2.0.4 -> 2.0.5 Notes: svn path=/head/; revision=354965
* Update to new upstream release 4.1.Matthias Andree2014-05-236-52/+72
| | | | | | | Announcement: <http://rawtherapee.com/blog/rawtherapee-4.1-is-out> Notes: svn path=/head/; revision=354957