summaryrefslogtreecommitdiff
path: root/x11-toolkits (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-087-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Use real PORTVERSIONSunpoet Po-Chuan Hsieh2014-12-081-3/+1
| | | | Notes: svn path=/head/; revision=374289
* - Use real PORTVERSIONSunpoet Po-Chuan Hsieh2014-12-081-3/+1
| | | | Notes: svn path=/head/; revision=374288
* UnbreakAntoine Brodin2014-12-082-2/+2
| | | | Notes: svn path=/head/; revision=374235
* Sort entries alphabetically across all categories to avoid extra repo churn.Alexey Dokuchaev2014-12-071-4/+4
| | | | Notes: svn path=/head/; revision=374216
* Update "BSD" license in x11 categoriesMark Felder2014-12-073-5/+9
| | | | Notes: svn path=/head/; revision=374203
* - Update to 3.5.2Dmitry Marakasov2014-12-053-10/+18
| | | | | | | | | | | - Add license information PR: 195675 Submitted by: lightside@gmx.com Approved by: cyberbotx@cyberbotx.com (maintainer) Notes: svn path=/head/; revision=374012
* The gtk30 port installs share/icons icons so it needs INSTALLS_ICONS set.Koop Mast2014-12-041-1/+2
| | | | | | | Submitted by: antoine@ Notes: svn path=/head/; revision=373986
* - Fix python compilation to not reference stagedir in compiled filesDmitry Marakasov2014-12-033-2/+23
| | | | | | | | | - Strip libraries MFH: 2014Q4 Notes: svn path=/head/; revision=373847
* Update GNOME to 3.14.2.Koop Mast2014-12-0312-46/+19
| | | | | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo Notes: svn path=/head/; revision=373802
* Update to 0.3.0Olivier Duchateau2014-12-028-128/+65
| | | | Notes: svn path=/head/; revision=373776
* Fix build when linking with libperl.so.Mathieu Arnold2014-12-011-0/+18
| | | | | | | | With hat: portmgr, perl Sponsored by: Absolight Notes: svn path=/head/; revision=373713
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* Allow building without /usr/bin/perl symlinkAntoine Brodin2014-11-292-7/+2
| | | | | | | PR: ports/195494 Notes: svn path=/head/; revision=373616
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-2692-1957/+1645
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Make sure vte doesn't enabled stack-protector on it own on i386 whenKoop Mast2014-11-251-1/+7
| | | | | | | | | | | OSVERSION < 1000036 (taken from bsd.ssp.mk). Else it fails to build with: libvte-2.91.so: undefined reference to `__stack_chk_fail_local'. PR: 195267 Submitted by: bar@ Notes: svn path=/head/; revision=373430
* - Update devel/efl to 1.12.1Grzegorz Blach2014-11-252-3/+3
| | | | | | | - Update x11-toolkits/elementary to 1.12.1 Notes: svn path=/head/; revision=373428
* Bump PORTREVISION after graphics/poppler update to 0.26.3Max Brazhnikov2014-11-251-0/+1
| | | | Notes: svn path=/head/; revision=373404
* - Merge EFL libraries into devel/efl and update to 1.12.0Grzegorz Blach2014-11-253-112/+574
| | | | | | | | | | | | | | | | | - Update x11-toolkits/elementary to 1.12.0 - Update x11-wm/enlightenment to 0.19.1 - Update graphics/evas_generic_loaders-* to 1.12.0 - Update devel/e_dbus to 1.7.10 - Update benchmarks/expedite to 1.7.10 - Move some of x11-wm/e17-module-* to x11-wm/e-module-* and update to recent snapshots - Add multimedia/emotion_generic_players-vlc - Add multimedia/rage Reviewed by: crees, antoine Notes: svn path=/head/; revision=373393
* - Add LICENSESunpoet Po-Chuan Hsieh2014-11-242-5/+4
| | | | | | | - Cleanup PLIST Notes: svn path=/head/; revision=373340
* - Add LICENSESunpoet Po-Chuan Hsieh2014-11-242-5/+3
| | | | | | | - Cleanup PLIST Notes: svn path=/head/; revision=373339
* - Add LICENSESunpoet Po-Chuan Hsieh2014-11-242-5/+4
| | | | | | | - Cleanup PLIST Notes: svn path=/head/; revision=373338
* Remove SITE_ARCH/auto/Tk/pTk/extralibs.ld, it's empty, and conflicts.Mathieu Arnold2014-11-243-3/+8
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=373225
* Remove old firefox/thunderbird crash workaround. Upstream fixed it, and nowKoop Mast2014-11-242-38/+1
| | | | | | | | | | the patch is causing window update issues. PR: 195312 Submitted by: gblach@ Notes: svn path=/head/; revision=373199
* graphics/linux-c6-gdk-pixbuf: rename to -pixbuf2Johannes Jost Meixner2014-11-241-1/+2
| | | | | | | | | | | | | | | | - Rename gdk-pixbuf to linux-c6-gdk-pixbuf2 to properly distinguish between linux- gdk-pixbuf 1 and 2. - Change consumers dependencies to match. PR: 195120, 195121 Differential Revision: https://reviews.freebsd.org/D1192 Submitted by: Jan Beich <jbeich@vfemail.net> Reviewed by: rene (emulation) Approved by: swills (mentor) Approved by: portmgr (swills) Notes: svn path=/head/; revision=373192
* Adjust plist after gtk20 updateAntoine Brodin2014-11-231-3/+6
| | | | Notes: svn path=/head/; revision=373161
* - Update to the latest stable version to date, 0.90.8.2Alexey Dokuchaev2014-11-233-18/+9
| | | | | | | | | | - Remove CPPFLAGS/LDFLAGS augmentation, it is not needed - Sort USES, make COMMENT more in line with pkg-descr - Remove @dirrm lines from pkg-plist and convert to PLIST_FILES since it is down to four lines now Notes: svn path=/head/; revision=373145
* Update to 2.24.25.Koop Mast2014-11-224-32/+12
| | | | | | | | | | While here drop :keepla from USES=libtool. PR: 191177 Submitted by: dcarmich@dcarmichael.net Notes: svn path=/head/; revision=373090
* x11-toolkits/iwidgets: mutually agreed maintainship changeJohn Marino2014-11-191-1/+1
| | | | | | | | | PR: 195166 Old maintainer: pauls (utdallas.edu) New maintainer: Chris Hutchinson Notes: svn path=/head/; revision=372805
* Remove libzvt, it is not used anymore by anything in the ports treeBaptiste Daroussin2014-11-198-87/+0
| | | | Notes: svn path=/head/; revision=372785
* Catch up with :keepla removal from USES=libtool in the master portKoop Mast2014-11-192-2/+1
| | | | | | | Submitted by: antione@ Notes: svn path=/head/; revision=372782
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-1952-1281/+776
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* - Update Tcl/Tk 8.5 to 8.5.17Pietro Cerutti2014-11-153-20/+13
| | | | | | | Release notes: http://code.activestate.com/lists/tcl-core/14232/ Notes: svn path=/head/; revision=372592
* - Update Tcl/Tk 8.6 to 8.6.3Pietro Cerutti2014-11-152-3/+3
| | | | | | | Release notes: http://code.activestate.com/lists/tcl-core/14265/ Notes: svn path=/head/; revision=372590
* Cleanup plistAntoine Brodin2014-11-135-152/+6
| | | | Notes: svn path=/head/; revision=372533
* Copy patch from lang/qt5-qml to fix the build with base GCC.Raphael Kubo da Costa2014-11-131-0/+23
| | | | | | | | | | | Since r372179 we are using the QML headers from the tarball, not the ones installed system-wide by qt5-qml. While this is not a problem and is kind of intended, it also means we need to apply patches like this one to both ports now. Notes: svn path=/head/; revision=372513
* Use a smarter strategy to avoid building src/qml and src/qmldevtools.Raphael Kubo da Costa2014-11-122-22/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simply patching src/src.pro to remove those directories from the build does not work in all cases. If an older version of qt5-quick is installed, their .pri files in mkspecs/modules will be picked up, and in the end when linking programs such as tools/qmltestrunner something like this happens: c++ [...] -Wl,-rpath-link,/usr/local/lib -o ../../bin/qmltestrunner -L${WRKSRC}/lib -lQt5QuickTest [...] The -rpath-link linker option will make ${LOCALBASE}/lib take precedence in directory lookups, so when the newly-built libQt5QuickTest.so asks for libQt5Quick.so in its DT_NEEDED section the older version installed in ${LOCALBASE}/lib will be used instead of the one that has just been built. If the new version has symbols the older one does not (Qt releases are backwards, not forwards, compatible), the build will fail. So instead of patching src/src.pro, we let the configuration process proceed without any patching so that the local .pri files are created in ${WRKSRC}/mkspecs and the Makefiles are created in a way that -rpath-link is not passed to the linker anymore. We only need to symlink the existing libraries built by lang/qt5-qml (this is similar to what we do with qtbase ports to avoid rebuilding tools such as qmake and moc), and then change the Makefiles in src/qml and src/qmldevtools so that nothing gets built. This might even be a solution for other ports that got .pro patches in r372179, since depending on which parts depend on which the same thing could happen in the future. I'm not bumping PORTREVISION because the resulting binaries will not change and this only fixes the build where it was broken before. PR: 194870 Notes: svn path=/head/; revision=372491
* x11/rubygem-gnome2: update to 2.2.3Steve Wills2014-11-1216-24/+24
| | | | | | | | | Update all rubygem-gnome2 and related ports to 2.2.3 While here, mark rubygem-glib2 as broken with Ruby 2.1 Notes: svn path=/head/; revision=372475
* Upgrade CentOS to 6.6Johannes Jost Meixner2014-11-1111-71/+66
| | | | | | | | | | | | | | | | | | | | | - Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=372445
* Cleanup plistAntoine Brodin2014-11-104-22/+0
| | | | Notes: svn path=/head/; revision=372428
* - fix MASTER_SITESDirk Meyer2014-11-091-2/+1
| | | | Notes: svn path=/head/; revision=372364
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵Mathieu Arnold2014-11-071-2/+2
| | | | | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=372262
* Update Qt5 ports to 5.3.2.Raphael Kubo da Costa2014-11-0512-115/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proudly presented by the KDE on FreeBSD team, with several guest stars. This update took way longer than initially expected due to us previously accumulating assumptions and changes to Qt's build system that finally bit us back with the 5.3 release series, so we had to do a fair amount of cleanup. New ports: - comms/qt5-serialport: Qt functions to access serial ports, originally based on work by Fernando Apesteguia. [1] - devel/qt5-qdoc: Qt documentation generator, the Qt5 equivalent of devel/qt4-qdoc3. Originally worked on by Tobias Berner. It had already been half-split from devel/qt5-buildtools, we just needed to finish the work. Dead ports: - devel/qt5-qmldevtools: Merged into lang/qt5-qml. Minor changes: - devel/qt5: Add x11/qt5-x11extras and the new ports to the dependency list. - graphics/qt5-imageformats: The port now supports the JPEG2000, WEBP, Direct Draw Surface and ICNS formats. - multimedia/qt5-multimedia: The ALSA and PULSEAUDIO options are now mutually exclusive due to changes introduced in Qt 5.3.0 (the ALSA code is now a proper plugin that is only built if PulseAudio is not used). - x11/qt5-x11extras: Add USE_LDCONFIG since the port installs a shared library. The big changes: - bsd.qt.mk: Set QMAKESPEC instead of QMAKEPATH. [3] QMAKEPATH does much more than we want now that we call qmake from the top of ${WRKSRC}. qmake uses QMAKEPATH when evaluating the QMAKE_MKSPECS property, which is in turn used by qt_config.pri to load the .pri files in mkspecs/modules. In practice, this means that if people have an older Qt installation those files will be used and QT_CONFIG will have values such as "gui" even if one is building a port like textproc/qt5-xml, which passes -no-gui to the configure script. Consequently, unintended code paths may be enabled or the configuration step can just fail if the .pro files expect values that are not present in the system-wide, older .pri files. We avoid all those problems if we use QMAKESPEC, as qmake does not take its value into account when evaluating the QMAKE_MKSPECS property and will only parse the files in the mkspec's directory (mkspecs/freebsd-clang, for example, instead of all the files in mkspecs). - Stop explicitly passing ${LOCALBASE} to the compiler. [3] qmake's behavior has changed in Qt 5, and the paths set in QMAKE_INCDIR and QMAKE_LIBDIR in the mkspecs are passed before any others, such as the ones in the build directory themselves. In practice, this means that we end up with linker calls like this: c++ -o libfoo.so foo.o bar.o -L/usr/local/lib -L/wrkdir/build/lib -lQt5Gui -lQt5Core So if one already has Qt installed in the system, the older, already present version of the libraries in /usr/local/lib will be used instead of the newly-built ones in /wrkdir/build/lib. QTBUG-40825 discusses this behavior upstream, but there has been no agreement on a solution yet. For now, the solution adopted is to make the compiler and the linker aware of those paths but only try them last after all others, and this is achieved by setting the CPATH and LIBRARY_PATH environment variables when qmake is being used. In addition to setting them in CONFIGURE_ENV and MAKE_ENV, we also need to stop changing QMAKE_INCDIR and QMAKE_LIBDIR as well as filter those paths from the pkg-config calls qtbase's configure script makes. - Call qmake from the root of the ${WRKSRC}. In Qt 5.3, Qt's build infrastructure has undergone some changes that make our previous approach of calling qmake from the directories we want to build stop working. Things would break even more in Qt 5.4, in which qtbase's configure script does not accept the -process, -fully-process and -dont-process arguments anymore (it always behaves as if -process had been used). Bite the bullet and start calling qmake from ${WRKSRC}. The largest part of this change involves changing lines in Makefiles from WRKSRC_SUBDIR= foo/bar to BUILD_WRKSRC= ${WRKSRC}/foo/bar INSTALL_WRKSRC= ${WRKSRC}/foo/bar as well as adding patches to .pro files to avoid entering other subdirectories and removing post-configure targets that are not necessary anymore. Since qmake needs to be called from the top of ${WRKSRC} anyway, we can also simplify the configuration process for the qtbase ports a little. Looking at r10019 it is not clear why we started calling qmake in the pre-configure target in addition to the post-configure one (while also skipping it in do-configure), but we can now drop this call since letting configure behave as if -process had been passed means it will call qmake on its own and overwrite the files generated by the pre-configure call. We still need to call qmake in post-configure though, as the configure script does not pass -recursive when calling qmake and we need to be able to call make from any subdirectory when building. PR: 194762 [1] PR: 194566 # exp-run with base GCC and clang PR: 194088 [3] Notes: svn path=/head/; revision=372179
* x11-toolkits/irrlicht: Fix DEBUG option, missing linker symbolsJohn Marino2014-11-022-3/+5
| | | | | | | | | | | | | * apply NDEBUG=1 when DEBUG is off * Depend on libGL instead of libGLU * Add missing -lX11 -lZ to LDFLAGS * Add USE_XORG= x11 xxf86vm PR: 194565 Submitted by: Andriy Voskoboinyk Notes: svn path=/head/; revision=372081
* - Add LICENSEDmitry Marakasov2014-11-012-1/+3
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=371993
* x11-toolkits/linux-c6-gtk2: fix plist issuesJohannes Jost Meixner2014-10-271-32/+11
| | | | | | | | | | | | | - Add several PORTDOCS to pkg-plist. - Fix two orphaned files - Deprecate @dirrm{,try} in favor of @dir where absolutely necessary. Submitted by: antoine Differential Revision: https://reviews.freebsd.org/D987 Approved by: swills (mentor) Notes: svn path=/head/; revision=371571
* x11-toolkits/linux-c6-qt47-x11: fix pkg-plist issuesJohannes Jost Meixner2014-10-272-34/+4
| | | | | | | | | | | | - fix pkg-plist issues with duplicate translations - remove unneccessary @dirrmtry entries Submitted by: antoine Differential Revision: https://reviews.freebsd.org/D988 Approved by: swills (mentor) Notes: svn path=/head/; revision=371569
* Remove @dirrm and @dirrmtry entries from the Qt ports.Raphael Kubo da Costa2014-10-237-111/+0
| | | | Notes: svn path=/head/; revision=371415
* Update to 3.8.Romain Tartière2014-10-213-18/+5
| | | | | | | | PR: 194415 Submitted by: Sascha Holzleiter <sascha@root-login.org> Notes: svn path=/head/; revision=371312
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371254