Commit graph

4715 commits

Author SHA1 Message Date
Chris Rees
755f66e223 Simple fix for Tooltalk coredump
PR:		ports/221102
Submitted by:	mikael.urankar@gmail.com
2017-07-31 22:03:45 +00:00
Richard Gallamore
1d9eaa4bc2 * Updated to 0.9.3
* Added missing depend
* Sorted Uses section for portlint

Changelog: https://github.com/baskerville/bspwm/compare/0.9.2...0.9.3

PR:		220788
Submitted by:	Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
Reviewed by:	matthew (mentor), mat
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11755
2017-07-28 18:39:26 +00:00
Renato Botelho
a84deba066 Update x11-wm/awesome to 4.2
PR:		220960
Submitted by:	Tomoya Tabuchi <t@tomoyat1.com>
2017-07-25 12:34:10 +00:00
Dmitry Marakasov
f73cbe45f3 - Add LICENSE_FILE
- helpes
- Update WWW

Approved by:	portmgr blanket
2017-07-22 09:01:02 +00:00
Dmitry Marakasov
e94e02a35f - Pet portlint
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2017-07-19 09:01:00 +00:00
Dmitry Marakasov
13b9db4030 - Pet portlint
- Switch to options helpers
- Regenerate patches
- Update WWW

Approved by:	portmgr blanket
2017-07-17 09:00:59 +00:00
Grzegorz Blach
29722876c7 Update to 0.21.8
PR:		219992
Submitted by:	hardy.schumacher <at> gmx <dot> de
2017-07-14 20:32:01 +00:00
Dmitry Marakasov
f0bbb73a10 - Pet portlint
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2017-07-14 09:00:22 +00:00
Dmitry Marakasov
030ed80ad8 - Update WWW
Approved by:	portmgr blanket
2017-07-10 09:00:20 +00:00
Dmitry Marakasov
9f1ba79e65 - Pet portlint
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2017-07-09 09:00:19 +00:00
Bradley T. Hughes
88c999a0cc x11-wm/ctwm: Update 4.0.0 -> 4.0.1
PR:		219807
Submitted by:	fullermd@over-yonder.net (maintainer)
Approved by:	robak (mentor), mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11514
2017-07-07 09:36:28 +00:00
Bradley T. Hughes
b2ef031943 multiple ports: Update MAINTAINER
Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports:
audio/musicpc
databases/adminer
deskutils/fet
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
sysutils/rdiff-backup
textproc/urlview
www/kohana
x11/dzen2
x11-wm/herbstluftwm

PR:		220323
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11469
2017-07-04 19:41:21 +00:00
Koop Mast
0a7668c133 Update the mate desktop to 1.18.
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro

* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper

Thanks to Eric Turgeon for submitting the bulk of this MATE update.

Obtained from:	gnome devel repo
2017-07-04 11:44:30 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
2017-06-27 13:46:53 +00:00
Mark Linimon
2fc969b4b7 Scrub mention of armv6hf from ARCHS. It was never in a released version.
While here, sort ARCHS and pet portlint.

Reviewed by:	imp
Approved by:	portmgr (tier-2 blanket)
2017-06-26 22:20:20 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Chris Rees
a27c73234f Does not build on head
Fix in the works, but done to stop fallout mails.
2017-06-11 21:39:53 +00:00
Alexey Dokuchaev
7edb46c570 - Introduce MANPAGES option to control whether manual pages are built
(make/leave it on by default)
- Remove DBUS_CMAKE_ON=-DWITH_DBUS=ON: it's already ON by default (set
  in awesomeConfig.cmake) so it's not needed and just raises questions
- DBUS_CMAKE_OFF: specify variable type (BOOL) as done everywhere else
  in the ports

Approved by:	garga (maintainer)
2017-06-05 14:10:14 +00:00
Sunpoet Po-Chuan Hsieh
7009704bdd Sort SUBDIRs 2017-06-04 20:02:48 +00:00
Sunpoet Po-Chuan Hsieh
72ce57dd7c Pet portlint
- Use PLIST_FILES instead of PLIST
- Do not silence installation messages
- Update WWW
2017-05-31 13:10:52 +00:00
Chris Rees
9480db20e7 CDE - The Common Desktop Environment is X Windows desktop environment
that was commonly used on commercial UNIX variants such as Sun Solaris,
HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been
released under an Open Source licence by The Open Group.

WWW: https://sourceforge.net/p/cdesktopenv/wiki/Home/
2017-05-29 20:05:21 +00:00
Mark Linimon
2cb70e7e21 Mark some ports failing on armv6, for errors classified as "coredump".
This skips the ports that possibly only coredump under qemu.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 21:16:51 +00:00
Koop Mast
6a6ad99f06 Chase ImageMagick shlib bump 2017-05-26 08:20:18 +00:00
Guido Falsi
4db8e25580 - Update x11-wm/ctwm to 4.0.0
- Move MASTER_SITES to https

PR:		219500
Submitted by:	fullermd@over-yonder.net (maintainer)
2017-05-25 17:03:05 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Mark Linimon
197f08abf4 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 22:29:17 +00:00
Mark Linimon
65f2e41ca3 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 13:21:04 +00:00
Mark Linimon
74fa808d34 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Reported by:	swills
Approved by:	portmgr (tier-2 blanket)
2017-05-20 16:58:10 +00:00
Pawel Pekala
07cce177cb Fix CONFLICTS_INSTALL variables to contain packages names instead of
ports origins. While origins work fine this is against what Porter's
Handbook advises.

PR:		219389
Submitted by:	myself
Approved by:	garga (maintainer)
2017-05-18 21:20:30 +00:00
Antoine Brodin
8391cb06a9 Revert r440600, build was fixed in r440566 2017-05-11 05:08:49 +00:00
Antoine Brodin
a73a70657d Mark BROKEN: fails to build
core/window.c:10452: Warning: Meta: invalid "transfer" annotation for gboolean: only valid for array, struct, union, boxed, object and interface types
core/window.c:11287: Warning: Meta: invalid "transfer" annotation for gulong: only valid for array, struct, union, boxed, object and interface types
core/window.c:11303: Warning: Meta: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types
core/window.c:11356: Warning: Meta: invalid "transfer" annotation for gboolean: only valid for array, struct, union, boxed, object and interface types
compositor/meta-window-actor.c:887: Warning: Meta: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types
core/display.c:5560: Warning: Meta: invalid "transfer" annotation for gulong: only valid for array, struct, union, boxed, object and interface types
<unknown>:: Fatal: Meta: warnings configured as fatal
<unknown>:: Fatal: Meta: warnings configured as fatal

Reported by:	pkg-fallout
2017-05-10 21:48:50 +00:00
Antoine Brodin
b16b21b514 Mark BROKEN: fails to build
In file included from window1_glade.cc:23:
...
/usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list

Reported by:	pkg-fallout
2017-05-10 21:47:14 +00:00
Koop Mast
54f30f9c56 Unbreak muffin, don't error out on warnings during introspection generation. 2017-05-10 14:37:11 +00:00
Martin Wilke
dcabce7672 - Project moved to GITHUP
- Remove Expiration date

PR:		218496
Submitted by:	cmangin@arobas.net
2017-05-05 13:55:06 +00:00
Tobias C. Berner
e3a0ba3652 Fix shebangs
Reviewed by:		mat
Approved by:		mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10527
2017-05-04 05:27:37 +00:00
Sunpoet Po-Chuan Hsieh
7d3a967cfb Update to 0.6.0
- Bump PORTREVISION for dependent ports

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2017-04-30 12:50:54 +00:00
Martin Wilke
449c32fa98 - Update to 4.12.4
- Sort USES
- Adjust dependencies (reported by QA script)

PR:		218108
Submitted by:	duchateau.olivier@gmail.com
2017-04-28 13:36:01 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Joseph Mingrone
9a6f39f0a0 x11-wm/ratpoison: Update to version 1.4.9
- Ratpoison now depends on libXrandr instead of libXinerama.
- Upstream stopped maintaining a Changelog [1].
- Take maintainership

[1] Refer to the repository log at
    http://git.savannah.nongnu.org/cgit/ratpoison.git/log/
    for a detailed list of changes.

Obtained from:	swills (mentor, implicit)
2017-04-22 17:11:10 +00:00
Martin Wilke
75b3458fc5 - Fix shebangs
- Add missing dependency

Approved by:	maintainer via irc
2017-04-22 08:39:21 +00:00
Dmitry Marakasov
e7ff6eb73e - Fix shebangs
- Don't install LICENSE with docs
2017-04-21 11:04:23 +00:00
Pietro Cerutti
5f4f7d0e33 x11-wm/e16: update to 1.0.18
- Use AC_USE_SYSTEM_EXTENSIONS.
 - Build .xz tarball too.
 - Use RandR data to populate screens structure.
 - Remove unused Mode.display.xinerama_active.
 - Refactor some screen stuff.
 - Refactorization in WarpFocus().
 - Window list: Show windows on same head as pointer first.
 - Drop incomplete HAVE_STDARG_H stuff.
 - Fix warning with recent pango.
 - Warning fixes for gcc 7.
2017-04-17 11:40:34 +00:00
Alexey Dokuchaev
8a6e113181 - Remove unused `shebangfix' from USES
- Delete interpreter shebang from file
  that is not meant to be executed and
  does not have executable permissions
- Don't use capital letter after colon
2017-04-13 14:18:28 +00:00
Renato Botelho
ab5fe7ef9b - Update x11-wm/awesome to 4.1
- Create x11-wm/awesome3 for users who want to keep running 3.5.x because
  API is not backward compatible
- Add UPDATING note
- Set EXPIRATION_DATE on x11-wm/awesome3 to 6 months, it's enough time for
  users to convert configuration files to 4.x

Differential Revision:	https://reviews.freebsd.org/D10341
2017-04-11 17:38:49 +00:00
Grzegorz Blach
119e354809 - Add options to select between ALSA and PULSEAUDIO
- Bump PORTREVISION
- Replace spaces with tab

PR:		218031
Reported by:	rezny
2017-04-04 21:54:00 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Mathieu Arnold
21c9ca161e Fix people using LICENSE_DISTFILES in the wrong way.
Sponsored by:	Absolight
2017-03-31 14:09:38 +00:00
Grzegorz Blach
3d0edaf0a0 Update to 0.21.7
PR:		218031
Submitted by:	Jochen Neumeister (joneum <at> bsdproject <dot> de)
2017-03-29 20:42:03 +00:00
Ashish SHUKLA
9cba0ef67a - Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
  from LIB_DEPENDS, as port is now only .pc file

PR:		218015
Submitted by:	rezny
2017-03-29 06:50:28 +00:00
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