Commit graph

11511 commits

Author SHA1 Message Date
wiz
9e24e30118 Set LICENSE. 2013-06-18 19:36:51 +00:00
wiz
cd82cf3603 Fix build with perl-5.18's pod2man. 2013-06-18 19:34:05 +00:00
wiz
08fdc48b4a Update to 6.14.6 and make KMS a default-off option.
Still for PR 47935.
2013-06-18 17:13:11 +00:00
wiz
60537087b8 + xf86-video-ati6 2013-06-18 08:53:36 +00:00
wiz
a6ca8ce086 Import xf86-video-ati-6.14.5 as x11/xf86-video-ati6.
This is the video driver for ATI Radeon cards for the modular Xorg
server.

This package contains the major version 6 of the driver, before
DRI1/UMS/etc removal.

This package is added in a try to address PR 47935.
If it doesn't help, I'll remove it again.
2013-06-18 08:53:22 +00:00
wiz
84dceed952 Make mono packages depend on lang/mono2 instead of lang/mono.
The latter contains the unstable version 3 of mono, which breaks many mono
packages.

Bump dependencies and PKGREVISIONs.

Ok during freeze: gdt@
2013-06-17 12:44:53 +00:00
wiz
af8531c60e Fix typo. 2013-06-17 08:44:07 +00:00
asau
05ba6c04c4 This Ada package doesn't need Fortran compiler to build. 2013-06-16 23:17:11 +00:00
joerg
607e59ee16 Install the wxrc program, not the helper script. Bump revision. 2013-06-16 20:48:37 +00:00
sno
5d40512024 Updating enlightenment libraries to 1.7.7, add missing enlightenment 0.17.3
libraries and enlightenment 0.17.3 itself.

Upstream changes of Eina (to get an impression):
Eina 1.7.7

Changes since Eina 1.7.6:
-------------------------

No changes, just updating to keep in sync with last release.


Changes since Eina 1.7.5:
-------------------------

Improvements:
    * Honor tile size in Eina_Tiler.

Fixes:
    * Prevent denial of service on Eina_Hash function.
    * Fix map leak in Eina_File infrastructure.
    * Fix portability issue on 64bits system for Eina_CList.
    * Fix magic failure in eina_value_array_count when array has not been allocated

Changes since Eina 1.7.4:
-------------------------

No changes, just updating to keep in sync with last release.

Changes since Eina 1.7.3:
-------------------------

Fixes:
    * Fix EINA_INLIST_FOREACH_SAFE macro
    * Add XML output to doc
    * Add installation rule for doc
    * Fix build for Windows platforms.

Changes since Eina 1.7.2:
-------------------------

    * Fix Solaris build.
    * Don't leak fd after exec.

Changes since Eina 1.7.1:
-------------------------

No changes, just updating to keep in sync with last release.
2013-06-16 18:56:04 +00:00
dholland
a6e7bebd79 Add a distfile patch kit to mop up legacy C. Will hopefully fix the
clang build. PKGREVISION -> 6.

Caution: while it builds, it does not build cleanly -- adding function
prototypes turned up some systemic issues.

If anyone uses this package it would be helpful to try building it
with -Wall and look in to how to fix things properly.
2013-06-16 17:32:06 +00:00
obache
7e3be9fc97 preprocessor is a tool. 2013-06-16 13:34:30 +00:00
obache
dfda49caaa Update xf86-input-mouse to 1.9.0.
while here, revive minimal pert of patches lost during update to 1.8.1,
for WSMouse support of NetBSD.

[ANNOUNCE] xf86-input-mouse 1.9.0
No big changes, but since we removed maintainer mode we might as well bump
the minor version.

Adam Jackson (1):
      configure: Drop AM_MAINTAINER_MODE

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Peter Hutterer (3):
      Fix compilation error with EXTMOUSEDEBUG on
      Use signal-safe logging if available
      mouse 1.9.0
2013-06-16 02:01:54 +00:00
khorben
ed5fa1147c Packaged DeforaOS Panel 0.2.18, with:
- new "player" applet
- more portable Makefiles
- improved XDG support
- fixes to the notification helper
2013-06-15 12:47:46 +00:00
khorben
b6d852cc92 Fixed build with x11/deforaos-libdesktop 0.0.10 2013-06-15 12:25:23 +00:00
khorben
84689a9f84 Packaged DeforaOS libDesktop 0.0.10, with:
- API update for the inter-process notification framework (fixes bugs)
- more portable Makefiles
2013-06-15 12:21:04 +00:00
obache
7c9a82cc85 Update ruby-gnome2 to 2.0.2.
(whth addition of cairo-gobject, webkit-gtk and webkit-gtk2 binding packages)

== Ruby-GNOME2 2.0.2: 2013-05-26

Windows XP re-supportted release!

=== Changes

==== Ruby/GLib2

  * Improvements
    * Added rbgutil_key_equal() convenient function.
      It is used for comparing key that may be String or Symbol.

==== Ruby/Pango

  * Improvements
    * [windows] Forced to disable uniscribe backend of HarfBuzz.
      [ruby-list:49412] [Reported by Masafumi Yokoyama]
    * Don't define Pango::CairoFcFontMap and Pango::CairoWin32FontMap
      because they may cause crash on OS X.
      [shocker-ja:1119] [Reported by znz]
    * Updated samples.
      [GitHub#164] [Patch by Kentaro Fukuchi]
  * Fixes
    * Fixed wrong index access in Pango::GlyphString#glyphs.
      [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi]

=== Thanks

  * Kentaro Fukuchi
  * Masafumi Yokoyama
  * znz

== Ruby-GNOME2 2.0.1: 2013-05-25

Ruby 1.8 support is dropped release!

=== Changes

==== All

  * Improvements
    * Dropped Ruby 1.8 support.
    * Updated bundled binaries versions for Windows.

==== Ruby/Pango

  * Improvements
    * Added Pango::CairoFontMap.set_default.
    * Enabled fontconfig font on Windows.
    * Defined Pango::CairoFcFontMap on init if it is available.
    * Defined Pango::CairoWin32FontMap on init if it is available.

==== Ruby/GTK3

  * Improvements
    * Added Gtk::Image#set_from_icon_set.
      [GitHub#150] [Patch by Detlef Reichl]
    * Added Gtk::Image#set_from_stock.
      [GitHub#150] [Patch by Detlef Reichl]
    * Added Gtk::Image#set_from_gicon.
      [GitHub#150] [Patch by Detlef Reichl]
    * Updated samples.
      [GitHUb#151] [Patch by Detlef Reichl]
  * Fixes
    * Fixed a GC related crash bug.
      [ruby-gnome2-devel-en] [Reported by Detlef Reichl]

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported ownership transfer for some input argument types.
      (Struct and Object)
    * Supported "(out caller-allocates)" for boxed object.
      [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi]
    * Supported gpointer in/out.
      [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
  * Fixes
    * Fixed missing argument.
      [GitHub#154] [Reported by Masafumi Yokoyama]

==== RubyGStreamer

  * Improvements
    * Supported methods that call callback
      [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
    * Updated samples.
      [GitHub#156][GitHub#159][GitHub#160][GitHub#161]
      [Patch by NAKAJIMA Takashi]
    * Supported Gst::Bus#set_handler.
      [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
    * Supported Gst::Controller
      [ruby-gnome2-devel-ja] [Suggested by NAKAJIMA Takashi]
    * Stopped to require Gst.init.
  * Fixes
    * Fixed out of index access bug.

==== Ruby/GooCanvas

  * Improvements
    * Migrated to Ruby/GObjectIntrospection based bindings.
    * Stopped to require Goo.init.
  * Fixes
    * Updated samples.
      [GitHub#152][GitHub#153][GitHub#155][GitHub#157]
      [Patch by Masafumi Yokoyama]

==== Ruby/Clutter

  * Improvements
    * Stopped to require Clutter.init.
  * Fixes
    * Fixed broken samples.
      [ruby-gnome2-devel-ja] [Patch by Kentaro Fukuchi]

==== Ruby/ClutterGtk

  * Improvements
    * Stopped to require ClutterGtk.init.

==== Ruby/ClutterGStreamer

  * Added.

==== Ruby/WebKitGtk

  * Improvements
    * Stopped to require WebKitGtk.init.

==== Ruby/WebKitGtk2

  * Improvements
    * Stopped to require WebKitGtk2.init.

=== Thanks

  * Detlef Reichl
  * NAKAJIMA Takashi
  * Masafumi Yokoyama
  * Kentaro Fukuchi
2013-06-15 09:39:33 +00:00
ryoon
56e03ae6e0 Bump PKGREVISION.
* Remove absolete patches for security bug.
  Noticed by wiz@. Thank you.
2013-06-15 06:57:55 +00:00
wiz
b808e17073 Remove three empty patches. 2013-06-15 05:47:12 +00:00
ryoon
45d176cd1e Update to 2.8.12
Changelog:
2.8.12:
-------

All:

- Fixed a bug in UNC path testing.
- Improved command line parser usage help.
- Fixed race condition bugs in wxCondition.
- Added wxT_2() for forward compatibility with wxWidgets 3. Use it in
  initialization of wxCmdLineEntryDesc struct elements and (very few) other
  places where wxT() is required currently but won't be allowed in v3.
- Fixed crash on exit caused by deleting old logger in wxLogChain dtor.

All (GUI):

- wxRTC: fixed style selection resetting after editing a style.
- wxRTC: can now edit line spacing in .1 increments from 1 to 2.
- wxRTC: fixed wrong line spacing and space after paragraph calculations.
- wxRTC: GetStyleMergedWithBase now detects loops.
- wxRTC: wxRichTextCtrl::ApplyStyle now applies a paragraph style at the
  cursor without needing a selection, and setting the default style now
  avoids duplicating character attributes in subsequently typed text when
  they exist in the paragraph style.
- wxRTC: fixed IsPositionVisible to scroll a position into view correctly.
- wxRTC: fixed a problem with paste resetting the content paragraph style.
- wxRTC: style list box now copes with names duplicated across style types.
  Also fixed wxRichTextStyleDefinition::GetStyleMergeWithBase similarly.
- wxRTC: fixed very poor performance for XML loading on wxGTK.
- Fixed error in generic tree control CalculatePositions.
- Added wxFD_FILE_MUST_EXIST to wxFileSelector function.
- Added wxDataViewCtrl Get/SetValueByRow functions for forward compatibility
  with 2.9.
- Right-clicking is now supported in any kind of wxAuiToolBar button.
- Fixed a bug in wxAcceleratorEntry::IsOk.
- wxGraphicsContext::DrawBitmap: x and y coordinates no longer affected by
  stretch factor.
- Fixed an assert in wxGrid on wxEVT_MOUSE_CAPTURE_LOST.
- Fixed bug in generic wxTreeCtrl where SelectItem toggles the selection if
  the item is already in the desired state.
- Fixed bug in wxSizer::Replace(size_t, wxSizerItem *) whereby SetContainingSizer
  is not called.
- Fixed compilation with libpng 1.5 and above.
- Removed ugly black (simple) border around wxHTML help window.

wxMSW:

- wxOwnerDrawnComboBox and wxComboCtrl with wxCB_READONLY window style now
  have more native-like focus indicator rendering.
- Fixed wxOwnerDrawnComboBox keyboard handling: drop-down is no longer
  displayed when arrow key is pressed (without Alt).
- In some rare cases wxOwnerDrawnComboBox drop-down animation could display
  as garbage. This has now been greatly reduced (mcben).
- Fixed OLE date conversion bug.
- Added check for double window handle creation.
- Fixed WIN64 crash in wxStyledTextCtrl.
- Fixed Watcom compilation when omitting threads.
- Fixed wxFileName::IsFileReadable on Windows 98.
- Fixed bug whereby clicking anywhere inside wxListBox generates
  wxEVT_COMMAND_LISTBOX_SELECTED event. You need to set wxUSE_LISTBOX_SELECTION_FIX
  to 1 in include/wx/msw/listbox.h to enable this binary-incompatible fix.

wxGTK:

- Fix for --disable-radiobtn compilation.
- Fixed a bug on GTK+ only whereby wxGrid scrolls back to the previous edit position
  when another cell is edited.
- Fix for missing menubar problem under some window managers where menu bar height is
  reported as 0 when the menu hasn't fully realized yet. Now updates the height during
  idle time if it is 0, otherwise no menu is shown.
- Improved list control and tree control selection text theme compatibility by adding
  wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT colour index.
- wxComboCtrl and wxOwnerDrawnComboBox had wrong background colours under some
  themes (Marcin Wojdyr).
- Added thread-safe fixes to socket code.

wxUniv:

- Fixed assertion in tree control sample due to colour index not being supported.
2013-06-15 02:30:57 +00:00
wiz
862b18a5ff Update to 1.0.8:
This bug fix release provides the fixes for the recently announced security
issues CVE-2013-1990 & CVE-2013-1999, and the fixes for the bugs introduced
in the initial set of patches for those security issues.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (6):
      Use _XEatDataWords to avoid overflow of rep.length shifting
      integer overflow in XvMCListSurfaceTypes() [CVE-2013-1990 1/2]
      integer overflow in XvMCListSubpictureTypes() [CVE-2013-1990 2/2]
      integer overflow in _xvmc_create_*()
      Multiple unvalidated assumptions in XvMCGetDRInfo() [CVE-2013-1999]
      libXvMC 1.0.8

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Dave Airlie (1):
      Multiple unvalidated patches in CVE-2013-1999

Julien Cristau (1):
      avoid overflowing by making nameLen and busIDLen addition overflow
2013-06-14 07:41:43 +00:00
wiz
408212ddbb Update to 0.9.8:
This bugfix release delivers the fixes for the recently announced security
issue CVE-2013-1987.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (5):
      Use _XEatDataWords to avoid overflow of rep.length bit shifting
      integer overflow in XRenderQueryFilters() [CVE-2013-1987 1/3]
      integer overflow in XRenderQueryFormats() [CVE-2013-1987 2/3]
      integer overflow in XRenderQueryPictIndexValues() [CVE-2013-1987 3/3]
      libXrender 0.9.8

Colin Walters (1):
      autogen.sh: Implement GNOME Build API
2013-06-14 07:40:41 +00:00
dholland
fdfded7a9a fix COMMENT 2013-06-14 06:36:31 +00:00
joerg
d501b58eb1 Consistently use devel/tradcpp as preprocessor. 2013-06-13 22:30:41 +00:00
jperkin
35b337ddb7 Ensure pid_t is a long on 32-bit SunOS. 2013-06-10 15:45:30 +00:00
jperkin
a50cab4ea7 Implement QList<long> for SunOS 32-bit pid_t.
Bump PKGREVISION.
2013-06-10 15:37:36 +00:00
ryoon
48178732cb Update to 1.3.2
* Update MASTER_SITES.

Changelog:
CHANGES IN FLTK 1.3.2

        - Removed unnecessary drawing calls (STR #2898)
        - Fixed regression in FLTK 1.3.1 for unbundled Mac OS FLTK applications that
          did not appear in dock nor have a menu bar (STR #2890).
        - Fl_Table::clear() now calls table->clear() for consistency. (STR #2889)
        - Fixed Fl_Scroll widget that fails under Mac OS X 10.8 and retina display (STR #2887).
        - Prevents scrollbars from drawing when widget is sized too small to be visible (STR #2886).
        - Documented how to make a Mac OS X FLTK application launchable by dropping files on its icon.
        - Fixed a Mac-specific issue appeared with OS 10.8 (Mountain Lion): long delay before
        opening when the application is started by dragging a file on the application icon.
        - Fixed use of PNG image from im-memory data (STR #2884).
        - Added static Fl_RGB_Image::max_size(size_t) to limit the maximum memory size allowed to
        RGB images (STR #2881).
2013-06-09 16:09:35 +00:00
rodent
28294f07e6 Fix driver man suffix on SunOS. 2013-06-09 12:34:50 +00:00
rodent
4d19d2ea15 Add MAKE_FLAGS+=appdefaultdir=${PREFIX}/lib/X11/app-defaults so package
works with native xorg.
2013-06-09 12:12:26 +00:00
dholland
561440d3ad Remove special-case dependency-checking logic now handled by the
general solution I checked in in bsd.buildlink3.mk.
2013-06-07 17:43:40 +00:00
ryoon
4bcd0b4abb Fix build of motif and its dependencies.
* libfontconfig should be linked too.
2013-06-07 15:57:47 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
rodent
bc44626665 Sorted. 2013-06-06 03:35:23 +00:00
tron
a679105b2f More changes required to fix PR pkg/47882:
1.) Don't divert to the legacy "Xft2" package on systems which use X.org
    as the native X11 distribution.
2.) Accept a builtin "libXft" if it is new enough.
2013-06-05 12:12:07 +00:00
tron
16390abaab Correct home page URL. 2013-06-05 08:23:27 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
obache
d0105aa685 enable introspection support for upcoming introspection support for webkit-gtk.
Bump PKGREVISION.
2013-06-04 13:04:39 +00:00
wiz
4eb89e91ed Update to 1.6.0:
Changes since libX11 1.5 (found in the release candidates) include fixes
for the recently announced security issues CVE-2013-1981, CVE-2013-1997,
and CVE-2013-2004; the addition of the _XEatDataWords API for use by
Xlib-based extension libraries, to help them avoid integer overflows when
it is necessary to discard data; removal of ancient, unused, incomplete
support for the Cray Unicos OS, and the DECnet and TLI transport types;
numerous improvements to compose files and locale data; man page macro
cleanups to improve compatibility with doclifter; and various other
code cleanups and compiler warning fixes.

Alan Coopersmith (1):
      libX11 1.6.0

Thomas Klausner (2):
      XCreateGC man page: Avoid .TS H and .TH macros
      cmsMath.c: Add missing stdio header for printf(3) in DEBUG build.
2013-06-04 07:57:13 +00:00
wiz
581740ac8d Replace py-Tk/buildlink3.mk with DEPENDS.
There are no buildlink3-relevant files here, just a loadable module.
2013-06-04 07:45:01 +00:00
wiz
86e12e1f80 desktop-file-utils dependency is not needed, since the installed
desktop file has no MimeType key, says obache.

Bump PKGREVISION.
2013-06-04 07:13:04 +00:00
rodent
0779721f7e +xf86-video-sunffb 2013-06-04 03:35:29 +00:00
rodent
dd23077c29 Import xf86-video-sunffb-1.2.2 as x11/xf86-video-sunffb.
SUNFFB video driver for the Xorg X server.
2013-06-04 03:34:23 +00:00
rodent
28d8548c76 +xf86-video-suncg14 2013-06-04 03:25:01 +00:00
rodent
baa2e11872 Import xf86-video-suncg14-1.1.2 as x11/xf86-video-suncg14.
CG14 video driver for the Xorg X server.
2013-06-04 03:23:56 +00:00
rodent
cf324c1a0a +xf86-video-suncg3 2013-06-04 02:25:07 +00:00
rodent
e66c47499e Import xf86-video-suncg3-1.1.2 as x11/xf86-video-suncg3.
CG3 video driver for the Xorg X server.
2013-06-04 02:21:44 +00:00
jperkin
edba05920d Avoid obsolete *_U_LONG macros. Fixes SunOS 64-bit build. 2013-06-03 10:23:33 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
rodent
07779c7d48 +xf86-video-newport 2013-06-03 01:36:12 +00:00
rodent
d6194f0297 Import xf86-video-newport-0.2.4 as x11/xf86-video-newport.
This is an unaccelerated driver for the SGI newport cards (a.k.a. XL) as found
in the SGI Indy and Indigo2. Both the 8bit and 24bit versions are tested and
working.
2013-06-03 01:35:22 +00:00