Commit graph

23 commits

Author SHA1 Message Date
jperkin
02201cb05b Use OPSYSVARS. 2016-02-26 10:57:45 +00:00
dbj
3b292f5b82 add missing @comment with rcs tag 2016-02-18 06:20:45 +00:00
dbj
7754a392ee build wxGTK30 using cocoa by default on Darwin
we might want to consider renaming this package
2016-02-17 10:16:05 +00:00
dbj
ee0f403da0 remove symlinks for wx-config and wxrc in ${PREFIX}/bin
this avoids conflicts with wxGTK28 and
is the rest of the fix for PR pkg/50389
2016-02-16 03:40:44 +00:00
dbj
a31b5bafcd help dependencies find the correct version of wxGTK
This is a partial fix for PR pkg/50389
2016-02-16 03:37:30 +00:00
dbj
ea78dbf9a9 add one more version specific symlink for wx-config in bin 2016-01-19 04:18:35 +00:00
dbj
091f4f1d7b install everything in version specific directory except for a few symlinks in bin
This is a partial fix for PR pkg/50389
for now we need to keep the conflicting links in bin until we have a fix for dependencies
2016-01-19 03:48:06 +00:00
dholland
a3d1589e21 Whitespace. 2015-12-29 04:54:34 +00:00
joerg
da21ea07e3 Check that the compiler is actually gcc. 2015-12-14 19:50:55 +00:00
bouyer
9d4381fb58 Fix comment, pointed out by wiz@ 2015-12-14 16:57:29 +00:00
bouyer
86a684121d Disable precomp-headers on NetBSD with gcc 4.8 (i.e. NetBSD 7.0)
to avoid cc1plus 100% CPU spin. Should fix PR pkg/50287 and
workaround PR port-i386/50553
2015-12-14 16:49:22 +00:00
agc
d8f09469bb Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 03:28:24 +00:00
tnn
6a69e9522b Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
joerg
ebfdc7aca4 Sync includes with main package. 2015-03-19 19:18:07 +00:00
wiedi
a7314e779d Fix build on SunOS by adding patch for math function ambiguity and disabling
xlocale detection on SunOS for now, as there is enough support to fool detection
on illumos but not enough to finish the build yet.
2015-01-17 11:16:59 +00:00
ryoon
cf77ec88ba Update to 3.0.2
* Enable wxscintilla.

Changelog:
3.0.2: (released 2014-10-06)
----------------------------

All:

- Fix silent data loss in wx[F]File::Write(wxString) if conversion fails.
- Make wxString::FromCDouble() work when the global C++ locale is not the C one.
- Add support for "%V", "%G" and "%g" to wxDateTime::Format().

All (GUI):

- Add wxGenericListCtrl::EndEditLabel() (Tim Kosse).
- Implement bounding box computation in wxGCDC (Toni Ruža).
- Fix saving GIF animations with 2.5s+ delays between frames (elvissteinjr).
- Add "variant" property to windows in XRC.
- Add XRC handler for wxSimplebook.
- Return correct value from wxCommandEvent::GetString() for programmatically
  generated wxEVT_TEXT events from wxComboBox.
- Accept "default" as font family value in XRC (pieleric).
- Send events when toggling wxPropertyGrid nodes from keyboard (Armel Asselin).

wxGTK:

- Fix mouse handling in wxNotebook containing wxListCtrl (Charlie Fenton).
- Fix layout of wxSearchCtrl to not truncate text in it.

wxMSW:

- Fix Cygwin 1.7 build.
- Work around a bug in MinGW 4.8 headers and fix build with it too.
- Include x64 configurations in MSVC 8/9 project files too.
- Fix parallel build of MSVC 11/12 solutions (Artur Wieczorek).
- Fix background of wxRadioBox buttons and wxSlider (Artur Wieczorek).
- Fix appearance of wxToggleButtons with non default colours (Artur Wieczorek).
- Fix drawing on wxDC when using right-to-left layout (Artur Wieczorek).
- Fix wxGrid appearance and behaviour in RTL (Artur Wieczorek).
- Fix creating wxBitmap from monochrome wxIcon or wxCursor (Artur Wieczorek).
- Fix handling of bitmaps with alpha in wxImageList (Artur Wieczorek).
- Add paragraph spacing attributes support to wxTextCtrl (dannchr).
- Show new style directory selector even for non existent paths (raychow).
- Fix order of radial gradient stops (Alexandru Pana).
- Fix font created using wxFont(wxFontInfo()) ctor.
- Fix wxFileName::GetShortcutTarget() in console applications.
- Fix wxFileName::MakeRelativeTo() for shortcut files (gafatoa).
- Fix height of initially empty wxBitmapComboBox (Artur Wieczorek).
- Fix setting label of submenu items (Artur Wieczorek).
- Fix using Esc as accelerator in the menus.
- Fix wrong initial status bar height in some cases (Artur Wieczorek).
2015-01-07 13:22:58 +00:00
joerg
25c5cef6f7 Add explicit dependency to ensure relinking is done in the correct
order.
2014-12-10 14:02:31 +00:00
wiz
b4cecdc127 Include libSM since it's needed. 2014-09-20 21:14:35 +00:00
wiz
f9faed4088 Disable visibility to fix build on NetBSD with gcc.
Bump PKGREVISION.
Reported upstream as http://trac.wxwidgets.org/ticket/16571 .
2014-09-19 08:35:41 +00:00
dbj
a7219f2331 fix build on darwin, which does not install include/wx-3.0/wx/unix/fswatcher_inotify.h
see comments in wxWidgets-3.0.1/build/bakefiles/files.bkl for reasons
2014-08-20 07:07:32 +00:00
joerg
3285b38821 Fix build on NetBSD. Add missing libSM dependency. Sort dependencies.
Bump revision.
2014-08-13 22:32:43 +00:00
dbj
07586783ab use LICENSE=gnu-lgpl-v2 and note exception in Makefile comment
install the lgpl.txt file as well in the pkg doc directory
change per discussion on tech-pkg@
2014-07-30 06:53:21 +00:00
dbj
6676166fc8 Create wxGTK30 package for wxWidgets 3.0.1 2014-07-21 06:53:24 +00:00