117 Commits

Author SHA1 Message Date
Guido Falsi
018b32447e Import upstream patch in conky.
Obtained from:	298eb76434
		1fc2b17eb5
2019-01-14 13:51:48 +00:00
Guido Falsi
61fcfeb1fe Update conky to 1.11.2
New version uses an embedded version of toloa++ and drops support
for lua 5.1
2019-01-11 19:46:22 +00:00
Guido Falsi
9ddf0e55f6 - Update conky to 1.11.1
- Silence some portlint warnings
2019-01-07 23:27:11 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Guido Falsi
f12326e43d Fix build with GCC-based architectures.
Fix changes the name of a variable to avoid clash with a function
name defined in an include file used by GCC.

PR:		233616
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-11-29 10:33:29 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

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

PR:		222542
2018-07-29 22:18:44 +00:00
Guido Falsi
803c148097 Import upstream patch to fix OSS (sound mixer) support.
While here, fix malformed line in patch causing build time warning.

Reported by:	pong (via IRC)
Obtained from:	6b386589c0
2018-03-24 09:15:14 +00:00
Guido Falsi
b587ce3502 - Update conky to 1.10.8
- Remove local patch included upstream
2018-02-09 20:25:35 +00:00
Guido Falsi
d65f901d22 Import upstream patch to fix runtime crash.
PR:		225523
Submitted by:	Hatronmorus <ebirth@b0ss.net>
Obtained from:	562c737588
2018-01-31 12:46:44 +00:00
Guido Falsi
a6ea9f53bd Update conky to 1.10.7 2018-01-22 19:19:58 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +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
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
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
Mark Linimon
bda391284d Attempt to fix build on tier-2 archs.
Tested on:	armv6
Submitted by:	madpilot (maintainer)
2017-01-04 20:51:46 +00:00
Guido Falsi
1760f8c459 - Update conky to 1.10.6
- Remove patch submitted upstream
2016-12-12 09:58:04 +00:00
Guido Falsi
c936cbeb05 Make conky try to get CPU temperature from more than just one sysctl.
PR:		210235
Submitted by:	walter@pelissero.de
2016-10-04 20:07:15 +00:00
Guido Falsi
0062c5be04 - Update to 1.10.5
- Remove patches which have been accepted upstream
2016-10-04 12:44:05 +00:00
Guido Falsi
9068a4d4e9 Fix build by enforcing METAR option when XOAP option is enabled.
Reported by:	pilot513 at gmail.com (via email)
MFH:		2016Q4
2016-10-04 12:42:26 +00:00
Guido Falsi
06f384f7c3 Fix ${top name} configuration variable output.
Reported by:	Szabolcs Grof <grof.szabolcs at gmail.com>
		(via email, with patch)
2016-09-29 15:57:40 +00:00
Guido Falsi
3959554568 Add dependency on libinotify and fix build when it is present.
Reported by:    Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
		(via email)
2016-09-29 14:31:29 +00:00
Guido Falsi
6758118b3d - Update conky and conky-awesome to 1.10.4
- Take maintainership [1]
- Options adapted to new version
- Removed LUA option since it's a mandatoory requirement now
- Use project own install target
- Fix installation of lua helper libraries
- Project moved to github
- in conky-awesome, properly use OPTIONS_EXCLUDE

PR:		212629
Submitted by:	me
Approved by:	ntarmos@ceid.upatras.gr (former maintainer) [1]
2016-09-28 16:55:38 +00:00
Pawel Pekala
a085713ccb Fix typo 2016-07-26 18:57:23 +00:00
Pawel Pekala
5d669867ea - Add explicit IMPLIES between dependencies and simplify option handling [1]
- Convert to USES=localbase
- Switch some options helpers from LIB_DEPENDS to USE=xorg and USE=gnome

PR:		210414 [1] (based on)
Submitted by:	elferdo@gmail.com
Approved by:	maintainer timeout
2016-07-26 18:40:20 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Lars Engels
dd9a35fb2d - Fix battery percentage calculation and add support for ${battery_short} and ${battery_bar} [1]
- Remove a bogus __FreeBSD_kernel__ check in freebsd.c
- Re-gen patches with "make makepatch"
- Bump PORTREVISION

PR:		208651 [1]
Submitted by:	Helge Oldach <freebsd@oldach.net>
Approved by:	maintainer timeout (17 days)
MFH:		2016Q2
2016-04-26 11:32:20 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Dmitry Marakasov
c05b88bf46 - Fix build with LUA_CAIRO or LUA_IMLIB2 enabled
PR:		204778
Submitted by:	walkerd@pamandduncan.co.uk
Approved by:	portmgr blanket
MFH:		2015Q4 (blanket)
2015-12-02 15:45:19 +00:00
Dmitry Marakasov
ca9de59c1c - Add CPE info
Approved by:	portmgr blanket
2015-04-24 22:02:31 +00:00
Carlo Strub
b401d2b94c Bump PORTREVISION following the last commit 2014-08-31 19:40:09 +00:00
Carlo Strub
f225beb2d2 Enable XFT option by default
PR:		192866
Submitted by:	Jean-Sebastien Pedron
Approved by:	Nikos Ntarmos (maintainer)
2014-08-31 19:38:56 +00:00
Baptiste Daroussin
c057cde1d7 Convert to USES=lua 2014-05-26 15:34:03 +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
Jason E. Hale
54cb54b592 - Add patch to fix diskio memory leak
- Bump PORTREVISION

While here:
- Convert USE_BZIP2 -> USES

PR:		ports/181040
Submitted by:	Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp>
Approved by:	maintainer timeout (~8 months)
2014-03-28 09:35:19 +00:00
Pawel Pekala
eddbaacabf Allow slave port to set it's own COMMENT 2014-01-30 21:47:00 +00:00
Pawel Pekala
e1db1d8e84 - Add staging support and use option helpers [1]
- Remove leading article from COMMENT
- Convert USE_GMAKE to USES=gmake
- Convert to new LIB_DEPENDS format
- Remove tab character from WWW: line

PR:		ports/185302 [1] (based on)
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
Approved by:	maintainer timeout
2014-01-30 19:45:17 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- 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
2013-07-11 16:26:26 +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
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Guido Falsi
fc736e5c46 - Convert to new options framework [1]
- Use USE_PKGCONFIG instead of USE_GNOME=pkgconfig [1]
- Remove ABI version numbers from LIB_DEPENDS [1]
- Trim Makefile headers on sysutils/conky-awesome [1]
- Update maintainer address [2]
- Add new options [2]
- Bump PORTREVISION [2]

PR:		ports/176038 [1]
Submitted by:	myself
Reviewed by:	bapt [1]
Approved by:	Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer) [2]
2013-02-14 21:00:12 +00:00
Martin Wilke
9ed807fc0f - Add missing patch to fix the build on i386
Reported in:	175979
2013-02-10 08:59:06 +00:00
Martin Wilke
dc68dcfc90 - Remove some empty patches. 2013-02-08 07:12:51 +00:00
Martin Wilke
81248f69d2 - Update to 1.9.0
PR:		168161
Submitted by:	lbartoletti <coder@tuxfamily.org>
		Lars Engels <lars.engels@0x20.net>
Approved by:	maintainer
2013-02-08 07:11:05 +00:00
Philip M. Gollucci
6b1622d5ff - Fix build with llvm/clang and other miscellanous compile issues
- Bump PORTREVISION

PR:             ports/164893
Submitted by:   Brandon Gooch <jamesbrandongooch@gmail.com> &
                Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer)
2012-03-08 05:07:14 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Baptiste Daroussin
a3ccdf5b36 - BMPx has gone, remove the option from BMPx [1]
- while here remove CPPFLAGS from CONFIGURE_ENV
- default package unchange: no portrevision bump

Approved by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) [1]
2011-09-12 08:35:22 +00:00
Oliver Lehmann
b8240ef08e update audacious to 2.5.4
Bump PORTREVISION of affected ports
2011-07-28 07:48:30 +00:00
Oliver Lehmann
6f11b1a79b update audacious to 2.4.4 2011-03-04 10:43:58 +00:00