aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/notify-osd
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.34ehaupt2017-01-173-7/+10
|
* - Register missing LIB_DEPENDSehaupt2016-08-081-4/+6
| | | | | - Register missing USES - Register missing USE_GNOME
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Add LICENSEamdmi32015-10-151-6/+1
| | | | | | - Drop 8.x support Approved by: portmgr blanket
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* Remove @dirrm, @dirrmtryehaupt2014-10-081-5/+0
|
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-261-4/+4
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix build on 9.2 and remove dependency to gcc [1].ehaupt2014-04-243-136/+10
| | | | | | PR: 188940 Submitted by: tijl [1] Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-121-2/+2
| | | | LIB_DEPENDS in deskutils
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Support staging.ehaupt2013-10-231-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | deskutils)
* Add an explicit dependency on pkgconfantoine2013-09-061-1/+1
| | | | Approved by: portmgr (bapt)
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-1/+0
|
* - Convert USE_GMAKE to USES=gmakeehaupt2013-07-091-1/+1
| | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header
* - Mark MAKE_JOBS_SAFEehaupt2013-05-081-5/+2
| | | | - Trim header
* Register CONFLICTSehaupt2012-06-111-1/+3
| | | | Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee> (via mail)
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Pacify portlintehaupt2011-12-271-2/+2
| | | | Feature safe: yes
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵kwm2011-08-243-1/+136
| | | | needed.
* Add LICENSE and remove MD5 sums.ehaupt2011-01-262-1/+2
| | | | Feature safe: yes
* Notify OSD presents on-screen-display notifications as ephemeral overlays, whichehaupt2010-05-054-0/+64
can be clicked through so they don't block your work. It queues notifications, to prevent them from flooding your screen. And as well as handling standard notification updates, Notify OSD introduces the idea of appending - allowing notifications to grow over time, for example in the case of instant messages from a particular person.