1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
Baptiste Daroussin
248f86513f Update to 4.19 2020-11-16 08:49:40 +00:00
Baptiste Daroussin
e9a76cf541 Update to 4.18.3 2020-10-20 07:18:20 +00:00
Baptiste Daroussin
0d590580d4 Update to 4.18.2 2020-07-27 09:22:23 +00:00
Baptiste Daroussin
b2dc4f6da9 Update to 4.18.1 2020-04-22 10:32:27 +00:00
Baptiste Daroussin
d4fd61b779 Update to 4.18 2020-02-17 20:05:54 +00:00
Baptiste Daroussin
96d5c2e70f Update to 4.17.1 2019-09-26 11:00:22 +00:00
Baptiste Daroussin
ef1d5400e8 Update WWW 2019-08-29 12:30:42 +00:00
Baptiste Daroussin
27abba32f9 Update to 4.17 2019-08-22 11:05:02 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Piotr Kubaj
bc89f33efc x11-wm/i3: fix build with many threads
i3 needs MAKE_JOBS_UNSAFE=yes to build.

Errors:
/wrkdirs/usr/ports/x11-wm/i3/work/i3-4.16/../i3-4.16/i3-config-wizard/main.c:109:10: fatal error: GENERATED_config_enums.h: No such file or directory
 #include "GENERATED_config_enums.h"

  ^~~~~~~~~~~~~~~~~~~~~~~~~~

compilation terminated.

PR:	237890
Approved by:	tcberner (mentor), bapt (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D20438
2019-05-28 18:23:16 +00:00
Baptiste Daroussin
0f2fc20020 Update to 4.16.1
Add LICENSE_FILE
Sort dependencies
Sort USES
Add USES=localbase

PR:		235284
Submitted by:	dg@syrec.org
2019-01-29 08:59:30 +00:00
Mark Linimon
625b9133ea This port needs USES=compiler:c11 to use newer GCC from ports on GCC-
based architectures.

PR:		234065
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-20 08:37:23 +00:00
Steve Wills
b4bab1c271 devel/glib20: remove runtime dep on perl5
Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.

Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.

PR:		233138
Approved by:	gnome (kwm, maintainer, older version of patch)
Exp-run by:	antoine
2018-11-19 15:57:08 +00:00
Baptiste Daroussin
d067f557de Update to 4.16 2018-11-05 09:14:08 +00:00
Yuri Victorovich
37f0fa1718 x11-wm/i3: Add CONFLICTS_INSTALL=i3-gaps
x11-wm/i3-gaps was added today.

PR:		230266
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2018-08-30 20:50:29 +00:00
Baptiste Daroussin
4293ae249b Update to 4.15 2018-03-20 17:25:58 +00:00
Pietro Cerutti
97f6e2dc38 x11-wm/i3: import patch from upstream, bump PORTREVISION
The patch fixes https://github.com/i3/i3/issues/2846

Approved by:	bapt (maintainer)
2017-09-27 13:13:13 +00:00
Baptiste Daroussin
9f6b404eac Pet portlint
PR:		222596
Submitted by:	gahr
2017-09-25 14:47:32 +00:00
Baptiste Daroussin
f74c8944dd Update to 4.14.1 2017-09-25 14:06:02 +00:00
Baptiste Daroussin
161a491b5f Update to 4.14 2017-09-04 13:40:03 +00:00
Baptiste Daroussin
cc61d685ba Update to 4.13
Changes: http://i3wm.org/downloads/RELEASE-NOTES-4.13.txt
2016-11-09 21:30:49 +00:00
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Baptiste Daroussin
f1608b3605 Update to 4.12 2016-03-08 21:43:28 +00:00
Baptiste Daroussin
1ad7924be4 Update to 4.11 2015-10-08 23:21:52 +00:00
Baptiste Daroussin
5c240667fa Update to 4.10.4 2015-09-11 23:47:31 +00:00
Baptiste Daroussin
ce07cdf672 Update to 4.10.3 2015-07-31 06:39:17 +00:00
Baptiste Daroussin
688b7aeea3 Update to 4.10.2 2015-04-16 22:49:07 +00:00
Baptiste Daroussin
65dc491d24 Update to 4.10.1 2015-03-29 17:25:47 +00:00
Baptiste Daroussin
e26dd3b801 Update to 4.10 2015-03-29 16:31:03 +00:00
Baptiste Daroussin
6ee48dc6fc Update to 4.9.1
Bugfixes release:
- i3bar: fix incorrect y-offset for text
- fix key bindings on big-endian platforms
- fix key bindings using Mode_switch
- fix keyboard layout change detection
- revert "Handle WM_CHANGE_STATE requests for iconic state" (fixes problems
  with application windows disappearing, like SDL-based games when switching
  workspaces)
- insert id-based match at HEAD, not TAIL (fixes window swallowing not
  working when the criteria match the placeholder window)
- improve error messages on failing commands
- replace ~ in filepath when calling append_layout
- properly error out when the layout file cannot be read
2015-03-09 21:35:16 +00:00
Baptiste Daroussin
906dc95149 Fix typo 2015-02-28 15:38:54 +00:00
Baptiste Daroussin
c20c1c411f Update to 4.9
Notable changes:
- mouse button bindings
- improved EWMH compatibility
- plenty of bugfixes and little enhancements
- new dependency on libxkbcommon which drops the last direct dependency on Xlib
2015-02-28 15:36:22 +00:00
Baptiste Daroussin
da33718929 Cleanup plist 2014-09-22 07:20:22 +00:00
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