aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/awesome-vicious: update to 2.1.3wg2014-01-092-3/+3
|
* Use ninja instead of makebapt2014-01-071-1/+1
|
* Fix build with clangantoine2014-01-064-20/+102
| | | | | PR: ports/184859 Submitted by: KATO Tsuguru
* Convert the tree to USES=famantoine2014-01-051-2/+1
| | | | Approved by: portmgr (bapt)
* Backport patch (available in xfdesktop 4.11.2), and replaces previous fixolivierd2014-01-031-71/+15
| | | | | | (r314575), which scales down oversize icons in menu. Obtained from: Upstream git repository
* Stage supportantoine2013-12-291-1/+0
|
* Stage supportantoine2013-12-291-5/+3
|
* - Stage supportantoine2013-12-292-6/+3
| | | | - Uses gmake, desktop-file-utils and shared-mime-info
* Stage supportantoine2013-12-291-2/+1
|
* Stage supportantoine2013-12-292-4/+4
|
* Stage supportantoine2013-12-281-2/+1
|
* Stage supportantoine2013-12-281-6/+3
|
* x11-wm/qtile: allow staging and minor fixeswg2013-12-262-226/+6
| | | | | | | | - Allow staging - Switch from easy_install to install - Install docs unconditionally (stage will handle it) - Unmute docs install command - Do not install LICENSE
* Update freetype to 2.5.2.kwm2013-12-251-0/+11
| | | | | | | | | | | | | | 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
* - Properly look for X11 using CMake and include the appropriate directoriesrakuco2013-12-253-13/+27
| | | | | | | | | | | | instead of relying on FREETYPE_INCLUDE_DIRS (which will change with the upcoming Freetype 2.5.2 update) to pass -I${LOCALBASE}/include to the compiler. - Support staging. - Set LICENSE (therefore stop installing the license file into DOCSDIR and bump PORTREVISION). - Remove the mysterious WITH_SN check, which was never a proper option and relied on some apparently unstable API (at least it was unstable at the time, almost 8 years ago).
* Fix dependency information.crees2013-12-251-7/+2
| | | | | | | pkgng detects that some of these are used during runtime apparently, and adds them anyway. This fixes the Tinderbox/pkgng build of x11-wm/ccsm
* x11-wm/awesome-vicious: update to 2.1.2wg2013-12-233-3/+5
|
* Update to 4.7bapt2013-12-232-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes from Upstream: - docs/userguide: clarify variable parsing - docs/userguide: clarify urgent_workspace - docs/userguide: add proper quoting for rename sample command - docs/userguide: clarify multiple criteria - docs/userguide: userguide: explain the difference between comma and semicolon for command chaining - docs/hacking-howto: update to reflect parser changes - man/i3-dump-log: document -f - switch from libXcursor to xcb-util-cursor - Respect workspace numbers when looking for a free workspace name - Revert "raise fullscreen windows on top of all other X11 windows" - i3bar: Create pixmaps using the real bar height, rather than screen height - Add scratchpad bindings to the default config - Close all children when closing a workspace - i3bar: Add new bar.binding_mode_indicator configuration - Improve error message when $XDG_RUNTIME_DIR is not writable - libi3/font: Draw the text at the expected place - libi3/font: Set DPI for the pango context - Add ability to escape out of a mouse-resize operation - Do not resize/reposition floating containers when moving them to scratchpad - i3-nagbar: Set button inner-width to the width of the label - Assigned windows open urgent when not visible - i3bar: Only configure tray on own outputs - Command 'move <direction>' moves across outputs - i3bar: Handle DestroyNotify events - i3bar: Realign tray clients on map/unmap notify - i3bar: Group child processes for signalling - i3bar: Print error message when status_command fails - Remove references to PATH_MAX macro for GNU/Hurd Changes from the port: - Specify the kind of BSD license - Strip binaries - Adjust dependencies
* - Fix build with clangpawel2013-12-213-35/+49
| | | | | | | | | - Add LICENSE - Support staging - Reformat pkg-descr PR: ports/184888 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update MASTER_SITES and WWW: linepawel2013-12-206-57/+165
| | | | | | | | | - Fix build on -current - Add LICENSE - Support staging PR: ports/184824 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.4.6dhn2013-12-172-4/+3
|
* Drop maintainershipbapt2013-12-171-1/+1
|
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-163-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* x11-wm/ede: depends explicitly on "python" to buildwg2013-12-161-1/+2
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* x11-wm/awesome2: fix usage of pythonwg2013-12-151-0/+2
| | | | | | | - It is a build dependency for the manpages Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* Bump PORTREVISION after update of deskutils/orageolivierd2013-12-101-1/+1
|
* - Update to 20130906 snapshot [1]ak2013-12-094-116/+21
| | | | | | | | - Use options helpers - Remove NLS knob, now it's runtime option PR: ports/165913 (based on) [1] Submitted by: Conrad J. Sabatier <conrads@cox.net> [1]
* We do not provide any gnome1 library anymorebapt2013-12-091-7/+1
|
* Fix build. Sorry about the breakage.zeising2013-12-091-3/+3
| | | | reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
* Update to 2.4.0zeising2013-12-083-19/+14
| | | | Stagify.
* Remove PORT_OPTIONS:MDOCS checks from ports which don't need iteadler2013-12-071-2/+0
| | | | Add NO_ARCH if useful
* OPTIONS_SUB is boolean. There is no functional change.hrs2013-12-021-1/+1
| | | | Pointed out by: garga
* - Update to 0.95.5.hrs2013-12-028-102/+89
| | | | | | | | - Use new syntax in LIB_DEPENDS. - Add STAGEDIR support. - USE ${opt}_FOO for OPTIONS. PR: ports/184359
* - use STAGEDIRdinoex2013-11-302-11/+21
|
* - Use USES=gmakesunpoet2013-11-253-3/+3
|
* Say hello to Mate 1.6.kwm2013-11-237-0/+324
| | | | | | | | | | | | | | | | | | 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)
* Remove expired ports:rene2013-11-186-119/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-11-18 devel/libXGP: Broken for more than 6 month 2013-11-18 deskutils/google-gadgets: Broken for more than 6 month 2013-11-18 palm/synce-trayicon: Broken for more than 6 month 2013-11-18 security/linux-pam-docs: Broken for more than 6 month 2013-11-18 net-p2p/mooseekd: Broken for more than 6 month 2013-11-18 textproc/p5-Lucene: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month 2013-11-18 x11-wm/fbpager: BRoken for more than 6 month 2013-11-18 net/hf6to4: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month 2013-11-18 security/dissembler: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month 2013-11-18 textproc/rst.el: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month 2013-11-18 databases/drizzle: Broken for more than 6 month 2013-11-18 devel/p5-File-Lock: Broken for more than 6 month 2013-11-18 devel/valide: Broken for more than 6 month 2013-11-18 databases/gomysql: Broken for more than 6 month 2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month 2013-11-18 devel/monodevelop-vala: Broken for more than 6 month 2013-11-18 devel/gonzui: Broken for more than 6 month 2013-11-18 devel/monodevelop-java: Broken for more than 6 month 2013-11-18 lang/objc: Broken for more than 6 month 2013-11-18 devel/klee: Broken for more than 6 month 2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month 2013-11-18 devel/simulavr: Broken for more than 6 month 2013-11-18 japanese/mobileimap: Broken for more than 6 month 2013-11-18 devel/libYGP: Broken for more than 6 month 2013-11-18 devel/monodevelop-python: Broken for more than 6 month
* - Support STAGEDIRolivierd2013-11-092-35/+16
| | | | | | | | - Unset SQUEEZE option in OPTIONS_DEFAULT (development seems to stop) - Remove obsolete post-install message, because x11-wm/xfce4-desktop depends of sysutils/polkit [1] Reported by: tijl@ [1]
* x11-wm/awesome-vicious: snapshot tarball has ben rerolledwg2013-11-082-3/+4
| | | | | | - While I'm here keep a copy at LOCAL/wg Reported by: marino
* - Update EFL to 1.7.9gblach2013-11-083-38/+3
| | | | - Update Enlightenment to 0.17.5
* Fix icewm's buggy use of iconv which causes it to fail on 10.x.eadler2013-11-041-3/+17
| | | | | | | PR: ports/182307 Submitted by: Wolfgang Zenker <wolfgang@lyxys.ka.sub.org> (incl. patch and testing) PR: ports/183626 Submitted by: Pavlo Greenberg <dog@virtual.org.ua>
* x11-wm/wmconfig: update to 1.4.2wg2013-11-022-7/+3
| | | | | | | | - Update to 1.4.2 [1] - Remove unneeded options.mk PR: ports/183499 [1] Submitted by: Tommy Scheunemann <net arrishq.net> (maintainer)
* - Add LICENSEpawel2013-11-022-40/+40
| | | | | | | | | | | | | - Respect CXX/CXXFLAGS - Convert to new options framework - Support staging While here: - Make COMMENT more descriptive - Use pkg-message instead of echo hacks PR: ports/181071 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* . Simplify Makefilegarga2013-11-011-14/+6
| | | | | . Add missing dependency: gdkpixbuf2 . Bump PORTREVISION
* The word 'very' has no place in COMMENTeadler2013-10-311-1/+1
| | | | | | COMMENT should not begin with 'A' or 'An' Maintainers were notified and given time to object.
* Convert to stagingeadler2013-10-302-3/+1
|
* - revert r331810dinoex2013-10-292-3/+9
|
* Add USE_CSTD=gnu89 to fix a runtime issue. The code expects gnu89tijl2013-10-281-1/+2
| | | | | | | semantics for the inline keyword. PR: ports/183144 Tested by: AN <andy@neu.net>
* - Fix COMMENT and pkg-descrgahr2013-10-282-4/+5
|
* - use STAGEDIRdinoex2013-10-281-15/+14
|
* x11-wm/jwm: update to 2.1.0wg2013-10-264-30/+86
| | | | | | | | - Update to 2.1.0 - Allow staging PR: ports/182796 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-263-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
|
* - Return ports to the poolak2013-10-243-3/+4
| | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-2217-17/+0
| | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery)
* - Change Makefile headernemysis2013-10-203-10/+36
| | | | | | | | | | | | - Bump PORTREVISION - Pass maintainership to submitter - Add license (GPLv2) - Support STAGEDIR - Add Desktop entry file and pkg-message PR: ports/175944 Submitted by: nemysis (self) Approved by: pawel (mentor)
* OBApps is a graphical tool for configuring the per-application settingsnemysis2013-10-205-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (window matching) in the Openbox window manager. OBApps uses ~/.config/openbox/rc.xml (or the config-file Openbox was started with) by default. You can specify another file as an argument, e.g. obapps.py .config/openbox/myrc.xml Enter or change the name, class, role, or type settings by clicking in their entries in the listbox. Using the Find button to get settings by clicking on a window changes the settings for the CURRENTLY SELECTED item in the listbox; it does not add a new entry unless nothing is highlighted. You'll usually want to use the New button to create a new item first. Blank entries for name/class/role/type are ignored. If you want any of those fields to be stored as literally blank attributes (e.g. to match only a window with a blank role), enter "" or '' in the field. Changes are written to the rc.xml file only when the apply button is used. Openbox will automatically be reconfigured when this is done. WWW: http://sourceforge.net/apps/mediawiki/obapps/index.php PR: ports/179667 Submitted by: nemysis (self) Approved by: pawel (mentor)
* LXMenuEditor is a small, simple, free, open source, easy to use applicationnemysis2013-10-197-0/+112
| | | | | | | | | | | | | | | | that allows you to customize the LXDE menu. LXMenuEditor is very useful for people that want to create their own, customized menus for LXDE. This editor can also be used to customize GNOME's main menu and menus of other enviroments, although it's specially designed for the LXDE environment. WWW: http://lxmed.sourceforge.net/ PR: ports/175936 Submitted by: nemysis (self) Approved by: pawel (mentor)
* deprecate ports broken for more than 6 monthbapt2013-10-181-0/+3
|
* - Get rid of MAN1 macrogahr2013-10-172-1/+1
| | | | Reported by: antoine
* - Support STAGEDIRolivierd2013-10-156-32/+15
| | | | | | - Switch to USES= gmake (xfce4-desktop, xfce4-wm) - Convert to new LIB_DEPENDS format (xfce4-desktop, xfce4-panel, xfce4-wm)
* - Update to 1.0.13.003gahr2013-10-142-7/+6
| | | | | | | | | | | | | | | | Changes: * Fixup after list changes. * Autofoo macro cleanups. * Obsolete event handling tweak (click grabs). * Obsolete event handling tweak (serial wrap). * Remove useless Name[] entries from .desktop files. * Fix menu generation some more. * Update gettext version to 0.17. - STAGE-clean - Convert to new LIB_DEPENDS format - Add DOCS and NLS to OPTIONSng
* - Support staginggblach2013-10-1444-44/+0
|
* - Convert to new LIB_DEPENDS syntaxgblach2013-10-141-2/+1
| | | | - Support staging
* - Update to 3.5.2garga2013-10-133-11/+22
| | | | - Support staging
* - Convert to stagingeadler2013-10-131-5/+4
| | | | - Make COMMENT nicer
* - Convert to new LIB_DEPENDS syntaxgblach2013-10-131-6/+2
| | | | - Support staging
* - Update to 1.4.1antoine2013-10-093-21/+12
| | | | | | | - Convert to STAGEDIR and OPTIONS helpers PR: ports/182352 Submitted by: Tommy Scheunemann (maintainer)
* Explicitly link libraries on 10 unmaintained portsmarino2013-10-081-0/+1
| | | | | | | | | The following ports will not build with a binutils 2.22+ linker built with standard options. This has been obvious with DPorts, but difficult to see on FreeBSD. However, setting the ports compiler as a recent gcc (e.g lang/gcc48) is an excellent way to detect the unspecified but needed libraries as these recent GCC compilers use the latest binutils linkers. These patches were tested on FreeBSD 8.4 and DragonFly 3.5
* Mark seven unmaintained ports as jobs unsafe.marino2013-10-071-0/+2
|
* - add PKGNAMESUFFIXdinoex2013-10-051-0/+1
|
* - add PKGNAMESUFFIXdinoex2013-10-051-0/+1
|
* Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjustbf2013-10-031-0/+1
| | | | | | dependent ports PR: 181545 [1]
* - Fix build on 10.x [1]ak2013-09-303-9/+7
| | | | | | - Support STAGEDIR Reported by: pkg-fallout [1]
* The FreeBSD graphics/x11 team proudly presentszeising2013-09-302-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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!
* - Convert to stagingeadler2013-09-291-6/+4
|
* Import a bunch of iconv fixes.madpilot2013-09-274-0/+4
| | | | | Submitted by: marino Approved by: portmgr (bapt, implicit)
* x11-wm/awesome-vicious: allow stagingwg2013-09-271-13/+6
| | | | - Allow staging
* - support stagingjgh2013-09-271-1/+0
|
* - Fix build on CURRENTgahr2013-09-269-31/+124
| | | | | | - Convert to OPTIONSng Reported by: pkg-fallout
* Update LIB_DEPENDS syntax on my ports and silent make check-makefilegarga2013-09-251-11/+11
|
* Forgot to bump portrevision on last modificationbapt2013-09-241-1/+1
|
* Revert back to r327939 + also removes now useless post-extractbapt2013-09-242-65/+46
| | | | | | Add the pkg-plist file forgotten in r327939 Pointyhat to: bapt
* - Revert r328076 and r327939. bapt can commit proper plist tomorrow.bdrewery2013-09-242-37/+60
|
* - Fix plistbdrewery2013-09-242-1/+26
| | | | Reported by: nox
* - Fix polkit detection and convert to new LIB_DEPENDS syntaxolivierd2013-09-241-9/+6
| | | | | - Bump PORTREVISION - Switch to USES= gmake
* Use stagebapt2013-09-232-24/+22
| | | | | | Convert USE_GMAKE to USES=gmake Fix plist Bump portrevision
* Use stagebapt2013-09-231-59/+12
| | | | | | Install .desktop files Install the sample configuration as default configuration (on first run it will run a config-wizard). Bump portrevision
* Fix NO_STAGE attributionbapt2013-09-231-1/+1
|
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-212-4/+6
|
* - Fix build on 10.0-ALPHA [1]swills2013-09-213-0/+22
| | | | | | | | - Rename files with :: while here PR: ports/182162 [1] Submitted by: Dan McGregor <dan.mcgregor@usask.ca> [1] Approved by: maintainer (beat, via IRC)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21165-118/+188
| | | | x11-wm)
* Add a missing dependency on pkgconfbapt2013-09-181-1/+2
| | | | | Rename the package to -devel to avoid confusion for binary only users Remove now useless LATEST_LINK
* Fix build under 10-CURRENT.cy2013-09-1831-412/+753
| | | | Split old-style patch files into current standard individual patch files.
* Convert to new perl frameworkbapt2013-09-172-5/+2
| | | | Convert USE_GMAKE to USES=gmake
* LOCALBASE -> ICONV_PREFIX for --with-iconv-* parameters.bsam2013-09-141-2/+2
|
* Reassign to the heap as maintainer no longer use FreeBSDbapt2013-09-121-14/+6
| | | | | | | While here: Use options helpers where possible Submitted by: Michael Brune <admin@mjbrune.org> (former maintainer via pkg-fallout)
* Add explicit dependency on pkgconf (20 ports)marino2013-09-121-7/+2
| | | | Approved by: portmgr (bapt, implicit)
* Add an explicit dependency on pkgconfantoine2013-09-121-1/+1
| | | | Approved by: portmgr (bapt)
* Add explicit dependency on pkgconf (18 ports)marino2013-09-121-1/+1
|
* . fix build with clang (CFLAGS+=-Wno-error);bsam2013-09-111-6/+9
| | | | | | | | | | | | . add LICENSE (GPLv2), bump PORTREVISION; . trim headers; . reword COMMENT; . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . use one line install instead of an if loop. PR: ports/181619 Submitted by: bsam (me) Reviewed by: alfredoj69@gmail.com (maintainer timeout, 2 weeks)
* - convert to the new perl5 frameworkaz2013-09-111-1/+2
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* Add explicit dependency on pkgconf (6 ports)marino2013-09-111-1/+1
|
* Add an explicit dependency on pkgconfantoine2013-09-102-1/+2
| | | | Approved by: portmgr (bapt)
* Update to 1.0.8zeising2013-09-082-3/+3
|
* - Fix openbox-gnome-session script which wasn't functional becausenovel2013-09-082-0/+12
| | | | | | | of improper sed usage - Bump PORTREVISION Debugged and tested by: olgeni
* - Use single space after WWW:sunpoet2013-09-082-3/+3
|
* Fix build with clang and libc++zeising2013-09-077-0/+315
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfbapt2013-09-062-3/+3
|
* Add an explicit dependency on pkgconfantoine2013-09-061-2/+1
| | | | Approved by: portmgr (bapt)
* - Fix freeze when splash screen is enabledgblach2013-09-062-0/+35
| | | | | | - Bump PORTREVISION Approved by: crees, tabthorpe (mentors, implicit)
* - update to 2.0.4novel2013-09-068-1130/+29
| | | | - pet portlint
* - update to 3.5.2novel2013-09-063-11/+21
| | | | - pet portlint
* Add an explicit dependency on pkgconfantoine2013-09-061-2/+1
| | | | Approved by: portmgr (bapt)
* - Add explicit pkgconfig dependencymadpilot2013-09-051-2/+2
| | | | | | - Bump PORTREVISION due to resulting runtime binary changes Approved by: portmgr (bdrewery)
* Add an explicit dependency on pkgconfantoine2013-09-051-1/+1
| | | | Approved by: portmgr (bapt)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-055-4/+5
| | | | | | | | | | 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-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-035-20/+8
|
* Add an explicit dependency on pkgconfbapt2013-09-031-5/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-3/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-0/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-021-1/+1
|
* Two imake related changes:tijl2013-09-021-3/+2
| | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt)
* Add explicit dependency on pkgconfbapt2013-08-313-9/+4
| | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake
* Add an explicit dependency on pkgconfbapt2013-08-311-1/+1
| | | | While here convert USE_GMAKE to USES=gmake
* Eradicate USE_GNOME=pkgconfig from x11-wmbapt2013-08-3146-94/+48
| | | | | | | While here: - Trim headers - Convert some port from USE_GNOME=gnomehack to USES=pathfix - Convert from USE_GMAKE to USES=gmake
* x11-wm/phluid: Fix typo (USEs => USES)marino2013-08-231-1/+1
| | | | Approved by: bapt/culot (mentors, implicit)
* - update to 4.6bapt2013-08-234-77/+6
| | | | | | - tab -> space for pkg-descr WWW - Remove leading indefinite article from COMMENT - Remove upstreamed patch
* - Update to 1.0.13.0gahr2013-08-213-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Fix installation group ownership of theme files (ticket 2345). * Fix various perl warnings. * Fix menu generation issue. * Play raise/lower sounds only if any windows are actually raised/lowered. * Fix bug in ActionClass loading. * Tweak button swallowing in slideouts. * Clear SF_INFO struct before calling sf_open(). * Save some bytes in various structs. * Button:inside_win is not used. * Tweak button event callback parameter. * updating desktop files translations * updating esperanto and adding serbian translation * Fixed sorting in desktop files * Avoid potential crash in menu unloading. * Fix potential use of uninitialised data. * Remove unnecessary EXTRA_DIST. * Eliminate BordersForeach(). * No need for double - change to float. * Let "eesh screen" show some randr info. * Disable moving "None" background to front. * Discard broken backgrounds (bg file missing) on exit. * Fix background dialog issues. * Switch to new list implementation.
* - Reset matusita's portsbdrewery2013-08-181-6/+1
| | | | With hat: portmgr
* - Change maintainer email gmx.ch --> FreeBSD.orgnemysis2013-08-181-17/+11
| | | | | | | | | | - Remove dependency for textproc/docbook-to-man - Remove hal version from LIB_DEPENDS - Add dependencies for lang/vala, devel/libgee, dbus-glib and textproc/libxslt - USES gmake iconv pkgconfig - Trim NLS Approved by:wg (mentor)
* - Remove MAKE_JOBS_SAFE variableak2013-08-159-9/+0
| | | | Approved by: portmgr (bdrewery)
* - Update to 0.17.4gblach2013-08-123-3/+6
| | | | Approved by: crees (mentor)
* x11-wm/e17-modules: Replace hardcoded "freebsd" with OPSYS:Lmarino2013-08-111-1/+1
| | | | | | | Using OPSYS allows port to build on DragonFly without modification. There were no functional changes made to port. Approved by: bapt/culot (mentors, implicit)
* Restore previous COMMENT (as of r324156), new one was overly concise.danfe2013-08-051-1/+1
| | | | Discussed with: ak (maintainer)
* - Convert to new perl frameworkaz2013-08-041-2/+2
| | | | Approved by: bapt@ (maintainer)
* - Convert to new perl frameworkmat2013-08-032-2/+4
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Try to unbreak parallel (-jX) buildsdanfe2013-08-023-14/+13
| | | | | - Define LICENSE (MIT), augment MASTER_SITES - Cleanup Makefile and port description
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-311-7/+4
| | | | | | | | | | | | | | | | | | | | 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]
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-277-114/+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
* Fix build with newer binutilsbapt2013-07-261-8/+4
| | | | Cleanup the Makefile
* Fix build with linker that does not copy the dt_need from libraries it linksbapt2013-07-261-2/+2
| | | | with like recent binutils.
* Fix build with linker that does not copy the dt_need from libraries it linksbapt2013-07-261-2/+2
| | | | | | with like recent binutils. Obtained from: DPorts
* Remove now excess verbiage.eadler2013-07-171-2/+0
| | | | Reviewed by: bapt
* - Update to 1.2.3miwi2013-07-152-16/+19
| | | | | PR: 180509 Submitted by: Ports Fury
* I am taking maintainer role of this port.xride2013-07-121-5/+3
|
* - Update to 7.31.0sunpoet2013-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | - 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
* fix portname removed by mistakebapt2013-07-111-1/+1
| | | | | Pointyhat to: bapt Reported by: "Matthew D. Fuller" <fullermd@over-yonder.net>
* Mark job unsafe (fails with -j24)bapt2013-07-111-8/+3
| | | | Use options helpers
* Update to 1.4.0skreuzer2013-07-112-3/+3
| | | | | PR: ports/180410 Submitted by: Tommy Scheunemann <net@arrishq.net>
* Mark job unsafebapt2013-07-111-7/+4
|
* - Update to the latest snapshot as of 20130625danfe2013-07-103-14/+9
| | | | | | | - Enable DBUS option by default, it's likely present on most desktops - Remove no longer needed OpenGL compatibility hack (fixed upstream) - More broad usage of USES; sort some knobs while here - Use more common abbreviation of X Rendering Extension in pkg-descr
* . More portlint petting (fix patch file names).glewis2013-07-088-0/+0
|
* . Update to 2.2.12.glewis2013-07-086-124/+82
| | | | | | | . Pet portlint some: . Switch to new style header. . Use MASTER_SITE_AFTERSTEP. . s/file/f/ in .for loops.
* Convert from USE_GMAKE to USES=gmakeeadler2013-07-071-1/+1
|
* - convert USE_GMAKE to USES=gmakejgh2013-07-061-1/+1
|
* Convert to USES=gmakebapt2013-07-051-2/+1
|
* - remove now obsolete comment to imake macrodinoex2013-07-041-1/+0
|
* Remove support for the non-default KDE3 option.rene2013-07-021-9/+1
| | | | | Leave KDE3 in pkg-plist (which is now just a comment) to ease any update to KDE4.
* - Update to version 0.5.2; avoid double slashes in the build logs (butdanfe2013-07-014-6/+7
| | | | | | a few triple slashes still remain) - Adjust MASTER_SITES to avoid "301 Moved Permanently" error after the website was moved to http://herbstluftwm.org/
* Convert to USES=imakebapt2013-06-295-31/+15
| | | | Trim headers
* New USES imake to handle the dependency on imake.bapt2013-06-285-13/+8
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* Add compton, a compositor for X11, which was forked from Dana Jansens' forkdanfe2013-06-267-0/+155
| | | | | | | | | of xcompmgr, and then heavily refactored. WWW: https://github.com/chjj/compton PR: ports/176480 (substantially modified) Submitted by: Chi-Hung Chang
* Readd PORTEPOCH removed by mistakebapt2013-06-251-0/+1
|
* Update to 0.1.17 [1]bapt2013-06-255-30/+71
| | | | | | Add a patch to prevent pekwm_screenshot.sh script to depend on bash Submitted by: Claes Nasten <me@pekdon.net> (upstream) [1]
* Fix pkg-plistantoine2013-06-251-1/+1
|
* - Add LICENSE [1]beat2013-06-232-274/+277
| | | | | | | | | | | | | - Remove the indefinite article from COMMENT [1,2] - Trim docs, use proper PORTDOCS= [1] - Add SYSTRAY Option [1] - Makefile cleanup [1] - Trim pkg-plist, remove PORTDOCS [1] - Introduce a new option PDFDOCS (rather then PDF) [2] - Sort options *_DESC [2] PR: ports/179170 [1], ports/179344 [2] Submitted by: nemysis <nemysis@gmx.ch> [1], bsam [2]
* x11-wm/lxsession: fix NLS optionwg2013-06-212-31/+20
| | | | | | | | - Fix NLS option [1] - Pass maintainership to submitter PR: ports/179698 Submitted by: nemysis <nemysis@gmx.ch>
* - fix broken commit r320732dinoex2013-06-211-1/+0
|
* - Don't remove directories not created by this portmiwi2013-06-191-4/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Don't remove directories not created by this portmiwi2013-06-191-2/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix i18n manpagesmiwi2013-06-191-0/+4
| | | | Reported by: pkg (DEVELOPER_MODE)
* Send some ports back to the pool that I no longer have time forkmoore2013-06-181-1/+1
|
* Better fix with clangbapt2013-06-131-2/+1
| | | | Submitted by: tijl
* Fix build with clangbapt2013-06-131-0/+4
|
* Fix build with clangbapt2013-06-131-0/+2
|
* Add a patch to stop crashing on amd64.rakuco2013-06-122-1/+16
| | | | | PR: ports/179179 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer)
* . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-06-121-5/+3
| | | | . trim Makefile headers.
* - Fix build with gcc 4.6 or newergblach2013-06-101-0/+11
| | | | Approved by: crees, tabthorpe (mentors, implicit)
* - Add the shared library version number for polkit (from sysutils/policykit)rene2013-06-101-1/+4
| | | | | | | | | | to prevent matching "polkit" with "libpolkit-*" (from sysutils/polkit). This fixes package building with poudriere, which would otherwise always rebuild this port because it thought sysutils/polkit was a new dependency. - Bump PORTREVISION Discussed with: antoine, bapt
* update lang/sbcl to 1.1.8, and adjust dependent portsbf2013-06-061-1/+1
|
* - Remove debug CFLAGS introduced by my last commitgahr2013-06-051-1/+0
|
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-052-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2013.2.0.0 Please note that port revisions for all the Haskell ports without version changes are bumped. Some highlights of the update: - Fix PDF generation for pandoc [1] - From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with portmaster(8) [2] - Experimental support for LLVM-based code generation (disabled by default) - Many simplifications, refactoring in bsd.cabal.mk New ports (11): devel/hs-asn1-types 0.1.3 devel/hs-data-default-class 0.0.1 devel/hs-data-default-instances-base 0.0.1 devel/hs-data-default-instances-containers 0.0.1 devel/hs-data-default-instances-dlist 0.0.1 devel/hs-data-default-instances-old-locale 0.0.1 devel/hs-extensible-exceptions 0.1.1.4 devel/hs-mmorph 1.0.0 devel/hs-quickcheck-io 0.1.0 x11-toolkits/hs-GLURaw 1.3.0.0 x11-toolkits/hs-OpenGLRaw 1.3.0.0 Updated ports (104): archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1 databases/hs-persistent 1.1.5.1 --> 1.2.0.1 databases/hs-persistent-sqlite 1.1.5 --> 1.2.0 databases/hs-persistent-template 1.1.2.4 --> 1.2.0 devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2 devel/hs-IORefCAS 0.2_3 --> 0.2.0.1 devel/hs-MonadRandom 0.1.8 --> 0.1.9 devel/hs-QuickCheck 2.5.1.1_1 --> 2.6 devel/hs-abstract-deque 0.1.6_1 --> 0.2 devel/hs-alex 3.0.2_1 --> 3.0.5 devel/hs-async 2.0.1.3_1 --> 2.0.1.4 devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0 devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1 devel/hs-byteorder 1.0.3_4 --> 1.0.4 devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2 devel/hs-classy-prelude 0.5.3 --> 0.5.7 devel/hs-cmdargs 0.10.2 --> 0.10.3 devel/hs-conduit 1.0.2 --> 1.0.5 devel/hs-data-default 0.5.0_1 --> 0.5.3 devel/hs-fsnotify 0.0.6 --> 0.0.11 devel/hs-generic-deriving 1.4.0 --> 1.5.0 devel/hs-git-annex 4.20130323_1 --> 4.20130601 devel/hs-haddock 2.11.0_1 --> 2.13.2 devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1 devel/hs-hlint 1.8.43 --> 1.8.45 devel/hs-hspec 1.4.4 --> 1.5.4 devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2 devel/hs-largeword 1.0.4 --> 1.0.5 devel/hs-lens 3.8.7.3 --> 3.9.0.2 devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5 devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1 devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1 devel/hs-monad-par 0.3.4.1 --> 0.3.4.2 devel/hs-pool-conduit 0.1.1_1 --> 0.1.2 devel/hs-profunctors 3.3 --> 3.3.0.1 devel/hs-reflection 1.1.7 --> 1.3.2 devel/hs-resourcet 0.4.5 --> 0.4.7.1 devel/hs-show 0.5 --> 0.6 devel/hs-split 0.2.1.1_1 --> 0.2.2 devel/hs-stm 2.4_1 --> 2.4.2 devel/hs-syb 0.3.7_1 --> 0.4.0 devel/hs-tagged 0.4.4_1 --> 0.6 devel/hs-text 0.11.2.3_1 --> 0.11.3.1 devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1 devel/hs-unix-time 0.1.5 --> 0.1.8 devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1 devel/hs-utility-ht 0.0.8_3 --> 0.0.9 devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3 devel/hs-uuid 1.2.9 --> 1.2.13 devel/hs-void 0.5.11 --> 0.6 math/hs-NumInstances 1.2 --> 1.3 math/hs-comonad-transformers 3.0.1_1 --> 3.0.2 math/hs-semigroups 0.9 --> 0.9.1 math/hs-statistics 0.10.2.0_2 --> 0.10.3.1 net/hs-network 2.3.1.0_1 --> 2.4.1.2 net/hs-publicsuffixlist 0.0.3 --> 0.1 net/hs-socks 0.5.0 --> 0.5.1 security/hs-certificate 1.3.5_1 --> 1.3.7 security/hs-cipher-aes 0.1.7 --> 0.1.8 security/hs-clientsession 0.8.1_1 --> 0.9 security/hs-crypto-api 0.11 --> 0.12.1 security/hs-crypto-conduit 0.5.0 --> 0.5.2 security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3 security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2 security/hs-cryptocipher 0.4.0_1 --> 0.5.0 security/hs-cryptohash 0.8.3_1 --> 0.9.0 security/hs-skein 0.1.0.12 --> 1.0.3 textproc/hs-HaXml 1.23.3_2 --> 1.24 textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1 textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1 textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5 textproc/hs-case-insensitive 1.0 --> 1.0.0.2 textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9 textproc/hs-hs-bibutils 4.17 --> 5.0 textproc/hs-polyparse 1.8_3 --> 1.9 textproc/hs-texmath 0.6.1.3 --> 0.6.1.5 textproc/hs-xml 1.3.12_4 --> 1.3.13 textproc/hs-yaml 0.8.2.3 --> 0.8.2.4 www/hs-HTTP 4000.2.5_1 --> 4000.2.8 www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1 www/hs-hamlet 1.1.6.3 --> 1.1.7.1 www/hs-happstack-server 7.1.7 --> 7.1.7.1 www/hs-heist 0.11.1 --> 0.12.0 www/hs-http-conduit 1.9.0 --> 1.9.3 www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6 www/hs-shakespeare 1.0.3.1 --> 1.0.5 www/hs-shakespeare-css 1.0.3 --> 1.0.5.1 www/hs-shakespeare-js 1.1.2.1 --> 1.1.4 www/hs-snap 0.11.2 --> 0.12.0 www/hs-wai-extra 1.3.2.4 --> 1.3.4 www/hs-wai-test 1.3.0.4 --> 1.3.1 www/hs-warp 1.3.7.4 --> 1.3.8.1 www/hs-yesod 1.1.9.2 --> 1.2.0.1 www/hs-yesod-auth 1.1.5.3 --> 1.2.0 www/hs-yesod-core 1.1.8.2 --> 1.2.0.4 www/hs-yesod-form 1.2.1.3 --> 1.3.0 www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0 www/hs-yesod-platform 1.1.8 --> 1.2.0.1 www/hs-yesod-routes 1.1.2 --> 1.2.0 www/hs-yesod-static 1.1.2.2 --> 1.2.0 www/hs-yesod-test 0.3.5 --> 1.2.0 x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1 x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1 x11/hs-xmobar 0.16_2 --> 0.17 Removed ports (2): www/hs-yesod-default 1.1.3.2 www/hs-yesod-json 1.1.2.1 PR: ports/179146 [1] Requested by: Omar Thameen <omar@biglist.com> [1] Reported by: sperber, bapt [2] Tested by: sperber [2] Obtained from: FreeBSD Haskell
* - Update to 2.1.1wg2013-05-293-9/+10
| | | | | | | | | | | | | - Add LICENSE (GPLv2) - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Trim Makefile header Changes: wifi: add support for /usr/bin binary path README: usage examples are for awesome version 3.4 contrib: add buildbot monitoring widget Approved by: jpaetzel (mentor)
* The FreeBSD x11 team proudly presentszeising2013-05-259-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
* Fix underminated quoted stringbapt2013-05-241-1/+1
|
* Do not try to remove directories not being created by the port/packagebapt2013-05-241-5/+0
| | | | | Reported by: pkg (PKG_DEVELOPER_MODE) Approved by: xfce (rene)
* - Initialize variables to avoid giving incorrect valuesgahr2013-05-231-11/+20
|
* Move x11-wm/transset-df to x11-wm/transset and change upstream tozeising2013-05-216-32/+23
| | | | | | | | | | | freedesktop.org. The freedesktop.org version now includes all patches by Daniel Forchheimer which were distributed as xtransset-df. Update this port to the latest version from freedesktop.org Bump PORTEPOCH to prevent versions going backwards. Trim makefile headers Transfer maintainership to x11@ [1] Approved by: miwi (current maintainer) [1]
* - Update EFL libraries to 1.7.7gblach2013-05-192-3/+3
| | | | | | - Update Enlightenment to 0.17.3 Approved by: crees (mentor)
* - Update to 0.6wg2013-05-183-10/+31
| | | | | | | | | | - USE_GNOME for pygobject and pygtk2 [1] - Remove leading article from COMMENT Changes: https://github.com/qtile/qtile/blob/8b133d46/CHANGELOG Submitted by: rm (via email) [1] Approved by: culot (mentor)
* Revert r318338 to unbreak INDEX.rakuco2013-05-175-0/+73
| | | | | Even though libdockapp has long expired, it still has ports which depend on it.
* Remove x11-wm/libdockapp, expired last year.rakuco2013-05-175-73/+0
| | | | Abandonware, upstream disappeared.
* Drop build dependencies on bison/flex now that it is compatible with yacc/lexbapt2013-05-161-3/+1
| | | | Reported by: Vitaly Shevtsov <loki.vt@gmail.com>
* - Change MAINTAINER address of all my portswg2013-05-162-2/+2
| | | | Approved by: culot (mentor)
* - Remove debug printf introduced in my last commitgahr2013-05-151-5/+4
|
* - Convert to optionsNGgblach2013-05-151-7/+4
| | | | Approved by: crees (mentor)
* Update to 1.3.9.rakuco2013-05-153-29/+3
| | | | | PR: ports/178564 Submitted by: Tommy Scheunemann <net@arrishq.net> (maintainer)
* - Fix swap usage values in E-MemWatch.eppletgahr2013-05-151-13/+16
|
* - Update to 20130510 snapshotgblach2013-05-14123-225/+592
| | | | Approved by: crees (mentor)
* - Restore and make default the XINERAMA option which was accidentally droppedpgj2013-05-132-1/+2
| | | | | | | | | | | in r309275 - Bump port revision for the port and for all of its dependents, especially xmonad, because it can only work in dual-monitor configurations with this setting enabled PR: ports/178336 Submitted by: Christopher J. Ruwe <cjr@cruwe.de> Obtained from: FreeBSD Haskell
* Remove unneccessary default activation of NLS and DOCSlme2013-05-111-1/+0
| | | | Noticed by: jgh
* Fix plistlme2013-05-111-2/+2
|
* - Update to 1.3.8 [1]lme2013-05-114-4/+49
| | | | | | | | - Convert to OptionsNG [1] - Fix build with clang PR: ports/177242 [1] Submitted by: maintainer
* - Bump PORTREVISION after update of x11/xfce4-terminal, misc/xfce4-appfinderolivierd2013-05-091-2/+7
| | | | | | | | and x11-wm/xfce4-wm - Add new option, XPM (xfce4-power-manager) [1] PR: 173340 [1] Submitted by: David Demelier
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-091-1/+1
| | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file
* - Update to 4.10.1olivierd2013-05-086-103/+19
| | | | | | | | - Finish to convert USES - Replace post-patch target by patch (configure script) - Remove unneeded patches - Remove desktopfileutils, because MimeType entry is not present in desktop file
* - Update to 4.10.1olivierd2013-05-084-103/+116
| | | | | | | | - Add new option, NLS - Trim Makefile header - Finish to convert USES - Remove desktopfileutils, because MimeType entry is not present in desktop file
* - Update to 4.10.1olivierd2013-05-085-181/+8
| | | | | - Remove GNUPG option - Remove unneeded patch
* update lang/sbcl to 1.1.7, and adjust dependent portsbf2013-05-061-1/+1
|
* Fix typobapt2013-05-061-1/+1
|
* Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-063-12/+14
|
* - adoption of USES framwork for gettext and pathfixjgh2013-05-061-2/+2
| | | | Approved by: portmgr (bapt@)
* Using gmake does not fix build with bmake at all, revertingbapt2013-05-052-2/+0
|
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setbdrewery2013-05-041-2/+0
| | | | | | | | | | | | MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr
* Fix build with bmakebapt2013-05-042-0/+2
|
* - conversion to USES for gettextjgh2013-05-041-3/+3
| | | | Approved by: portmgr (bapt@)
* - Fix build issue when devel/libinotify is installed[*].hrs2013-05-0358-68/+976
| | | | | | | | | - Fix build with clang. Remove USE_GCC=any. - Convert replacement commands in the post-patch target to patches. - Separate x11-wm/windowmaker and x11-wm/libwraster from each other. PR: ports/176772 [*] Reported by: O. Hartmann [*]
* - Update lang/librep to 0.92.3sperber2013-05-013-2581/+2444
| | | | | | | | | | | | | | | | | | | | | | - Remove shlib versions - Add USE_READLINE and USES= pkgconfig - Update CPPFLAGS and LDFLAGS - Update pkg-descr - Update x11-toolkits/rep-gtk2 to 0.90.8.1 - Update x11-wm/sawfish to 1.9.1 - Add ART20 license and set LICENSE_COMB to multi - Update USE_XORG to include xtst - Add USES= pkgconfig - Add PORTSCOUT to exclude unstable releases - Trim Makefile headers - Update MASTER_SITES PR: ports/170173 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
* Add port's licenseeadler2013-04-301-0/+2
|
* Update to 2.3.0zeising2013-04-303-9/+15
| | | | | | | | | | | Changelog: https://opensource.conformal.com/fluxbb/viewtopic.php?pid=2444#p2444 Add a local patch to not look for xlock and throw and error on startup if it's not there [1] PR: ports/177754 (in response to) [1] Submitted by: Carlo Strub <cs@FreeBSD.org> [1]
* - Remove USES= desktop-file-utils, because MimeType entry is not presentolivierd2013-04-281-2/+2
| | | | | | in .desktop files. Reported by: ak@
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-2812-18/+12
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* Remove duplicated dirrmgarga2013-04-261-1/+0
|
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-264-5/+4
| | | | Approved by: portmgr (bapt)
* Fix pkg-plist again, now it seems to be fine.garga2013-04-262-2/+1
|
* - Add delay when x11/slock is used (xflock4 script)olivierd2013-04-264-10/+26
| | | | | | | | | While I'm here, - Adopt USES for desktop-file-utils, gettext, and athfix - Add patch when NLS is unset PR: 178090 Submitted by: tijl@
* - Fix PLISTgarga2013-04-252-0/+2
| | | | | | - Bump PORTREVISION Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2548-49/+49
| | | | Approved by: portmgr (bapt)
* Convert to USES=gettexteadler2013-04-251-1/+1
| | | | Reviewed by: kwm
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-246-12/+6
| | | | Approved by: portmgr (bapt)
* Update to 3.5.1garga2013-04-242-4/+3
|
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-2314-29/+15
|
* Convert my ports to use the new USES=pkgconfigbapt2013-04-232-3/+2
|
* - Update EFL libraries to 1.7.6(.1)gblach2013-04-232-5/+4
| | | | | | - Update Enlightenment to 0.17.2.1 Approved by: crees (mentor)
* - Update to 1.0.13gahr2013-04-222-3/+4
| | | | | | | | | | | | | | | | | | Release notes: http://sf.net/mailarchive/message.php?msg_id=30727790 Changes: * Don't use CPPFLAGS in Makefile.am. * Eliminate Quicksort(), use libc qsort() in stead. * Set startup id on apps started by snaps too. * Startup applications - Don't slide in or place manually during e16 startup. * Fix Globally Active focus mode (Tim Howe). * Use qsort in stead of open coded sorting. * Move/rename atom/property related wrapper functions and types. * Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. * Update esperanto translation Feature safe: yes
* Small fixes for pkg-descr.olgeni2013-04-201-1/+2
| | | | Feature safe: yes
* Fix scale XPM icon in menu applications and launchers.olivierd2013-04-072-2/+49
| | | | | | | While I'm here, - Use USES= pathfix instead of gnomehack Approved by: portmgr (tabthorpe)
* Fix RUN_DEPENDSwg2013-04-061-1/+3
| | | | | | PR: ports/177516 Submitted by: Green Dog <fiziologus@gmail.com> Approved by: portmgr (tabthorpe), mentor (jpaetzel), maintainer (wg)
* Fix conversion to new options frameworkbapt2013-04-041-2/+2
| | | | | | Reported by: John Marino Approved by: portmgr (implicit) With hat: portmgr
* - Fix buildmiwi2013-04-032-19/+36
| | | | | | | | - Update MASTER_SITES - OptionsNG PR: 177553 Submitted by: Ports Fury
* - Unbreak buildmiwi2013-04-022-0/+2
| | | | | Reported by: pointyhat Approved by: portmgr
* - Update Haskell ports from the development repositorypgj2013-03-303-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set) Contributed by: ashish New ports (5): devel/hs-geniplate 0.6.0.3 devel/hs-uuid 1.2.9 net/hs-maccatcher 2.1.5 net/hs-publicsuffixlist 0.0.3 textproc/hs-regex-tdfa 1.1.8 Removed ports (1): math/hs-Agda-executable 2.3.0.1_3 Updated ports (115): archivers/hs-zip-archive 0.1.3.3 --> 0.1.3.4 archivers/hs-zlib-conduit 0.5.0.3_1 --> 1.0.0 audio/hs-OpenAL 1.4.0.1_3 --> 1.4.0.2 databases/hs-persistent 1.1.4 --> 1.1.5.1 databases/hs-persistent-sqlite 1.1.2 --> 1.1.5 databases/hs-persistent-template 1.1.2.1 --> 1.1.2.4 devel/hs-Boolean 0.1.2 --> 0.2 devel/hs-ansi-terminal 0.5.5.1 --> 0.6 devel/hs-base64-bytestring 1.0.0.0_1 --> 1.0.0.1 devel/hs-base64-conduit 0.5.1 --> 1.0.0 devel/hs-basic-prelude 0.3.2.0 --> 0.3.4.0 devel/hs-bifunctors 3.2 --> 3.2.0.1 devel/hs-blaze-builder-conduit 0.5.0.3_1 --> 1.0.0 devel/hs-classy-prelude 0.4.3 --> 0.5.3 devel/hs-classy-prelude-conduit 0.4.3 --> 0.5.3 devel/hs-cmdargs 0.10.1_1 --> 0.10.2 devel/hs-conduit 0.5.6 --> 1.0.2 devel/hs-darcs 2.8.3_1 --> 2.8.4 devel/hs-either 3.1 --> 3.4 devel/hs-errors 1.3.1 --> 1.4.1 devel/hs-filestore 0.6 --> 0.6.0.1 devel/hs-filesystem-conduit 0.5.0.2_1 --> 1.0.0 devel/hs-git-annex 3.20130124 --> 4.20130323 devel/hs-hashtables 1.0.1.8_1 --> 1.1.0.2 devel/hs-haskeline 0.6.4.7_3 --> 0.7.0.3 devel/hs-hint 0.3.3.5_1 --> 0.3.3.6 devel/hs-hoogle 4.2.15 --> 4.2.16 devel/hs-hspec 1.4.3 --> 1.4.4 devel/hs-lens 3.8.5 --> 3.8.7.3 devel/hs-logict 0.5.0.2_1 --> 0.6 devel/hs-monad-logger 0.2.3.2 --> 0.3.0.1 devel/hs-monad-par 0.3_3 --> 0.3.4.1 devel/hs-mueval 0.8.2_3 --> 0.9 devel/hs-profunctors 3.2 --> 3.3 devel/hs-project-template 0.1.1 --> 0.1.3 devel/hs-readline 1.0.1.0_8 --> 1.0.3.0 devel/hs-reflection 1.1.6 --> 1.1.7 devel/hs-resourcet 0.4.4_1 --> 0.4.5 devel/hs-show 0.4.1.2_4 --> 0.5 devel/hs-simple-reflect 0.2_1 --> 0.3.1 devel/hs-smallcheck 0.6.2 --> 1.0.2 devel/hs-testpack 2.1.2_3 --> 2.1.2.1 devel/hs-threads 0.5.0.1_1 --> 0.5.0.2 devel/hs-time-compat 0.1.0.2_1 --> 0.1.0.3 devel/hs-unix-time 0.1.4_1 --> 0.1.5 devel/hs-uulib 0.9.14_4 --> 0.9.15 mail/hs-email-validate 0.3.2_1 --> 1.0.0 mail/hs-mime-types 0.1.0.2 --> 0.1.0.3 math/hs-Agda 2.3.0.1_3 --> 2.3.2 math/hs-NumInstances 1.0_4 --> 1.2 math/hs-comonad 3.0.1.1 --> 3.0.2 math/hs-contravariant 0.2.0.2_3 --> 0.4 math/hs-distributive 0.3 --> 0.3.1 math/hs-math-functions 0.1.1.2_1 --> 0.1.3.0 net/hs-network-conduit 0.6.2.2 --> 1.0.0 net/hs-sendfile 0.7.8_1 --> 0.7.9 net/hs-simple-sendfile 0.2.10 --> 0.2.11 net/hs-socks 0.4.2_1 --> 0.5.0 security/hs-crypto-api 0.10.2_3 --> 0.11 security/hs-crypto-conduit 0.4.3 --> 0.5.0 security/hs-monadcryptorandom 0.5_1 --> 0.5.1 security/hs-skein 0.1.0.11 --> 0.1.0.12 security/hs-tls 1.1.1 --> 1.1.2 textproc/hs-HStringTemplate 0.6.12_1 --> 0.7.1 textproc/hs-attoparsec 0.10.3.0 --> 0.10.4.0 textproc/hs-attoparsec-conduit 0.5.0.3_1 --> 1.0.0 textproc/hs-blaze-html 0.5.1.3 --> 0.6.0.0 textproc/hs-case-insensitive 0.4.0.4 --> 1.0 textproc/hs-citeproc-hs 0.3.7 --> 0.3.8 textproc/hs-highlighting-kate 0.5.3.5 --> 0.5.3.8 textproc/hs-hs-bibutils 4.16 --> 4.17 textproc/hs-html-conduit 0.1.0.4_1 --> 1.1.0 textproc/hs-hxt-regex-xmlschema 9.0.4_4 --> 9.1.0 textproc/hs-pandoc 1.9.4.5_1 --> 1.11.1 textproc/hs-pandoc-types 1.9.1_3 --> 1.10 textproc/hs-tagstream-conduit 0.5.3_1 --> 0.5.4 textproc/hs-xml-conduit 1.0.3.3_1 --> 1.1.0.3 textproc/hs-xmlhtml 0.2.0.3_1 --> 0.2.1 textproc/hs-yaml 0.8.2 --> 0.8.2.3 www/hs-activehs 0.3.0.1_1 --> 0.3.1 www/hs-authenticate 1.3.2_1 --> 1.3.2.6 www/hs-fastcgi 3001.0.2.3_7 --> 3001.0.2.4 www/hs-gitit 0.10.1.2 --> 0.10.3.1 www/hs-hS3 0.5.6_5 --> 0.5.7 www/hs-hamlet 1.1.3.1 --> 1.1.6.3 www/hs-happstack-server 7.1.1_1 --> 7.1.7 www/hs-heist 0.11.0 --> 0.11.1 www/hs-hjsmin 0.1.4 --> 0.1.4.1 www/hs-http-conduit 1.8.7 --> 1.9.0 www/hs-http-reverse-proxy 0.1.1.1 --> 0.1.1.3 www/hs-http-server 1.0.1_1 --> 1.0.2 www/hs-http-types 0.7.3.0.1_1 --> 0.8.0 www/hs-shakespeare 1.0.2_1 --> 1.0.3.1 www/hs-shakespeare-css 1.0.2_1 --> 1.0.3 www/hs-shakespeare-js 1.1.1 --> 1.1.2.1 www/hs-snap 0.11.0 --> 0.11.2 www/hs-snap-core 0.9.2.2_1 --> 0.9.3.1 www/hs-snap-server 0.9.2.4_1 --> 0.9.3.3 www/hs-wai 1.3.0.1_1 --> 1.4.0 www/hs-wai-app-static 1.3.1_1 --> 1.3.1.2 www/hs-wai-extra 1.3.2 --> 1.3.2.4 www/hs-wai-test 1.3.0_1 --> 1.3.0.4 www/hs-warp 1.3.7.1 --> 1.3.7.4 www/hs-yesod 1.1.7.2 --> 1.1.9.2 www/hs-yesod-auth 1.1.3 --> 1.1.5.3 www/hs-yesod-core 1.1.7.1 --> 1.1.8.2 www/hs-yesod-default 1.1.3 --> 1.1.3.2 www/hs-yesod-form 1.2.0.2 --> 1.2.1.3 www/hs-yesod-json 1.1.2_1 --> 1.1.2.1 www/hs-yesod-platform 1.1.7.2 --> 1.1.8 www/hs-yesod-routes 1.1.1.1_1 --> 1.1.2 www/hs-yesod-static 1.1.1.2 --> 1.1.2.2 www/hs-yesod-test 0.3.3 --> 0.3.5 x11-wm/hs-xmonad-contrib 0.11 --> 0.11.1 x11/hs-X11 1.6.0.2 --> 1.6.1.1 Please note that port revisions for dependent ports are bumped. Obtained from: FreeBSD Haskell
* Qtile is simple, small, and extensible. It's easy to write your own layouts,lippe2013-03-295-0/+245
| | | | | | | | | | | | | widgets, and built-in commands. Qtile is written and configured entirely in Python, which means you can leverage the full power and flexibility of the language to make it fit your needs. WWW: http://qtile.org PR: ports/177448 Submitted by: William Grzybowski <william88@gmail.com>
* Style: tab -> space.eadler2013-03-292-2/+2
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-282-25/+0
| | | | Reviewed by: miwi
* - Update to 1.0.12gahr2013-03-282-4/+4
| | | | | | | | | | | | Changes: * Minor simplification in initial window registration. * Eliminate unnecessary XSync. * Don't unmap/map override-redirect windows during startup. * CM: Fix override-redirect window registration detail. * CM: Fix startup after recent changes. * Danish translation update. * Convert da.po to utf-8.
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-287-42/+20
| | | | "pathfix" instead.
* share/gnome/wm-properties is owned by gnomehier, don't try to remove it.kwm2013-03-271-2/+0
| | | | Submitted by: miwimail