aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* graphics/opencv: add suffix to make room for 3.x seriesJan Beich2016-10-031-1/+2
| | | | | | | | | | | | To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc Notes: svn path=/head/; revision=423216
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-10-012-0/+5
| | | | Notes: svn path=/head/; revision=423051
* - Update devel/efl to 1.18.1Grzegorz Blach2016-09-275-1262/+0
| | | | | | | | | | | | | | - Update devel/py-efl to 1.18.0 - Update multimedia/rage to 0.2.1 - Update x11-wm/enligtenment to 0.21.2 - Bump PORTREVISION in graphics/edje_viewer - Bump PORTREVISION in x11/terminology - Merge graphics/evas_generic_loaders* into devel/efl - Merge multimedia/emotion_generic_players-vlc into devel/efl - Merge x11-toolkits/elementary into devel/efl Notes: svn path=/head/; revision=422814
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* Fix runtime.Mathieu Arnold2016-09-231-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=422662
* x11-toolkits/py-wxPython30: install header filesRuslan Makhmatkhanov2016-09-231-1/+1
| | | | | | | | | | | These headers are required to build some ports. PR: 211310 Reported by: yuan.mei@gmail.com With hat: python Notes: svn path=/head/; revision=422657
* Fix PKGNAMEAntoine Brodin2016-09-221-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=422590
* - Update to 0.17Dmitry Marakasov2016-09-214-27/+26
| | | | | | | | | | | | | - Pass maintainership to submitter - Add LICENSE - Add NO_ARCH PR: 212409 Submitted by: fax@nohik.ee Approved by: mwm@mired.org (maintainer) Notes: svn path=/head/; revision=422563
* graphics/squish: new fedora MASTER_SITES to unbreakJohn Marino2016-09-201-3/+1
| | | | Notes: svn path=/head/; revision=422527
* Update the Qt5 ports to 5.6.1.Raphael Kubo da Costa2016-09-1718-94/+424
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took longer than expected, but there are quite a few changes to the existing ports and a few new ones. General upstream changes: - Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is being used. According to the discussion here: https://codereview.qt-project.org/#/c/154800/ The Qt project is not opposed to LibreSSL, but does not want to mix support for it into the OpenSSL backend code, especially as they move towards supporting OpenSSL 1.1. People interested in LibreSSL support are welcome to submit a separate backend upstream, but are expected to maintain it. We (kde@) are not opposed to carrying some patches authored by others in the future, as long as they are not huge and destabilizing. - When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by default (this is an upstream change). You can add "CONFIG -= c++11" to your .pro. Qt 5.7 will require C++11. - www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped separately as a community release tarball. kde@ does not have an ETA for a qt5-webengine port, as it requires a huge effort (and number of patches) similar to maintaining www/chromium itself. - x11-toolkits/qt5-declarative has been deprecated upstream. The last release is 5.5.1. Relevant changes: - devel/qmake5: The freebsd-clang mkspec has become the default mkspec on FreeBSD, replacing the outdated freebsd-g++ one that was moved to unsupported/ (it still works though). - devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are still in qtbase. The data files are now in the qt5-qdoc-data port. - misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with mkspecs. Instead of running the `configure' script, which requires a compiler and adjustments to the mkspecs files and also ends up building a new qmake binary, we now leverage USES=qmake to generate all the Makefiles from the top-level qt.pro. Getting this to work requires some tricks, though, and qt.conf.in has a longer explanation of what's being done. Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes. New ports: - comms/qt5-serialbus - devel/qt5-qdoc-data - x11-toolkits/qt5-quickcontrols2 Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden (nolden@kde.org) for the huge amount of work they put into this patch. Loise in particular also sent quite a few changes upstream that were essential for this update to work. PR: 211916 Notes: svn path=/head/; revision=422306
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Remove expired ports:Rene Ladan2016-09-135-499/+0
| | | | | | | | | | | | 2016-08-23 www/mediawiki124: EOL upstream 2016-08-23 sysutils/rsyslog7: Upgrade to rsyslog 8 2016-08-24 www/moodle28: EOL upstream 2016-08-31 devel/php5-msgpack: This is an older version of the software, please use devel/pecl-msgpack. 2016-09-02 textproc/asciinema: use textproc/py3-asciinema instead 2016-09-09 x11-toolkits/qtada: No development since 2012, usefulness unclear Notes: svn path=/head/; revision=422054
* - Fix build on 11.x+Dmitry Marakasov2016-09-111-0/+20
| | | | Notes: svn path=/head/; revision=421861
* - Update to 3.6.7 (changes: http://www.scintilla.org/ScintillaHistory.html)Dmitry Marakasov2016-09-074-45/+43
| | | | | | | | | | | | - Silence mkdir - Add "-soname" linker option to create SONAME for scintilla libraries (fixes stage-qa) PR: 212404 Submitted by: lightside@gmx.com Approved by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=421511
* - In Uses/linux.mk use the loop variable directly when appending toTijl Coosemans2016-09-077-6/+7
| | | | | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim Notes: svn path=/head/; revision=421496
* Use infrastructure to depend on Linux libGLU.Tijl Coosemans2016-09-061-2/+2
| | | | | | | | PR: 209163 Submitted by: marc.priggemeyer@gmail.com Notes: svn path=/head/; revision=421428
* Chase update of Poppler after revision r421386Olivier Duchateau2016-09-051-0/+1
| | | | Notes: svn path=/head/; revision=421390
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-0517-428/+399
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* QTermWidget is an opensource project originally based on KDE4 KonsoleOlivier Duchateau2016-08-236-0/+80
| | | | | | | | | | | | | | application. The main goal of this project is to provide unicode-enabled, embeddable Qt widget for using as a built-in console (or terminal emulation widget). WWW: https://github.com/lxde/qtermwidget PR: 210387 Submitted by: Jason Bacon Notes: svn path=/head/; revision=420694
* Update to version 1.8.4Pawel Pekala2016-08-162-3/+4
| | | | | | | | PR: 211859 Submitted by: Jochen Neumeister Notes: svn path=/head/; revision=420304
* Update to 4.2.Romain Tartière2016-08-083-211/+4
| | | | Notes: svn path=/head/; revision=419881
* Update to 0.4.0.1Olivier Duchateau2016-08-082-6/+6
| | | | Notes: svn path=/head/; revision=419867
* Add standard immodules and generate immodules.cache on package installation.Tijl Coosemans2016-08-045-26/+50
| | | | Notes: svn path=/head/; revision=419658
* - Move some dependencies from linux-c6-gtk2 to linux-c6-gdk-pixbuf2.Tijl Coosemans2016-08-043-20/+4
| | | | | | | - Remove pixman distfiles from linux-c6-gtk2. Nothing there needs it. Notes: svn path=/head/; revision=419635
* - Depend on libthai.Tijl Coosemans2016-08-023-6/+9
| | | | | | | - Generate pango.modules on installation. Notes: svn path=/head/; revision=419475
* x11-toolkits/tk86: fix PLIST for non-default optionsPietro Cerutti2016-08-021-1/+0
| | | | | | | Reported by: pi Notes: svn path=/head/; revision=419467
* Revert premature changes that snuck into r419437.Tijl Coosemans2016-08-011-2/+2
| | | | Notes: svn path=/head/; revision=419440
* Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILETijl Coosemans2016-08-0110-2/+2
| | | | | | | | | | and PLIST for Linux ports. LINUX_RPM_ARCH is the CPU targetted by a package and LINUX_REPO_ARCH is like our ARCH which is more suitable. This only affects Centos 6 ports because they are the only ones where LINUX_REPO_ARCH != LINUX_RPM_ARCH. Notes: svn path=/head/; revision=419437
* x11-toolkits/tk86: update to 8.6.6, regenerate patches with make makepatchPietro Cerutti2016-07-285-23/+24
| | | | | | | Announcement: https://sourceforge.net/p/tcl/mailman/message/35246302/ Notes: svn path=/head/; revision=419215
* Apply r402343 to other gnome@ ports restoring r297047 behaviorJan Beich2016-07-251-4/+5
| | | | | | | | | | | | - Invoke pkg-config(1) instead of checking manually - Convert to ECHO_MSG which can be silenced PR: 166279 Approved by: portmgr blanket MFH: 2016Q3 Notes: svn path=/head/; revision=419069
* Fix build on FreeBSD 12Antoine Brodin2016-07-231-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=418955
* - update libgd to 2.2.2Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* - Update to 3.6.6Guido Falsi2016-07-113-14/+16
| | | | | | | | | | | - Add missing dependencies for editors/scite PR: 210940 Submitted by: lightside at gmx.com Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=418359
* Correct the graphics/png dependency.Cy Schubert2016-07-091-3/+3
| | | | Notes: svn path=/head/; revision=418262
* Reset ports maintained by horia@racoviceanu.com.Raphael Kubo da Costa2016-06-283-3/+3
| | | | | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980 Notes: svn path=/head/; revision=417703
* Reset ports maintained by bf@ until he has time again to work on them.Rene Ladan2016-06-271-1/+1
| | | | | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary Notes: svn path=/head/; revision=417685
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵Torsten Zuehlsdorff2016-06-231-1/+1
| | | | | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor) Notes: svn path=/head/; revision=417356
* Update to 1.47.Mathieu Arnold2016-06-213-4/+19
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=417272
* Update Linux ports to Centos 6.8.Tijl Coosemans2016-06-2014-76/+85
| | | | | | | | | PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891 Notes: svn path=/head/; revision=417169
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-202-11/+13
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166
* Remove gtk-sharp10 it is not depended on anymore and superceeded by other libsBaptiste Daroussin2016-06-1911-297/+0
| | | | Notes: svn path=/head/; revision=417135
* Nuke useless @exec and @dirBaptiste Daroussin2016-06-181-4/+0
| | | | | | | Approved by: kwm Notes: svn path=/head/; revision=417075
* Update to 0.4Olivier Duchateau2016-06-134-25/+147
| | | | Notes: svn path=/head/; revision=416856
* devel/gps: Upgrade to 2016 release (plus 2 dependencies)John Marino2016-06-119-2104/+2182
| | | | | | | | | | | | | | | x11-toolkits/gtkada3: Upgrade version 3.8.3.2 => 3.14.2 devel/gnatcoll: Upgrade version 2015 => 2016 devel/gps: Upgrade version 6.1.1.0 => 2016 This upgrade appears to work flawlessly on DragonFly, but on FreeBSD the PR list below regarding navigation to code error is unfortunately still valid. PR: 202317 Notes: svn path=/head/; revision=416739
* Update 2.3.5 --> 2.3.6Cy Schubert2016-06-113-35/+9
| | | | Notes: svn path=/head/; revision=416702
* devel/gprbuild: Upgrade version 20150506 => 20160609John Marino2016-06-091-0/+7
| | | | | | | | | | | | | | | | | | | | | GPRBuild build is now hosted on github, so we can move away from the yearly releases and update more frequently. Unfortunately the docs makefile is currently broken so docs are disabled currently. When they come back, only txt and html docs will be supported. This new version detected a missing reference in the template-parser port so that port has been fixed and the downstream ports bumped accordingly. It also discovered an interface specification issue in a designer example of qtada. I spent a few minutes trying to fix/workaround it, but ultimately marked it broken. I will also deprecate the port because it no development has occurred since the port was created, and it's not even based on a real release. We'll see if anybody cares (3 month deprecation). Notes: svn path=/head/; revision=416637
* x11/toolkits/py-kivy: replace dependency graphics/py-imaging byRene Ladan2016-05-281-2/+2
| | | | | | | | | | | graphics/py-pillow, the former has been expired. PR: 209736 Submitted by: myself Approved by: maintainer (dbn) Notes: svn path=/head/; revision=416065
* x11-toolkits/qt5-widgets: remove stray newlineKurt Jaeger2016-05-281-1/+0
| | | | | | | PR: 209326 Notes: svn path=/head/; revision=416056
* x11-toolkits/qt5-gui: platform and themes updatesKurt Jaeger2016-05-282-3/+27
| | | | | | | | PR: 209326 Submitted by: rakuco, T.C.Berner <tcberner@gmail.com>, Ralf Nolden <nolden@kde.org Notes: svn path=/head/; revision=416055
* devel/py-qt4-core cleanups in py-qt4-*Kurt Jaeger2016-05-281-2/+2
| | | | | | | | | | - Cleanup work on the py-qt4 ports, leading to a reduced runtime footprint. PR: 209283 Submitted by: groot@kde.org (kde), rakuco Notes: svn path=/head/; revision=415984