Commit graph

9735 commits

Author SHA1 Message Date
wiz
aa96400e49 Update to 2.12.10:
2010-03-08  Mike Kestner  <mkestner@novell.com>

	* configure.in.in: revert the -platform flag usage on windows until
	we can figure out why it breaks Gtk# on mono.

2010-03-01  Mike Kestner  <mkestner@novell.com>

	* msi/gtk-sharp-2.0.wxs.in: use the netfx runtime version checks.
	Check for version 2.0 or greater.
	* msi/Makefile.am: ref the netfx extension.

2010-02-26  Mike Kestner  <mkestner@novell.com>

	* configure.in.in: backport the mono-2 configure fallback.

2010-02-26  Mike Gorse  <mgorse@novell.com>

	* atk/Object.custom, atk/glue/object.c: Bind GetAttributes.

2010-01-11  Mike Kestner  <mkestner@novell.com>

	* configure.in.in: checks for wix and add platform switch to win32
	builds to ensure 32BIT+ and PE32 are set. [Fixes #473566]
	* gtk-sharp-2.0.wxs.in: moved to msi dir and enhanced. see below.
	* license.rtf: moved to msi dir
	* Makefile.am: add new dir, move installer target to msi Makefile.
	* msi/*: new installer building framework.  conditionally builds on wix
	availability.  downloads official binary bundles to build an unmanaged
	module. adds the .mo files to support translation [Fixes #513017]
	updated gtk+ version to 2.16.6.  still depends on win32-installers build
	for mono-posix and mono-cairo modules.

2009-11-30  Mike Kestner  <mkestner@novell.com>

	* generator/Method.cs: support win32_utf8_variant attribute on methods.
	* glib/*.cs: support win32 utf8 variant methods.
	* gtk/*.custom: support win32 utf8 variant methods.
	* gtk/Gtk.metadata: mark some win32_utf8_variant methods.
	  [Fixes #550961] Adapted from a patch by Tor Lillqvist.

2009-11-23  Christian Hoff  <christian_hoff@gmx.net>

	* generator/Signal.cs: Return a GInterfaceAdapter in the signalargs's
	accessor properties instead of trying to return the implementor as stored in
	the arguments array.

2009-11-20  Gabriel Burt  <gabriel.burt@gmail.com>

	* bootstrap-2.12: Bump GTK_SHARP_VERSION to 2.12.10

2009-11-20  Gabriel Burt  <gabriel.burt@gmail.com>

	Make TextBufferSerializeFunc return byte []

	* gtk/Makefile.am:
	* gtk/textbuffer-serializefunc.patch:
	* gtk/GtkSharp.TextBufferSerializeFuncNative.cs:
	* gtk/TextBufferSerializeFunc.cs: Copy of generated bindings, fixed to
	be usable. [Fixes #555495]

	* gtk/TextBuffer.custom: Add binding of RegisterSerializeFormat since no
	longer generated.

	* gtk/Gtk.metadata: Remove GtkTextBufferSerializeFunc and
	RegisterSerializeFormat so bindings not generated.

2009-11-10  Gabriel Burt  <gabriel.burt@gmail.com>

	* atk/atk-table.patch:
	* atk/ColumnDeletedHandler.cs:
	* atk/Table.cs:
	* atk/TableAdapter.cs:
	* atk/ColumnInsertedHandler.cs:
	* atk/Atk.metadata:
	* atk/RowDeletedHandler.cs:
	* atk/RowInsertedHandler.cs: We have to implement AtkTable's
	GetSelectedRows/Columns methods manually, and the only way to do that is
	to not generate those classes.  So these files are the generated files
	with the necessary modifications (see atk-table.patch).  This fixes
	support for custom widgets to add AtkTable a11y (BNC #512477)

	* atk/NoOpObject.custom: Manually implement Atk.Table iface

	* atk/Makefile.am: Add new files to build

2009-10-30  Mike Kestner  <mkestner@novell.com>

	* glib/GType.cs: avoid another exception on bogus assm.Locations.
	  [Fixes #546045]

2009-10-23  Christian Hoff  <christian_hoff@gmx.net>

	* gtk/CellRenderer.custom: Pass the GdkRectangle parameters of CellRenderer.Render
	by reference. Patch by Diego Pettenò.

2009-09-22  Brad Taylor  <brad@getcoded.net>

	* glib/Idle.cs:
	* glib/Timeout.cs: Don't try to remove the handler from the managed
	hashtable twice, add a comment explaining the need for the else branch.

2009-09-22  Brad Taylor  <brad@getcoded.net>

	* glib/Idle.cs:
	* glib/Timeout.cs: Make sure to remove the unmanaged reference to the
	delegate when we're disposed or finalized.  In particular, this fixes a
	problem where GLib.Object's PerformQueuedUnrefs was being called after
	both the object and the handler had been GC'ed, resulting in a
	segfault.

2009-09-16  Mike Kestner  <mkestner@novell.com>

	* gtk/Gtk.metadata: hide StatusIcon.GetGeometry for custom impl.
	* gtk/StatusIcon.custom: custom GetGeometry implementation to avoid
	marshaling exceptions on win32.  [Fixes #518169]

2009-09-11  Christian Hoff  <christian_hoff@gmx.net>

	* gtk/Application.cs: Port the theming-relevant part of the
	SWF.Application.DoEvents code to avoid loading the assembly
	at runtime on the Windows platform.

2009-08-23  Christian Hoff  <christian_hoff@gmx.net>

	* gdk/Gdk.metadata: Mark PixbufFormat.Extensions and
	PixbufFormat.MimeTypes as null-terminated arrays.	[Fixes #533472]

2009-08-12  Christian Hoff  <christian_hoff@gmx.net>

	* configure.in.in: Detect GDK backend.
	* */*.dll.config.in: Link against the libs of the correct GDK backend
	instead of using x11 on Linux/win32 on Windows.
	Patch by Christian Hergert.	[Fixes 527840]

2009-08-05  Christian Hoff  <christian_hoff@gmx.net>

	* sample/CustomcellRenderer.cs: Use GObject property registration
	instead of a CellDataFunc.

2009-08-05  Christian Hoff  <christian_hoff@gmx.net>

	* glib/glue/object.c: Use -G_MINFLOAT and -G_MINDOUBLE since
	these constants return the minumum positive values for this type.

2009-07-30  Mike Kestner  <mkestner@novell.com>

	* generator/InterfaceGen.cs: remove var keyword usage to fix build
	 on .net 2.0. Fix a few mixed line endings as well.

2009-07-27  Mike Gorse  <mgorse@novell.com>

	* atk/Atk.metadata: Remove owned for Relation.GetTarget.

2009-07-21  Christian Hoff  <christian_hoff@gmx.net>

	* glib/GInterfaceAdapter.cs: Fix a leak related to GCHandles not being freed.
	Patch from Mike Kestner with a minor tweak by me. [Fixes #523306]

2009-07-13  Gabriel Burt  <gabriel.burt@gmail.com>

	* generator/GenBase.cs: Add AppendCustom override that you can pass the
	type name in, used to include .custom for Name + Adapter and Name +
	Implementor .custom files for interface gen.

	* generator/InterfaceGen.cs: Use the new AppendCustom override for the
	Name + Adapter.custom file, and add support for including custom file for
	the Name + Implementor interface; necessary to manually implement an
	interface method.

2009-07-10  Christian Hoff  <christian_hoff@gmx.net>

	* pango/Pango.metadata: Mark "ink_rect" and "logical_rect" parameters of Get*Extends
	methods as "out".  [Fixes #510105]

2009-06-08  Christian Hoff  <christian_hoff@gmx.net>

	* atk/ObjectFactory.custom: Reimplement ObjectFactory virtual
	methods. Patch provided by Mike Kestner and Gabriel Burt.

2009-05-31  Mike Kestner  <mkestner@novell.com>

	* gtk-sharp-2.0.wxs.in: move the RemoveExistingVersions action
	after InstallFinalize to avoid a problem where the GAC assemblies
	disappear.  [Fixes #508580]
2010-03-16 19:33:37 +00:00
wiz
5f98b8ea06 Update to 2.18.8:
Overview of Changes from GTK+ 2.18.7 to 2.18.8
==============================================

* Bugs fixed:
 612066 empathy hangs when clicked on information about contact...
 569042 gailbooleancell does not seem to attend to changes...
 609650 GtkPlug Embedded signal is not emitted when plug/socket...
 609744 crash at parse_data_for_row_pseudocolor
 609952 destroying a notebook window when the last tab got dragged...
 610141 gtk_assistant_get_nth_page() function fails to deliver...
 610184 gtk_assistant_set_current_page() segfaults...
 610381 More space between toolbar icon and label
 610632 gtk_info_bar_set_default_response problem
 611686 focus_in/focus_out in gailtreeview.c should return FALSE...
 612119 Do not scroll when middle pasting
 612308 GTK+ Build error: redefinition of 'struct IPrintDialogCallback'
 612346 gdk_window_set_icon_name doesn't work
 612505 Entry layout not updated when underlying buffer changes
 598881 Unimplemented GdkWindowImplIface methods crash gimp on OSX

* Updated translations:
 Bengali India
 Low German
 Oriya
 Polish
2010-03-16 08:40:15 +00:00
obache
b054855daa Add buildlink to graphicws/jpeg and graphicws/png.
fltk-config --user-images --ldflags offers those libraries.
XXX: but libfltk_images is note linked with those libraries.
XXX: libfltk_gl is also not with GL and GLU.
2010-03-12 09:23:41 +00:00
mrg
e5ed528a74 copy patch-au to apply to the almost same file elsewhere in the tree..
this lets qt4-libs build on sparc64.  also tested on amd64.
2010-03-12 08:19:38 +00:00
wiz
efd48f51aa Sync src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
(which we patch in pkgsrc) with
src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h
which works fine without patches.

From Sverre Froyen in private mail.
2010-03-11 00:07:24 +00:00
snj
415e6a8120 This needs zlib. Bump PKGREVISION to 1. 2010-03-08 20:46:11 +00:00
snj
f42f995cf5 This needs zlib. Bump PKGREVISION to 1. 2010-03-08 20:39:50 +00:00
gls
91c217fbf7 Updated to 3.3.10ga4
Fix HOMEPAGE and MASTER_SITES
Changelog too long to list here. Please see
http://x3270.bgp.nu/documentation-relnotes.html
2010-03-04 20:42:01 +00:00
is
e3562d3e3f Use reorganized upstream download directories. 2010-03-03 13:52:24 +00:00
sno
9d9d93bf00 Updating x11/p5-Wx-Perl-ProcessStream from 0.24nb1 to 0.27
Upstream changes:
0.27    2010-02-28 00:00
        Use param to Wx::Yield (Wx 0.9701+) to avoid recursive
        Yield calls and pass tests with debugging wxWidgets
        (e.g. pre-installed wxWidgets on OSX);

0.26    2010-02-26 00:00
        Changed behaviour of $process->IsAlive
        will now return false if process has
        already returned an exit code.

0.25    2010-02-25 00:00
        Continuous stream will hang app rt.cpan.org #54962
        Fixed by adding SetMaxLines setting with default 1000
        Added PeekStdErrBuffer, PeekStdOutBuffer
        Added GetStdErrBufferLineCount GetStdOutBufferLineCount
        Added EVT_WXP_PROCESS_STREAM_MAXLINES
        Stopped tests displaying frame (not necessary in this case)
2010-03-02 14:27:25 +00:00
wiz
0cf4b0f246 drochner noted that patch-ac is wrong (the original is correct for
Python 3) and suggested not installing the .pyc files.

Follow his advice and bump PKGREVISION.
2010-02-27 21:37:47 +00:00
tnn
70db5ef86f upstream bug tracker says 23331 is fixed. 2010-02-27 10:41:00 +00:00
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
reed
aef5f34124 This is for pkg/42778. I sent fix to submitter on Feb. 9 but
realized didn't make it to the ticket. Yesterday, I happened to
have same problem (on two systems).

I see from the cvs log message for xf86vidmodeproto that some headers
got moved to libXxf86vm. And I see libXxf86vm now has needed
header. But the buildlink3.mk didn't get changed so the older version of
libXxf86vm is good enough.

So increased the BUILDLINK_API_DEPENDS.libXxf86vm to libXxf86vm>=1.1.0
2010-02-25 17:10:49 +00:00
wiz
268d459800 Fix a python problem (thanks joerg) and byte-compile and install
.pyc files.

Bump PKGREVISION.
2010-02-25 17:03:13 +00:00
sno
3d23d73cce Building Wx perl module with --wx-toolkit=gtk2 param to ensure no wxPerl
or similar installed on MacOS X or Darwin ...

Bumping revision.
2010-02-25 13:26:01 +00:00
drochner
d2afdb4a8f update to 255
changes: many bugfixes, minor improvements
2010-02-24 19:37:38 +00:00
wiz
659e811251 Comment out support for KTERM_USE_WALLPAPER=YES because the distfile
disappeared.

Can be reenabled if someone provides KTerm-BGP-1.0.patch.gz.

Addresses part of PR 42493.
2010-02-21 15:39:12 +00:00
joerg
79b6c5bd29 Fix ownership. Bump revision. 2010-02-19 20:23:01 +00:00
sno
629a9cb89b Adding files for Darwin/MacOS X to PLIST
Bumping revision
2010-02-19 17:34:41 +00:00
drochner
ff1d55359c update to 0.16.6
changes: fixes for a couple of bugs related to alpha maps
2010-02-18 21:30:44 +00:00
drochner
de9556a2be update to 2.28.3
changes:
-CVE-2010-0422, handle monitor hotplugging more securely
-Fix rendering corruption with floaters screensaver
(as said in the previous update: I think hotplugging issues don't
 affect us due to lacking xserver support)
2010-02-18 20:44:19 +00:00
taca
039d94f891 * Add patches for CVE-2009-2369 and CVE-2009-2625.
* Use textproc/expat to fix CVE-2009-3720.

Bump PKGREVISION.
2010-02-16 17:38:14 +00:00
taca
5b7c9e6f66 Add patches for CVE-2009-2369 and CVE-2009-2625.
Bump PKGREVISION.
2010-02-16 17:35:34 +00:00
taca
00bb1763ed Add patches for CVE-2009-2625 and CVE-2009-2369.
Bump PKGREVISION.
2010-02-16 17:33:39 +00:00
sno
6d95bb047a Fixing PLIST by removing '*.orig' relics from patch stage 2010-02-16 15:22:44 +00:00
wiz
0fcd0bdd6a Revert to 4.0, on request by drochner, for gnome. 2010-02-16 14:54:41 +00:00
wiz
2de6c38cb4 PKGREVISION bump for libxklavier shlib update. 2010-02-16 13:35:40 +00:00
wiz
b9ad8fc0c8 Update to 5.0:
The release adds ability to have different types of listeners in
the same process (necessary for the latest unstable version of
GNOME).

The API/ABI (and soname) was changed (oops, I did it again).
2010-02-16 13:35:14 +00:00
adam
e6eadb7e6f Changes 4.6.2:
This is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.6.0 and 4.6.1.
2010-02-16 13:08:09 +00:00
dholland
9180122347 Fix imake man suffix. From Aleksey Cheusov in a followup to PR pkg/37646
after it was closed.
2010-02-15 21:48:13 +00:00
sno
1270fc98fa Updating x11/p5-Wx from 0.96nb1 to 0.97.01
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.9701 Thu Feb 11 16:03:42 CET 2010
	- Bump the required version of ExtUtils::XSpp and ExtUtils::ParseXS.

0.97  Tue Feb  9 22:57:14 CET 2010
	- Added wxOverlay and wxDCOverlay (2.8) (thanks to Mark Dootson).
        - Added Wx::Loader - allows PPM distributions and packagers to
          override wx dll loading (see Wx::Loader pod)
	- Loading plugins - local override of dl_load_file now uses
	  Wx::_load_plugin during XSLoader::load
2010-02-15 16:49:46 +00:00
drochner
42b488bcde fix Linux'ism in strftime format string (in italian translation only),
from Ferruccio Zamuner per PM
2010-02-14 11:12:21 +00:00
wiz
68a22bc89c Update to 2.18.7:
Overview of Changes from GTK+ 2.18.6 to 2.18.7
==============================================

* Bugs fixed:
 600865 gnome-panel crashed with "BadPixmap (invalid Pixmap...
 606698 Misplaced declaration of gtk_print_job_set_status
 606009 weirdness with clipping in abiword - csw
 607770 Leak in GtkTreeView with HildonPannableArea
 603144 Suspected wrong builtin page size: Chinese PRC6 and PRC9...
 607687 f-spot crashes when using themes using the pixmap engine
 608807 Marks on GtkScale widgets can overlap
 607508 Cannot drag windows around in pager applet any more
 608615 DnD events sent to wrong window
 599511 gtk_selection_owner_set causes graphical corruption...
 607344 GtkCalendar: crash when using tooltips via glade
 608410 GOK types backwards in text entry fields
 591186 GTK Menu Bar is unreadable under Windows 7
 607061 GtkPlug socket window is sometimes incorrectly unref'd...
 608370 dnd drag-dest signal handlers don't get correctly dis...
 608162 gtktoolbutton doesn't create right proxy menu item...
 561816 Optimize gtk_paned_set_position notifications

* Translation updates:
 Brazilian Portuguese
 Burmese
 Catalan
 German
 Slovenian
 Spanish
 Swedish
2010-02-14 09:58:14 +00:00
obache
3f7e104550 replace alignment spaces with tabs. 2010-02-13 12:01:31 +00:00
obache
8a685d650b Update xf86-input-vmmouse to 12.6.6.
Alan Coopersmith (1):
      Update Sun license notices to current X.Org standard form

Gaetan Nadon (6):
      .gitignore: use common defaults with custom section # 24239
      Several driver modules do not have a ChangeLog target in Makefile.am #23814
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      configure.ac: remove unused sdkdir=$(pkg-config...) statement

Julien Cristau (2):
      Require xorg-macros 1.4 for XORG_INSTALL
      Bump to 12.6.6

Peter Hutterer (2):
      Symbol was removed from the server.
      Remove unused bits from configure.ac

git tag: xf86-input-vmmouse-12.6.6
2010-02-13 11:58:11 +00:00
drochner
b7766b3c7d update to 5.10
changes:
-bugfixes
-Ported to MacOS 10.6, including various 64-bit fixes
-Merged juggle and juggler3d hacks
-New hack, surfaces, incorporating objects from old klein hack, plus
 new ones
-New hack, rubikblocks
-Retired hypercube and hyperball, which are redundant with polytopes
-updates to various hacks
2010-02-11 18:16:21 +00:00
drochner
d6373ba370 -install the autostart file correctly so that the thing actually
starts up (the mechanism changed in 2.28)
-update to 2.28.2
 changes:
 -bugfixes
 -fix a possible authentication bypass (CVE-2010-0414) -- I don't think
  we are affected because this depends on dynamic monitor addition/removal
2010-02-11 18:02:39 +00:00
joerg
3b5d2041bb Bump revision for change of PostgreSQL default version. 2010-02-10 19:34:05 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
joerg
c4c5e72f9a Retire tk83 2010-02-10 18:15:29 +00:00
joerg
c3e0a06212 Retire swing. 2010-02-10 17:32:21 +00:00
tnn
fd820d305a configure wants m4 that understands -I 2010-02-09 17:24:49 +00:00
tnn
4a46da9680 needs m4 2010-02-08 14:07:47 +00:00
wiz
c949c8d1f4 Add RCS Id to patch-ay, and bump PKGREVISION for the bugfix in that patch. 2010-02-08 10:49:07 +00:00
adam
8c47cf9427 Fix crashing on amd64; courtesy of Sverre Froyen 2010-02-08 10:38:26 +00:00
tnn
722d499e41 Fix wrong ownership of authorization directories. Bump PKGREVISION. 2010-02-08 09:47:44 +00:00
tnn
84600420d1 Fix wrong ownership of config files. Bump PKGREVISION. 2010-02-08 09:47:06 +00:00
wiz
37aaa3e72d Use a simpler patch from KDE's svn. 2010-02-07 15:26:40 +00:00
wiz
849546d9d4 Make build with py-sip-4.10, and depend on it.
Patch from gentoo bug #301106 via drochner.
2010-02-07 15:14:10 +00:00
tnn
4dd0bf14a5 - make sure the authdir exists, reported on tech-pkg@ by Dennis den Brok.
- don't include compiler.mk twice
- bump PKGREVISION
2010-02-06 20:03:01 +00:00
tnn
f06ec48065 Update to xf86-video-vesa-2.3.0. Changes:
Fix a comment
Use VBE palette load, not VGA banging.
Remove unused variable.
Don't artificially limit the screen size to 2k
Code motion
Warning fix when !HAVE_ISA
Use own thunk function instead of shadowUpdatePackedWeak
Remove support for non-shadowfb banked framebuffer
Make the VBESetVBEMode fallback message slightly clearer
vesa 2.3.0
.gitignore: use common defaults with custom section # 24239
Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
configure.ac: remove -I$(prefix)/include from INCLUDES #24676
configure.ac: sdkdir usage duplicates the sdk include dir
Add missing shadowRemove() in VESACloseScreen().
2010-02-06 15:15:10 +00:00
drochner
f710222b92 bump PKGREV for sip update 2010-02-04 18:44:23 +00:00
drochner
54c0266996 update to 4.7
The highlights of this release include full support for Qt v4.6,
automatically generated docstrings for all callables that describe
the valid Python signatures, and support for keywords for all
optional arguments.
2010-02-04 18:40:28 +00:00
drochner
3d3b166365 update to 4.10
changes: added some methods and options

pkgsrc note: this changes the API revision compiled into
the runtime library, so updates of py-qt* must be enforced
2010-02-04 18:34:43 +00:00
joerg
e902906c6c DESTDIR support 2010-02-04 16:06:51 +00:00
wiz
8ebaad84ee Bump PKGREVISION for xmlpatterns fix. 2010-02-03 15:41:17 +00:00
adam
1834ccd1f2 Fix: script includes were installed twice, insted of xmlpatters 2010-02-03 14:21:16 +00:00
sno
d17f201a84 Use b3.mk of x11/p5-Wx to avoid build errors, bumping revision 2010-02-03 11:14:32 +00:00
sno
0e18645b98 Add buildlink3.mk to ensure each depending package has right BUILD_DEPENDS 2010-02-03 11:12:22 +00:00
wiz
9d93fa2a3b Add more "# used by" lines. 2010-02-02 14:33:05 +00:00
adam
8bd3a857fd Added some text to DESCR 2010-02-02 14:09:01 +00:00
adam
1993ac7d47 Added qt4-mng 2010-02-02 14:07:47 +00:00
adam
3c7d308fa9 MNG support plugin for Qt. 2010-02-02 14:07:18 +00:00
adam
072f686b9b * Exceptions enabled
* Build and install XmlPatters
* MNG moved to qt4-mng
2010-02-02 14:05:59 +00:00
heinz
ccd5df3b35 Added LICENSE information. 2010-01-30 16:27:59 +00:00
tnn
1fa29ee53f Update to ggiterm-0.7.1 (2005-06-27)
Changes: bugfixes, speed improvements.
2010-01-30 15:52:15 +00:00
wiz
a960e9df66 Add QtMultimedia.pc to PLIST, bump PKGREVISION. 2010-01-30 08:55:38 +00:00
adam
8485e2ca68 Changes 4.6.1:
* Optimized empty QUrl creation
* Improve performance of getting the canonical filename on Linux
  and Symbian by using realpath() system call.
* Avoid stat() when opening a file.
* Do not look at the Qt patch-level version embedded in plugins'
  buildkeys when trying to determine if the plugin is compatible
* Bug-fixes
* load() and loadFromData() can now support compressed GL textures
  in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics
  system is active and the appropriate extensions are present in the
  GL implementation.
* Fixed a small leak when using the new QPixmapCache::Key based API.
2010-01-29 18:19:09 +00:00
tnn
01f97dfb39 Update to libXt-1.0.7. Changes:
Use make rules instead of shell for loops to generate shadow man pages
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive
Link against libICE
Fix compilation of host tools in cross-compilation case
2010-01-28 15:25:54 +00:00
tnn
65cb1034df Update to xdm-1.1.9 (PR pkg/42682)
xdm-1.1.9:
Update AC_DEFINE_DIR to latest version from Autoconf Archive
Remove RCS Ids
Move xdmcp ARRAY initializators to declarations
Replace FORCE_CURSOR_FLASH code with simpler cursor update for passwd field
Remove OS/2's duplicate copy of default path definitions in resource.c
sprintf -> snprintf/asprintf conversions
Documentation improvements
malloc(strlen()); strcpy() -> strdup()
Delete old A/UX (#ifdef macII) code
Use imdent to show cpp macro nesting more clearly
Remove #ifdef Lynx blocks
Clarify comment/#ifdefs for USE_SIOCGLIFCONF
Do a better job of getting user name for failed login log when using PAM
Continue processing Xaccess after unresolvable host entry found
Truncate pid file before writing new pid to it
Set utmp/wtmp paths via configure instead of hardcoding them
Treat all 127.0.0.0/8 addresses as localhost
Update to using xorg-macros 1.3, including XORG_DEFAULT_OPTIONS
Add support for AM_SILENT_RULES for building files with cpp
Replace -D_XOPEN_SOURCE & -D_BSD_SOURCE with AC_USE_SYSTEM_EXTENSIONS
Unrecognized argument errors shouldn't print xdm error header repeatedly
Refactor & constify error logging code
Log errors when failing to make authentication dirs/files
Fill in COPYING file
spelling fix
Add some more log and debug messages
session.c: Add more debugging to execute()
Use xdm's _SysErrorMsg() function instead of merely printing errno
Use _SysErrorMsg() in the log message in various error conditions.
Use xdm's _SysErrorMsg() function instead of strerror()
Add RemovePid() function, and register it with atexit()
Bug 16356: xdm Xstartup/Xreset configuration files malconstructed by cpp
xaw8 is gone, use xaw7
xdm compile failed due to asprintf()
Add support for syslog on more than openbsd.
Call InitErrorLog() right after BecomeDaemon()
Remove RCS Id and put some comment here.
getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve.
Add variable DisplayManager.authDir to xdm-config (Fedora bug 388431)
Ansification and compile warning fixes.

xdm-1.1.8:
Added include of pwd.h so we build correctly on OS-X - see xorg mailing list
Build fix for case-insensitive file systems
Fix installation of app-defaults
Fix build with builddir != srcdir
$(builddir) is the current directory
 README: nuke RCS Id
Bug 10145: xdm passes file descriptors to children

xdm-1.1.7:
Fix distcheck.
Restore #endif accidentally removed in d0d4581be22aba9021c5a672bd9e5ba719961e29
Debian bug #440389: 800x600 settings got lost, screen now too wide
Darwin doesn't need __DARWIN__ anymore.
2010-01-28 15:14:33 +00:00
wiz
38cf0dd44b Depend on py-xcbgen that has py-expat dependency.
There are some 1.6 packages (post-python2{5,6} changes) that don't pull
py-expat in and fail.
2010-01-27 14:00:33 +00:00
wiz
208b4668df Needs py-expat nowadays. Depend on it and bump PKGREVISION. 2010-01-27 13:59:46 +00:00
markd
0e4c4f6b89 Update to kde4 4.3.5
* A number of bugs in KIO have been squashed, making updating of shown
  directories work again and solving some other stability issues
* A crash when creating an avatar from the webcam in Kopete has been fixed
* kded taking 100% CPU time in certain situations has been cured
2010-01-27 10:38:38 +00:00
wiz
3a96aa21a3 Depend on py-expat for all supported python versions, now that
python25 and python26 have been fixed to behave like python24.
2010-01-27 08:46:50 +00:00
wiz
d9e31b7cfb DEPENDS should be right after MAINTAINER block, reorder. 2010-01-27 08:46:23 +00:00
drochner
3ca3283468 MS Word is not good for ASCII files;-) 2010-01-25 13:55:53 +00:00
gls
0a7c1e4381 Disable python bindings in xfce4-exo.
These bindings are deprecated, and proposed for removal.
See:·
http://foo-projects.org/pipermail/xfce4-dev/2009-November/027867.html
and
http://foo-projects.org/pipermail/xfce4-dev/2009-July/027081.html

This fixes the build on sparc64, and therefore allows meta-pkgs/xfce4 to build
on sparc64.
2010-01-24 20:00:06 +00:00
wiz
319e13628d More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
2010-01-24 13:26:09 +00:00
joerg
f8ed4e6a14 Not MAKE_JOBS_SAFE. 2010-01-24 13:00:44 +00:00
is
e439fcf2b3 forgotten 2010-01-21 08:49:24 +00:00
wiz
1973c599ab Update to 0.16.4:
The only change since 0.16.2 is that asserts are now disabled by
default, so that region bugs in the X server don't take down the
entire desktop.
2010-01-20 14:27:46 +00:00
drochner
1419b2f831 update to 2.18.5
changes:
-Removal of a potential infinite loop in different clearlooks styles
-translation updates
2010-01-18 18:31:09 +00:00
drochner
5d7021b6d6 update to 2.8.2
changes:
-bugfixes
-translation updates
2010-01-18 18:26:42 +00:00
drochner
9ada699546 update to 2.18.6
changes:
-improvements for "Client-side windows"
-bugfixes
-translation updates
2010-01-18 18:23:14 +00:00
is
a2016ae060 Don't hack a seperate game manual suffix/directory in behind
xmkmf's back. Makes this install cleanly on Solaris.
2010-01-18 15:18:53 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
dsainty
21d0b1084e patch-ae is gone, remove hash too. 2010-01-17 02:02:55 +00:00
sno
22c80c9e92 Updating x11/p5-Wx from 0.95 to 0.96
Upstream changes:
0.96  Sat Jan  9 10:40:00 CET 2010
	- Fixed Windows build with MSVC 6 buil.
2010-01-17 00:51:06 +00:00
sno
fbeb681d88 Updating x11/p5-Alien-wxWidgets from 0.48 to 0.50
Upstream changes:
0.50  Sun Jan 10 16:16:44 CET 2010
	- When compiling on Windows with MSVC 9, make the generated
	  wxWidgets DLL load correctly by adding a manifest to them
	  (suggested by IKEGAMI).
	- Add a missing file to the distribution.
2010-01-17 00:38:29 +00:00
wiz
662a258e1b Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
sno
d546f9afe5 Add SUBDIR for newly imported modules 2010-01-16 15:38:40 +00:00
sno
fed29c3124 Importing x11/p5-Wx-Perl-ProcessStream version 0.24 as dependency of
scheduled import of editors/p5-Padre.

This module provides the STDOUT, STDERR and exit codes of asynchronously
running processes via events. It may be used for long running or blocking
processes that provide periodic updates on state via STDOUT. Simple IPC
is possible via STDIN.
2010-01-16 14:59:08 +00:00
sno
6fa800d8e0 Importing x11/p5-Wx version 0.95 as dependency of Padre.
The Wx module is a wrapper for the wxWidgets GUI toolkit.
2010-01-16 14:55:13 +00:00
sno
33d4509c79 Importing x11/p5-Alien-wxWidgets version 0.48 as indirect dependency of
scheduled import of editors/p5-Padre.

Alien::wxWidgets can be used to detect and get configuration settings from
an installed wxWidgets.
2010-01-16 14:53:57 +00:00
sborrill
28651027ac Remove from x11 and re-import into time 2010-01-16 14:40:24 +00:00
sborrill
809b62b0e2 Import wmzcalock 0.1 2010-01-16 11:44:37 +00:00
sborrill
630ae4535d A calendar/clock dock app with a variety of display modes for Window Maker
and other window managers that support dockapps.

Version 0.1
2010-01-16 11:43:28 +00:00
obache
ab7e434fba Update xf86-video-vmware to 10.16.9.
Gaetan Nadon (6):
      .gitignore: use common defaults with custom section # 24239
      .gitignore: use common defaults with custom section # 24239
      Several driver modules do not have a ChangeLog target in Makefile.am #23814
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

Michel Danzer (3):
      vmware: Fix crash with xserver >= 1.7.
      VMWAREComposite: Only hide cursor if source picture is backed by drawable.
      Bump for 10.16.9 release.

Dave Airlie (3):
       vmware: update for resources/RAC API removal
       vmware: fix resource removal properly
       vmware: change to using ABI version check

Gaetan Nadon (1):
       xf86-video-vmware: Remove unused .cvsignore file #23776

Philip Langdale (1):
       Bump fo 10.16.8 Release
2010-01-16 11:25:26 +00:00