Commit graph

12224 commits

Author SHA1 Message Date
adam
3fd6cf312b Changes 4.16.5:
- Added the asarray() method to sip.voidptr.
- Bug fixes.
2014-12-30 06:43:59 +00:00
dholland
2337b318fb As a compromise on PR 39813, document the pkgpaths of the minimum set
of fonts required to run the X server.

AIUI we do not want the X server package to depend on these fonts
directly. (If this is not the case, or no longer is, they should be
added to DEPENDS.)
2014-12-29 07:55:23 +00:00
wiz
978d21869d Another patch for qt5, missed in the big commit before. 2014-12-27 22:57:13 +00:00
mef
c77d40a13b HOMEPAGE directory moved (MASTER_SITES for old = pkgsrc current is unknown). 2014-12-27 14:51:54 +00:00
mef
a6a610abaa MASTER_SITES and HOMEPAGE hostname change. 2014-12-27 14:45:45 +00:00
wiz
57910b03eb Improve qt5 build structure, from Niclas Rosenvik:
Allow multiple BUILD_DIRS (but Makefile.common must be included later)
Adds installation of some cmake files and gets rid of many manual
installation rules.
Bump PKGREVISION where PLIST changed.
2014-12-25 13:51:13 +00:00
wiz
68331a1710 Fix CVE-2013-6424 using
http://lists.x.org/archives/xorg-devel/2013-October/037996.html

Bump PKGREVISION.
2014-12-21 16:14:05 +00:00
wiz
597965010a Fix a pkglint warning. 2014-12-21 16:13:42 +00:00
wiz
8fc1d945e8 Fix checksum. 2014-12-21 16:09:00 +00:00
wiz
9c3d50f794 Fix
X.Org Security Advisory:  Dec. 9, 2014
Protocol handling issues in X Window System servers
using the 1.16.x patches, backported to 1.12 by myself.
Review welcome.

Bump PKGREVISION.
2014-12-21 16:03:17 +00:00
mef
87b57a9814 MASTER_SITES moved. 2014-12-16 12:08:44 +00:00
prlw1
1de6ffa4d4 Avoid:
The Panel encountered a problem while loading
  "ClockAppletFactory::ClockApplet" Do you want to delete the applet
  from your configuration?

Solution:

  https://mail.gnome.org/archives/commits-list/2012-May/msg05607.html

While here, depend on sysutils/desktop-file-utils/desktopdb.mk
2014-12-16 10:46:32 +00:00
jperkin
c24ed9c54f The "rename" rule is a published synonym for the "opt" transform rule, however
only the latter is supported by cwrappers.  Change them all to "opt" rules for
consistency and to gain compatibility with cwrappers.
2014-12-15 11:46:34 +00:00
taca
474dd1e447 Now build with tcl/tk 8.6 except ruby18.
Bump REVISION.
2014-12-14 14:01:23 +00:00
tsutsui
b844af24aa Update mlterm to 3.4.1.
pkgsrc changes:
 - remove post-3.4.1 fix

Changed noted in doc/en/ReleaseNote:

ver 3.4.1
* Update unicode properties to 7.0.0.
* Automatically select an appropriate character set in selecting font on mlconfig
  according to a selected character encoding.
* Add "Blink cursor" and "Log" entries to "Others" tab of mlconfig.
* Add "Color" tab which customizes cursor colors , vt 16 colors and so on to mlconfig.
* Add "Font policy" and "Box drawing font" entries to "Font" tab of mlconfig.
* Support OSC 5380;color:key and OSC 5381;color:key.
* 'mlcc color [color name]' returns current rgb of specified colors.
* Bug fixes:
  SF Bug #72 (Thanks to http://sf.net/u/p2all)
  Fix a bug which disabled "\x1b]5381;/dev/...;pty_name\x07". (enbugged at 3.3.8)
  Fix "is_auto_encoding" of OSC 5379 which didn't work.
  Fix a bug which disabled "xft" checkbox of mlconfig.
  Revive "New" button in "PTY List" of mlconfig.
2014-12-13 16:55:21 +00:00
obache
a5fdf4323d Added new dependency on libXinerama, need to buildlink too. 2014-12-13 01:45:38 +00:00
gdt
3227959e4c bl3 on libXinerama
From Iain Morgan.
2014-12-12 23:38:31 +00:00
rodent
be53b11f5c Allow build on Linux to finish. Suggestion reported by Kamil Rytarowski on
tech-pkg@. Bug has been reported upstream and can be tracked here:

https://bugs.freedesktop.org/show_bug.cgi?id=87243
2014-12-12 00:24:42 +00:00
markd
15db98367f Sanitize path 2014-12-11 20:00:15 +00:00
joerg
cf56dc6fce Provide library search paths, not only rpaths, explicitly. 2014-12-10 23:27:31 +00:00
joerg
1ead7f3b54 Explicitly provide library search path for X11 libs. 2014-12-10 23:27:01 +00:00
mef
b73f8188a3 (pkgsrc)
- Add LICENSE= gnu-gpl-v2
 - Add MASTER_SITES

(upstream)
 - Update 1.3.3 to 1.3.9
from debian/changelog
keylaunch (1.3.9) unstable; urgency=low
  * Distclean should clean too. (Closes: #570044)
  * Add missing script. Not automatically done, because of not using automake.

keylaunch (1.3.8) unstable; urgency=low
  * Fix several lintian errors and cleanup aclocal/autoconf stuff.

keylaunch (1.3.7) unstable; urgency=low
  * The keylaunch is not dead release!
  * Keylaunch is using dh_strip. (Closes: #498310)

keylaunch (1.3.6) unstable; urgency=low
  * At first remove all events from the X11 filedescriptor.
    This lead to a broken 1.3.5 version.

keylaunch (1.3.5) unstable; urgency=low
  * Use select instead of using a while loop with usleep.

keylaunch (1.3.4) unstable; urgency=low

  * Since keylaunch uses dh_strip, the install option -s is not needed.
    (Closes: #437252)

(Above all are by:)
 -- Stefan Pfetzing <dreamind@dreamind.de>
2014-12-10 14:05:40 +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
6b9fc86c2e When disabling sse2, also disable sse3.
From Thomas Orgis on pkgsrc-users.
2014-12-09 11:43:19 +00:00
wiz
8082560f39 Update to 2.0.20141204:
bluit (20141204) unstable; urgency=low

  * maintenance updates
2014-12-07 17:25:30 +00:00
jmcneill
b0c78b058e gnome-terminal needs libICE 2014-12-03 11:06:21 +00:00
jperkin
f1556d013b Remove --version-script arguments on SunOS. 2014-12-02 09:53:31 +00:00
joerg
ff321b08ab Support cwrappers for packages appending arguments in the wrappers. 2014-12-01 12:39:16 +00:00
joerg
666317869d rpath transform rules work differently for cwrappers. 2014-12-01 11:30:41 +00:00
wiz
a9465a31fe Update to 313:
Various improvements to ReGIS graphics. Several minor fixes/improvements.
2014-12-01 08:59:00 +00:00
tsutsui
f9f3ea37cd Pull a post-3.4.0 fix from upstream.
http://sourceforge.net/projects/mlterm/files/01release/mlterm-3.4.0/mlterm-3.4.0-fixes.patch/download
 * Pty to be responsed to by OSC 5381 is fixed.

Bump PKGREVISION.
2014-11-30 13:26:00 +00:00
markd
dc0fcff656 Add Linux LDFLAGS. 2014-11-30 03:35:09 +00:00
markd
dc25abb718 Explicitly disable Soprano and Nepomuk. 2014-11-30 03:32:47 +00:00
markd
1175f3a6da Explicitly disable Soprano and SharedDesktopOntologies. 2014-11-30 03:30:25 +00:00
markd
b2ff5f3c17 Explicitly disable Soprano and Nepomuk. 2014-11-30 03:27:46 +00:00
markd
962531d634 Explicitly disable Nepomuk. 2014-11-30 03:25:54 +00:00
spz
e37098f286 add the fix for CVE-2014-0190 from upstream
can be dropped again with the next qt4 release
2014-11-28 21:07:51 +00:00
joerg
932140f1fa Don't run configure from autogen. 2014-11-27 13:30:04 +00:00
joerg
14f7f673ec Remove tautologic condition. 2014-11-25 15:05:15 +00:00
wiz
0e4f15ee05 Convert from vala014 to vala (0.26). Still packages fine.
Bump PKGREVISION.
2014-11-25 11:59:25 +00:00
wiz
82f248f7d7 Convert from vala014 to vala (0.26). Still packages fine.
Bump PKGREVISION.
2014-11-25 11:58:53 +00:00
wiz
180e6f714f Switch from vala012 to vala (0.26). Still packages fine.
Bump PKGREVISION.
2014-11-25 09:59:11 +00:00
prlw1
40402edc8f Update gtksourceview3 to 3.14.2
News in 3.14.2
--------------
* Bug fix
* Translation updates

News in 3.14.1
--------------
* Fix UndoManager with a new implementation
* Various other improvements
* Translation updates

News in 3.14.0
--------------
* Translation updates

News in 3.13.91
---------------
* Improved Mac OS X support
* Gutter improvements
* Various other improvements and code clean-up
* Translation updates

News in 3.13.90
---------------
* Adjustments to the file loading and saving API:
  - Make gtk_source_encoding_get_default_candidates() private
  - Replace gtk_source_encoding_foreach() by gtk_source_encoding_get_all()
  The file loading and saving API can be considered stable now.

* Add Vala bindings
* Various other improvements
* Translation updates

News in 3.13.3
--------------
* Extend the api to obtain candidate encodings
* Rework drawing of spaces and margins (requires new Gtk+)
* Various other improvements and bugfixes
* Translation updates

News in 3.13.2
--------------
* New feature: file loading and saving
* Split testfiles.sh to tests/syntax-highlighting/
* GtkSourceView is now fully relicensed to LGPL
* Various other improvements and bugfixes
* Translation updates

News in 3.13.1
--------------
* Improvements to the words completion provider
* Completion window sizing fixes
* Improvements to some lang files
* Various other improvements and bugfixes
* Updated translations

News in 3.12.1
--------------
* Renovate test-widget
* Various improvements and bugfixes
* Updated translations

News in 3.12.0
--------------
* Small improvements to the documentation
* Updated translations

News in 3.11.91
---------------
* Updated translations

News in 3.11.90
---------------
* Add syntax highlighting for LLVM IR and Sweave
* Improvements to some lang files
* Updated translations

News in 3.11.4
--------------
* Add the popular Solarized style schemes
* Improvements to some lang files and a new lang file for lex
* Optimize the draw-spaces code
* Various fixes to the completion framework
* Misc bugfixes
* Updated translations

News in 3.11.3
--------------
* Font scaling support for headings/titles in LaTeX and HTML
* Add Change Case submenu to the right click context menu
* Add ANS Forth 94 syntax highlighting
* Misc bugfixes
* Updated translations

News in 3.11.2
--------------
* Add API to change text case
* Add reStructuredText and yaml syntax highlighting
* Improve LaTeX, m4 and D syntax highlighting
* Documentation improvements (including best practices for language definition files)
* Installed tests
* Misc bugfixes
* Updated translations

News in 3.11.1
--------------
* Deprecate the Gutter:xpad and Gutter:ypad properties
* Deprecate gtk_source_gutter_get_window()
* Better implementation of GtkSourceMarks (private class GtkSourceMarksSequence)
* Style schemes: more visible right margin
* Documentation improvements
* Misc bugfixes
* Updated translations
2014-11-23 13:46:07 +00:00
bsiegert
442e0d418b Compilation Fix for Mac OS 10.10.
Patch provided by Youri Mouton in PR pkg/49096.
2014-11-22 20:34:34 +00:00
adam
aebaab8c2c Changes 8.6.3:
Cocoa: Crash after [$button destroy]
Cocoa: button and scroll display fixes
Cocoa: improved drawing performance
Phony button clicks from browsers to plugin
[text] elide changes advance epoch
fix PNG transparency appearance
Win: updated file dialogs
OSX: Improved ttk notebook tab metrics for Yosemite
[scale -digits $bigValue] segfault
[scale] handling of negative resolution
2014-11-22 15:58:44 +00:00
wiz
0bba7f9316 Update to 1.3.0:
In what is almost an olympic release schedule, here's a new version of
xkbcomp. Over the last two-and-a-bit years a number of patches have
accumulated, the most interesting one is support for multiple keysyms per
level (#25025).  I say "parsing support" for a reason, the symbol becomes a
NoSymbol, which is arguably still more useful than a parsing error. Plus,
multi-sym per key won't work in X anyway.

Other than that, misc fixes and changes all over the place. UNIXOS2 support
was dropped. Sorry guys, no multi-keysym parsing for you. I'll get a
bucket ready for the tears.

Adam Jackson (1):
      configure: Drop AM_MAINTAINER_MODE

Alan Coopersmith (10):
      unifdef -U__UNIXOS2__
      config: Add missing AC_CONFIG_SRCDIR
      Remove unused function entry/exit tracking framework
      Remove unused uASSERT macro
      Convert remaining sprintf calls to snprintf
      Fix many const char * warnings from gcc
      Remove useless checks for NULL before free in OverlayKeyCreate()
      Don't dereference the pointer whose allocation failed
      Remove useless assignment to 'outline' variable
      Initialize nMatch even if WIN32 is defined

Benno Schulenberg (1):
      Making sure that a copied string is always null-terminated (#66345).

Colin Walters (1):
      autogen.sh: Honor NOCONFIGURE=1

Daniel Stone (2):
      Add parsing support for multiple keysyms per level
      Reset scan state when opening a new file

Laura (1):
      Add #include <stdlib.h> to xkbscan.c

Peter Hutterer (7):
      Use DEBUG, not DEBUG_ON to determine whether debugging is enabled
      man: document -help/-?, -em1, -emp, -eml
      Always terminate the scanBuf string (#66345)
      Parse -w1 flag correctly (#66344)
      compat: don't warn about redefinition when nothing is defined yet
      man: replace default include directory with the one from configure
      xkbcomp 1.3.0

Ryan Pavlik (1):
      Include Xwindows.h rather than windows.h

Thomas Klausner (1):
      Protect config.h like usual.

Vincent Lefevre (1):
      xkbcomp: Improved -w option parsing

git tag: xkbcomp-1.3.0

http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.bz2
MD5:  0012a8e3092cddf7f87b250f96bb38c5  xkbcomp-1.3.0.tar.bz2
SHA1: 113c93679c9245141b5899240f59fcc8227d8dc1  xkbcomp-1.3.0.tar.bz2
SHA256: cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a  xkbcomp-1.3.0.tar.bz2
PGP:  http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.bz2.sig

http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.gz
MD5:  f8da094e266e2f99316696fab4922d70  xkbcomp-1.3.0.tar.gz
SHA1: 32fffd47086a6d204ac842668a598af74d9c172a  xkbcomp-1.3.0.tar.gz
SHA256: 91d052c895a47ab2930aa1e150bfe7559fdaeb959d035634d5ba259300a3353f  xkbcomp-1.3.0.tar.gz
PGP:  http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.gz.sig
2014-11-20 23:46:04 +00:00
wiz
55053b7fc7 Update to 2.18.3:
In Lablgtk-2.18.3:

2014.10.06 [Jacques]
  * add Gdk.Window.create_foreign and set_transient_for functions (Tim Cuthbertson)

2014.09.20 [Jacques]
  * CAMLparam initializes with Val_unit rather than 0 since ocaml 4.02.
    Fix a related problem in ml_gobject.
    This caused random crashes with unison (Christopher Zimmermann, PR#1425)
  * Also factorize some code to use Val_option_*
  * Replace XID by GdkNativeWindow where required.
    You may need to insert calls to Gdk.Window.native_of_xid in some places.
2014-11-20 16:11:16 +00:00
wiz
25802c5b70 Update to 3.14.0:
3.14.0 (stable):

Documentation:
* Headerbar demo: Update for renamed arrow icons.
  (Kjell Ahlstedt)

Build:
* Update and Overhaul Visual Studio 2008 and 2010 Projects.
  (Chun-wei Fan)
* Fix the demos on Windows.
  (Chun-wei Fan)


3.13.8 (unstable):

Gdk:
* Window: Add get/set_event_compression(), set_shadow_width(),
  and show_window_menu().
  (Murray Cumming)

Gtk:
* Application: Add get_actions_for_accel(), prefers_app_menu(), and
  get_menu_by_id().
  (Murray Cumming)
* CellArea: Add attribute_get_column().
  (Murray Cumming)
* EntryCompletion: Add the no_matches signal.
  (Murray Cumming)
* ListBox:
  - Add selected_foreach(), get_selected_rows(), unselect_row(), select_all()
  and unselect_all(). Add the selected_rows_changed signal.
  (Murray Cumming)
* ListBoxRow: Add is_selected(), set/get_selectable(), set/get_activatable().
  Add the selectable and activatable properties.
  (Murray Cumming)
* Settings: Add the gtk_long_press_time property.
  (Murray Cumming)
* StatusIcon:  Deprecate this because it is deprecated in gtk+
  (Kjell Ahlstedt)
* StyleContext: Really add get_scale().
  (Murray Cumming)
* Widget: Add get/set_clip().
  (Murray Cumming)


3.13.7 (unstable):

Gtk:
* Box: Wrap child properties
  (Juan R. García Blanco) Bug #140515
* Grid: Wrap child properties
  (Juan R. García Blanco) Bug #140515
* HeaderBar: Wrap child properties
  (Juan R. García Blanco) Bug #140515
* Paned: Wrap child properties
  (Juan R. García Blanco) Bug #140515
* TreeView: Deprecate property_rules_hint().
  (Kjell Ahlstedt)

Documentation:
* Gtk::FileChooser::get_current_folder(): Update documentation from GTK+.
  (Kjell Ahlstedt) Bug #734570 (da_fox)


3.13.5 (unstable):

Gtk:
* Container: Support child properties.
  (Juan R. García Blanco)
* Add EventController and Gesture* classes.
  (Kjell Ahlstedt)
* IconTheme: Add add_resource_path() and deprecate add_builtin_icon().
  (Murray Cumming)
* Notebook: Add child properties tab_label, menu_label, position,
  tab_expand, tab_fill, reorderable, and detachable.
  (Juan R. García Blanco)
* Stack: Add child properties name, title, icon_name, position, and
  needs_attention.
  (Juan R. García Blanco)
* Switch: Add set/get_state(), the state property, and the state_set signal.
* Toolbar: Add child properties expand and homogeneous.
  (Juan R. García Blanco) Bug #140515
* Widget: Deprecate get/set_double_buffered() and the property.
  (Kjell Ahlstedt)

Documentation:
* Demo: Update notebook's tabs style to match the gtk3-demo.
  (Juan R. García Blanco)
* Demo: Add a gestures example, based on the gtk3-demo equivalent.
  (Kjell Ahlstedt)
* Add Gestures group to the reference docs
  (Kjell Ahlstedt)


3.13.3 (unstable):

Gtk:
* Builder: Fix ref count in get_widget() and get_widget_derived() and add test
  case.
  (Kjell Ahlstedt) Bug #731444 (Peter)
* Container: Deprecate [set|get]_resize_mode() and set_reallocate_redraws().
* Widget: Deprecate reparent(), region_intersect(),
  get_root_window(), [set|get]_margin_[left|right](), property_style(),
  property_margin_[left|right]().
  (Kjell Ahlstedt)
* Add Overlay.
  (Juan R. García Blanco)
* IconInfo: Deprecate set_raw_coordinates(), get_embedded_rect(),
  get_attach_points() and get_display_name().
  (Murray Cumming)
* Widget: Undeprecate and reimplement reparent() because it is still useful in
  gtkmm.
  (Kjell Ahlstedt)
* WidgetPath:  Deprecate iter_add_region(),
  iter_remove_region(), iter_clear_regions(), iter_list_regions()
  and iter_has_region().
  (Murray Cumming)

Documentation:
* Application: Add documentation concerning the use of quit()
  (Kjell Ahlstedt) Bug #731126 (Glenn Rice)
* Builder: Add documentation about widget and window lifetimes.
  (Kjell Ahlstedt) Bug #731444 (Peter)
* Add Overlay demo.
  (Juan R. García Blanco)
* demo: Avoid use of deprecated API.
  (Murray Cumming)
* demo: Make side bar scrollable as in the C version.
   (Juan R. García Blanco)


3.13.2 (unstable):

Gtk:
* Don't assert argc/argv are non-null in Application::run()
  (Jonathon Jongsma) Bug #729212.
* Deprecate Alignment.
  (Murray Cumming)
* Deprecate Arrow.
  (Kjell Ahlstedt)
* Bin: Deprecate add_label(const Glib::ustring& label, bool mnemonic, double x_align, double y_align) and
    add_pixlabel(const std::string& pixfile, const Glib::ustring& label, double x_align, double y_align).
    Add add_pixlabel(const std::string& pixfile, const Glib::ustring& label, Align x_align, Align y_align).
* Label: Deprecate Label(const Glib::ustring& label, float xalign, float yalign, bool mnemonic).
* MenuItem: Don't use deprecated Misc property.
* Deprecate Misc (almost - it is still a base class).
  (Kjell Ahlstedt)
* Deprecate NumerableIcon.
  (Kjell Ahlstedt)

Documentation:
* gtkmm-demo: use HeaderBar in main window.
  (Juan R. García Blanco)
* Fix a segfault in the Drawing Area demo
  (Kjell Ahlstedt )
* Update documentation of Gtk::Dialog::run()
  (Kjell Ahlstedt)
*  Remove unnecessary parts of the docs_override.xml files
  (Kjell Ahlstedt)
2014-11-19 12:54:08 +00:00
adam
864be979d0 PLIST fix for 'doc' option on 2014-11-17 21:21:33 +00:00
jmcneill
962ff7b09e implement cacheFlush for NetBSD/arm 2014-11-17 11:54:42 +00:00