summaryrefslogtreecommitdiff
path: root/deskutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-1933-65/+65
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* - Simplify MASTER_SITESDmitry Marakasov2016-05-181-14/+9
| | | | | | | | | | - Add LICENSE_FILE - Switch to options helpers Approved by: portmgr blanket Notes: svn path=/head/; revision=415441
* deskutils/fbreader: Change maintainer to xmj@chaot.netBernard Spil2016-05-151-1/+1
| | | | | | | - Change maintainer to xmj@chaot.net at new maintainer's request Notes: svn path=/head/; revision=415289
* - Update to 5.29.3Dmitry Marakasov2016-05-122-5/+6
| | | | | | | | PR: 209433 Submitted by: udvzsolt@gmail.com (maintainer) Notes: svn path=/head/; revision=415069
* Remove expired ports:Rene Ladan2016-05-095-62/+0
| | | | | | | | 2016-02-29 java/linux-sun-jre17: Unsupported and known for multiple security vulnerabilities 2016-04-13 deskutils/gnustep-notebook: Does not fetch Notes: svn path=/head/; revision=414893
* Update the maintainer email address for the ports IBen Woods2016-05-091-1/+1
| | | | | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278 Notes: svn path=/head/; revision=414892
* During the exp-run in bug 208158, it was found that deskutils/easystrokeDimitry Andric2016-05-082-1/+12
| | | | | | | | | | | | | | | | | | | | | gives errors with libc++ 3.8.0: handler.cc:536:21: error: static declaration of 'abs' follows non-static declaration static inline float abs(float x) { return x > 0 ? x : -x; } ^ /usr/include/c++/v1/math.h:646:1: note: previous definition is here abs(float __lcpp_x) _NOEXCEPT {return fabsf(__lcpp_x);} ^ This is because easystroke tries to roll its own version of abs(), which is already defined in math.h. Fix this by removing the custom abs(). Approved by: t@tobik.me (maintainer) PR: 209372 MFH: 2016Q2 Notes: svn path=/head/; revision=414807
* deskutils/fet: 5.29.0 -> 5.29.2Kurt Jaeger2016-05-052-3/+3
| | | | | | | | | | | Changes: http://lalescu.ro/liviu/fet/news.html PR: 209264 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=414640
* - Update to 14.3.20160428Danilo Egea Gondolfo2016-05-012-3/+3
| | | | Notes: svn path=/head/; revision=414375
* Update to 2.56.0Guido Falsi2016-04-293-10/+3
| | | | Notes: svn path=/head/; revision=414270
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-272-2/+2
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-272-4/+2
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-255-10/+5
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Remove expired ports:Rene Ladan2016-04-239-282/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 2016-04-11 deskutils/qlabels: Does not fetch, unmaintained 2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore 2016-04-14 comms/cdr_read: unfetchable 2016-04-14 russian/rubygem-rutils: Deprecated by upstream 2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0) 2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months 2016-04-15 misc/diary-hercules: Broken for more than 6 months 2016-04-15 graphics/ffff: Broken for more than 6 months 2016-04-15 net-im/sigram: Broken for more than 6 months 2016-04-15 games/annelid: Broken for more than 6 months 2016-04-15 science/py-pydap: Broken for more than 6 months 2016-04-15 sysutils/su2: Broken for more than 6 months 2016-04-15 www/download-gemist: Broken for more than 6 months 2016-04-15 databases/p5-qdbm: Broken for more than 6 months 2016-04-15 comms/libfec: Broken for more than 6 months 2016-04-15 deskutils/ladon: Broken for more than 6 months Sponsored by: Essen Linuxhotel Hackathon 2016 Notes: svn path=/head/; revision=413881
* many ports: mark broken on powerpc64Steve Wills2016-04-216-0/+12
| | | | Notes: svn path=/head/; revision=413746
* deskutils/gbirthday: update to 0.6.10; switch to GHRuslan Makhmatkhanov2016-04-172-5/+7
| | | | Notes: svn path=/head/; revision=413535
* Add a patch from Debian to make the port build with FFMPEG 3.x.Raphael Kubo da Costa2016-04-161-0/+38
| | | | | | | | | | | | The patch is backwards compatible with FFMPEG 2, so add it now to prepare the ground for FFMPEG 3. PR: 208816 Submitted by: Ben Woods <woodsb02@gmail.com> Obtained from: Debian Notes: svn path=/head/; revision=413452
* - Convert in-place patching with sed(1) into already existing patch fileAlexey Dokuchaev2016-04-163-27/+34
| | | | | | | | | | - Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications' was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago - Turn the first line of pkg-descr into a COMMENT and fix weird Makefile formatting while here Notes: svn path=/head/; revision=413419
* deskutils/py-vdirsyncer: update dependenciesKurt Jaeger2016-04-151-5/+8
| | | | | | | | | PR: 208428 Submitted by: Christian Geier <catcher+freebsdbugzilla@lostpackets.de> Approved by: <che@bein.link> (maintainer timeout) Notes: svn path=/head/; revision=413369
* Update to 2.55.0Guido Falsi2016-04-153-11/+9
| | | | Notes: svn path=/head/; revision=413366
* deskutils/virt-manager: add missing run dep on www/py-requestsRoman Bogorodskiy2016-04-121-0/+2
| | | | | | | | | Bump PORTREVISION due to packaging change. Reported by: Rainbow <rainbow@hacker.horse> Notes: svn path=/head/; revision=413147
* Drop maintainership.Matthias Andree2016-04-121-1/+1
| | | | | | | | | | If portmgr@ needs to commit against better advise, two years after this was first discussed without any motion of the upstream. Drop a few more maintainerships along the way. Notes: svn path=/head/; revision=413097
* deskutils/virt-manager: update to 1.3.2Roman Bogorodskiy2016-04-096-72/+18
| | | | Notes: svn path=/head/; revision=412795
* Update to 1.21.6.Mathieu Arnold2016-04-082-6/+6
| | | | | | | | | PR: 208611 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=412735
* - Update to 0.0.2015.07.7Wen Heping2016-04-084-10752/+11959
| | | | | | | | | | - Pass maintainership to submitter PR: 207805 Submitted by: udo.rader@bestsolution.at Notes: svn path=/head/; revision=412724
* Horde package update:Martin Matuska2016-04-074-6/+6
| | | | | | | | | | | | | | | | | | | | | security/pear-Horde_Auth 2.1.11 -> 2.1.12 security/pear-Horde_Crypt 2.7.2 -> 2.7.3 www/pear-Horde_Css_Parser 1.0.8 -> 1.0.9 www/pear-Horde_Dav 1.1.2 -> 1.1.3 mail/pear-Horde_ListHeaders 1.2.3 -> 1.2.4 sysutils/pear-Horde_Log 2.1.3 -> 2.2.0 devel/pear-Horde_Nls 2.1.1 -> 2.2.0 comms/pear-Horde_SyncMl 2.0.6 -> 2.0.7 mail/horde-imp 6.2.13 -> 6.2.14 mail/horde-ingo 3.2.9 -> 3.2.10 deskutils/horde-nag 4.2.8 -> 4.2.9 devel/horde-timeobjects 2.1.1 -> 2.1.2 mail/horde-turba 4.2.13 -> 4.2.14 mail/horde-webmail 5.2.13 -> 5.2.14 deskutils/horde-groupware 5.2.13 -> 5.2.14 Notes: svn path=/head/; revision=412658
* - Update 2.54.0Guido Falsi2016-04-024-17/+8
| | | | | | | - Remove patch accepted upstream Notes: svn path=/head/; revision=412398
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-01168-746/+746
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* deskutils/py-vdirsyncer: 0.4.3 -> 0.9.3Kurt Jaeger2016-03-312-3/+4
| | | | | | | | | | | Changes: https://vdirsyncer.readthedocs.org/en/stable/changelog.html PR: 206733 Approved by: Maxim Filimonov <che@bein.link> (maintainer) Notes: svn path=/head/; revision=412276
* Update patch to match the code accepted by upstream for merging.Guido Falsi2016-03-292-2/+2
| | | | Notes: svn path=/head/; revision=412100
* Patch calibre to correctly extract device info from the hal throughGuido Falsi2016-03-282-0/+13
| | | | | | | | | | | dbus. This allows it to correctly mount readers on FreeBSD. Reported by: avg@ (via email) Notes: svn path=/head/; revision=412071
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-275-2/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* - Update to 6.5.23Wen Heping2016-03-262-4/+3
| | | | Notes: svn path=/head/; revision=411925
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-242-1/+2
| | | | | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411798
* This just missed to be committed along with PR208156, still:Dmitry Marakasov2016-03-241-7/+9
| | | | | | | | | | | | - Fix license - Fix whitespace - Switch to options helpers PR: 208156 Approved by: portmgr blanket Notes: svn path=/head/; revision=411796
* Update to 5.29.0.Raphael Kubo da Costa2016-03-242-3/+3
| | | | | | | | PR: 208156 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) Notes: svn path=/head/; revision=411792
* Horde package update:Martin Matuska2016-03-248-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.31.2 -> 2.31.8 devel/pear-Horde_Alarm 2.2.6 -> 2.2.7 www/pear-Horde_Browser 2.0.11 -> 2.0.12 devel/pear-Horde_Cache 2.5.2 -> 2.5.3 archivers/pear-Horde_Compress 2.1.4 -> 2.1.5 devel/pear-Horde_Core 2.22.6 -> 2.23.0 security/pear-Horde_Crypt 2.7.0 -> 2.7.2 devel/pear-Horde_Date 2.2.0 -> 2.3.0 devel/pear-Horde_Exception 2.0.7 -> 2.0.8 www/pear-Horde_Form 2.0.12 -> 2.0.13 security/pear-Horde_Group 2.1.0 -> 2.1.1 devel/pear-Horde_Icalendar 2.1.3 -> 2.1.4 graphics/pear-Horde_Image 2.3.4 -> 2.3.5 mail/pear-Horde_Imap_Client 2.29.5 -> 2.29.6 devel/pear-Horde_Itip 2.1.1 -> 2.1.2 textproc/pear-Horde_JavascriptMinify 1.1.2 -> 1.1.3 devel/pear-Horde_LoginTasks 2.0.6 -> 2.0.7 mail/pear-Horde_Mail_Autoconfig 1.0.2 -> 1.0.3 mail/pear-Horde_Mapi 1.0.6 -> 1.0.8 mail/pear-Horde_Mime 2.9.3 -> 2.9.4 mail/pear-Horde_Mime_Viewer 2.1.2 -> 2.1.3 devel/pear-Horde_Nls 2.1.0 -> 2.1.1 security/pear-Horde_Perms 2.1.6 -> 2.1.7 devel/pear-Horde_Prefs 2.7.5 -> 2.7.6 net/pear-Horde_Rpc 2.1.6 -> 2.1.7 security/pear-Horde_Share 2.0.8 -> 2.0.10 mail/pear-Horde_Smtp 1.9.2 -> 1.9.3 net/pear-Horde_Socket_Client 2.1.0 -> 2.1.1 textproc/pear-Horde_Text_Filter 2.3.3 -> 2.3.4 devel/pear-Horde_Timezone 1.0.10 -> 1.0.11 devel/pear-Horde_Token 2.0.8 -> 2.0.9 sysutils/pear-Horde_Vfs 2.3.1 -> 2.3.2 www/horde-ansel 3.0.3 -> 3.0.4 ftp/horde-gollem 3.0.7 -> 3.0.8 www/horde-base 5.2.9 -> 5.2.10 mail/horde-imp 6.2.12 -> 6.2.13 mail/horde-ingo 3.2.8 -> 3.2.9 deskutils/horde-kronolith 4.2.15 -> 4.2.16 deskutils/horde-mnemo 4.2.9 -> 4.2.10 deskutils/horde-nag 4.2.7 -> 4.2.8 www/horde-trean 1.1.4 -> 1.1.5 mail/horde-turba 4.2.12 -> 4.2.13 mail/horde-webmail 5.2.12 -> 5.2.13 deskutils/horde-groupware 5.2.12 -> 5.2.13 www/horde-wicked 2.0.4 -> 2.0.5 Notes: svn path=/head/; revision=411757
* deskutils/wyrd is not jobs safeJohn Marino2016-03-231-0/+2
| | | | | | | | | Like most (all?) OCaml ports, wyrd is not jobs safe. It tries to use mt_curses.o before it's fully built. I've seen this fail multiple times, although fairly infrequently. Notes: svn path=/head/; revision=411688
* - update to 4.7.0Jason Helfman2016-03-233-4/+3
| | | | | | | Changes: https://launchpadlibrarian.net/247614751/ChangeLog Notes: svn path=/head/; revision=411680
* Take maintainership.Cy Schubert2016-03-181-1/+1
| | | | Notes: svn path=/head/; revision=411329
* These two changes allow vinagre to enable spice support.Koop Mast2016-03-172-0/+13
| | | | | | | | | | | | | Add spice-protocol to run_depends since the spice-client-glib-2.0 pkgconfig file requires it. Also remove the requirement on the openssl from the spice-client-glib-2.0 pkgconfig file. PR: 207569 Approved by: maintainer timeout (18 days) Notes: svn path=/head/; revision=411267
* deskutils/spice-gtk: fix BUILD_DEPENDS when GSTREAMER is offRoman Bogorodskiy2016-03-151-2/+1
| | | | | | | | | | | | | | | | | | | The deskutils/spice-gtk port adds 'python' to USES only when SPICE_SLAVE is defined. However, it unconditionally adds python dependencies to BUILD_DEPENDS and uses PYTHON_PKGNAMEPREFIX that's defined via USES=python, and that looks like a bug. However, when GSTREAMER option is enabled (that's the default), Mk/bsd.gstreamer.mk sets PYTHON_PKGNAMEPREFIX to 'py*-' if it's not defined, so the bug is not triggered with the default options set, but fails when GSTREAMER is disabled. Fix this by unconditionally adding 'python' to USES. Approved by: Oleg Ginzburg (maintainer, via email) Notes: svn path=/head/; revision=411194
* Change header installation location for kdelibs4-based ports.Raphael Kubo da Costa2016-03-159-1244/+1271
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run) Notes: svn path=/head/; revision=411156
* - Update to 2.53.0Guido Falsi2016-03-143-5/+8
| | | | | | | | | | | - Remove build dependency on py-psutil, it's not required to build the software and unsupported on DragonflyBSD, so calibre can be build there too [1] Reported by: PeerCorps Trust Fund <ipc at peercorpstrust.org> [1] Notes: svn path=/head/; revision=411061
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-03-131-0/+2
| | | | Notes: svn path=/head/; revision=411014
* Deprecate and expire in 1 month.Raphael Kubo da Costa2016-03-131-0/+3
| | | | | | | | The port has been unmaintained for 2012, was marked BROKEN in 2015 and it does not look like it is going to be fixed. Notes: svn path=/head/; revision=410999
* - Update to 3.6.0Sunpoet Po-Chuan Hsieh2016-03-132-3/+4
| | | | | | | | | | - Add LICENSE_FILE Changes: http://www.taskjuggler.org/tj3/doc/CHANGELOG.html https://github.com/taskjuggler/TaskJuggler/commits/master Notes: svn path=/head/; revision=410984
* Deprecate and expire in 1 month.Raphael Kubo da Costa2016-03-101-0/+2
| | | | | | | | This port has been unmaintained since 2008, the website is dead and there are no tarballs available. Notes: svn path=/head/; revision=410802
* Update to 0.2.1, add DOCS and NLS optionsOlivier Cochard2016-03-094-8/+47
| | | | | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5582 Notes: svn path=/head/; revision=410700