Commit graph

58 commits

Author SHA1 Message Date
Alexey Dokuchaev
3febe31ec5 - Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)

Approved by:	portmgr (bapt), some ports are still NO_STAGE :(
2014-04-04 20:36:47 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
Rusmir Dusko
74a55f2347 - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by:	wg (mentor)
2013-11-20 14:25:28 +00:00
Rusmir Dusko
1752bb5a6e graphics/ilmbase
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches

- Bump dependent ports' revisions

Approved by:	pawel / wg (mentors)
2013-10-31 00:32:31 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Alexey Dokuchaev
1881ffb25f Fix one build problem with Clang on FreeBSD 10. There is another problem
due to conflict between libstdc++ and libc++, it will be fixed separately.

PR:		ports/182425
Submitted by:	dumbbell
2013-10-10 13:46:39 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Alexey Dokuchaev
38797f9fb2 - Update to version 1.2.3
- Shorten GCC_DESC so it fits the dialog window
- Fix pkg-plist for GEO option
2013-09-16 03:10:34 +00:00
Antoine Brodin
11008fac27 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-09 18:54:28 +00:00
Gerald Pfeifer
41e60477bd 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)
2013-08-17 16:27:24 +00:00
Alexey Dokuchaev
3d6330d1ce - Unbreak the build on recent -CURRENT [*]
- Switch to the new LIB_DEPENDS syntax
- Drop no longer meaningful MAKE_JOBS_SAFE

Submitted by:	bsam [*]
2013-08-11 14:11:33 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Alexey Dokuchaev
09456bf9c9 - Update to version 1.2.2, another patch release in 1.2 branch, which mostly
brings support for several new cameras, and some minor bugfixes
- Remove no longer needed patching (const gint -> gint)
- Relax types of cache counters (to unbreak with GCC/i386)
2013-07-01 11:45:32 +00:00
Alexey Dokuchaev
ebe39cb109 Update to version 1.2.1 which brings quite some bugfixes, new noise profiles,
white balance settings for several cameras, etc.

Note that some translations were removed: development team decided to exclude
those which are not properly finished from releases.
2013-06-21 07:30:14 +00:00
Alexey Dokuchaev
9809cc72d1 Provide a better description for an option and reformat port description. 2013-05-11 13:14:44 +00:00
Alexey Dokuchaev
4d156b0259 Update to version 1.2, which brings some nice and useful features (profiled
denoise, usability enhancements, JPEG2000 support).

PR:		ports/178232
Submitted by:	Matthieu Volat
2013-05-01 07:27:27 +00:00
Baptiste Daroussin
bc62127a69 Convert from USE_GETTEXT to USES= gettext
While here:
- Trim some headers
- Convert to new options framework
2013-04-26 16:39:14 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Alexey Dokuchaev
15bbfe6fe6 Update to version 1.1.3. 2013-02-22 05:49:52 +00:00
Alexey Dokuchaev
789afae358 - Update to version 1.1.2
- Rename GLIBJSON option to FACEBOOK

PR:		ports/175225
Submitted by:	dumbbell
2013-01-30 09:31:34 +00:00
Steve Wills
b8cc06a151 - Chase lib version changes from ilmbase and OpenEXR updates 2013-01-17 16:05:38 +00:00
Alexey Dokuchaev
49957271f1 - Update to version 1.1
- Introduce two new options, GEO and GLIBJSON (off by default)
- Remove GCONF option (no longer provided upstream)
- Remove some no longer relevant local patching
- Sort things around Makefile a bit while here

PR:		ports/174058 (version update)
Submitted by:	dumbbell
Feature safe:	yes
2012-12-04 09:46:31 +00:00
Alexey Dokuchaev
2bcb5046c0 Adjust OPTIONS_DEFAULT to pre-r304880 state. 2012-09-26 14:55:18 +00:00
Alexey Dokuchaev
e937350415 - Convert to the new OPTIONS framework
- Drop indefinite article from the COMMENT
- Trim the header per new world order
2012-09-26 07:02:36 +00:00
Alexey Dokuchaev
2006e6d66f - Update to version 1.0.5
- Drop ABI versions in LIB_DEPENDS

PR:		ports/171469
Submitted by:	dumbbell
2012-09-10 01:37:43 +00:00
Boris Samorodov
8d56f00ee5 Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.

PR:		ports/169733
Submitted by:	bsam (me)
Approved by:	multimedia (maintainer timeout 3 weeks)
2012-07-31 15:29:26 +00:00
Alexey Dokuchaev
c314d85bc8 - Update to version 1.0.4
- Mark as parallel build safe

PR:		ports/168609
Submitted by:	dumbbell
2012-06-07 02:40:47 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Alexey Dokuchaev
02db37afe6 - Update to version 1.0.3, the latest to date, which features a lot of
functionality and speed improvements over early 0.9.x series
- Build with GCC 4.6+ by default, as it provides better OpenMP support, but
  allow to use system compiler for a time being
- Explicitly link darktable executable to libstdc++, to workaround problem
  with CMake, which strips any RPATH from libdarktable.so, which in turn
  results in wrong libstdc++ being picked when using GCC from ports
- Use ONLY_FOR_ARCHS (with reason) instead of BROKEN statement

PR:		ports/167464
Submitted by:	dumbbell (principal changes, cleanups and fixes are mine)
2012-05-11 14:17:03 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Mark Linimon
7fe4ff78b0 Mark broken on powerpc as well as sparc64.
Hat:		portmgr
2011-12-28 03:50:23 +00:00
Alexey Dokuchaev
df65905183 Unbreak on FreeBSD 7.X which lacks dprintf().
Reported by:	pavmail
Feature safe:	yes
2011-11-15 09:38:40 +00:00
Alexey Dokuchaev
ff1dfeafd7 - Update to version 0.9.3
- Stop disabling -Werror as it does not cause problems anymore
2011-11-08 17:18:15 +00:00
Alexey Dokuchaev
c659c8a506 Update to match reality and upstream description more closely. 2011-11-07 07:49:04 +00:00
Alexey Dokuchaev
c9ffe24284 Allow to build without rawspeed backend (use libraw instead). 2011-11-04 09:23:41 +00:00
Alexey Dokuchaev
b223ec0181 Adjust WWW address. 2011-11-04 09:21:48 +00:00
Alexey Dokuchaev
bf9f3f5c2e - Update to version 0.9.2
- Remove patch (integrated upstream)
2011-08-31 13:26:30 +00:00
Alexey Dokuchaev
9bc9c50770 - Update to version 0.9.1 (bugfix release) [*]
- Conditionally define USE_GETTEXT (probably naive)
- Consistently use WITH_FOO knobs vs. WITHOUT_FOO ones

Reported by:	mandree [*]
2011-07-28 03:42:52 +00:00
Alexey Dokuchaev
1a6a510233 Enable NLS by default and bump port revision. 2011-07-27 09:05:33 +00:00
Alexey Dokuchaev
d12ba95837 - Bring in patch from Gentoo which adds more options and allows to correctly
disable them without introducing implicit dependencies; retire local hacks
  used for that purpose since they're not needed anymore
- Add missing library path to USE_LDCONFIG knob [*]
- Move BROKEN statement higher in the Makefile

PR:	ports/159207 [*]
2011-07-27 08:32:52 +00:00
Alexey Dokuchaev
aa565cb529 - Belatedly update to version 0.9
- Build is now CMake-based instead of GNU make
- Remove libglade-2.0 dependency: while being listed as mandatory, it does
  not seems to be really required
- Whenever possible, make dependencies OPTIONal (gconf2, dbus-glib, gphoto2)
  and only enable camera support by default, since it is what likely most
  users want
2011-07-26 10:11:13 +00:00
Mark Linimon
ca32093a91 Mark as broken on sparc64: invokes i386 asm. 2011-07-16 05:23:25 +00:00
Baptiste Daroussin
376be6c1e4 real fix with new exiv version
Report by:	pointyhat (erwin)
2011-04-24 10:49:49 +00:00
Baptiste Daroussin
e29d5654e9 - chase exiv2 library bump
- while here remove some MD5
- fix some forgottern desktop-file-utils dependencies
2011-04-12 08:24:29 +00:00
Alexey Dokuchaev
a930cadd9f - Update to version 0.7.1
- Reduce dependencies: replace umbrella `graphics/gegl' with required
  components only; disable gkeyring.  Unfortunately gconf2, while said
  to be optional, is still required as build fails without it
- Add LICENSE (GPLv3)
2010-12-24 15:48:17 +00:00
Koop Mast
84c4327308 Chase exiv2 shlib bump. 2010-08-20 08:34:50 +00:00
Li-Wen Hsu
b4a3acf8b7 - Bump PORTREVISION for shared library update of graphics/lensfun 2010-08-07 20:48:05 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00