aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* In r483285, compiler:c++11-lang was added to USES in order to unbreak theAlexey Dokuchaev2018-10-312-3/+14
| | | | | | | | | | | | | | port on GCC-based architectures, while actually the code predates 2011 by couple of years. Turns out that the build against GCC was failing because of the -Wno-c++11-narrowing option added back in r474518 to unbreak the build against Clang 6. Fix the underlying problem with the code instead, so we can remove offending option from CXXFLAGS and stop bogusly require C++11-capable compiler just because of that option. Tested on: Mac mini G4 (powerpc, gcc-4.2.1-based) Notes: svn path=/head/; revision=483546
* x11-toolkits/wlc: Mark as deprecatedNiclas Zeising2018-10-281-0/+3
| | | | | | | | | | | | | x11-toolkits/wlc has been deprecated upstream, deprecate it in the ports tree and set expiration date. https://github.com/Cloudef/wlc/commit/6e2c49bf5789115bf33873f3e0ebe603c8e7725d PR: 232767 Reported by: jbeich Notes: svn path=/head/; revision=483353
* Fix build with GCC-based architectures.Mark Linimon2018-10-281-2/+2
| | | | | | | | | PR: 232400 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483291
* Fix build with GCC-based architectures.Mark Linimon2018-10-281-2/+2
| | | | | | | | | PR: 232403 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483290
* Fix build with GCC-based architectures, add USES=gl.Mark Linimon2018-10-281-1/+2
| | | | | | | | PR: 231709 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=483285
* Update KDE Plasma to 5.12.7.Tobias C. Berner2018-10-283-109/+127
| | | | Notes: svn path=/head/; revision=483271
* Fix build with GCC-based architectures for various kde@ ports.Tobias C. Berner2018-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Qt5 required c++11 support. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> PR: 232726 PR: 232725 PR: 232723 PR: 232722 PR: 232721 PR: 232720 PR: 232719 PR: 232697 PR: 232682 PR: 232669 PR: 232668 PR: 232667 PR: 232666 PR: 232665 PR: 232664 PR: 232662 PR: 232661 PR: 232655 PR: 232654 PR: 232652 PR: 232648 PR: 232647 PR: 232641 PR: 232640 PR: 232638 PR: 232635 PR: 232634 PR: 232632 PR: 232631 PR: 232630 PR: 232629 PR: 232628 PR: 232627 PR: 232625 PR: 232624 PR: 232623 PR: 232614 PR: 232613 PR: 232612 PR: 232611 PR: 232610 PR: 232609 PR: 232607 PR: 232606 PR: 232605 PR: 232604 PR: 232603 PR: 232602 PR: 232597 PR: 232589 PR: 232585 PR: 232584 PR: 232583 PR: 232581 PR: 232580 PR: 232579 PR: 232578 PR: 232576 PR: 232575 PR: 232574 PR: 232573 PR: 232570 Notes: svn path=/head/; revision=483125
* - Update WWWDmitry Marakasov2018-10-271-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=483117
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* Remove expired ports:Rene Ladan2018-10-2313-147/+0
| | | | | | | | | | | | | | | | | | | 2018-10-22 devel/hs-enumerator: Doesn't build with recent GHC version 2018-10-22 net-im/hs-haskell-xmpp: Doesn't build with recent GHC version 2018-10-22 security/hs-certificate: Doesn't build with recent GHC version 2018-10-22 textproc/hs-attoparsec-enumerator: Doesn't build with recent GHC version 2018-10-22 textproc/hs-HaXml: Doesn't build with recent GHC version 2018-10-22 www/hs-happstack: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wxc: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wx: Doesn't build with recent GHC version 2018-10-22 archivers/hs-zlib-enum: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wxcore: Doesn't build with recent GHC version 2018-10-22 devel/hs-TypeCompose: Doesn't build with recent GHC version 2018-10-22 devel/hs-PSQueue: Doesn't build with recent GHC version 2018-10-22 devel/hs-blaze-builder-enumerator: Doesn't build with recent GHC version Notes: svn path=/head/; revision=482824
* x11-toolkits/gtk30: unbreak DEBUG=on after r480951Jan Beich2018-10-211-5/+3
| | | | | | | Option helpers have no effect *after* bsd.port.options.mk Notes: svn path=/head/; revision=482634
* x11-toolkits/kproperty: fix build with GCC-based architecturesTobias C. Berner2018-10-201-1/+2
| | | | | | | | PR: 232385 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482592
* x11-toolkits/qt5-canvas3d: fix build with GCC-based architecturesTobias C. Berner2018-10-201-1/+1
| | | | | | | | PR: 232422 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482574
* x11-toolkits/qt5-datavis3d: fix build with GCC-based architecturesTobias C. Berner2018-10-201-1/+1
| | | | | | | | PR: 232424 Submitted by: x11-toolkits/qt5-datavis3d: fix build with GCC-based architectures Notes: svn path=/head/; revision=482572
* x11-toolkits/qml-box2d: fix build with GCC-based architecturesTobias C. Berner2018-10-201-1/+1
| | | | | | | | PR: 232446 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482570
* Update KDE Frameworks to 5.41Tobias C. Berner2018-10-2012-40/+38
| | | | | | | | PR: 232296 Exp-run by: antoine Notes: svn path=/head/; revision=482471
* Update to 1.53Sunpoet Po-Chuan Hsieh2018-10-163-9/+37
| | | | | | | | | | - Add GTK3 option - Add USES=gnome Changes: https://metacpan.org/changes/distribution/Prima Notes: svn path=/head/; revision=482257
* graphics/wayland: update to 1.16.0Jan Beich2018-10-151-15/+2
| | | | | | | | | | | | | - New libwayland-egl home for consumers as Mesa 18.2 dropped it Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html PR: 227423 Submitted by: Greg V <greg@unrelenting.technology> Approved by: maintainer timeout (5 months) Notes: svn path=/head/; revision=482189
* qt5: Fix build on GCC based architectures.Tobias C. Berner2018-10-146-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 231584 PR: 231677 PR: 231685 PR: 231830 PR: 231955 PR: 231905 PR: 231892 PR: 231684 PR: 231958 PR: 231960 PR: 231818 PR: 231542 PR: 231860 PR: 231681 PR: 231963 PR: 231891 PR: 231966 PR: 231904 PR: 231676 PR: 231819 PR: 231956 PR: 231680 PR: 231957 PR: 231903 PR: 231901 PR: 231667 PR: 231861 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482034
* x11-toolkits/py-AnyQt: Update 0.0.9 -> 0.0.10Yuri Victorovich2018-10-142-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=482021
* x11-toolkits/py-AnyQt: Update 0.0.8 -> 0.0.9Yuri Victorovich2018-10-132-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=481955
* Finish glib12 deprecationAntoine Brodin2018-10-121-0/+3
| | | | Notes: svn path=/head/; revision=481899
* Deprecate most glib12 consumersAntoine Brodin2018-10-121-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=481888
* Unbreak by fixing dependencies.Tijl Coosemans2018-10-101-3/+1
| | | | | | | PR: 232121 Notes: svn path=/head/; revision=481731
* x11-toolkits/nanogui: Update g20180318 -> g20180413Yuri Victorovich2018-10-073-9/+10
| | | | | | | Also correct pkg-descr. Notes: svn path=/head/; revision=481497
* Fix mistakes in r480449Steve Wills2018-10-061-3/+1
| | | | | | | | | PR: 230483 Reported by: tobik Pointyhat to: swills Notes: svn path=/head/; revision=481383
* x11-toolkits/ntk: Remove static libs; Add USES=gnomeYuri Victorovich2018-10-062-4/+3
| | | | Notes: svn path=/head/; revision=481375
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-0632-64/+64
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update girara to 0.3.1Guido Falsi2018-10-022-5/+4
| | | | Notes: svn path=/head/; revision=481106
* Return avilla@'s ports to the pool after his commit bit got taken in for ↵Rene Ladan2018-10-011-1/+1
| | | | | | | safekeeping. Notes: svn path=/head/; revision=481072
* Add tepl.Koop Mast2018-09-305-0/+165
| | | | | | | | | Tepl is a library that eases the development of GtkSourceView-based text editors and IDEs. Tepl is the acronym for "Text editor product line". It serves as an incubator for GtkSourceView. Notes: svn path=/head/; revision=480965
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-3037-830/+1328
| | | | | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 Notes: svn path=/head/; revision=480951
* Fix build on i386 for lld.Cy Schubert2018-09-271-2/+4
| | | | | | | | | | This also works with ld.bfd. PR: 214864 Reported by: emaste@ Notes: svn path=/head/; revision=480770
* Update Objective-C LLVM version to 6.0.Brooks Davis2018-09-262-2/+2
| | | | | | | | | | | | Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=480741
* Update Qt5 to 5.11.2Tobias C. Berner2018-09-251-7/+2
| | | | | | | | PR: 231560 Exp-run by: antoine Notes: svn path=/head/; revision=480692
* Now builds on powerpc64.Mark Linimon2018-09-241-2/+0
| | | | Notes: svn path=/head/; revision=480604
* x11-toolkits/rubygem-tk: create portSteve Wills2018-09-234-0/+33
| | | | | | | | | | | | | rubygem-tk provides the gem "tk", a Ruby interface to the Tk GUI toolkit. WWW: https://github.com/ruby/tk PR: 230483 Submitted by: Nicola Mingotti <nmingotti@gmail.com> Notes: svn path=/head/; revision=480449
* Deprecate ports that don't build with recent GHC versionAntoine Brodin2018-09-223-0/+8
| | | | Notes: svn path=/head/; revision=480361
* More precisely specify USES=compiler to fix build on gcc-basedMark Linimon2018-09-181-1/+1
| | | | | | | | | | | platforms such as powerpc64. Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479990
* Update KDE Frameworks to 5.50Tobias C. Berner2018-09-1712-34/+33
| | | | | | | | | | * net/syndication has become a framework and been moved to net/kf5-syndication. Exp-run by: antoine PR: 231263 Notes: svn path=/head/; revision=479942
* Cosmetic change: fix BROKEN message on powerpc64.Mark Linimon2018-09-151-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479839
* Add Wx::GLCanvasMichael Reifenberger2018-09-145-0/+55
| | | | Notes: svn path=/head/; revision=479774
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-1110-9/+10
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* Add NLS option to ports using it but not defining it.Mathieu Arnold2018-09-101-0/+2
| | | | Notes: svn path=/head/; revision=479427
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-1010-0/+20
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Reassign all of tobez@'s p5 ports to perl@.Dag-Erling Smørgrav2018-09-101-1/+1
| | | | | | | Approved by: tobez Notes: svn path=/head/; revision=479390
* Now builds on powerpc64.Mark Linimon2018-09-101-2/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479358
* Update Qt5 to 5.11.1Tobias C. Berner2018-09-099-205/+66
| | | | | | | | | | | | Big thanks to * brnrd for the libressl patches in net/qt5-network * jhale for fixing the bulk load of ports PR: 230884 Exp-run by: antoine Notes: svn path=/head/; revision=479286
* Update devel/json-c to 0.13.1Sunpoet Po-Chuan Hsieh2018-09-051-0/+1
| | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine Notes: svn path=/head/; revision=479045