Commit graph

1630 commits

Author SHA1 Message Date
taca
0cac5d421e meta-pkgs/php71-extensions: fix PHP version in COMMENT 2017-12-09 02:37:38 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
wiz
22f9431684 modular-xorg-driver: add xf86-video-vboxvideo
Bump PKGREVISION.
2017-11-30 15:55:26 +00:00
wiz
20f7c989fe recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
tsutsui
317a50741f ruby-gnome2: update to 3.2.1.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.1: 2017-11-19

This is a memory related bug fix release.

=== Changes

==== Ruby/GLib2

  * Improvements

    * (({GLib::Bytes#initialize})): Stopped to copy data for frozen
      (({String})).

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed memory leaks for output parameters.
      [GitHub#1113][Reported by Will Bryant]

==== Ruby/GIO2

  * Improvements

    * (({Gio::InputStream#read_all})): Made workable.
      [GitHub#1110][Reported by Paul van Tilburg]

    * (({Gio::InputStream#read})): If the given size is (({nil})),
      read until EOF or error. It's compatible with Ruby's IO objects.

==== Ruby/GTK3

  * Improvements

    * Marked top-level windows automatically.
      [GitHub#1103][Reported by cedlemo]

=== Thanks

  * Paul van Tilburg

  * cedlemo

  * Will Bryant
2017-11-22 17:05:52 +00:00
tsutsui
44e0749c4f ruby-gnome2: update to 3.2.0.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.0: 2017-11-07

This is a bug fix release for Ruby/Poppler.

=== Changes

==== Ruby/GLib

  * Improvements

    * (({GLib::IOChannel#create_watch})): Supported.
      [GitHub#1106][Reported by kspt-johs]

    * (({GLib::IOChannel#create_watch})): Supported.

==== Ruby/GTK3

  * Improvements

    * Added a sample.
      [GitHub#1109][Patch by cedlemo]

==== Ruby/Poppler

  * Improvements

    * (({Poppler#Document#size})): Added again.

    * (({Poppler#Document#pages})): Added again.

  * Fixes

    * Updated dependencies.
      [GitHub#1107][Reported by OBATA Akio]

    * (({Poppler#Document#initialize(:data => data)})): Added
      workaround. It should be fixed in upstream.

=== Thanks

  * kspt-johs

  * OBATA Akio

  * cedlemo
2017-11-19 10:38:38 +00:00
khorben
dbcb57753c Bump PKGREVISION on packages depending on CUPS
This should be the last part of the renaming operation for print/cups to
print/cups-base.

Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.

As discussed on tech-pkg@
2017-11-12 16:03:34 +00:00
wiz
3ff6872580 netbsd-www: Parts of the web site need fig2dev, depend on it.
Bump version.
2017-11-08 22:22:53 +00:00
wiz
2b2c1432ea modular-xorg-libs: remove libXfont (v1) it is on the way out
Bump version.
2017-11-08 08:48:20 +00:00
wiz
fec16ac52c bulk-medium: Remove ancient (and removed) firefox10.
Bump version.
2017-10-28 05:22:37 +00:00
taca
9f2f4148e6 pkgsrc: reset PKGREVISION
reset PKGREVISION along with update of all lang/php*.
2017-10-27 08:49:00 +00:00
markd
8d26240ef8 texlive-collection-latexextra: add tex-{makecell,pagenote} 2017-10-23 10:34:25 +00:00
tsutsui
8e6985753a ruby-gnome2: update to 3.1.9.
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.9/NEWS)

== Ruby-GNOME2 3.1.9: 2017-10-16

This is a release that includes GObject Introspection migrated Ruby/Poppler.

=== Changes

==== All

  * Improvements

    * Added (({Makefile})) existence check before running (({make})).
      [GitHub#1065][Patch by HIGUCHI Daisuke]

  * Fixes

    * Fixed shebang paths.
      [GitHub#1066][Patch by HIGUCHI Daisuke]

==== Ruby/GLib

  * Improvements

    * Windows: Updated required cairo gem dependency.

==== Ruby/GObjectIntrospection

  * Improvements

    * (({GObjectIntrospection::Loader.register_object_class_converter})):
      Added.

    * Added (({gboolean *})) output support.

    * Added (({[GBoxed]})) output support.

    * Added (({[gboolean]})) input support.

==== Ruby/GDK3

  * Improvements

    * (({Gdk::Window#origin})): Ignored garbage return value.

==== Ruby/GTK3

  * Improvements

    * Added more demos.
      [GitHub#1096][GitHub#1098][GitHub#1099][GitHub#1103]
      [Patch by cedlemo]

    * (({Gtk::Container#add_child})): Added.
      [GitHub#1101][Reported by Robert A. Heiler]

    * (({Gtk::Container#remove_child})): Added.
      [GitHub#1101][Reported by Robert A. Heiler]

==== Ruby/Poppler

  * Improvements

    * Migrated to GObject Introspection bindings.
      [Patch by cedlemo]

==== Ruby/WebKit2GTK

  * Improvements

    * Reduced fragile test failure.
      [GitHub#1067][Patch by HIGUCHI Daisuke]

    * Followed upstream fix for
      (({webkit_web_view_new_with_related_view})).
      [GitHub#1095][Reported by Jeremy Bicha]

    * Relaxed test to support the latest WebKit2GTK+.
      [GitHub#1095][Reported by Jeremy Bicha]

==== Ruby/Rsvg2

  * Improvements

    * Added document how to install on Heroku.
      [GitHub#1071][Patch by Ciocanel Razvan]

==== Ruby/VTE3

  * Improvements

    * (({Vte::Regex})): Added.
      [GitHub#1087][Patch by cedlemo]

=== Thanks

  * HIGUCHI Daisuke

  * cedlemo

  * Ciocanel Razvan

  * Jeremy Bicha

  * Robert A. Heiler
2017-10-21 01:22:55 +00:00
wiz
7994fc873a gstreamer*: follow redirect 2017-10-17 10:50:38 +00:00
markd
d73cbdaebf texlive-collection-pictures: add tex-tkz-{base,fct} 2017-10-15 20:48:28 +00:00
markd
eb2b866cbf texlive-collection-latexextra: add tex-numprint, remove tex-etoolbox 2017-10-15 20:46:12 +00:00
markd
8b224f7c49 texlive-collection-latexrecommended: update to version 2017.45456
add tex-etoolbox and tex-ucharcat
2017-10-15 20:42:47 +00:00
markd
c62b9f8257 texlive-collection-mathscience: note new packages 2017-10-12 10:47:51 +00:00
markd
4e0bb9f0c3 texlive-collection-publishers: note new packages 2017-10-12 10:42:21 +00:00
markd
dbb68c9260 texlive-collection-xetex: note na-position 2017-10-12 10:37:30 +00:00
markd
ca6cf5c95c texlive-collection-luatex: note fontloader-luaotfload,-ucharcat 2017-10-12 10:31:53 +00:00
markd
cd006d3996 texlive-collection-fontsextra: note coelacanth,dejavu-otf 2017-10-12 10:28:27 +00:00
markd
51121dcb1f texlive-collection-music: note musicography,octave 2017-10-12 10:24:25 +00:00
markd
bcb56e0f8d texlive-collection-langenglish: note amscls-doc,latex-refsheet 2017-10-12 10:19:23 +00:00
markd
06f9ea8eec texlive-collection-pictures: note dynkin-diagrams,endofproofwd,istgame 2017-10-12 10:08:24 +00:00
markd
529ade4d61 texlive-collection-humanities: note theatre 2017-10-12 10:03:16 +00:00
markd
dc094c42a1 texlive-collection-bibtexextra: note bib2gls 2017-10-12 09:59:16 +00:00
markd
4c0422c1ff texlive-collection-langchinese: note upzhkinsoku 2017-10-12 09:55:25 +00:00
markd
9d43104440 texlive-collection-langcjk: note fixjfm 2017-10-12 09:51:53 +00:00
markd
c831a92267 texlive-collection-langjapanese: note ifxptex 2017-10-12 09:48:30 +00:00
markd
e532f93bc7 texlive-collection-binextra: note tlcockpit and tlshell 2017-10-12 09:39:15 +00:00
markd
e8375f1328 texlive-collextion-langarabic: note na-box 2017-10-12 09:23:04 +00:00
markd
6be175a7e0 texlive-collection-pstricks: note pst-poker 2017-10-12 07:08:53 +00:00
markd
3dc67cfbea Update to revision 44986 - note simplekv 2017-10-11 09:23:49 +00:00
taca
199f549fad meta-pkgs/ruby-redmine-*: Restrict ruby's version
Restrict ruby-redmine depending pacakges to ruby22 only.
2017-09-30 15:48:42 +00:00
wiz
eef80df883 emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions
As announced in
https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html

This still leaves emacs20, emacs21, and the current version, emacs25.
2017-09-29 12:40:26 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
maya
f656cb4428 Stopgap fix: omit asymptote dependency in meta-pkg
it depends on ghostscript-agpl and conflicts with other packages.
From Eric Brown in PR pkg/52568

XXX better solution
2017-09-23 05:56:59 +00:00
jperkin
da4992e7a6 boost: Fix build on OS where dladdr() takes a void *. 2017-09-20 14:33:25 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
adam
2559dce84b boost: update to 1.65.1
Fixes in 1.65.1
Config:
* Version macro changes for CUDA.
* Update last known MSVC version.
* MSVC 14.11 supports structured bindings.

Context:
* Return a continuation from functions executed by resume_with.

Fiber:
* Return a continuation from functions executed by resume_with.

Smart Pointers:
* Fix Visual C++ version checks.
* Fix compilation for NVCC with host compiler clang.

Stacktrace:
* Update build testing file to detail with a MinGW issue.
* Change preprocessor file extensions to work with the installation system.
* Support FreeBSD and other OSs that do not define _GNU_SOURCE but have _Unwind_Backtrace function.

Thread:
* Fix bug in boost::condition_variable on Windows
2017-09-13 17:34:40 +00:00
markd
549da6ea85 Add tex-csvsimple 2017-09-08 22:25:26 +00:00
wiz
44faa0cdcd Remove teTeX* packages and references to them.
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
2017-09-06 16:49:21 +00:00
markd
678862a448 Remove mention of tex-misc 2017-09-06 12:32:35 +00:00
markd
8a8c0d21ec Remove tex-euro{font,sans}-doc 2017-09-06 12:21:29 +00:00
wiz
9ddb7f9e9c Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
jakllsch
fc3e4afdec Refine previous boost::context earmv6hf fix.
NetBSD earmv[67]hf* all default to VFPv2 (-mfpu=vfp), so we shouldn't
assume anything more.

Ride previous non-bump of revision; no binary change.
2017-09-03 01:41:00 +00:00
bouyer
f74537fbd9 If we have a VFP, assume it is VFP3. In the default mode on NetBSD, the
assembler complains:
libs/context/src/asm/ontop_arm_aapcs_elf_gas.S:55: Error: selected processor does not support `vstmia sp,{d8-d15}' in ARM mode
libs/context/src/asm/ontop_arm_aapcs_elf_gas.S:69: Error: selected processor does not support `vldmia sp,{d8-d15}' in ARM mode

XXX what about VFP4 ?

Should fix PR pkg/52425.

No PKGREVISION change, as this doesn't change packages which did sucessfully
build before.
2017-09-02 10:42:12 +00:00
abs
5c8a356390 Add a note to update mysql57-client/patches/patch-cmake_boost.cmake when bumping version 2017-09-01 10:02:31 +00:00