notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/rawtherapee/Makefile

Number of commits found: 133 (showing only 33 on this page)

«  1 | 2 

Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

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)
Original commitRevision:324851 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Saturday, 15 Jun 2013
21:39 mandree search for other commits by this committer
Run paranoia test from post-install.
Original commitRevision:321020 
21:13 mandree search for other commits by this committer
Add fftw3 to dependencies.
Original commitRevision:321018 
21:08 mandree search for other commits by this committer
Add fftw3f to dependencies.
Original commitRevision:321017 
20:15 mandree search for other commits by this committer
- depend on libcanberra-gtk3 [1]
- 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]
Original commitRevision:321016 
18:01 mandree search for other commits by this committer
Update to Rawtherapee 4.0.11. New features, faster, requires GCC 4.6+.

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
Original commitRevision:321008 
16:21 mandree search for other commits by this committer
Take maintainership.
Original commitRevision:321006 
Tuesday, 23 Apr 2013
10:47 bapt search for other commits by this committer
Convert g* to USES=pkgconfig
Original commitRevision:316343 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Wednesday, 8 Aug 2012
07:18 rm search for other commits by this committer
- update to 4.0.9
- adjust local patch to new version
- pet portlint (drop shlib versions in LIB_DEPENDS)
- tab -> space change in pkg-plist:WWW
Original commit
Thursday, 26 Jul 2012
05:40 bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
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)
Original commit
Monday, 23 Jul 2012
01:33 dougb search for other commits by this committer
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
Original commit
Tuesday, 12 Jun 2012
21:42 bapt search for other commits by this committer
Conver to new options framework
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 26 Apr 2012
14:33 rm search for other commits by this committer
Lets check if build is now passes on archs other than i386 and amd64.

Discussed with:     portmgr (linimon)
Original commit
04:39 rm search for other commits by this committer
- update to 4.0.8
- remove patches, incorporated upstream

release notes:
http://rawtherapee.com/blog/rawtherapee-4.0.8-released
Original commit
Sunday, 1 Apr 2012
12:02 rm search for other commits by this committer
- mark it MAKE_JOBS_SAFE

Feature safe:   yes
Original commit
Friday, 30 Mar 2012
19:52 rm search for other commits by this committer
- update to 4.0.7
- 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
Original commit
Wednesday, 7 Mar 2012
14:15 erwin search for other commits by this committer
Add i386 to the BROKEN arch's.

Submitted by:   pointyhat
Original commit
Thursday, 10 Nov 2011
06:07 linimon search for other commits by this committer
Mark as broken on powerpc and sparc64.

Hat:            portmgr
Original commit
Monday, 24 Oct 2011
03:33 stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  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).
Original commit
Friday, 9 Sep 2011
18:35 stas search for other commits by this committer
- Oops, roll back.  I just realized it's i386 only problem and has nothing to
  do with GCC :-(
Original commit
18:33 stas search for other commits by this committer
- Force GCC 4.4+ for rawtherapee.  Apparently, GCC 4.2.1 on FreeBSD 8.2
  can't compile it.

Reported by:    Hanno Krusken <lr101fc@yahoo.co.uk>, ajtiM <lumiwa@gmail.com>
Original commit
Thursday, 8 Sep 2011
00:07 stas search for other commits by this committer
- Update to 4.0.2.
- Add workaround for Glib's non-UTF8 locale bug.
Original commit
Saturday, 27 Aug 2011
06:08 stas search for other commits by this committer
- Fix plist.
- Move LICENSE to a more appropriate section.
Original commit
Saturday, 20 Aug 2011
01:53 stas search for other commits by this committer
- rawtherapee actually wants lcms1.
- add option to disable OpenMP.
Original commit
Monday, 1 Aug 2011
07:55 stas search for other commits by this committer
- Update to 3.0.0 release.  As the port was version 3.0 before (3.0 development
  snapshot), I'm keeping version the same, and just bumping the port
  revision.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 27 Feb 2010
01:47 linimon search for other commits by this committer
Attempt to remove i386/amd64-specific optimizations to see if this
will unbreak it on sparc64.

Hat:            portmgr
Feature safe:   yes
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 18 Jan 2010
19:04 stas search for other commits by this committer
- Fix build on 6.x
Original commit
Monday, 11 Jan 2010
05:04 stas search for other commits by this committer
- Add graphics/rawtherapee, a powerful RAW image processing appliction.

WWW:    http://www.rawtherapee.com
Original commit

Number of commits found: 133 (showing only 33 on this page)

«  1 | 2