Commit graph

6655 commits

Author SHA1 Message Date
Grzegorz Blach
a0746bc874 - Update EFL to 1.7.9
- Update Enlightenment to 0.17.5
2013-11-07 16:00:45 +00:00
Pietro Cerutti
eba7b1f11b - Convert to USES+=tl and USES+=tk
- STAGE-clean
- Simplify by not installing / deinstalling the user configuration file
2013-11-07 13:00:22 +00:00
Vanilla I. Shu
8568fda844 Support STAGEDIR. 2013-11-07 04:52:13 +00:00
Xin LI
bc0d646198 Update to 0.57.
PR:		ports/179390
Submitted by:	nemysis
Approved by:	maintainer
2013-11-06 22:50:21 +00:00
Raphael Kubo da Costa
9830a728e7 Support staging.
Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm>
2013-11-06 14:53:31 +00:00
Andrej Zverev
487d869eba - support STAGEDIR 2013-11-03 08:05:18 +00:00
Koop Mast
44d0dc12bb Stagify Gstreamer ports.
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.

Obtained from:	Gstreamer upstream [1]
2013-11-01 22:14:07 +00:00
Pietro Cerutti
596bf6ba20 - Convert to USES+=tk
- Convert to new LIB_DEPENDS format
- STAGE-clean
2013-10-30 17:15:13 +00:00
Steve Wills
ddda6c8e50 - Add stage support 2013-10-30 03:05:18 +00:00
Koop Mast
86a87d94de Restrict python to -2.7
Submitted by:	mva@
2013-10-29 17:05:50 +00:00
Koop Mast
c0587ddb16 Stageify, use COPYTREE_SHARE instead of doing tar and chown/chmod ourself.
Restrict to python -2.7 [1].

Submitted by:	mva@ [1]
2013-10-29 16:56:41 +00:00
Pawel Pekala
1c8881a761 Revert USE_GCC to yes
Requested by:	gerald
2013-10-27 19:35:12 +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
Grzegorz Blach
8710586c57 - Change master sites to download.enlightenment.org 2013-10-25 19:58:18 +00:00
Marcus von Appen
1cdb3e8f5d - Chase devel/sdl20 shlib version change 2013-10-25 16:16:48 +00:00
Dirk Meyer
12b15603ea - fix a bug that causes xfig to hang
Reported by:	Cejka Rudolf
Obtained from:	debian
2013-10-25 15:08:37 +00:00
Pietro Cerutti
4e96f31450 - Update to 1.7.43
Changes:

  * Added FXJSON JavaScript Object Notation I/O class. FXJSON loads and
    saves JSON, and has a great number of options, extensive error
    reporting, and great degree of control over output.
  * Problems in Windows version of fxcpuid.cpp fixed.
  * Line segment to box and line segment to sphere intersection routines
    added; also computes intersection point.
  * FXString escape() and unescape() now do \uXXXX unicode escaping. Old
    functions for these, fromAscii() and toAscii() have been removed. The
    new implementation properly handles surrogate pairs.
  * Added some API's to FXGLGroup.
  * FXListBox current item fix.
  * Added new functions to FXElement.h. Particularly, bulk-comparison
    function.
  * Use new fxstrlcpy() and fxstrlcat() where appropriate; these will
    always produce null-terminated strings.
  * Passed wrong handle for error FD in FXProcess under Windows.
  * Fix introduced bugs in FXHash and FXDict.
  * Some extra checks added in GIF loader header detection.
  * Typo fix in lock-free queue class FXLFQueue.
  * Fast accessors added to FXVariant; they can be used if type already
    known.
  * Fixed minor issues with FXVariant implementation.
  * Missing FXAPI declaration in FXArrayBase added.
  * Added area() and volume() calculation to FXRange and FXSphere classes;
    added area() to FXExtent classes.
  * Added new FXDictionary class; this will replace FXDict at some point in
    the future.
2013-10-25 13:48:21 +00:00
Pietro Cerutti
39b1244707 - New port: x11-toolkits/fltk-devel
This port tracks the development snapshots of FLTK, available at
  x11-toolkits/fltk.
2013-10-23 16:05:33 +00:00
Olivier Duchateau
d31424d211 Don't try to remove directories, we don't make.
Reported by:	Ports-QAT
2013-10-22 18:30:45 +00:00
Dmitry Marakasov
73b7596b94 - Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES

Approved by:	portmgr (bdrewery)
2013-10-22 14:04:01 +00:00
Thomas Abthorpe
cd13c7fb2b 2013-10-21 devel/rubygem-ruby-debug-base: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-linecache: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-rascut: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-ruby-debug-ide: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-ruby-debug: Does not work with Ruby 1.9
2013-10-21 japanese/gorua: Does not work with Ruby 1.9
2013-10-10 x11-toolkits/ruby-gtk: Does not work with Ruby 1.9
2013-10-21 18:07:53 +00:00
Olivier Duchateau
57580254af - Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Switch to USES= gmake
- Enhance COMMENT entry and description (pkg-descr)
- Fix NLS support, when it's unset
- Standardize 'startup-notification' description
2013-10-21 17:24:13 +00:00
Sunpoet Po-Chuan Hsieh
2f20203301 - Update to 1.044
- Add LICENSE
- Sort PLIST

Changes:	http://search.cpan.org/dist/Gnome2/NEWS
2013-10-20 10:07:24 +00:00
Dmitry Marakasov
e9d90b8f69 - Support staging
- Use new LIB_DEPENDS syntax
2013-10-17 01:24:56 +00:00
Pietro Cerutti
eb6c2c490e - Fix STAGE support for PORTDOCS
Reported by:	antoine
2013-10-16 09:03:27 +00:00
Raphael Kubo da Costa
d6119cb107 Update SIP to 4.15.2 and PyQt to 4.10.3.
This commit also adds proper staging support to all the ports being updated.

In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and
Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
2013-10-15 21:52:33 +00:00
Thomas Abthorpe
d738635544 2013-10-10 x11-toolkits/ruby-tk: Does not work with Ruby 1.9 2013-10-15 18:11:40 +00:00
Pietro Cerutti
87cd41d3f8 - Fix build in C++11 mode [1]
- Convert to new LIB_DEPENDS format
- Convert to OPTIONSng (DOCS)
- STAGE-clean

PR:		182949 [1]
Submitted by:	dt71@gmx.com [1]
2013-10-15 08:24:14 +00:00
Pietro Cerutti
e4aceaa286 - Fix PLIST by removing DOCS
Reported by:	QAT
2013-10-15 07:00:16 +00:00
Pietro Cerutti
0d8e71d2d0 - Convert to USES+=tk
- STAGE-clean
2013-10-14 14:07:52 +00:00
Pietro Cerutti
891b7d0f4e - Update to 2.6
- Convert to USES+=tk
- Take maintainership (tcltk@FreeBSD.org)
- STAGE-clean
2013-10-14 13:56:25 +00:00
Pietro Cerutti
2b25376eb8 - Convert to USES+=tk
- STAGE-clean
2013-10-14 13:07:40 +00:00
Pietro Cerutti
2d3f8ef422 - Update to 1.3.9
- Convert to USES+=tk
- Take maintainership (tcltk@FreeBSD.org)
2013-10-14 08:09:15 +00:00
Raphael Kubo da Costa
ecda38b0a5 Update Qt to 4.8.5 and Qt Creator to 2.8.0.
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.

Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.

Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!

PR:		ports/180615
	        ports/181921
		ports/182049
2013-10-13 23:15:50 +00:00
Rene Ladan
74943920b1 Add stage support. 2013-10-10 15:17:40 +00:00
Rene Ladan
6e91539c26 Bump PORTREVISION for last commit 2013-10-10 13:17:09 +00:00
Rene Ladan
fcbaaee32f Fix package building/(de)installation with staging support.
Ideas from:	bapt, antoine
2013-10-10 13:09:26 +00:00
Guido Falsi
fc329c163a - Convert to USES=compiler 2013-10-09 23:14:35 +00:00
Sunpoet Po-Chuan Hsieh
91c7dcbe22 - Update to 1.043
- Sort *_DEPENDS
- Sort USE_GNOME and USES
- Support STAGEDIR
- Pass maintainership to perl@

Changes:	http://search.cpan.org/dist/Gnome2/NEWS
2013-10-09 12:33:00 +00:00
Max Brazhnikov
a821cad16d - Convert to USES= qmake
- Bring stage support
- Adjust DESKTOP_ENTRIES
- Use options helpers
- Use new LIB_DEPENDS syntax
2013-10-09 10:08:04 +00:00
Pietro Cerutti
2271dba1df - Fix left-overs
Reported by:	QAT
2013-10-08 07:06:16 +00:00
Pietro Cerutti
c61b256827 - Bump PORTREVISION on ports dependent on FOX. This is needed because we
now use ltverhack on FOX. This should be the last time.
2013-10-07 13:15:43 +00:00
Pietro Cerutti
89fcfbcc74 - Refactor FOX ports
* Remove CONFLICTS between FOX ports by having man-pages
    and binaries named after the port version
  * Avoid bumping shlib version at each minor update by using
    ltverhack [1]
  * Make PKGNAMEs unique (fox14, fox16, fox17) [2]
  * Use new LIB_DEPENDS format

Suggested by:	mezz [1], bapt [2]
2013-10-07 13:14:12 +00:00
Max Brazhnikov
4476a5c138 - Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax
- Use options helpers
2013-10-07 12:26:54 +00:00
Baptiste Daroussin
3504cd779a Remove some ports depending on gnome1
Approved by:	gahr (maintainer)
2013-10-07 08:54:36 +00:00
Sunpoet Po-Chuan Hsieh
6dbd713168 - Update to 1.082
- Sort USES
- Support STAGEDIR
- Cleanup Makefile
- Sort PLIST
- Pass maintainership to perl@

Changes:	http://search.cpan.org/dist/Gnome2-VFS/NEWS
2013-10-06 18:42:11 +00:00
David Naylor
48e49db559 Mark x11-toolkits/py-kivy as broken under i386 without -DWITH_NEW_XORG.
For some unknown reason builds fail with:

  Undefined symbol "glBlendEquationSeparate"

When compiling under i386 for the old libGL.  This error does not make
sense given that the symbol is present in libGL and that compilation works
under amd64.  The only solution found is to update to a newer libGL however
there does not appear to be any change to the symbol signature to suggest
why such an update works.
2013-10-06 17:43:55 +00:00
Rene Ladan
cb992b6d33 Add stage support for linux-f10-* ports maintained by emulation@
(category x11-toolkits).

- x11-toolkits/linux-f10-gtk2 is not updated yet, it wants to chroot(8)
- Fix plist of linux-f10-qt45
2013-10-06 16:09:43 +00:00
Grzegorz Blach
b618367113 - Support staging
Approved by:	crees, tabthorpe (mentors, implicit)
2013-10-06 00:03:50 +00:00
Pawel Pekala
dfc33c10af Add support for STAGEDIR 2013-10-05 16:52:12 +00:00