aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/worker
Commit message (Collapse)AuthorAgeFilesLines
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update from 3.2.0 to 3.4.1Danilo Egea Gondolfo2014-06-102-4/+3
| | | | | | | | PR: ports/190844 Submitted by: mp39590@gmail.com Notes: svn path=/head/; revision=357234
* - Convert BZIP2 to USESMartin Wilke2014-06-021-2/+1
| | | | Notes: svn path=/head/; revision=356201
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+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) Notes: svn path=/head/; revision=347809
* Replace USE_GCC=4.6+ by USE_GCC=yes.Gerald Pfeifer2014-03-031-1/+1
| | | | | | | Approved by: portmgr (mat) Notes: svn path=/head/; revision=346975
* - Update from 3.1.0 to 3.2.0 [1]Danilo Egea Gondolfo2013-11-203-10/+13
| | | | | | | | | | | - Add license [1] - Use options helpers PR: ports/184088 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) [1] Notes: svn path=/head/; revision=334427
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+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) Notes: svn path=/head/; revision=331644
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* - Update from 2.19.4 to 3.1.0 [1]Danilo Egea Gondolfo2013-10-193-18/+10
| | | | | | | | | | | | - Drop .asc file - Add stage support - Use shebangfix instead of REINPLACE_CMD PR: ports/183078 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) [1] Notes: svn path=/head/; revision=330847
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | x11-fm) Notes: svn path=/head/; revision=327780
* Add missing directories to pkg-plistAntoine Brodin2013-06-291-0/+4
| | | | Notes: svn path=/head/; revision=322056
* - update to 2.19.4Ruslan Makhmatkhanov2012-08-153-12/+27
| | | | | | | | | | | | | | | - update master_site while here: - remove no more existing --disable-libxpkmaster from CONFIGURE_ARGS - convert to optionsNG - use ${LOCALBASE} in reinplace PR: 170608 Submitted by: Simon Dick <simond at irrelevant dot org> (maintainer) Notes: svn path=/head/; revision=302564
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-181-2/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Upgrade to 2.16.5Doug Barton2008-08-012-5/+12
| | | | | | | | | Download the PGP signature and add a verify target Approved by: Simon Dick <simond@irrelevant.org> (maintainer) Notes: svn path=/head/; revision=217926
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to 2.16.3.Wesley Shields2008-05-312-6/+13
| | | | | | | | | | | Add xft support (default off) PR: ports/124072 Submitted by: Dmitry Klimov <lazyklimm@gmail.com> Approved by: garga (mentor, implicit), maintainer Notes: svn path=/head/; revision=214019
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-1/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209620
* - Update to 2.16.1Martin Wilke2007-12-143-5/+10
| | | | | | | | PR: 118440 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) Notes: svn path=/head/; revision=203572
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-9/+3
| | | | Notes: svn path=/head/; revision=200795
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2.14.4Martin Wilke2007-03-233-4/+12
| | | | | | | | PR: 110712 Submitted by: Simon Dick<simond@irrelevant.org> (maintainer) Notes: svn path=/head/; revision=188100
* - Update to 2.14.2Martin Wilke2007-02-032-5/+13
| | | | | | | | PR: ports/108654 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) Notes: svn path=/head/; revision=184022
* - Update to 2.14.1Martin Wilke2007-01-123-4/+10
| | | | | | | | | PR: ports/107772 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=182240
* - Update to 2.14.0Martin Wilke2006-09-122-5/+5
| | | | | | | | PR: ports/103193 Submitted by: Simon Dick <simond(at)irrelevant.org> (maintainer)) Notes: svn path=/head/; revision=172869
* - Update to 2.13.1Martin Wilke2006-07-222-4/+5
| | | | | | | | | PR: ports/100672 Submitted by: Simon Dick <simond(at)irrelevant.org> Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=168457
* Update to 2.13.0Martin Wilke2006-06-233-4/+23
| | | | | | | | | PR: ports/99355 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) Approved by: markus (co mentor) Notes: svn path=/head/; revision=166162
* - Fix plist [2]Ion-Mihai Tetcu2006-05-172-32/+32
| | | | | | | | | | | | | - portlint [1] PR: ports/97304 [1] Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1] itetcu [2] Approved by: "Simon Dick" <simond@irrelevant.org> (maintainer), lawrance (mentor) Notes: svn path=/head/; revision=162649
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* Update to 2.12.0Tilman Keskinoz2006-05-082-4/+4
| | | | | | | | PR: 96719 Submitted by: Simon Dick Notes: svn path=/head/; revision=161744
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 2.11Tilman Keskinoz2005-11-253-3/+8
| | | | | | | | PR: 89532 Submitted by: Simon Dick <simond@irrelevant.org> Notes: svn path=/head/; revision=149426
* Mark broken on 4.xTilman Keskinoz2005-11-041-1/+7
| | | | | | | | Reported by: kris/pointyhat Approved by: Maintainer timeout Notes: svn path=/head/; revision=147203
* Update to 2.9.0Tilman Keskinoz2005-10-052-3/+3
| | | | | | | | PR: 86936 Submitted by: Simon Dick <simond@irrelevant.org> Notes: svn path=/head/; revision=144314
* Update to 2.8.5 and fix compilation with gcc 3.4.Mark Linimon2004-08-222-3/+3
| | | | | | | | | PR: ports/69908 Submitted by: Ulrich Spoerlein <q at uni dot de> Approved by: maintainer Notes: svn path=/head/; revision=117005
* - Update to version 2.8.4Kirill Ponomarev2004-03-183-2/+7
| | | | | | | | | | - SIZE'ify PR: ports/64411 Submitted by: maintainer Notes: svn path=/head/; revision=104423
* - Update MASTER_SITES (remove dead mirror)Clement Laforet2003-12-222-3/+3
| | | | | | | | | | | | - use bzip'ed distfile no change between old and new distfiles. PR: 60498 Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) Approved by: erwin (mentor) Notes: svn path=/head/; revision=96425
* - Update to version 2.8.3Kirill Ponomarev2003-12-192-2/+2
| | | | | | | | PR: 60398 Submitted by: maintainer Notes: svn path=/head/; revision=96205
* - Update to version 2.8.2Kirill Ponomarev2003-12-042-2/+2
| | | | | | | | PR: 59748 Submitted by: maintainer Notes: svn path=/head/; revision=94917
* - Update to 2.8.1Kirill Ponomarev2003-08-213-4/+12
| | | | | | | | PR: 55839 Submitted by: maintainer Notes: svn path=/head/; revision=87458
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* * Upgrade to 2.7.0.Oliver Braun2002-10-272-3/+5
| | | | | | | | | | * PERL -> REINPLACE PR: 44517 Submitted by: maintainer Notes: svn path=/head/; revision=68916
* Upgrade to 2.6.1.Oliver Braun2002-08-263-2/+5
| | | | | | | | | PR: ports/42032 Submitted by: maintainer Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=65060
* Update to 2.6.0Kevin Lo2002-08-212-2/+2
| | | | | | | | PR: 41825 Submitted by: MAINTAINER Notes: svn path=/head/; revision=64725
* upgrade to 2.5.0Ying-Chieh Liao2002-05-272-2/+2
| | | | | | | | PR: 38601 Submitted by: maintainer Notes: svn path=/head/; revision=60099
* Update to version 2.4.0.Anders Nordby2002-04-073-5/+14
| | | | | | | | PR: 36839 Submitted by: maintainer Notes: svn path=/head/; revision=57406
* Update to version 2.3.1Kevin Lo2002-01-102-2/+2
| | | | | | | | PR: 33754 Submitted by: MAINTAINER Notes: svn path=/head/; revision=52862
* - update to 2.3.0Pete Fritchman2001-11-063-3/+3
| | | | | | | | | | - we don't own share/pixmaps, use @unexec rmdir instead of @dirrm PR: 31795 Submitted by: maintainer Notes: svn path=/head/; revision=49675
* Update to version 2.2.2Kevin Lo2001-07-093-2/+4
| | | | | | | | PR: 28832 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44964