aboutsummaryrefslogtreecommitdiff
path: root/graphics/rawtherapee
Commit message (Collapse)AuthorAgeFilesLines
* Support staging, revise LIB_DEPENDS.Matthias Andree2013-10-072-13/+26
| | | | Notes: svn path=/head/; revision=329722
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Run paranoia test from post-install.Matthias Andree2013-06-151-1/+1
| | | | Notes: svn path=/head/; revision=321020
* Add fftw3 to dependencies.Matthias Andree2013-06-151-0/+1
| | | | Notes: svn path=/head/; revision=321018
* Add fftw3f to dependencies.Matthias Andree2013-06-151-0/+1
| | | | Notes: svn path=/head/; revision=321017
* - depend on libcanberra-gtk3 [1]Matthias Andree2013-06-151-2/+9
| | | | | | | | | | | | | | - change cmake to cmake:outsource to avoid a warning [1] - paranoia: check rawtherapee --help if it prints the version number, to make sure that it links to the right shared libraries (base libgomp is insufficient), just in case RPATH propagation or setting breaks later on. [by yours truly] PR: ports/178206 [1] Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com> [1] Notes: svn path=/head/; revision=321016
* Revise and shorten.Matthias Andree2013-06-151-43/+21
| | | | Notes: svn path=/head/; revision=321009
* Update to Rawtherapee 4.0.11. New features, faster, requires GCC 4.6+.Matthias Andree2013-06-155-90/+149
| | | | | | | | | | | | | | | | | | This should fix the issues mentioned in the PRs given below, in particular, it should do away with the need for libmap.conf hacks for libgcc_s, libgomp, libobjc, libssp, libstdc++. (the Makefile as I took it already set the linker's -rpath, and patch-CMakeLists.txt ensures CMake keeps it during "make install"). ChangeLog 4.0.10: http://rawtherapee.com/blog/rawtherapee-4.0.10-released ChangeLog 4.0.11: http://rawtherapee.com/blog/rawtherapee-4.0.11-released PR: ports/171079 PR: ports/178206 Notes: svn path=/head/; revision=321008
* Take maintainership.Matthias Andree2013-06-151-1/+1
| | | | Notes: svn path=/head/; revision=321006
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-7/+2
| | | | Notes: svn path=/head/; revision=316343
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - update to 4.0.9Ruslan Makhmatkhanov2012-08-085-30/+36
| | | | | | | | | - adjust local patch to new version - pet portlint (drop shlib versions in LIB_DEPENDS) - tab -> space change in pkg-plist:WWW Notes: svn path=/head/; revision=302274
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsDoug Barton2012-07-231-1/+2
| | | | | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk. Notes: svn path=/head/; revision=301362
* Conver to new options frameworkBaptiste Daroussin2012-06-121-4/+5
| | | | Notes: svn path=/head/; revision=299156
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* Lets check if build is now passes on archs other than i386 and amd64.Ruslan Makhmatkhanov2012-04-261-3/+3
| | | | | | | Discussed with: portmgr (linimon) Notes: svn path=/head/; revision=295564
* - update to 4.0.8Ruslan Makhmatkhanov2012-04-265-58/+41
| | | | | | | | | | - remove patches, incorporated upstream release notes: http://rawtherapee.com/blog/rawtherapee-4.0.8-released Notes: svn path=/head/; revision=295540
* - mark it MAKE_JOBS_SAFERuslan Makhmatkhanov2012-04-011-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294077
* - conditionally add missing log2() only to systems where it really missingRuslan Makhmatkhanov2012-03-311-6/+8
| | | | | | | | | | | This fixes breakage on log2()-aware systems, introduced in previous commit. Spotted by: mandree Pontyhat to: rm Feature safe: yes Notes: svn path=/head/; revision=294036
* - update to 4.0.7Ruslan Makhmatkhanov2012-03-3011-173/+614
| | | | | | | | | | | | | | | | | | | | | - switch to GOOGLE_CODE as distfiles mirror - switch to USE_XZ - add two upstream patches (patch-rtengine-CA__correct__RT.c and patch-rtengine_array2D.h) [1] to fix build on i386. They should be removed after release of 4.0.8. - add patch (patch-rtengine_improcfun.h) to fix build on log2()-less systems (~everything<=8.3) - some cosmetics It would be great if someone with access to ia64, powerpc, sparc64 could confirm that it still failing there. [1] http://code.google.com/p/rawtherapee/source/detail?r=4b5ae9eb4000ce5eb8e8939343da4d8f4ee4a36d Feature safe: yes Notes: svn path=/head/; revision=294004
* Add i386 to the BROKEN arch's.Erwin Lansing2012-03-071-2/+2
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=292876
* Mark as broken on powerpc and sparc64.Mark Linimon2011-11-101-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=285426
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* - Oops, roll back. I just realized it's i386 only problem and has nothing toStanislav Sedov2011-09-091-1/+0
| | | | | | | do with GCC :-( Notes: svn path=/head/; revision=281525
* - Force GCC 4.4+ for rawtherapee. Apparently, GCC 4.2.1 on FreeBSD 8.2Stanislav Sedov2011-09-091-0/+1
| | | | | | | | | can't compile it. Reported by: Hanno Krusken <lr101fc@yahoo.co.uk>, ajtiM <lumiwa@gmail.com> Notes: svn path=/head/; revision=281524
* - Add forgotten patch.Stanislav Sedov2011-09-081-0/+31
| | | | | | | Reported by: Hanno Krusken <lr101fc@yahoo.co.uk> Notes: svn path=/head/; revision=281430
* - Update to 4.0.2.Stanislav Sedov2011-09-086-92/+174
| | | | | | | - Add workaround for Glib's non-UTF8 locale bug. Notes: svn path=/head/; revision=281412
* - Fix plist.Stanislav Sedov2011-08-272-4/+7
| | | | | | | - Move LICENSE to a more appropriate section. Notes: svn path=/head/; revision=280560
* - rawtherapee actually wants lcms1.Stanislav Sedov2011-08-201-2/+9
| | | | | | | - add option to disable OpenMP. Notes: svn path=/head/; revision=280048
* - Another attempt to get rid of Hg dependency.Stanislav Sedov2011-08-102-7/+36
| | | | | | | I was in hurry last time, so have not done it properly. Notes: svn path=/head/; revision=279396
* - Drop build dependency on Hg, which was used to pull the app version.Stanislav Sedov2011-08-071-0/+20
| | | | | | | It was not working anyway as distfile does not include the .hg directory. Notes: svn path=/head/; revision=279156
* - Update to 3.0.0 release. As the port was version 3.0 before (3.0 developmentStanislav Sedov2011-08-0111-246/+245
| | | | | | | | snapshot), I'm keeping version the same, and just bumping the port revision. Notes: svn path=/head/; revision=278695
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - fix build for png-1.4.1Dirk Meyer2010-03-291-0/+20
| | | | Notes: svn path=/head/; revision=251741
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Attempt to remove i386/amd64-specific optimizations to see if thisMark Linimon2010-02-271-0/+2
| | | | | | | | | | will unbreak it on sparc64. Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=250387
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* - Fix build on 6.xStanislav Sedov2010-01-181-2/+2
| | | | Notes: svn path=/head/; revision=248109
* - Add graphics/rawtherapee, a powerful RAW image processing appliction.Stanislav Sedov2010-01-1111-0/+324
WWW: http://www.rawtherapee.com Notes: svn path=/head/; revision=247586