Commit graph

4666 commits

Author SHA1 Message Date
Tobias Kortkamp
7d34a16114 Assign new maintainer
PR:		217991
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10092
2017-03-22 14:41:58 +00:00
Rene Ladan
c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Tobias C. Berner
6d9e4c7566 Update x11-wm/hs-xmonad and x11-wm/hs-xmonad-contirb to 0.13
* Update xmonad to 0.13
* New required ports devel/hs-directory
* Required update of x11/hs-X11 to 0.13

PR:             217012
Reviewed by:    mat
Approved by:    maintainer timeout (2 weeks), rakcuo (mentor)
Differential Revision:  https://reviews.freebsd.org/D9548
2017-03-02 18:02:57 +00:00
Tobias Kortkamp
73f350d976 Unbreak port
- Move from Google Code to GitHub
- Update maintainer email

PR:		213190
Submitted by:	Mageirias Anastasios <anastasios@mageirias.com> (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9822
2017-02-27 10:05:15 +00:00
Grzegorz Blach
4ef7ec4046 Update to 0.21.6
PR:		217201
Submitted by:	hardy.schumacher <at> gmx <dot> de
2017-02-25 23:08:11 +00:00
Tobias C. Berner
f3c180c343 Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
2017-02-18 19:48:05 +00:00
Tijl Coosemans
d8707ba967 Remove -fPIC and fix the real problem where a variable is defined as an
array in one file and declared as a pointer in another.
2017-02-15 20:31:16 +00:00
Olivier Duchateau
348f67dbcf - Remove previous patch (creation of folder in context menu), it causes
crash of xfdesktop and produces wrong mime type
- Bump PORTREVISION
2017-02-15 16:02:20 +00:00
Mark Linimon
9c19df593a Add -fPIC to various ports to enable them to build on armv6.
Approved by:	portmgr (tier-2 blanket)
2017-02-09 18:53:12 +00:00
Dmitry Marakasov
fed876bce5 - Fix CONFLICTS on wmii-devel
- Silence stripping
- Regenerate patches
2017-02-08 09:01:26 +00:00
Alexey Dokuchaev
d56cc40306 - Allow to build without `devel/libconfig' and Xinerama support
- Provide better DRM and OpenGL option descriptions
- Define LICENSE_FILE and remove banal comment in the Makefile
2017-02-05 22:33:58 +00:00
Alexey Dokuchaev
a7fb7f0604 - Update `x11-wm/compton' to the latest snapshot
- Add missing X.org libraries to USE_XORG list
- Install stripped binary (subject to WITH_DEBUG)
- Rename wrongly named patch and regenerate them
- Convert to option helpers while I'm at here
2017-02-05 18:58:00 +00:00
Jan Beich
18878f8faf Prefer -std=gnu89 over -fgnu89-inline 2017-02-05 03:30:43 +00:00
Jan Beich
267a48c240 x11-wm/afterstep-stable: unbreak with clang 4.0
../../libAfterStep/libAfterStep.a(colorscheme.o): In function `make_ascolor_scheme':
colorscheme.c:(.text+0x1e1b): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1e40): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1e65): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1e89): undefined reference to `make_grad_argb'
colorscheme.c:(.text+0x1eb1): undefined reference to `make_grad_argb'
../../libAfterStep/libAfterStep.a(colorscheme.o):colorscheme.c:(.text+0x1ed1): more undefined references to `make_grad_argb' follow

Reported by:	antoine (via exp-run)
2017-02-01 20:20:51 +00:00
Alexey Dokuchaev
f7bac0a543 Unbreak the INDEX build after r432934.
Prompted by:	mat
2017-01-31 18:23:03 +00:00
Dmitry Marakasov
a08c6f5fc5 Fix build by using autoreconf 2017-01-29 13:04:00 +00:00
Steve Wills
4163d27e5c x11-wm/rubygem-uh-wm: create port
uhwm is a minimalistic tiling and stacking window manager for X. It shares some
similarities with dwm and wmii, but is written in ruby so you can configure and
extend features directly with ruby code.

WWW: https://rubygems.org/gems/uh-wm

PR:		216434
Submitted by:	Thibault Jouan <tj+freebsd_bugs@a13.fr>
2017-01-26 18:37:04 +00:00
Olivier Duchateau
c93d13e640 LXAppearance is a theme switcher for the Lightweight X11 Desktop Environment
(LXDE).

WWW: http://www.lxde.org/
2017-01-24 21:54:23 +00:00
Olivier Duchateau
e147c6761a - Update to 0.5.3
- Add new option, UPOWER
- Adjust dependencies
2017-01-24 21:27:10 +00:00
Steve Wills
b03bcdf3e5 x11-wm/rubygem-uh-layout: create port
Tiling and stacking layout for uh-wm ruby gem.

WWW: https://rubygems.org/gems/uh-layout

PR:		216029
Submitted by:	Thibault Jouan <tj+freebsd_bugs@a13.fr>
2017-01-24 00:08:33 +00:00
Tobias C. Berner
897eb0544f Fix graphics/py-poppler-qt4: fails to build with clang 4.0
Import upstream commit
http://git.fluxbox.org/fluxbox.git/commit/util/fluxbox-remote.cc?id=22866c4d30f5b289c429c5ca88d800200db4fc4f
for issue
https://sourceforge.net/p/fluxbox/bugs/1138/

PR:		216176
Approved by:	portmgr blanket, rakuco (mentor)
MFH:		2017Q1
2017-01-21 22:14:23 +00:00
Dirk Meyer
6a26fa692a - add LICENSE
- fix a possible problem if PREFIX differs from LOCALBASE
2017-01-21 16:48:32 +00:00
Dirk Meyer
548ce829a9 - fix a possible problem if PREFIX differs from LOCALBASE 2017-01-21 16:47:19 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Olivier Duchateau
84b7c4d8a9 - Fix creation of folder from desktop context menu
- Bump PORTREVISION

While I'm here, switch to optional extra build target (when NLS option is
unset)

PR:		214207
Reported by:	Marko Cupac
MFH:		2017Q1
2017-01-13 09:56:51 +00:00
Nikolai Lifanov
3b5b52a848 x11-wm/wmname: fix URL
PR:		215873
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9109
2017-01-10 02:55:19 +00:00
Mathieu Arnold
0dbdb658aa Cleanup NO_BUILD and NO_INSTALL usage.
Sponsored by:	Absolight
2016-12-29 12:41:04 +00:00
Tobias C. Berner
f24942a5ca Update x11-wm/hs-xmonad & x11-wm/hs-xmonad-contrib to 0.12
* Removes all patches including XFORK_FIX (it seems it is not needed anymore).
* New port as dependency: devel/hs-setlocale

PR:             213579
Submitted by:   Martin Sugioarto <martin@sugioarto.com>
Approved by:    maintainer timeout (2 months), rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8191
2016-12-28 21:00:27 +00:00
Alexey Dokuchaev
7a12aee4f2 Add a port of subtle, grid-based manual tiling window manager.
WWW: http://subtle.subforge.org/
2016-12-28 07:25:34 +00:00
Cy Schubert
9dc73e79a4 Make ${LOCALBASE}/etc/xdg/menus the home of XDG menus.
PR:		215337
2016-12-21 00:42:06 +00:00
Cy Schubert
be50cd2495 Fix NLS build.
Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
		Christoph Moench-Tegeder <cmt@burggraben.net>
2016-12-20 16:37:31 +00:00
Cy Schubert
55807a238d Update 2.6.6 --> 2.6.7
PR:		215337
2016-12-20 07:15:28 +00:00
Grzegorz Blach
75776ce5ee Update to 0.21.5
PR:	215329
2016-12-18 01:18:08 +00:00
Dmitry Marakasov
6391eda00f - Fix CONFLICTS on wmii
- Silence stripping
- Regenerate patches
2016-12-14 09:00:50 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00
Tijl Coosemans
ca2176f4ac Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00
Tijl Coosemans
5c1d05b7a4 Remove libxslt.so.2 and libexslt.so.8 compatibility links that were added in
r374303 to prevent massive PORTREVISION bumps.  Bump dependent ports that
have not been bumped since.
2016-12-08 15:46:46 +00:00
Olivier Duchateau
fcf4518ded Update to 0.11.3 2016-12-06 17:33:54 +00:00
Carlos J. Puga Medina
4ff8b523a5 x11-wm/mutter: Update to 3.18.4
- Update mutter to 3.18.4
- Add LICENSE and LICENSE_FILE
- Record TIMESTAMP and distinfo checksum (3.18.4)
- Regenerate patches with make makepatch
- Add WWW to pkg-descr

PR:		214289
Submitted by:	cpm
Reviewed by:	amdmi3, feld (mentors)
Approved by:	kwm (GNOME team), amdmi3, feld (mentors)
2016-12-02 22:01:01 +00:00
Antoine Brodin
1a33d3c094 - Fix build when python symlink is not present
- Remove dependency on python2 symlink
2016-11-22 21:58:48 +00:00
Antoine Brodin
f83e399f8c - Fix build when python symlink is not present
- Remove dependency on python2 symlink
2016-11-22 21:57:51 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Alexey Dokuchaev
dc4c6ce315 - Update to version 1.1.1
- Employ USES+=localbase:ldflags instead of manually setting CFLAGS
  and LDFLAGS
- Propagate our standard `prefix' and `mandir' to inner Makefile and
  thus get rid of hand-rolled `do-install' target
- Install `doc/standards.html' and convert to options helper target
- Simplify PLIST_FILES and sanitize port description text while here

TIMESTAMP (evilwm-1.1.1.tar.gz) = 1436791316
2016-11-15 10:12:36 +00:00
Thomas Zander
74368fb2ba Use OPTION helpers for DOCS
PR:		213975
Submitted by:	udvzsolt@gmail.com (maintainer)
2016-11-13 14:13:42 +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
Dmitry Marakasov
6ccd896415 - Add LICENSE
- Switch to options helpers
2016-11-08 09:00:13 +00:00
Jan Beich
d327bbdc04 x11-wm/herbstluftwm: track more dependencies
PR:		213975
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
2016-11-02 12:17:46 +00:00