Commit graph

6602 commits

Author SHA1 Message Date
Koop Mast
753e13b59c Fix pkgname collisions in gtk??[mm] ports. 2013-10-02 16:24:19 +00:00
Jose Alonso Cardenas Marquez
3123d104e6 - Fix MASTER_SITES
- Fix pkg-plist file
- Few minor modifications
2013-10-02 02:04:16 +00:00
Rene Ladan
a5b6e13d4a - Add stage support
- USE_GMAKE -> USES=gmake
2013-10-01 20:58:48 +00:00
Jose Alonso Cardenas Marquez
4c10c9f845 - Update to 1.8
PR:		ports/173524
Submitted by:	Hardy Schumacher <hardy.schumacher_  at  _gmx.de>
2013-10-01 19:57:41 +00:00
Sunpoet Po-Chuan Hsieh
a99e50c9b5 - Support STAGEDIR 2013-09-30 20:59:03 +00:00
Niclas Zeising
5a4c543c2b The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:

MESA 9.1.6

Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)

Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first.  See UPDATING for details.

PR:		ports/181962 [2]
Submitted by:	marius [1]
		zeising [2]
Exp-run by:	bdrewery
Approved by:	portmgr (bdrewery)

Thanks to all who helped testing!
2013-09-29 17:01:41 +00:00
Guido Falsi
50cfaa4e6f This port is already stage safe.
While here convert to more approriate USE_GCC=yes.
2013-09-29 10:51:17 +00:00
Thomas Abthorpe
f9d27bec74 - Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18
Discussed with:	swills
2013-09-26 21:13:59 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Sunpoet Po-Chuan Hsieh
c75a425c87 - Use USES=tk
- While I'm here, add NO_STAGE=yes

PR:		ports/182249
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
2013-09-22 05:32:06 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
7e5a7bfffd Add NO_STAGE all over the place in preparation for the staging support (cat: x11-toolkits) 2013-09-20 23:57:47 +00:00
Pietro Cerutti
672a7034b6 - Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINK
Suggested by:	bapt
2013-09-20 07:43:51 +00:00
Pietro Cerutti
335927cf6f - Update Tcl/Tk 8.6 to 8.6.1
Release notes: http://code.activestate.com/lists/tcl-core/13590/
2013-09-20 07:32:38 +00:00
Pietro Cerutti
ade02cfb85 - Convert USE_TCL to USES=tcl 2013-09-19 14:21:42 +00:00
Pietro Cerutti
99252f2c22 - Update Tcl/Tk 8.5 to 8.5.15
Release notes: http://code.activestate.com/lists/tcl-core/13585/
2013-09-18 21:01:43 +00:00
Pietro Cerutti
d6ea979eb3 - Update to 1.7.42
Changes:

  * Added class FXVariant, and supporting classes FXVariantMap and
    FXVariantArray. The FXVariant class can store basic types like bool,
    int, or float, but also arrays of variants, or maps of variants. Thus,
    FXVariant can be used to store an arbitrarily complex tree-like data
    structure.
  * Problems in Windows version of fxcpuid.cpp fixed.
  * Fix cased from (__m128) to _mm_castsi128_ps() intrinsic for portability.
  * Fix compare operation in FXSize.h.
  * Added fxstrlcpy() and fxstrlcat() for safe string copy and string
    concatenation.
  * Added __noreturn macro for flagging non-returning functions like
    fxerror().  This may help compilers generate better code for places
    where these functions are called.
  * Removed fxsleep(), obsoleted by FXThread::sleep() and
    FXThread::wkaeat().
  * Allow out-of-source builds of FOX on configure-based systems.
  * Force end-of-string in value returned by gethostname().
  * Fix introduced bugs in FXHash and FXDict.
  * Added swapElms() to FXElement.h. Also added templated swap().
  * Added internal function memswap().
  * Don't include intrinsics header files unless target architecture is
    x86 or x86-64.
  * Updated build on Fedora 18 for Raspberry Pi.

- Add two local files with patches to mute compiler warnings and fix
  potential stack buffer overflow bugs (already reported upstream)
2013-09-18 16:01:48 +00:00
Baptiste Daroussin
2b07ee6ce0 Add an explicit dependency on pkgconf 2013-09-18 08:38:20 +00:00
Cy Schubert
d2f630b20a Fix xview family builds under 10-CURRENT.
Flags xview-clients MAKE_JOBS_UNSAFE.
2013-09-18 07:07:08 +00:00
Pawel Pekala
97bff4d22b Update to version 2.2.3
Changes:

The scalability of the TaskManager, AsyncQueue, and AsyncQueueDispatch
classes has been improved.  Other improvements have been made.
2013-09-17 16:11:06 +00:00
Pietro Cerutti
627739127c - Update to 0.9.96.31.08.13 2013-09-17 08:36:00 +00:00
Baptiste Daroussin
c49b570adf Remove USE_GCC=any as the ports build properly with clang.
This also fixes the build with libc++
2013-09-16 09:39:26 +00:00
Andrej Zverev
e5a7b5184d - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 12:04:18 +00:00
Andrej Zverev
184fe8daa4 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Reviewed by:	kwm@
Approved by:	kwm@ (gnome@)
2013-09-12 17:55:41 +00:00
Andrej Zverev
8b77080918 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 15:23:58 +00:00
Baptiste Daroussin
32a76caee0 Remove duplicated patch
Submitted by:	marino
2013-09-12 12:09:53 +00:00
Guido Falsi
644b855b6e - Update scintilla and scite to 3.3.5
- The update fixes build on recent head

PR:		ports/182014
Submitted by:	me
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2013-09-12 11:34:39 +00:00
John Marino
107bfacba9 Add explicit dependency on pkgconf (27 ports) 2013-09-12 00:21:10 +00:00
Antoine Brodin
251f4ca6f1 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-11 17:17:35 +00:00
John Marino
b38bbaec1f Add explicit dependency on pkgconf (6 ports) 2013-09-11 09:36:48 +00:00
Martin Matuska
c2a4b67e17 Bump some PORTREVISIONs due to graphics/webp update to 0.3.1 2013-09-09 22:49:20 +00:00
Sunpoet Po-Chuan Hsieh
d267400cd8 - Add PORTSCOUT=ignore:1 to avoid false alarm 2013-09-07 17:21:55 +00:00
Baptiste Daroussin
7b61392063 Fix build with libc++ 2013-09-06 21:20:28 +00:00
Baptiste Daroussin
beae873ea6 Add an explicit dependency on pkgconf 2013-09-06 13:01:53 +00:00
Antoine Brodin
fb3d643ef9 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 19:29:18 +00:00
Antoine Brodin
74aebe4fa5 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 17:37:22 +00:00
Antoine Brodin
eb4b4f9964 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 17:01:12 +00:00
Guido Falsi
9569673c94 - Add explicit dependency on pkgconfig
- While here, convert to new LIB_DEPENDS format

Approved by:	portmgr (bapt)
2013-09-05 09:38:08 +00:00
Antoine Brodin
146d97ce8a Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 05:39:29 +00:00
Antoine Brodin
15f27213f3 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 05:25:38 +00:00
Sunpoet Po-Chuan Hsieh
c80102d805 - Update to 1.37
- Convert to new LIB_DEPENDS format
- Fix GTK2 option

Changes:	https://github.com/dk/Prima/blob/master/HISTORY
2013-09-05 03:30:41 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Baptiste Daroussin
608790486b Add an explicit dependency on pkgconf 2013-09-04 16:42:19 +00:00
Tijl Coosemans
c1c0fcd819 - Remove USE_GCC=any.
- Add OPTIONS_DEFINE.
- Remove FreeBSD/alpha support.
2013-09-04 13:09:08 +00:00
Antoine Brodin
a1cdb438fc Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 19:12:37 +00:00
Antoine Brodin
5dff3c8f6c Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 18:39:13 +00:00
Antoine Brodin
ae9da71a5f Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 18:28:54 +00:00
Antoine Brodin
48c8f3f039 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 18:14:18 +00:00
Antoine Brodin
5c7921038e Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 18:09:33 +00:00
Baptiste Daroussin
1e60403ddd Add an explicit dependency on pkgconf 2013-09-03 14:08:55 +00:00