aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.8.8.kwm2013-12-313-43/+33
| | | | | | | | | Stagify, sort USES, use new lib_depend syntax. Use USE_GNOME introspection now that it doesn't break the build. Switch to to libtool less ltverhack. Use new gtk-query-immodules --update-cache functionality. Obtained from: GNOME devel repo (based on)
* x11-toolkits/py-gtkglext: support stagingwg2013-12-301-3/+1
|
* x11-toolkits/py-fltk: support stagewg2013-12-302-110/+11
|
* Stage transmission ports and the rest maintained by me.crees2013-12-301-5/+8
| | | | Various little obvious fixes, and a new rc script for stunnel-server
* Fix detection of freetype after the update to 2.5.2.kwm2013-12-281-0/+11
| | | | Reported by: marino@
* Fix dependency on x11-toolkits/gtkglext.tijl2013-12-281-1/+1
|
* Stage supportantoine2013-12-281-4/+2
|
* Stage supportantoine2013-12-281-4/+2
|
* Stage supportantoine2013-12-281-3/+1
|
* Stage supportantoine2013-12-281-3/+1
|
* Stage supportantoine2013-12-281-2/+1
|
* Stage supportantoine2013-12-282-3/+3
|
* Update poppler to 0.24.4.kwm2013-12-282-2/+4
| | | | | | | | | Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax.
* Update freetype to 2.5.2.kwm2013-12-252-2/+23
| | | | | | | | | | | | | | 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
* - Support stagingamdmi32013-12-231-13/+12
| | | | - Use new LIB_DEPENDS syntax
* Enable explicit depends, this will record X depends in gdk-2.0.pc. Thiskwm2013-12-211-2/+2
| | | | | should fix the build of ports that use X libraries but don't explicitly depend on X libraries.
* Remove expired ports:rene2013-12-218-86/+0
| | | | | | | | | | | | 2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month 2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools 2013-11-18 devel/mono-tools: Broken for more than 6 month 2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired textproc/p5-XML-Sablotron 2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month 2013-11-18 net/freeswitch-core: Broken for more than 6 month 2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core 2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core 2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron
* - Drop maintainership at maintainer requestswills2013-12-201-2/+2
| | | | | PR: ports/185029 Submitted by: "H. Wade Minter" <minter@lunenburg.org> (maintainer)
* - Needs root during stagepawel2013-12-202-3/+2
| | | | - Improve COMMENT and pkg-descr
* Move x11-toolkits/py-kivy to using auto-plist.dbn2013-12-192-947/+4
| | | | | Although this port does not support python>=3, the next release is expected to do so.
* - Update to 1.249swills2013-12-193-21/+342
| | | | | | | | | | | - Add LICENSE - Update and sort *_DEPENDS - Use USES=gmake - Sort make knobs - Support STAGEDIR PR: ports/184700 Submitted by: sunpoet
* - Update to 1.224swills2013-12-183-11/+60
| | | | | | | | - Add LICENSE - Support STAGEDIR PR: ports/184702 Submitted by: sunpoet
* - Change maintainer email of my ports to @FreeBSD.orgnemysis2013-12-182-2/+2
| | | | Approved by: pawel / wg (mentors, implicit)
* - Update to 0.17dhn2013-12-182-4/+3
|
* Fix build of x11-toolkits/py-kivy on some systems (pygame.joystick related).dbn2013-12-171-0/+4
| | | | | | | | On some systems pygame.joystick does not import into python preventing some documentation from being built, thus some missing files on install. For documentation building prevent any attempt to import pygame.joystick as a work-around.
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-167-276/+271
| | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0]
* Use setuptools for all Python ports.wg2013-12-167-12/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr)
* Update to 2.4.22.kwm2013-12-155-60/+22
| | | | | | | | USE_GNOME=gnomehack ->USES=pathfix. Stageify, use new LIB_DEPEND syntax, switch to libtool less ltverhack. Merge new gtk-query-immodules handling from gtk30 ports in our dev repo [1] Obtained from: FreeBSD gnome dev repo [1]
* - Remove dependency on infozipantoine2013-12-142-2/+37
| | | | - Package man pages, I couldn't find any conflit in the ports tree
* - Use tar to extract zipballsunpoet2013-12-131-1/+1
|
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-4/+4
|
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-3/+3
|
* - update LIB_DEPENDSdinoex2013-12-121-2/+2
|
* - Update to 1.045sunpoet2013-12-122-4/+5
| | | | | | - Add CPAN to MASTER_SITES Changes: http://search.cpan.org/dist/Gnome2/NEWS
* - Update to snapshot 10022gahr2013-12-112-3/+3
|
* - Stage support for all -reference portsantoine2013-12-1015-37/+18
| | | | | | - Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS Approved by: kwm (maintainer)
* - Update to 1.7.44gahr2013-12-095-25/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Updated FXJSON JavaScript Object Notation I/O class:- removed limits to token size in both input and output operations (formerly limited to buffersize). * Minor changes to FXVariant:- added some missing API's, removed toChar() as its useless. Added has() to determine if key is present in case FXVariant is a map. * Simplified FXFile and other FXIO subclasses a bit to remove redundant implementations. * Added FXIOBuffer, an FXIO device that serializes to/from a memory buffer. * FXRanged, FXRangef: now check intersect() results a bit differently. * Ray to FXSpheref, FXSphered intersection test changed to allow origin inside sphere possibility. * Fixed small bug in wc2nc(). * Possible buffer overrun in FXDir fixed. * Added class FXStringMap. * Changed some API's in FXDictionary. Added erase() API to allow removal of slot already located. This is faster, and needed for successful subclassing. * FXStat problem fixed on Windows.
* remove GCC version check to support GCC versions 4.7 and upoliver2013-12-091-0/+24
| | | | | PR: 184577, 183342 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
* Add vte3, the Gtk 3 version of the vte terminal widget.kwm2013-12-0817-18/+417
| | | | | | | | | Split off gnome-pty-helper from vte to allow both versions of vte to be installed at the same time. Update comment to make it clearer which gtk+ version it is for. Enable introspection bindings in vte. Obtained from: GNOME dev repo.
* Set expiration date to 2013-12-19, depends on expired devel/mono-toolsrene2013-12-061-0/+3
| | | | | | PR: ports/184081 Submitted by: myself Approved by: maintainer timeout (mono@, 16 days)
* - Respect CMAKE_BUILD_TYPE (and fix packaging with non-default build settings)makc2013-12-031-1/+1
| | | | Approved by: maintainter
* Set portscout to ignore this port.kwm2013-12-031-2/+6
| | | | While here stagify, and use new lib_depend syntax.
* - Mark BROKENwen2013-12-011-2/+4
| | | | - Reset maintainer to ports@
* Remove expired ports:rene2013-12-015-156/+0
| | | | | | | | | | | | | | | | | | | 2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything 2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4 2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated 2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1 2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11 2013-12-01 comms/uhso-kmod: included in base system on all supported releases 2013-12-01 deskutils/ecru: No longer maintained upstream 2013-12-01 editors/gphpedit: No longer maintaned upstream 2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd 2013-12-01 graphics/py-clutter: Broken for more than 6 month 2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
* Update to version 2.2.4pawel2013-11-302-4/+3
|
* - Return almost all of my ports back to the pool. I have no time to make anyaraujo2013-11-291-1/+1
| | | | necessary fixes on them for the past months.
* - x11-toolkits/girara update to 0.1.9madpilot2013-11-293-21/+21
| | | | | | | | | | | | | | | - graphics/zathura update to 0.2.5 - gaphics/zathura-djvu update to 0.2.3 - Convert to new LIB_DEPENDS format - Girara now defaults to gtk3, modify depending ports accordingly - Convert to staging - Always install man pages - Remove uneeded patches PR: ports/183842 Submitted by: myself Approved by: Alexander <alexander.4mail@gmail.com> (maintainer of zathura-djvu) Approved by: maintainer timeout (for graphics/zathura)
* Fix typos in x11-toolkits/py-kivy.dbn2013-11-281-2/+3
| | | | | | | | | - Fix an option SDL -> SDL2 (in the audio group) - Fix the use of XORG -> X11 when enabling X11 support - Bump revision, as depending on the options chosen, package contect may have changed. Reported by: ak
* - Convert to USES=qmakemakc2013-11-261-5/+2
| | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
* Say hello to Mate 1.6.kwm2013-11-235-0/+251
| | | | | | | | | | | | | | | | | | Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt)
* Fix typo.cy2013-11-231-1/+1
| | | | Pointy hat to: yours truly
* - use STAGEDIRdinoex2013-11-232-48/+79
| | | | - remove IS_INTERACTIVE
* - Remove now needless qmake_build from USE_QT4makc2013-11-214-4/+4
| | | | | - Get rid of QMAKEFLAGS - Convert to USES=dos2unix
* - Support Tcl/Tk 8.6gahr2013-11-212-3/+10
| | | | Submitted by: mi@
* - Update to 1.9.7gahr2013-11-212-20/+20
| | | | | | | - Take maintainership (tcltk@) - Convert to USES=tk - Convert to OPTIONSng (DOCS) - STAGE-clean
* Address conflict with x11/xloadimagecy2013-11-212-2/+15
|
* - Update WWW:sunpoet2013-11-211-1/+1
| | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
* - Remove outdated patchsunpoet2013-11-211-38/+0
| | | | | PR: ports/184120 Submitted by: Zhihao Yuan <zy@miator.net> (maintainer)
* Fix libgnome-keyring dependancy. gnome-keyring2 doesn't includekwm2013-11-211-6/+9
| | | | | | | libgnome-keyring. While here update LIB_DEPENDS syntax, stageify. Reported by: poudriere via swills@
* - Support INSTALL_AS_USERgahr2013-11-203-1/+1349
| | | | | | - Restore a patch to use Tcl/Tk internal include files Suggested by: mi
* - Chase x11-toolkits/blt library name changegahr2013-11-191-2/+2
| | | | - Bump PORTREVISION
* - Update to 2.5.3gahr2013-11-1943-2922/+1256
|
* - Set USE_LDCONFIGgahr2013-11-191-0/+1
|
* Update x11-toolkits/py-kivy to 1.7.2.dbn2013-11-193-14/+12
|
* Convert from USE_DOS2UNIX to USES=dos2unixbapt2013-11-191-39/+20
| | | | While here stagify
* Add stage support to x11-toolkits/py-kivy.dbn2013-11-192-13/+38
| | | | | | | | | Changes: - Add shebangfix for one file (OSC.py) - Migrate USE_GMAKE to USES=gmake - Strip libraries installed - Prevent non-FreeBSD packaging files from being installed - Change build logic to use the default do-build target
* Remove old *gnome*mm libraries not in used in the ports tree.bapt2013-11-188-145/+0
| | | | | | | They are EOLed upstream and their package name is in collision is more recent versions With hat: portmgr Approved by: maintainer timeout
* - Switch devel/sdl20 to use the autotools-based configuration, since themva2013-11-171-1/+1
| | | | | | | | | | | cmake-based one is not maintained that well - Fix library naming to ensure backwards compatibility on minor version changes - Bump the PORTREVISION on ports depending on devel/sdl20, since its shared library name changed PR: ports/183975 Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com>
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.avilla2013-11-171-3/+3
| | | | | | - Adapt plists. With hat on: kde
* Freshen-up port and rename package.romain2013-11-171-3/+4
|
* Freshen-up port and rename package.romain2013-11-171-9/+6
|
* - Support STAGEDIRsunpoet2013-11-164-6/+2
|
* - Remove post-install step (unneeded since staging is supported)gblach2013-11-141-5/+0
| | | | Submitted by: bapt
* Deprecate and schedule for removal on December 1st, 2013.rene2013-11-111-0/+3
| | | | | | All consumers have been deprecated. Discussed on: emulation@ (2013-10-06)
* x11-toolkits/qtada: Convert to stagingmarino2013-11-111-15/+12
|
* x11-toolkits/gtkada: Convert to stagingmarino2013-11-111-22/+21
| | | | | * Don't install license anymore as it messes up auto-plist * Bump portrevision because of this plist change
* - Add LICENSEsunpoet2013-11-102-2/+4
| | | | | | | | - Pass maintainership to submitter - While I'm here, remove Author line PR: ports/183741 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Pass maintainership to submittersunpoet2013-11-101-2/+5
| | | | | | | | | - While I'm here: - Add LICENSE - Remove leading indefinite article from COMMENT PR: ports/183722 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Add LICENSEsunpoet2013-11-103-14/+18
| | | | | | | | | - Support STAGEDIR - Pass maintainership to submitter - While I'm here, add WWW PR: ports/183698 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Add LICENSEsunpoet2013-11-101-1/+3
| | | | | | | - Pass maintainership to submitter PR: ports/183692 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Add LICENSEsunpoet2013-11-102-3/+3
| | | | | | | | | | - Pass maintainership to submitter - While I'm here: - Remove EXTRACT_DEPENDS - Remove Author line PR: ports/183686 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update EFL to 1.7.9gblach2013-11-082-3/+3
| | | | - Update Enlightenment to 0.17.5
* - Convert to USES+=tl and USES+=tkgahr2013-11-071-1/+0
| | | | | - STAGE-clean - Simplify by not installing / deinstalling the user configuration file
* Support STAGEDIR.vanilla2013-11-0712-368/+373
|
* Update to 0.57.delphij2013-11-074-15/+58
| | | | | | PR: ports/179390 Submitted by: nemysis Approved by: maintainer
* Support staging.rakuco2013-11-062-2/+0
| | | | Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm>
* - support STAGEDIRaz2013-11-0334-108/+92
|
* Stagify Gstreamer ports.kwm2013-11-022-2/+0
| | | | | | | | | | 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]
* - Convert to USES+=tkgahr2013-10-314-12/+33
| | | | | - Convert to new LIB_DEPENDS format - STAGE-clean
* - Add stage supportswills2013-10-308-8/+0
|
* Restrict python to -2.7kwm2013-10-302-2/+2
| | | | Submitted by: mva@
* Stageify, use COPYTREE_SHARE instead of doing tar and chown/chmod ourself.kwm2013-10-302-16/+13
| | | | | | Restrict to python -2.7 [1]. Submitted by: mva@ [1]
* Revert USE_GCC to yespawel2013-10-281-1/+1
| | | | Requested by: gerald
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-2628-21/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Change master sites to download.enlightenment.orggblach2013-10-261-1/+1
|
* - Chase devel/sdl20 shlib version changemva2013-10-261-0/+1
|
* - fix a bug that causes xfig to hangdinoex2013-10-252-1/+25
| | | | | Reported by: Cejka Rudolf Obtained from: debian
* - Update to 1.7.43gahr2013-10-255-373/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* - New port: x11-toolkits/fltk-develgahr2013-10-246-0/+263
| | | | | This port tracks the development snapshots of FLTK, available at x11-toolkits/fltk.
* Don't try to remove directories, we don't make.olivierd2013-10-231-2/+0
| | | | Reported by: Ports-QAT
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-224-4/+0
| | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery)
* 2013-10-21 devel/rubygem-ruby-debug-base: Does not work with Ruby 1.9tabthorpe2013-10-225-199/+0
| | | | | | | | | 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
* - Support STAGEDIRolivierd2013-10-224-12/+23
| | | | | | | | - 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
* - Update to 1.044sunpoet2013-10-203-10/+9
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Gnome2/NEWS
* - Support stagingamdmi32013-10-171-6/+3
| | | | - Use new LIB_DEPENDS syntax
* - Fix STAGE support for PORTDOCSgahr2013-10-161-2/+2
| | | | Reported by: antoine
* Update SIP to 4.15.2 and PyQt to 4.10.3.rakuco2013-10-161-1/+0
| | | | | | | 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-10 x11-toolkits/ruby-tk: Does not work with Ruby 1.9tabthorpe2013-10-164-1152/+0
|
* - Fix build in C++11 mode [1]gahr2013-10-153-6/+25
| | | | | | | | | - Convert to new LIB_DEPENDS format - Convert to OPTIONSng (DOCS) - STAGE-clean PR: 182949 [1] Submitted by: dt71@gmx.com [1]
* - Fix PLIST by removing DOCSgahr2013-10-152-33/+0
| | | | Reported by: QAT
* - Convert to USES+=tkgahr2013-10-141-7/+3
| | | | - STAGE-clean
* - Update to 2.6gahr2013-10-143-30/+23
| | | | | | - Convert to USES+=tk - Take maintainership (tcltk@FreeBSD.org) - STAGE-clean
* - Convert to USES+=tkgahr2013-10-141-2/+1
| | | | - STAGE-clean
* - Update to 1.3.9gahr2013-10-145-35/+25
| | | | | - Convert to USES+=tk - Take maintainership (tcltk@FreeBSD.org)
* Update Qt to 4.8.5 and Qt Creator to 2.8.0.rakuco2013-10-142-39/+2
| | | | | | | | | | | | | | | | | 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
* Add stage support.rene2013-10-102-7/+2
|
* Bump PORTREVISION for last commitrene2013-10-101-0/+1
|
* Fix package building/(de)installation with staging support.rene2013-10-102-4/+1
| | | | Ideas from: bapt, antoine
* - Convert to USES=compilermadpilot2013-10-101-17/+6
|
* - Update to 1.043sunpoet2013-10-093-17/+59
| | | | | | | | | - Sort *_DEPENDS - Sort USE_GNOME and USES - Support STAGEDIR - Pass maintainership to perl@ Changes: http://search.cpan.org/dist/Gnome2/NEWS
* - Convert to USES= qmakemakc2013-10-096-126/+102
| | | | | | | - Bring stage support - Adjust DESKTOP_ENTRIES - Use options helpers - Use new LIB_DEPENDS syntax
* - Fix left-oversgahr2013-10-081-6/+7
| | | | Reported by: QAT
* - Bump PORTREVISION on ports dependent on FOX. This is needed because wegahr2013-10-072-2/+2
| | | | now use ltverhack on FOX. This should be the last time.
* - Refactor FOX portsgahr2013-10-076-513/+91
| | | | | | | | | | | * 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]
* - Remove LATEST_LINK from my Qt4/KDE4 portsmakc2013-10-074-10/+8
| | | | | - Use new LIB_DEPENDS syntax - Use options helpers
* Remove some ports depending on gnome1bapt2013-10-077-127/+0
| | | | Approved by: gahr (maintainer)
* - Update to 1.082sunpoet2013-10-073-27/+48
| | | | | | | | | | - Sort USES - Support STAGEDIR - Cleanup Makefile - Sort PLIST - Pass maintainership to perl@ Changes: http://search.cpan.org/dist/Gnome2-VFS/NEWS
* Mark x11-toolkits/py-kivy as broken under i386 without -DWITH_NEW_XORG.dbn2013-10-071-0/+3
| | | | | | | | | | | | 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.
* Add stage support for linux-f10-* ports maintained by emulation@rene2013-10-076-8/+18
| | | | | | | (category x11-toolkits). - x11-toolkits/linux-f10-gtk2 is not updated yet, it wants to chroot(8) - Fix plist of linux-f10-qt45
* - Support staginggblach2013-10-061-1/+0
| | | | Approved by: crees, tabthorpe (mentors, implicit)
* Add support for STAGEDIRpawel2013-10-063-22/+3
|
* Remove the EOLed x11-toolkits/guile-gtk (gnome1) and its latest userbapt2013-10-057-104/+0
| | | | Approved by: gnome (implicit)
* - Add stage supportaz2013-10-053-8/+37
| | | | | | - Try to fix build with perl 5.16 ExtUtils::ParseXS from 5.16 now more strict about code.
* Use new LIB_DEPEND syntax, USE_GMAKE=>USES=gmake, stageify.kwm2013-10-049-11/+109
| | | | | Update comment to remove indefinite article Fix build on HEAD. This port uses pangox-compat.
* Fix pkgname collisions in gtk??[mm] ports.kwm2013-10-036-5/+6
|
* - Fix MASTER_SITESacm2013-10-022-3/+13
| | | | | - Fix pkg-plist file - Few minor modifications
* - Add stage supportrene2013-10-022-3/+13
| | | | - USE_GMAKE -> USES=gmake
* - Update to 1.8acm2013-10-026-78/+25
| | | | | PR: ports/173524 Submitted by: Hardy Schumacher <hardy.schumacher_ at _gmx.de>
* - Support STAGEDIRsunpoet2013-10-018-12/+4
|
* The FreeBSD graphics/x11 team proudly presentszeising2013-09-305-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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!
* This port is already stage safe.madpilot2013-09-291-2/+1
| | | | While here convert to more approriate USE_GCC=yes.
* - Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18tabthorpe2013-09-272-2/+2
| | | | Discussed with: swills
* Fix NO_STAGE attributionbapt2013-09-232-2/+2
|
* - Use USES=tksunpoet2013-09-222-5/+3
| | | | | | | - While I'm here, add NO_STAGE=yes PR: ports/182249 Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21288-426/+377
| | | | x11-toolkits)
* - Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINKgahr2013-09-203-9/+7
| | | | Suggested by: bapt
* - Update Tcl/Tk 8.6 to 8.6.1gahr2013-09-202-15/+11
| | | | Release notes: http://code.activestate.com/lists/tcl-core/13590/
* - Convert USE_TCL to USES=tclgahr2013-09-191-2/+1
|
* - Update Tcl/Tk 8.5 to 8.5.15gahr2013-09-194-45/+33
| | | | Release notes: http://code.activestate.com/lists/tcl-core/13585/
* - Update to 1.7.42gahr2013-09-195-5/+445
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Add an explicit dependency on pkgconfbapt2013-09-181-1/+1
|
* Fix xview family builds under 10-CURRENT.cy2013-09-1822-7/+464
| | | | Flags xview-clients MAKE_JOBS_UNSAFE.
* Update to version 2.2.3pawel2013-09-182-3/+3
| | | | | | | Changes: The scalability of the TaskManager, AsyncQueue, and AsyncQueueDispatch classes has been improved. Other improvements have been made.
* - Update to 0.9.96.31.08.13gahr2013-09-178-46/+85
|
* Remove USE_GCC=any as the ports build properly with clang.bapt2013-09-161-1/+0
| | | | This also fixes the build with libc++
* - convert to the new perl5 frameworkaz2013-09-142-2/+4
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-133-6/+6
| | | | | | | - convert USE_GMAKE to Uses Reviewed by: kwm@ Approved by: kwm@ (gnome@)
* - convert to the new perl5 frameworkaz2013-09-121-2/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Remove duplicated patchbapt2013-09-122-31/+0
| | | | Submitted by: marino
* - Update scintilla and scite to 3.3.5madpilot2013-09-123-10/+19
| | | | | | | | - The update fixes build on recent head PR: ports/182014 Submitted by: me Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Add explicit dependency on pkgconf (27 ports)marino2013-09-121-0/+1
|
* Add an explicit dependency on pkgconfantoine2013-09-123-0/+3
| | | | Approved by: portmgr (bapt)
* Add explicit dependency on pkgconf (6 ports)marino2013-09-111-1/+1
|
* Bump some PORTREVISIONs due to graphics/webp update to 0.3.1mm2013-09-101-0/+1
|
* - Add PORTSCOUT=ignore:1 to avoid false alarmsunpoet2013-09-081-0/+2
|
* Fix build with libc++bapt2013-09-0711-0/+121
|
* Add an explicit dependency on pkgconfbapt2013-09-062-8/+4
|
* Add an explicit dependency on pkgconfantoine2013-09-061-7/+2
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-061-1/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-063-4/+3
| | | | Approved by: portmgr (bapt)
* - Add explicit dependency on pkgconfigmadpilot2013-09-051-2/+1
| | | | | | - While here, convert to new LIB_DEPENDS format Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-051-0/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-051-1/+1
| | | | Approved by: portmgr (bapt)
* - Update to 1.37sunpoet2013-09-052-8/+8
| | | | | | | - Convert to new LIB_DEPENDS format - Fix GTK2 option Changes: https://github.com/dk/Prima/blob/master/HISTORY
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-052-2/+1
| | | | | | | | | | 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)
* Add an explicit dependency on pkgconfbapt2013-09-051-1/+1
|
* - Remove USE_GCC=any.tijl2013-09-041-9/+2
| | | | | - Add OPTIONS_DEFINE. - Remove FreeBSD/alpha support.
* Add an explicit dependency on pkgconfantoine2013-09-041-0/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-041-0/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-041-6/+2
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-041-6/+2
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfantoine2013-09-041-7/+2
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-6/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-035-24/+8
|
* Add an explicit dependency on pkgconfbapt2013-09-032-5/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-036-24/+9
|
* Add an explicit dependency on pkgconfbapt2013-09-035-22/+8
|
* Add an explicit dependency on pkgconfbapt2013-09-033-15/+5
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-032-10/+4
|
* Add an explicit dependency on pkgconfbapt2013-09-031-4/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-032-8/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-032-2/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-036-18/+8
|
* Add an explicit dependency on pkgconfantoine2013-09-031-0/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-033-10/+4
|
* Add an explicit dependency on pkgconfbapt2013-09-032-6/+3
|
* Add an explicit dependency on pkgconfbapt2013-09-031-6/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-021-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-021-0/+1
|
* - convert to the new perl5 frameworkaz2013-09-0213-13/+26
| | | | Approved by: portmgr (bapt@, blanket)
* Add an expicit dependency on pkgconfbapt2013-09-022-2/+3
|
* Remove expired ports:rene2013-09-016-257/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-28 lang/gdc: Broken for more than 6 month 2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013 2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc 2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version 2013-09-01 devel/dsss: Depends on expired lang/gdc 2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer 2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer 2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer 2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer 2013-09-01 net/ipex: Broken on FreeBSD 8 and newer 2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer 2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer 2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer 2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer 2013-09-01 net/libproxy-mozjs: Does not work with newer libxul 2013-09-01 www/helixplugin: Does not work with newer libxul 2013-09-01 deskutils/chmsee: Does not work with newer libxul 2013-09-01 www/moonshine: Does not work with newer libxul 2013-09-01 x11/ggiterm: Unmaintained and broken 2013-09-01 graphics/libggigcp: Unmaintained 2013-09-01 graphics/libggimisc: Unmaintained 2013-09-01 graphics/libggiwmh: Unmaintained 2013-09-01 devel/libgiigic: Unmaintained 2013-09-01 games/koth: Unmaintained
* Add patches to fix the build with libc++.kwm2013-09-012-0/+29
| | | | Reported by: theraven@
* Eradicate USE_GNOME=pkgconfig in x11-toolkitsbapt2013-08-314-6/+7
| | | | | While here: - Convert USE_GMAKE to USES=gmake
* Add an explicit dependency on pkgconfbapt2013-08-311-0/+2
| | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake
* Fix build at 10.x after recent changes at /usr/bin/ld. Error log:bsam2013-08-301-0/+1
| | | | | | | | | | | | ---- ./../lib/Xm/.libs/libXm.so: undefined reference to `libiconv' ./../lib/Xm/.libs/libXm.so: undefined reference to `libiconv_close' ./../lib/Xm/.libs/libXm.so: undefined reference to `libiconv_open' ----- PR: ports/181579 Submitted by: bsam (me) Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
* Update to 2.24.4.kwm2013-08-293-19/+10
| | | | | Trim header and update comments and pkg-descr. Switch to USES=gmake pathfix, and use *mm components from USE_GNOME.
* - Switch to new LIB_DEPENDS formatpawel2013-08-291-11/+1
| | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed
* - Bump PORTREVISION on ports that (might) depend on x11-toolkits/fox17gahr2013-08-291-1/+1
| | | | | Although the shlib version wasn't bumped, some ABI changes require applications linked against fox17 to be rebuilt.
* - Update to 1.7.41gahr2013-08-293-14/+15
| | | | | | | | | | | | | | | | | | | | | | | Changes: * Many changes to Matrix classes for AVX and SSE. * FXHash hash-table improvements. * FXHash, FXPtrList needlessly had virtual destructors. * API's equalElms() added to FXElement.h. * Problems with initial list fixed in FXFileList and FXDirList. * Dropped default parameter value for FXString::mid() API. * Signed/unsigned warning issues fixed in FXArray.h. * FXArray and FXHash now use FXival to allow truly large arrays and dictionaries. * Fixed some warnings compiling synchronization classes. * Use FXuval for fxmalloc() and ilk. * Minor additional tweaks to CPU identification. * FXRefPtr moved into the Atomic Age:- use atomic swap when changing pointer value. * Add overloads for long, unsigned long in FXElement.h. * FXArray now consists of single (never NULL) pointer, same as FXString. This means FXArray takes up only a pointer's worth of space when empty. * Sign-extend macro added to fxdefs.h.
* - Use single space after WWW:sunpoet2013-08-291-1/+1
|
* - Disconnect ports removed in r325546bdrewery2013-08-291-5/+0
|
* Update to latest GNUstep core libraries.theraven2013-08-2921-480/+42
| | | | | | | | | | | Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt
* - Update to 1.0.2sbz2013-08-272-3/+3
|
* - Cleanup Makefile headersunpoet2013-08-224-20/+4
|
* - Remove leading indefinite article from COMMENTsunpoet2013-08-221-1/+1
|
* - Use RUN_DEPENDS:=BUILD_DEPENDSsunpoet2013-08-214-8/+5
| | | | | - Add BUILD_DEPENDS - Cosmetic change
* - Convert to new perl frameworksunpoet2013-08-216-6/+12
|
* - Update x11-toolkits/c++-gtk-utils to 2.2.2pawel2013-08-213-5/+6
| | | | | - Bump affected comms/efax-gtk - Both ports need at least gcc46 to build
* Maintainer has relinquished these ports.linimon2013-08-202-2/+2
| | | | | PR: ports/181404 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
* - Fix a cross-port dependency issue for building several gnome-relatedmva2013-08-181-2/+3
| | | | | | ports. x11-toolkits/gtk20 installs scripts that require python to be installed. - Bump the PORTREVISION to let the port pull in lang/python
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-183-3/+3
| | | | | | | | | | | | | | 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)
* PLIST fixup.cy2013-08-171-0/+3
|
* Update 804.030 --> 804.031cy2013-08-174-28/+16
| | | | | | This fixes build under perl5.18. Reviewed by: perl@ mailing list
* - Update to 0.1.7madpilot2013-08-172-3/+11
| | | | | - Base gcc is unable to compile this new version, make it use clang where available, or a newer gcc otherwise
* - Remove MAKE_JOBS_SAFE variableak2013-08-1521-21/+0
| | | | Approved by: portmgr (bdrewery)
* Mark deprecated and schedule for removal on 2013-09-01, this ports dependsrene2013-08-121-0/+3
| | | | on the deprecated lang/gdc.
* Add back @dirrm for share/gtk-3.0, which was mistakely removed inkwm2013-08-102-1/+2
| | | | | | the gtk+ update to 3.8. Submitted by: sunpoet@, oliver@
* - Unbreak parallel builds by sanitizing build sequence (append underscoredanfe2013-08-093-21/+36
| | | | | | | | to the object file to avoid a clash with another rule) - Cleanup port's Makefile while here: tighten COMMENT, employ USE_TK, convert NOPORTDOCS, sort the knobs, do not hardcode PORTVERSION, etc. - Kill spaces at EOL in pkg-descr, use official spelling for Tcl/Tk, GHC, and Hugs 98 projects
* - Update EFL to 1.7.8gblach2013-08-082-3/+3
| | | | | | - Update Enlightenment to 0.17.4 Approved by: crees, tabthorpe (mentors, implicit)
* Add gnomehier depend for introspection dirs.kwm2013-08-061-2/+2
| | | | | | This fixes QATty warnings in i3. Submitted by: ak@
* - Convert to new perl frameworkaz2013-08-051-6/+3
| | | | | | - Trim Makefile header Approved by: tobez@ (maintainer)
* Add introspection to build dependancykwm2013-08-031-1/+1
| | | | Reported by: Jimmy Olgeni <olgeni@olgeni.com>
* - Convert to new perl frameworkmat2013-08-033-6/+6
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-0319-94/+53
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-035-5/+10
|
* - Unbreak parallel (-jX) builds by calling make(1) correctly and addingdanfe2013-07-312-14/+24
| | | | | | | | missing target dependencies - Remove check for alpha: unfortunately it'd EOLed long time ago - Provide an OPTION for OpenGL support, default to on - Move WRKSRC where it belongs, mute MKDIR's, pad pkg-message output - Use canonical form of sf.net URL in port description
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-3119-171/+152
| | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1]
* Remove libbonobomm and libbonobouimm:bapt2013-07-317-108/+0
| | | | | | | | Both are unsupported upstream, Both are broken with clang, Both are not depended on in the ports tree Approved by: bland (maintainer)
* Add patch to fix build with clang.kwm2013-07-272-7/+13
| | | | | | Use USES=gmake and pathfix Approved by: maintainer (implicit)
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-2759-7184/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* MyGUI is a library for creating Graphical User Interfaces (GUIs)amdmi32013-07-276-0/+236
| | | | | | | for games and 3D applications. The main goals of mygui are: speed, flexibility and ease of use. WWW: http://mygui.info/
* Fix build with newer binutilsbapt2013-07-261-2/+6
| | | | | OptionsNG Remove leading article in comment
* - Update to 1.7.40gahr2013-07-253-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Updated fxcpuid() with AVX, AVX2, FMA, XOP, etc. detection. * Updated tables for fxascii.cpp. * Added various macros for memory alignment in fxdefs.h. * Added API's to FXTreeList and FXFoldingList to replace one item with custom item. * Added API to return processor index of calling thread in FXThread. * Bounds check in FXTabBook's setCurrent(). * Added isAccessible API to FXStat. * Added API to rotate vector by quaternion to FXQuatd, FXQuatf. * Check valid path in FXPath. * FXFileList Drag and Drop now enabled. * Improvements to File Open Dialog right-click menu. * Add ability to remove as well as add directory bookmarks in File Open Dialogs. * AVX capabilities added to matrix and vector classes (if compiled with avx intrinsics). * FXThread sleep() function reverts to sleep if interrupted by signal. * 4x4 Double matrix transpose using AVX permute intrinsic. * Check UTIME_OMIT before using utimensat(). * Updates to PathFinder file manager. * Check for NULL name in FXMetaClass hash table additions. * Added isBinDigit() and isOctDigit() to Ascii character class functions.
* Revert upstream patch that seems to be causing firefox and thunderbird tokwm2013-07-252-1/+38
| | | | | | crash, while mozilla dev's are looking where the actual bug is. Submitted by: cperciva@