aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* x11-toolkits/p5-Tk: 804.032 -> 804.033Kurt Jaeger2015-02-224-18/+5
| | | | | | | | Changes: http://cpansearch.perl.org/src/SREZIC/Tk-804.033/Changes Notes: svn path=/head/; revision=379589
* - Simplify MASTER_SITESDmitry Marakasov2015-02-221-2/+2
| | | | | | | - Strip library Notes: svn path=/head/; revision=379572
* - Add LICENSE_FILEDmitry Marakasov2015-02-211-0/+2
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=379507
* - Update to 0.22 [1]Jan Beich2015-02-191-0/+2
| | | | | | | | | | | | | | - Strip C modules [2] - Mark py-kivy as BROKEN [3] PR: 197375 [1] PR: 197776 [2] Submitted by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [1] Approved by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [2] Approved by: dbn (maintainer) [3] Notes: svn path=/head/; revision=379335
* - Strip binaries and librariesDmitry Marakasov2015-02-181-1/+5
| | | | | | | - Fix style Notes: svn path=/head/; revision=379214
* Fix QSystemTrayAlonso Schaich2015-02-171-0/+23
| | | | | | | | | | | | | Add a patch found by PCBSD's Kris Moore <kris@pcbsd.org> that fixes QSystemTrayIcons on Desktops other than KDE. Provided by Kris via mailing list on 2015-01-29. Approved by: rakuco (mentor) MFH: 2015Q1 Notes: svn path=/head/; revision=379187
* - Update devel/efl to 1.13.0Grzegorz Blach2015-02-113-3/+57
| | | | | | | | | | - Update devel/py-efl to 1.13.0 - Update graphics/evas_generic_loaders-* to 1.13.0 - Update multimedia/emotion_generic_players-vlc to 1.13.0 - Update x11-toolkits/elementary to 1.13.0 Notes: svn path=/head/; revision=378810
* - Since version 1.3.3, FLTK now checks for compiler support of -fvisibilityAlexey Dokuchaev2015-02-101-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | and -fvisibility-inlines-hidden and uses it if available to reduce shared library size. Unfortunately, this hides Fl_XFont_On_Demand::value, which in turn causes undefined reference errors during linking. Fix by marking Fl_XFont_On_Demand class as FL_EXPORT for the time being (Gentoo Linux is doing the same) - Do not strip libraries for now: FLTK uses the same command for installing both dynamic and static libraries, but "fltk-config(1) --compile" prefers static, which breaks programs like `graphics/iccexamin' (threading test) - Pull another patch from Gentoo to fix segmentation fault in vncview(1) of port `net/tigervnc' (Gentoo bug #529856 by Maxim Britov) - Do not leak non-existent (build-time only) -Lfoo references in LDFLAGS as it can potentially lead to various sporadic bugs in programs which obtain these flags through fltk-config(1). To prevent build-time conflicts that this gimmick was originally used for, we change shared linking command of fluid(1) accordingly Since these are one-line changes likely to be merged upstream sooner rather than later, perform them with sed(1) instead of trivial patches. Reported and reviewed by: antoine Notes: svn path=/head/; revision=378794
* Fix hanging of xfe.Vanilla I. Shu2015-02-101-1/+2
| | | | | | | | PR: 197464 Submitted by: Ports Fury Notes: svn path=/head/; revision=378776
* Augment FLTK ports' descriptions.Alexey Dokuchaev2015-02-092-2/+12
| | | | Notes: svn path=/head/; revision=378738
* - Fix the breakage caused by previous commit (r378707): restore sane order ofAlexey Dokuchaev2015-02-093-32/+66
| | | | | | | | | | | | | | | | knobs; resurrect documentation/Makefile patch; bring back recalculation of ${ETCDIR} length in Fl_Preferences.cxx, trim CONFIGURE_ARGS (again), etc. - Restore correct LDFLAGS+= -L../src (previously -L${WRKSRC}/src), otherwise the build fails with e.g. previous version of FLTK libraries installed - Take maintainership to prevent Kato's monkeys jeopardizing it all over again - Install code examples as PORTEXAMPLES (we do not install any documentation because it requires LaTeX stack to build) - Since `post-patch' target is a bit too verbose now, make it .SILENT - Do not compile things with -Os by default (already honors user's CXXFLAGS) - Do not blindly strip libraries and fluid(1) binary (respect ${STRIP} value) Notes: svn path=/head/; revision=378718
* Update to version 1.3.3Vanilla I. Shu2015-02-097-80/+33
| | | | | | | | PR: 197463 Submitted by: Ports Fury Notes: svn path=/head/; revision=378707
* Upgrade to 1.6.50Vanilla I. Shu2015-02-094-159/+131
| | | | | | | | PR: 197464 Submitted by: Port Fury <tkato432@yahoo.com> Notes: svn path=/head/; revision=378705
* In sight of upcoming update, clean up things a bit:Alexey Dokuchaev2015-02-032-28/+7
| | | | | | | | | - Sort the knobs, remove "default=yes" arguments from CONFIGURE_ARGS - In post-staging era, conditional installation of documentation is no longer necessary, so simplify the patch and drop post-install target Notes: svn path=/head/; revision=378351
* Upgrade to 1.7.50Baptiste Daroussin2015-02-033-6/+5
| | | | Notes: svn path=/head/; revision=378350
* Update poppler to 0.30.0 [1].Koop Mast2015-02-031-1/+1
| | | | | | | | | | | | | | Make sure we use openjpeg1 in poppler, while openjpeg2 support was added there still bugs in openjpeg2 that need to be fixed. Add patches to inkscape for API changes in poppler 0.29.0 [2]. PR: 196599 [1] Submitted by: olivierd@ [1] Exp-run by: antoine@ Obtained from: upstream [2] Notes: svn path=/head/; revision=378348
* Update to 1.12.3Grzegorz Blach2015-01-302-3/+3
| | | | Notes: svn path=/head/; revision=378179
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-2834-99/+3
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378032
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-2760-1154/+3
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378019
* - Update to 3.5.3Dmitry Marakasov2015-01-262-3/+3
| | | | | | | | PR: 196952 Submitted by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=377945
* - Fix build on FreeBSD 8.x and 9.xGabor Pali2015-01-263-2/+15
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=377911
* Remove now-redundant @dirrmtry entry from the plist.Raphael Kubo da Costa2015-01-251-1/+0
| | | | Notes: svn path=/head/; revision=377848
* Remove now-redundant @dirrm{try} entries from the plist.Raphael Kubo da Costa2015-01-251-8/+0
| | | | Notes: svn path=/head/; revision=377847
* Fix some _DEPENDSAntoine Brodin2015-01-241-3/+3
| | | | Notes: svn path=/head/; revision=377815
* Switch some dependencies from a directory name or a file generated by ↵Antoine Brodin2015-01-243-3/+3
| | | | | | | | | pkg-install to a package name, as the former can't be attributed to a package Notes: svn path=/head/; revision=377795
* - Fix library on < 10.x after webkit-gtk2 updateDmitry Marakasov2015-01-241-3/+10
| | | | | | | | | | | | Some dependent ports may need USES=compiler:c++11-lib as well PR: 196703 [1], 197031 [2] Submitted by: beastie@tardisi.com [1], amdmi3 [2] Approved by: portmaster@bsdforge.com (maintainer) MFH: 2015Q1 Notes: svn path=/head/; revision=377776
* Depend on update-mime-database instead of a file generated by pkg-installAntoine Brodin2015-01-231-1/+1
| | | | Notes: svn path=/head/; revision=377756
* x11-toolkits/iwidgets: Update descriptionsJohn Marino2015-01-212-5/+4
| | | | | | | | PR: 195354 Submitted by: maintainer (Chris Hutchinson) Notes: svn path=/head/; revision=377565
* Sprinkle some PORTSCOUT macros around to either mark ports:Koop Mast2015-01-158-1/+15
| | | | | | | | * ignore because there will not be any new releases. * check specific versions or ignore devel versions. Notes: svn path=/head/; revision=377130
* Update gdl to 3.14.0.Koop Mast2015-01-152-5/+3
| | | | Notes: svn path=/head/; revision=377114
* Readd vte3 0.34.7 as vte290. There are still some programs that need theKoop Mast2015-01-1512-0/+370
| | | | | | | older 2.90 API. Since the vte3 got updated to 0.38 which has the 2.91 API. Notes: svn path=/head/; revision=377095
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-143-2/+3
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self Notes: svn path=/head/; revision=377033
* x11-toolkits/p5-Gtk2-GladeXML: Add LICENSE (LGPL20)Muhammad Moinur Rahman2015-01-131-1/+3
| | | | | | | | | | | - Pass Maintainership [1] Differential Revision: https://reviews.freebsd.org/D1513 Submitted by: pauls@utdallas.edu [1] Approved by: marino(mentor) Notes: svn path=/head/; revision=376920
* x11-toolkits/p5-Gtk2-Ex-Utils: Add LICENSEMuhammad Moinur Rahman2015-01-131-1/+3
| | | | | | | | | | | - Pass Maintainership [1] Differential Revision: https://reviews.freebsd.org/D1512 Submitted by: pauls@utdallas.edu [1] Approved by: marino(mentor) Notes: svn path=/head/; revision=376919
* - Update to 1.41Sunpoet Po-Chuan Hsieh2015-01-122-4/+5
| | | | | | | | | - Allow to strip shared library as regular user Changes: http://search.cpan.org/dist/Prima/Changes Notes: svn path=/head/; revision=376878
* Update gtk30 to 3.14.7.Koop Mast2015-01-122-4/+4
| | | | Notes: svn path=/head/; revision=376823
* x11-toolkits/p5-Gtk2-Ex-Dialogs: Add LICENSEMuhammad Moinur Rahman2015-01-121-1/+3
| | | | | | | | | | | - Pass Maintainership [1] Differential Revision: https://reviews.freebsd.org/D1495 Submitted by: pauls@utdallas.edu [1] Approved by: bapt(mentor) Notes: svn path=/head/; revision=376821
* Update to 3.14.3.Koop Mast2015-01-093-4/+7
| | | | | | | Build vala "bindings" Notes: svn path=/head/; revision=376619
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-063-3/+3
| | | | Notes: svn path=/head/; revision=376417
* Assign maintainership of FPC ports to new FPC ports teamJohn Marino2015-01-054-4/+4
| | | | | | | | | | The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363 Notes: svn path=/head/; revision=376279
* Update libXaw3dXft to 1.6.2dJohan van Selst2015-01-033-6/+4
| | | | Notes: svn path=/head/; revision=376118
* x11-toolkits/nucleo: #include <cstring>John Marino2015-01-031-3/+11
| | | | | | | | This is fallout from png upgrade. Modern GCC needs <cstring> for memmove, although clang seems to be happy without it. Notes: svn path=/head/; revision=376077
* UnbreakAntoine Brodin2015-01-021-22/+0
| | | | | | | Pointy hat: gahr Notes: svn path=/head/; revision=376058
* - Update to 1.0.1Pietro Cerutti2015-01-022-5/+4
| | | | | | | | Changelog: * Make vtkfox compatible with CMake 3.1.0 Notes: svn path=/head/; revision=376057
* Add patch (committed upstream) to make the port build with CMake 3.1.0.Raphael Kubo da Costa2015-01-021-0/+22
| | | | | | | | | | Also tested with CMake 3.0.2. The patch itself contains an explanation of what is being changed and why. There is no need to bump PORTREVISION as there are no functional changes. Notes: svn path=/head/; revision=376047
* Remove mkdir line in post-install, this is a left over form the old pangoKoop Mast2015-01-011-3/+0
| | | | | | | | | | cache location. PR: 196417 Submitted by: sunpoet@ Notes: svn path=/head/; revision=376000
* Update cinnamon to 2.4, this should fix [1] and [2].Koop Mast2014-12-305-9/+10
| | | | | | | | | | | | Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo Notes: svn path=/head/; revision=375852
* Allow building with either giflib 4.2 or 5.0Antoine Brodin2014-12-261-0/+177
| | | | | | | Obtained from: OpenBSD ports Notes: svn path=/head/; revision=375625
* Bump portrevision after png updateBaptiste Daroussin2014-12-2517-16/+17
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-2514-14/+14
| | | | Notes: svn path=/head/; revision=375594