1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
Baptiste Daroussin
a40d2eedb3 Update to 4.8
Release note: http://i3-wm.org/downloads/RELEASE-NOTES-4.8.txt
2014-06-16 20:42:13 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Baptiste Daroussin
d84e12f791 - Fixes resourceleak in i3bar and memoryleak in i3
- Convert to USES=tar:bzip2

PR:		ports/187617
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Obtained from:	i3 git (http://code.stapelberg.de/git/i3/)
2014-03-15 20:20:58 +00:00
Baptiste Daroussin
3b9f0fdbbe Update to 4.7.2 2014-01-25 23:44:40 +00:00
Baptiste Daroussin
0a774b2350 Update to 4.7
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
2013-12-23 08:41:01 +00:00
Dmitry Marakasov
73b7596b94 - Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES

Approved by:	portmgr (bdrewery)
2013-10-22 14:04:01 +00:00
Guido Falsi
0a0bcfbc54 Import a bunch of iconv fixes.
Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
2013-09-27 15:17:26 +00:00
Baptiste Daroussin
179f67622a Forgot to bump portrevision on last modification 2013-09-24 06:51:41 +00:00
Baptiste Daroussin
2b6d01129d Revert back to r327939 + also removes now useless post-extract
Add the pkg-plist file forgotten in r327939

Pointyhat to:	bapt
2013-09-24 05:46:11 +00:00
Bryan Drewery
a75a572765 - Revert r328076 and r327939. bapt can commit proper plist tomorrow. 2013-09-24 00:48:35 +00:00
Bryan Drewery
564f195a31 - Fix plist
Reported by:	nox
2013-09-24 00:21:07 +00:00
Baptiste Daroussin
24e94562d9 Use stage
Install .desktop files
Install the sample configuration as default configuration (on first run it will run a config-wizard).
Bump portrevision
2013-09-23 06:21:33 +00:00
Baptiste Daroussin
c30de17205 Add NO_STAGE all over the place in preparation for the staging support (cat: x11-wm) 2013-09-21 00:01:16 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Baptiste Daroussin
d1701f00f8 - update to 4.6
- tab -> space for pkg-descr WWW
- Remove leading indefinite article from COMMENT
- Remove upstreamed patch
2013-08-22 21:58:25 +00:00
Andrej Zverev
544e16f0d1 - Convert to new perl framework
Approved by:	bapt@ (maintainer)
2013-08-04 12:33:50 +00:00
Baptiste Daroussin
6151b40b59 Convert to USES=gmake 2013-07-05 13:44:31 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
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!
2013-05-25 14:37:02 +00:00
Baptiste Daroussin
4a8e008880 Drop build dependencies on bison/flex now that it is compatible with yacc/lex
Reported by:	Vitaly Shevtsov <loki.vt@gmail.com>
2013-05-16 02:49:46 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Baptiste Daroussin
2ae613e616 Convert my ports to use the new USES=pkgconfig 2013-04-22 22:33:35 +00:00
Baptiste Daroussin
f2d9a5ded5 Add a patch to make the optional shmlog mechanism works on FreeBSD.
This allows users to use i3-dump-log to gets logs out of i3 is it was run with the shmlog-size parameter set to something greater than 0
2013-03-20 17:19:06 +00:00
Baptiste Daroussin
b2b7bee58d Turn perl into a runtime only dependency 2013-03-20 12:47:49 +00:00
Baptiste Daroussin
cacc75b1bd - Update to 4.5.1 2013-03-19 16:26:27 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Baptiste Daroussin
f31bbbc3c2 Add an explicit build dependency on pkgconf 2012-12-29 18:28:33 +00:00
Baptiste Daroussin
6e1fd0834d - update to 4.4
- take an interim maintainership: dhn is currently very busy [1]
- add license

PR:		ports/174710
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by:	dhn [1]
2012-12-29 18:24:31 +00:00
Renato Botelho
8687702404 - Update xcb-util to 0.3.9
- Update xcb-util-wm to 0.3.9
- Update xcb-util-keysyms to 0.3.9
- Update xcb-util-image to 0.3.9
- Bump PORTREVISION on dependant ports
2012-12-10 19:08:02 +00:00
Andrej Zverev
e6353d0b3d - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 16:47:42 +00:00
Dennis Herrmann
71fa5214d0 - Update to 4.2 2012-05-26 15:25:31 +00:00
Dennis Herrmann
132a7451a3 - Update to 4.1.2 2012-01-29 14:52:44 +00:00
Renato Botelho
0b63a690f1 Adjust necesary ports to build with xcb-util 0.3.8
audio/pulseaudio is being updated to 0.9.23
x11/startup-notification is being updated to 0.12

Both was approved by kwm@

x11-wm/awesome is being updated to 3.4.11

Exp-run by:	pav@
2012-01-15 12:48:11 +00:00
Dennis Herrmann
741a3cc30b - Fix build on 7.x
Submitted by:	garga@ (via mail)
2011-12-28 15:52:16 +00:00
Dennis Herrmann
8c1dfd6272 - Update to 4.1.1 2011-12-25 12:01:00 +00:00
Pav Lucistnik
46d28e76da - Mark BROKEN on FreeBSD 7.X: fails to compile fully, fails to install later
/work/a/ports/x11-wm/i3/work/i3-4.1/i3-config-wizard/main.c:302: undefined reference to `getline'
  gmake[1]: *** [i3-config-wizard] Error 1

Reported by:	pointyhat
Feature safe:	yes
2011-12-08 20:17:00 +00:00
Dennis Herrmann
ea2f77bd09 - Fix do-install
- Remove USE_XLIB
- Bump PORTREVISION

PR:		ports/162790
Submitted by:	Peter <fbsdq@peterk.org>
Feature safe:	yes
2011-11-28 11:23:48 +00:00
Baptiste Daroussin
020aac7d6e Upgrade yajl to 2.0.1 (mirror it my self as upstream still not provide real static distfiles)
Take back maintainership
chase library bump

Feature safe:	yes
2011-11-27 10:27:20 +00:00
Dennis Herrmann
ae80a7e4fa - Update to 4.1
PR:		ports/160036
Submitted by:	Aldis Berjoza <aldis@bsdroot.lv>
Feature safe:	yes
2011-11-19 08:38:07 +00:00
Pav Lucistnik
bf55ad1a47 - Chase libev shlib bump
Pointy hat to:	vsevolod
2011-09-19 21:06:11 +00:00
Dennis Herrmann
220cde2e68 - Update to 3.e-bf3
- Update MASTER_SITES/WWW

PR:		ports/159148
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
2011-07-24 08:44:29 +00:00
Dennis Herrmann
46f23676e8 - Update to 3.e-bf2
PR:		ports/154222
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
Feature safe:	yes
2011-01-22 20:08:01 +00:00
Martin Wilke
17068384d6 - Convert to USE_BISON= build 2010-12-01 08:35:10 +00:00
Dennis Herrmann
325542b608 - Update to 3.e-bf1
Feature safe: yes
2010-06-29 16:01:36 +00:00
Dennis Herrmann
b6f23e45ee - Update to 3.e
PR:		ports/145200
Submitted by:	Bapt <baptiste.daroussin@gmail.com>
2010-03-31 18:40:52 +00:00
Pav Lucistnik
e372e395af - Flip MAKE_JOBS_SAFE -> UNSAFE
Reported by:	pointyhat
2009-12-05 21:44:30 +00:00
Dennis Herrmann
a7516b3fb7 - Update to 3.d
PR:		ports/140442
Submitted by:	Bapt <baptiste.daroussin@gmail.com>
2009-11-10 18:20:46 +00:00
Dennis Herrmann
bf631e6c51 - Fix build with custom PREFIX/LOCALBASE
Reported by:	QAT
2009-10-02 16:47:32 +00:00
Dennis Herrmann
e4cdce46ac - Removed unneeded dependency
PR:		ports/138398
Submitted by:	Bapt <baptiste.daroussin@gmail.com>
2009-08-31 16:10:53 +00:00
Dennis Herrmann
945fb1922d - Update to 3.c 2009-08-23 16:20:37 +00:00
Dennis Herrmann
b2681e7a8f - Fix PATH in example and man file
PR:		ports/136330
Submitted by:	Sofian Brabez <sbrabez@gmail.com>
2009-07-22 19:20:27 +00:00