Commit graph

88 commits

Author SHA1 Message Date
Gerald Pfeifer
7e339abf8a Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.

Approved by:	portmgr (bapt) [1]
2014-03-01 21:23:14 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Dirk Meyer
2fd149f040 - set BROKEN from FreeBSD-10, fails in boost ABI 2014-01-25 13:41:26 +00:00
Dirk Meyer
23f18f31d2 - use STAGEDIR
- use USE_WEBPLUGINS
- use OPT_* flags
- clean LIB_DEPENDS
2013-12-15 19:19:19 +00:00
Baptiste Daroussin
c706f7f344 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 11:14:49 +00:00
Dirk Meyer
5aef18fc6e - revert default to FFMPG0 2013-10-29 06:54:13 +00:00
Dirk Meyer
e63a4c0759 - new default option FFMPEG2 2013-10-26 08:23:57 +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
William Grzybowski
85d822e793 graphics/gnash: link using ffmpeg0
- Link using ffmpeg0

Approved by:	portmgr (bapt, implicit)
2013-10-10 01:38:20 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +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
Baptiste Daroussin
894a8184ce Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
  * USE_GNOME=gnomehack -> USES=pathfix
  * USE_GMAKE=yes -> USES=gmake
  * USE_PERL5 -> USES=perl5
2013-09-01 22:50:06 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +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
Guido Falsi
3b40536753 Fix build of gnash [1] and vlc [2] after libva update.
PR:		ports/180118 [2]
Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info>
Approved by:	dinoex [1], nox [2]
2013-07-06 20:08:45 +00:00
Dirk Meyer
fe0692200e - remove option KDE3
PR:		180271
Submitted by:	Rene Ladan
2013-07-06 16:33:21 +00:00
Florian Smeets
96b39667d3 Update to 17.0.6 (this should also fix the build on head after the
clang 3.3 merge)

PR:             ports/179034 [1]
Submitted by:   Jan Beich <jbeich@tormail.org>,
                Nikolai Lifanov <lifanov@mail.lifanov.com> [1]
2013-06-04 15:47:49 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Dirk Meyer
0d4acd1ea2 - rever libname for gtkglext
Submitted by:	Jason E. Hale
2012-12-30 09:41:22 +00:00
Dirk Meyer
25495a995b - update dependecy to new xulrunner
PR:		173258
2012-12-09 21:36:23 +00:00
Beat Gaetzi
734349b51e - Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@tormail.org>
With hat:	gecko
2012-09-10 19:19:32 +00:00
Dirk Meyer
816258886f - shorter desc for options 2012-06-30 11:37:57 +00:00
Dirk Meyer
86b1f2ee43 - fix Unterminated quoted string on FreeBSD 9.x
- fix unexpected operator on FreeBSD 7.x
- merge REINPLACE_CMD
2012-06-18 06:11:54 +00:00
Dirk Meyer
028d40ef37 - update to 0.8.10
- use OPTIONS_DEFINE
- take maintainership
2012-06-15 06:21:13 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Dirk Meyer
ed11a71a04 - build with giflib 2012-02-20 05:01:40 +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
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Dmitry Marakasov
d1cdc16c6b - Drop maintainership 2012-02-12 23:12:05 +00:00
Dmitry Marakasov
1a6d4b4cae - Fix segfault with OpenGL selected as the only renderer
PR:		156088
Submitted by:	Lars <dakta@gmx.de>
2011-09-06 19:15:10 +00:00
Dmitry Marakasov
8842406b9d - Update to 0.8.9 (1)
- Fix typo (2)

PR:		157961 (1), 159865 (2)
Submitted by:	"Christian Mangin" <cmangin@arobas.net> (1), Kaspars Bankovskis <kaspars@bankovskis.lv> (2)
2011-09-06 15:31:55 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Dmitry Marakasov
de9968987d - Fix condition 2011-03-10 13:48:02 +00:00
Dmitry Marakasov
957534e4ba - Add VAAPI support
PR:		153729
Submitted by:	Anonymous <swell.k@gmail.com>
2011-03-10 06:29:13 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Dmitry Marakasov
8cc07d2f57 - Update to 0.8.8 2010-10-01 11:01:37 +00:00
Martin Matuska
ab5c533c96 - Update ffmpeg to 0.6 2010-07-24 16:38:20 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dmitry Marakasov
2de369c24f - Update to 0.8.7
Feature safe:	yes
2010-02-20 19:39:58 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
8236fd30e8 - Revert a bit that should not have been committed
Feature safe:	yes
2009-09-28 02:51:50 +00:00
Dmitry Marakasov
96b447c1cf - Update to 0.8.6
Feature safe:	yes
2009-09-28 01:32:40 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dmitry Marakasov
4745bf8510 - Update URL of my distfile mirror in 87 ports
Approved by:	portmgr (erwin)
2009-07-28 16:34:36 +00:00
Pav Lucistnik
d1107bb40e - Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:		ports/137054
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00