aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to USES=libtool.Tijl Coosemans2014-04-282-11/+11
| | | | | | | | | - Replace autogen.sh in pre-configure with normal USE_AUTOTOOLS. The script also ran ./configure so configure ran twice. - Remove --with-pic from CONFIGURE_ARGS. Not needed. Notes: svn path=/head/; revision=352538
* x11-toolkits/p5-Alien-wxWidgets: Unbreak on some platformsJohn Marino2014-04-272-5/+5
| | | | | | | | | | | | | | | | | | | | | | | For me, the most cringeworthy makefile technique is the shell command (!=) evaluating another port with "make -C". This is very slow, fragile, and can cause a huge mess if something is out of wack. The technique was used in this port and it didn't even work on all platforms. For sure FreeBSD 8 (according to portsmon) and DragonFly were broken. Essentially the file "gtk2_3_0_0_uni_gcc_3.4.pm" was installed, but the broken plist substitution was looking for "gtk2__uni_gcc_3.4.pm". To fix this robustly, get rid of the whole "make -C" mess and the plist substituion and just use the find command to dynamically add this one file to the plist. Since it starts with a unique pattern, we really don't need to know the Wx version in order to establish the plist with this technique. Approved by: blanket Notes: svn path=/head/; revision=352448
* - Update to version 1.1.9Martin Wilke2014-04-265-173/+20
| | | | | | | | PR: 187968 Submitted by: Ports Fury Notes: svn path=/head/; revision=352211
* Stagify braseroBaptiste Daroussin2014-04-251-1/+1
| | | | | | | | | Convert to USES=libtool Chase shlib number change Clean up a bit chased ports Notes: svn path=/head/; revision=352177
* - Update to version 2.2.6Pawel Pekala2014-04-252-6/+7
| | | | | | | - Disable test for now, they fail with clang Notes: svn path=/head/; revision=352138
* Fix expiration dateBaptiste Daroussin2014-04-251-1/+1
| | | | | | | | With hat: portmgr Reported by: Dan Langille Notes: svn path=/head/; revision=352127
* Deprecate java bindings for gnomeBaptiste Daroussin2014-04-251-0/+3
| | | | | | | | | | They have never been used, are not updated upstream since 2009 and gnome@ team has already way too many things to care about Discussed with: kwm (gnome) Approved by: self (portmgr) Notes: svn path=/head/; revision=352126
* Bump portrevision after changes in gstreamer-plugins master portBaptiste Daroussin2014-04-251-1/+1
| | | | | | | Fix gstreamer-plugins-bad after changes in the master port Notes: svn path=/head/; revision=352119
* Update x11-toolkits/py-kivy to 1.8.0.David Naylor2014-04-245-47/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Kivy now supports python 2 and 3 ChangeLog: - Python 3.3 support: It's finally here, using the same codebase! And we deliver also 3 portables for Windows, one that package Python 2.7 and another with Python 3.3! - New media player named GstPlayer, based on Gstreamer 1.0. This player is currently used as a implementation for Audio and Video core provider. This allow us to not only use the latest Gstreamer and all the improvements done by them, but also have a common player for both Python 2.7 and 3.3 on desktop platforms. - Scrollview has been slightly enhanced to support smoother scrolling utilizing Matrix transformation by default. It also now supports scrolling through bars or content or both. - Widgets now can be disabled simply by using `disabled` property. - Textinput now has support for selection handles. - New Widgets! - ActionBar: Mimics Android?s own ActionBar appearance and mechanisms - Behaviors: ButtonBehavior, ToggleButtonBehavior, DragBehavior, just subclass a behavior to an existing widgets, and you get the behavior! (eg. class ImageButton(ButtonBehavior, Image)) - PageLayout: A simple multi-page layout allowing flipping through pages using borders - SandBox (experimental): Runs itself and its children in an exception-catching sandbox Notes: svn path=/head/; revision=352060
* Unbreak gtk30-referenceAntoine Brodin2014-04-241-1/+3
| | | | Notes: svn path=/head/; revision=352058
* Convert to USES=libtool pathfix.Tijl Coosemans2014-04-242-4/+4
| | | | Notes: svn path=/head/; revision=352051
* Replace all @unexec /bin/rmdir with @unexec rmdirMathieu Arnold2014-04-241-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=352017
* - USES=tar:xzPietro Cerutti2014-04-241-3/+1
| | | | Notes: svn path=/head/; revision=352000
* Update gstreamer 1.0 ports to version 1.2.4.Tijl Coosemans2014-04-231-1/+1
| | | | Notes: svn path=/head/; revision=351947
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-2339-85/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - Update to snapshot 10125Pietro Cerutti2014-04-232-3/+3
| | | | | | | Changes: http://www.fltk.org/articles.php?L1359 Notes: svn path=/head/; revision=351918
* - Update to 3.4.1Guido Falsi2014-04-232-7/+5
| | | | | | | | | | | - in x11-toolkits/scintilla, leverage USES=compiler to check if we're on clang or gcc PR: ports/188782, ports/188783 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=351916
* Support stageBaptiste Daroussin2014-04-222-6/+7
| | | | | | | Modernize Notes: svn path=/head/; revision=351827
* Support stageBaptiste Daroussin2014-04-222-10/+10
| | | | | | | | Strip binaries USES=libtool Notes: svn path=/head/; revision=351826
* Support stageBaptiste Daroussin2014-04-222-6/+6
| | | | | | | USES=libtool Notes: svn path=/head/; revision=351825
* Stage fxscintillaBaptiste Daroussin2014-04-223-7/+8
| | | | | | | | USES=libtool Chase shlib number change Notes: svn path=/head/; revision=351824
* Support stageBaptiste Daroussin2014-04-222-6/+8
| | | | | | | | Strip binaries USES=libtool Notes: svn path=/head/; revision=351823
* Support stageBaptiste Daroussin2014-04-222-5/+5
| | | | Notes: svn path=/head/; revision=351821
* Support stageBaptiste Daroussin2014-04-222-6/+5
| | | | Notes: svn path=/head/; revision=351820
* Support stageBaptiste Daroussin2014-04-222-31/+15
| | | | Notes: svn path=/head/; revision=351819
* Support stageBaptiste Daroussin2014-04-221-10/+8
| | | | Notes: svn path=/head/; revision=351817
* Support stageBaptiste Daroussin2014-04-222-13/+8
| | | | | | | USES=libtool Notes: svn path=/head/; revision=351814
* Convert gtkmm20 to stageBaptiste Daroussin2014-04-222-13/+18
| | | | | | | | USES=libtool Chase gtkmm20 shlib number change Notes: svn path=/head/; revision=351813
* Support stageBaptiste Daroussin2014-04-222-7/+6
| | | | | | | USES=libtool Notes: svn path=/head/; revision=351811
* - Fix version so it doesn't go down, reroll distfileDmitry Marakasov2014-04-222-4/+5
| | | | Notes: svn path=/head/; revision=351808
* Support stageBaptiste Daroussin2014-04-222-8/+7
| | | | | | | Modernize Notes: svn path=/head/; revision=351807
* Support stageBaptiste Daroussin2014-04-222-8/+7
| | | | | | | Modernize Notes: svn path=/head/; revision=351806
* Support stageBaptiste Daroussin2014-04-222-3/+4
| | | | | | | Modernize Notes: svn path=/head/; revision=351805
* Support stageBaptiste Daroussin2014-04-222-7/+7
| | | | | | | USES=libtool Notes: svn path=/head/; revision=351804
* Support stageBaptiste Daroussin2014-04-222-6/+7
| | | | | | | USES=libtool Notes: svn path=/head/; revision=351803
* Support stageBaptiste Daroussin2014-04-222-4/+5
| | | | Notes: svn path=/head/; revision=351802
* Support stageBaptiste Daroussin2014-04-222-6/+6
| | | | Notes: svn path=/head/; revision=351801
* Support stageBaptiste Daroussin2014-04-222-8/+7
| | | | Notes: svn path=/head/; revision=351800
* Support stageBaptiste Daroussin2014-04-222-13/+10
| | | | | | | USES=libtool Notes: svn path=/head/; revision=351799
* Support stageBaptiste Daroussin2014-04-222-8/+8
| | | | | | | USES=libtool Notes: svn path=/head/; revision=351796
* Support stageBaptiste Daroussin2014-04-222-5/+4
| | | | | | | USES=libtool Notes: svn path=/head/; revision=351793
* Support stageBaptiste Daroussin2014-04-222-6/+7
| | | | | | | USES=libtool Notes: svn path=/head/; revision=351792
* Support stageBaptiste Daroussin2014-04-221-14/+5
| | | | Notes: svn path=/head/; revision=351790
* Support stageBaptiste Daroussin2014-04-221-13/+4
| | | | Notes: svn path=/head/; revision=351788
* Support stageBaptiste Daroussin2014-04-221-16/+6
| | | | Notes: svn path=/head/; revision=351787
* Support stageBaptiste Daroussin2014-04-222-60/+52
| | | | | | | respect DOCS and EXAMPLES options Notes: svn path=/head/; revision=351786
* Support stageBaptiste Daroussin2014-04-222-40/+30
| | | | | | | Respect EXAMPLES Notes: svn path=/head/; revision=351785
* Support stageBaptiste Daroussin2014-04-222-50/+45
| | | | | | | respect EXAMPLES Notes: svn path=/head/; revision=351784
* Support stageBaptiste Daroussin2014-04-221-4/+3
| | | | | | | Uses libtool Notes: svn path=/head/; revision=351783
* Support stageBaptiste Daroussin2014-04-221-2/+1
| | | | Notes: svn path=/head/; revision=351778