summaryrefslogtreecommitdiff
path: root/x11-toolkits (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-1922-56/+34
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* - Update to 1.8.1 [1]Antoine Brodin2014-10-185-243/+210
| | | | | | | | | | | | - Reset Maintainer [2] - Fix build with new mesa PR: ports/185001 [1] Submitted by: Hardy Schumacher [1] Approved by: maintainer timeout (10 months) [2] Notes: svn path=/head/; revision=371106
* Fix build on freebsd 8Antoine Brodin2014-10-171-8/+2
| | | | Notes: svn path=/head/; revision=371067
* - Update to 0.2.3Guido Falsi2014-10-174-4/+16
| | | | | | | | - Strip binaries - Remove dirrm Notes: svn path=/head/; revision=371050
* Reset maintainershipBaptiste Daroussin2014-10-172-2/+2
| | | | Notes: svn path=/head/; revision=371040
* Remove @dirrm from my www and x11-toolkits portsJohn Marino2014-10-163-29/+2
| | | | Notes: svn path=/head/; revision=370999
* - Fix various distinfo errorsAlex Kozlov2014-10-161-1/+0
| | | | | | | | | | | | - Remove unused USE_* knobs - Fix typos in USE_* knobs - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D911 Notes: svn path=/head/; revision=370983
* Remove @dirrm's from my ports plistsPawel Pekala2014-10-132-4/+0
| | | | Notes: svn path=/head/; revision=370822
* - Update scintilla and scite to 3.5.1Guido Falsi2014-10-104-9/+8
| | | | | | | | | | - Remove dirrms PR: 193781 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=370597
* - Update to snapshot 10370Pietro Cerutti2014-10-103-7/+7
| | | | | | | * Release notes: http://www.fltk.org/articles.php?L1388 Notes: svn path=/head/; revision=370573
* - Update to snapshot 10350Pietro Cerutti2014-10-087-39/+68
| | | | | | | * Release notes: http://www.fltk.org/articles.php?L1387 Notes: svn path=/head/; revision=370439
* - Update to 3.0.2Pietro Cerutti2014-10-073-20/+21
| | | | | | | | * Release notes: http://www.wxwidgets.org/news/2014/10/wxwidgets-3.0.2-released/ Notes: svn path=/head/; revision=370348
* - Update to 2.7Pietro Cerutti2014-10-073-4/+4
| | | | | | | | | | * Announcement: https://groups.google.com/forum/m/#!topic/comp.lang.tcl/hXmtOHE6AlU * Changelog: https://code.google.com/p/tkdnd/source/browse/trunk/Changelog Notes: svn path=/head/; revision=370347
* - Update devel/libtool and devel/libltdl to version 2.4.2.418Tijl Coosemans2014-10-052-0/+2
| | | | | | | | | | | | | | | | | | | - Patch libtool so it uses the same library version specification as on Darwin, Linux and other systems. Given the version current:revision:age a library will be given the extension .so.major.age.revision with major equal to current-age. Before libtool would use .so.current on FreeBSD. - Patch libtoolize to remove two cases of umask 0 that caused libltdl files to be copied world writable (--ltdl option) - Let USES=libtool patch this new version correctly - Adjust all ports with USES=libtool:build and bump PORTREVISION on their dependent ports if a library version changed PR: 194068 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=370099
* Fix x11-toolkits/py-kivy due to cython update.David Naylor2014-10-042-4/+24
| | | | | | | | | | | | | | | | Cython changes its temporary variable handling and now fails on the file: kivy/graphics/sahder/pyx This has already been fixed upstream so just backport that fix. Also, update the USE_PYTHON et al variables. PR: 194065 Reported by: John Marino (marino@FreeBSD.org) Obtained from: https://github.com/kivy/kivy/commit/b2bc566 Notes: svn path=/head/; revision=369949
* Remove eel and ports that use it.Koop Mast2014-10-0310-279/+0
| | | | | | | Eel doesn't build after the gnome3 import. Notes: svn path=/head/; revision=369880
* - Use a new-style helper for the special powerpc64 CFLAGS setting.Raphael Kubo da Costa2014-10-022-12/+4
| | | | | | | | - Include only bsd.port.mk, the bsd.port.{pre,post}.mk combo is not needed here. Notes: svn path=/head/; revision=369847
* Remove gnomepanel dependancy, the requirement was removed from gnome-sharp.Koop Mast2014-10-021-2/+2
| | | | Notes: svn path=/head/; revision=369823
* Retire gnome-desktop-sharp20 it depends gnome-panel which is going awayKoop Mast2014-10-026-133/+0
| | | | | | | in the GNOME 3 import. Notes: svn path=/head/; revision=369817
* - Update to snapshot 10337Pietro Cerutti2014-09-303-4/+3
| | | | | | | | Changelog: * http://www.fltk.org/articles.php?L1386 Notes: svn path=/head/; revision=369613
* - Use canonical @FreeBSD.org emailDmitry Marakasov2014-09-301-1/+1
| | | | Notes: svn path=/head/; revision=369569
* Remove USE_AUTOTOOLSTijl Coosemans2014-09-241-3/+3
| | | | Notes: svn path=/head/; revision=369197
* - Drop @dirrm* from plistDmitry Marakasov2014-09-221-1/+0
| | | | Notes: svn path=/head/; revision=368957
* Update CentOS base to 6.5, add userland portsJohannes Jost Meixner2014-09-2225-22/+922
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=368845
* Patch configure to use ${CC} instead of ld to link the two shared objects itSean Bruno2014-09-211-2/+13
| | | | | | | | | | | | | | creates. This fixes a problem on arm where the shared object will attempt to access symbols in libgcc, however the .so files don't link against libgcc the build fails. PR: 193791 Submitted by: andrew Reviewed by: tijl Approved by: bapt (mentor) Notes: svn path=/head/; revision=368772
* Remove expired portsRene Ladan2014-09-205-88/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep some which are optional dependencies of non-expired ports 2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead 2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray 2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014 2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014 2014-09-20 comms/callsign: RubyForge shutdown May 15 2014 2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014 2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge 2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014 2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014 2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014 2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014 2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014 2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2 2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014 2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014 2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014 2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014 2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI Notes: svn path=/head/; revision=368630
* - Remove old libtool patchTijl Coosemans2014-09-192-16/+2
| | | | | | | - Use CFLAGS_sparc64 Notes: svn path=/head/; revision=368589
* Remove old libtool patch and drop .la fileTijl Coosemans2014-09-193-12/+3
| | | | Notes: svn path=/head/; revision=368588
* Remove USES=pathfix (already set by master port)Tijl Coosemans2014-09-191-1/+0
| | | | Notes: svn path=/head/; revision=368587
* - Update to snapshot 10321Pietro Cerutti2014-09-192-3/+3
| | | | | | | | | Changelogs: * http://www.fltk.org/articles.php?L1384 * http://www.fltk.org/articles.php?L1385 Notes: svn path=/head/; revision=368546
* Retire MANCOMPRESSED.Mathieu Arnold2014-09-181-1/+0
| | | | | | | | | | | | Also the compat NO_INSTALL_MANPAGES shim. Differential Revision: https://reviews.freebsd.org/D730 Reviewed by: antoine With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=368446
* - Update cad/p5-GDS2 to 3.28.Hiroki Sato2014-09-145-0/+30
| | | | | | | | - Add x11-toolkits/p5-Tk-WaitBox. This is an wait dialog module for Perl/Tk. Notes: svn path=/head/; revision=368191
* devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-1310-256/+147
| | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0 Notes: svn path=/head/; revision=368108
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-1075-45/+75
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update to 1.9.8Pietro Cerutti2014-09-103-4/+7
| | | | | | | | Release notes: http://sourceforge.net/p/tcllib/mailman/message/32817224/ - Update LICENSE information Notes: svn path=/head/; revision=367866
* Welcome Mate Desktop 1.8Baptiste Daroussin2014-09-105-247/+0
| | | | | | | The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org) Notes: svn path=/head/; revision=367830
* - Drop .la files, no dependees require themDmitry Marakasov2014-09-102-8/+3
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=367803
* - Update to 1.40Sunpoet Po-Chuan Hsieh2014-09-093-139/+134
| | | | | | | | | | - Convert to new options helper - Strip shared library Changes: http://search.cpan.org/dist/Prima/Changes Notes: svn path=/head/; revision=367738
* - Update to version 2.10.0Pawel Pekala2014-09-064-29/+14
| | | | | | | | - Fetch by using USE_GITHUB macros - Make COMMENT description better Notes: svn path=/head/; revision=367469
* - Update to version 2.2.8Pawel Pekala2014-09-063-11/+6
| | | | | | | - Use INSTALL_TARGET for stripping Notes: svn path=/head/; revision=367457
* - Update to snapshot 10272Pietro Cerutti2014-09-052-3/+3
| | | | | | | | Changelog: * http://www.fltk.org/articles.php?L1383 Notes: svn path=/head/; revision=367335
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-042-8/+5
| | | | | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr Notes: svn path=/head/; revision=367307
* Remove now useless @execBaptiste Daroussin2014-09-031-1/+0
| | | | Notes: svn path=/head/; revision=367157
* Let pkg deal with empty directoriesBaptiste Daroussin2014-09-021-2/+1
| | | | Notes: svn path=/head/; revision=367133
* Use @rmtryBaptiste Daroussin2014-09-021-4/+1
| | | | | | | Let pkg deal with empty directories Notes: svn path=/head/; revision=367132