This package lacked an evolution option (to depend on
evolution-data-server). Other gnome packages had such an option,
which is highly useful to get back to a workin system in the scenario
where libffi has a new major version shlib, and evolution-data-server
won't build. Because the option defaults to on, this doesn't change
the default behavior, but those who set
PKG_DEFAULT_OPTIONS+=-evolution can be spared the build pain.
A decision about whether evolution support should be on by default or
not is pending; this change is not controversial and is being made now.
x11/p5-Wx-Perl-ProcessStream from 0.30nb to 0.32.
upstream changes:
0.32 2012-03-28 00:00
For wxWidgets 2.9.3 some changes in wxExcute + Yield on some
platforms requires different handling
0.31 2012-03-27 00:00
Test changes only - Fixes for tests on MSW - pre quoting of params
not needed
from 0.54nb4 to 0.60.
upstream changes:
0.60 Fri Aug 24 2012
- allow building 2.9.4
- correct SDKs for Mountain Lion
- fixes for XCode 4.4
0.59 Tue May 01 2012
- Version sub modules to keep meta info users happy
0.58 Thu Apr 12 2012
- WXWIN / WXDIR MSWin32 fix.
0.57 Tue Mar 27 2012
- fix for osx-cocoa overlay drawing in 2.9.x
- Return --with-osx_cocoa . --with-mac on better basis.
- several fixes for default macosx builds
0.56 Fri Mar 16 2012
- add propgrid ribbon webview library names
0.55 Tue Feb 28 2012
- Correctly interpret boolean option = 1 as 'yes'
( Thanks to Robert Olsen )
- Fix for msw builds where Perl defines -D_USE_32BIT_TIME_T
( Thanks to Bjoern Hoehrmann )
- Fix for Xcode 4.3 on OSX Lion
- Allow build 2.9.3 wxWidgets (default for 64 bit Mac)
Gaetan Nadon (4):
config: the file COPYING in EXTRA_DIST is redundant
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Jon Lund Steffensen (1):
Port xbacklight to XCB
Matt Turner (1):
xbacklight 1.2.0
Added PLIST_VAR in order to install native code files only on appropriate
architectures.
This closes PR pkg/46922 (submitted before I became a developer).
Changes from 2.14.2 to 2.16.0:
2012.08.23 [Jacques]
* update Windows port, compiles fine on mingw with
./configure --disable-gtktest
* lablgtk2 script does not load extra libraries by default
(use flag -all to load all extensions)
2012.08.17 [Jacques]
* generate correct lablgtk2 script for findlib.
* add old-uninstall target.
* support threaded toplevel with Quartz backend, using gtkThTop.ml
(runs the toplevel loop in another thread)
* remove GtkThInit from META (not portable)
* avoid busy waiting by using g_main_context_set_poll_func to
make polling non-blocking.
busy waiting is still needed for VM threads, and can be activated
by setting the environment variable LABLGTK_BUSY_WAIT.
2012.08.16 [Jacques]
* update applications/browser for OCaml 4.00
* update applications/camlirc to use GText instead of GBroken.text
2012.07.26 [Pierre-Marie]
* improvements to GtkSourceView2.
* add cast and assignation functions to GText.nocopy_iter.
* add Gtk 2.10 missing key modifiers.
2012.07.24 [Jacques]
* can still install using old-install.
2012.06.19 [Adrien]
* add a high-level API to create keyboard shortcuts.
2012.06.12 [Adrien]
* add several #as_foo methods: entry, notebook, range
* new signals for notebook: select_page, reorder_tab,
change_current_page, move_focus_out, page_{added,removed,reordered}
* add gtk_container_child_{set,get}_property
* add gtk_notebook_{set,get}_tab_reorderable
* add gtk_signal_new which can be used to create custom keyboard shortcuts
* add g_signal_list and g_signal_query
* add functions to connect to notify::foo signals which indicate when an
object property changes
* add foo#connect#notify_bar methods to add callbacks on changes of
the "bar" property of the object "foo".
2012.04.11 [Maxence]
* use findlib to install (see README for the list of installed packages)
2012.06.05 [Jacques]
* merge GtkSourceView2 additions by Pierre-Marie Pedrot
2012.03.07 [Jacques]
* add Make_Val_option to wrappers.h
2011.07.20 [Jacques]
* add gtk_accelerator_name/get_label (for Pierre Boutillier)
* add gtk_accel_map_foreach/change_entry (ibid)
* add gdk_window_clear_area (for DDR)
* make gtk_tree_view_get_visible_range version dependent (Thomas Ripoche)
* Allow building with automake 1.12
* Bugs fixed:
616997 gtk_recent_manager_add_item() is slow
680346 gtk+-2.24.11 (commit 3f6592f6) breaks keyboard input...
680901 GTK+: The chinese translations of "even sheet" and ...
681784 colorspaces used in gtk+ and cairo quartz backends d...
683070 tooltip: add tooltip-radius and tooltip-alpha style ...
683279 range: add a primary-button-warps-slider style prope...
quartz: fix corruption during scrolling in some cases
* Translation updates:
Polish
Traditional Chinese
and end up with libtk85.so. The default case would end up with libtk8.5.so
instead, which at least conflicts with what the PLIST says, but also
eventually failed to build on platforms ending up with the default behaviour.
Fixes the build on Linux platforms, should be no change elsewhere.
to be stuck at version 8.2.0b1, to http://tix.sourceforge.net/, which
offers version 8.4.3, straight-forward buildable with the recently updated
tcl.
Gone is "tixwish" as a separate program, instead use tk's "wish" +
"package require Tix" instead.
For a complete set of changes, see ChangeLog in the source. The major
changes for 8.4.0 were:
+ Complete rewrite of the build system to use TEA
+ Separation of Tix package require and Tix style usage
+ Code cleanup to use Tcl 8.4 as a base version
Dave Airlie (1):
radeon: add prime import/export support
Kenneth Graunke (1):
intel: Use VG_CLEAR on the context destroy ioctl as well.
Marek Olšák (3):
radeon: fix allocation of MSAA surfaces on r600-r700
radeon: align r600 msaa buffers to a multiple of macrotile size
* num samples
configure: bump version for 2.4.39 release
Tobias Klausmann (1):
tests/modetest: Add a forgotten return, needed for opensuse buildservice
Víctor Manuel Jáquez Leal (1):
omap: include omap_drm.h independently
1.0.5:
This minor maintenance release fixes compiler warnings and improves
build configuration.
Alan Coopersmith (5):
Strip trailing whitespace
Remove old XFree86 CVS id
Add const attributes to fix gcc -Wwrite-strings warnings
Fix -image argument parsing to not shadow "i" variable
xcursorgen 1.0.5
Gaetan Nadon (2):
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
config: move man pages into their own directory
1.0.4:
This minor maintenance release allows building with libpng 1.4 & later,
and includes the usual round of recent build improvements & janitorial
cleanups.
Alan Coopersmith (2):
config: Remove unnecessary calls from configure.ac
xcursorgen 1.0.4
Cody Maloney (1):
Upgraded to work with libpng14
Gaetan Nadon (6):
Makefile.am: do not include autogen.sh in distribution #24183
.gitignore: use common defaults with custom section # 24239
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: update AC_PREREQ statement to 2.60
Yaakov Selkowitz (2):
Remove INSTALL from git
Use AC_PROG_SED and MAN_SUBSTS in macros-1.8
1.0.3:
Minor janitorial release of the application to prepare X cursor sets for
use with libXcursor.
Alan Coopersmith (3):
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
xcursorgen 1.0.3
Paulo Cesar Pereira de Andrade (1):
Ansification and compile warning fixes.
1.0.2:
Alan Coopersmith:
Coverity #621: RESOURCE_LEAK: Returned without freeing storage "curr"
renamed: .cvsignore -> .gitignore
Coverity #624: RESOURCE_LEAK: Returned without freeing storage "fp"
Change xcursorgen_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Replace static ChangeLog with dist-hook to generate from git log
Use PACKAGE_VERSION for --version output
Remove unused AC_TYPE_SIGNAL from configure.ac
Add options/flags to man page & other man page cleanups
Correct help flag in usage message (-?, not -h)
Use strdup instead of malloc/strlen/strcpy
Set version string in man page
Version bump: 1.0.2
1.0.1:
Bug #3270: Fix rounding errors.
Technically, this is a downgrade of the version number, but I don't really
care and I hope noone else does either.
The version of the new tk package had some problems.
- The x11 paths weren't coming through
- The tkConfig.sh utility was missing runpath definition for TK_LIB_SPEC
- Threading was automatically selected
The X11 problem was fixed with addition CONFIGURE_ARGS
The runpath for TK_LIB_SPEC was added in the configure patch
An options.mk file was added based on the tcl version.
Problems found and fixes suggested by he@
Highlights of Tk 8.5
* New modern theming engine: New and complementary widgets that make use
of platform-specific theming on Mac OS X and Windows to better fit in
with those environments, and feature an improved look and feel under
X11.
* New widgets: Part of the themed widget set, Tk now has core notebook,
combobox, treeview and progressbar widgets.
* text widget: Smooth scrolling, widget peering, and improved procedures
for counting and replacing text.
* Font rendering: Now uses anti-aliased text under X11, and a more
modern text engine (ATSUI) on Mac OS X.
* Additional improvements: Window transparency, new fullscreen option
for windows, enhancements to specific widgets and window layout,
and more.
There is of course much, much more.
See [8.5 Changes](http://wiki.tcl.tk/10630) on the wiki for a complete
list of new features.
gcc44 complains "control reaches end of non-void function" on DragonFly
Apparently gcc45+ recognizes the assert, but for those compilers that don't,
putting a dummy return value won't hurt anything and it fixes the build
at least for gcc 4.4.