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
wiz
b8069f2e87
Fix gnupg2 dependency pattern.
2017-08-29 12:23:24 +00:00
prlw1
5f3b259100
Fix boost-libs gcc 5.4.0 build with joerg's "not everything is an enum" suggestion.
2017-08-25 21:49:43 +00:00
adam
5b737bf07b
Also depend on boost-mpi
2017-08-24 19:33:44 +00:00
adam
ce058b2fd4
Version 1.65.0
...
New Libraries: PolyCollection, Stacktrace. Updated Libraries: Asio, Context, Config, Core, Coroutine2, DLL, Fiber, Fusion, Geometry, Hash, Log, Phoenix, Predef, Program Options, Python, Smart Pointers, Test, TypeIndex, Unordered, Utility, Variant.
2017-08-24 19:31:31 +00:00
markd
27e726ff42
Update version for previous additions
2017-08-24 02:44:50 +00:00
markd
95690fb2d0
Add some tex packages
2017-08-24 02:40:56 +00:00
tsutsui
45a0f2692f
Update ruby-gnome2 packages to 3.1.8.
...
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.8/NEWS )
== Ruby-GNOME2 3.1.8: 2017-07-15
This is a bug fix release for macOS install.
=== Changes
==== Ruby/GLib2
* Improvements
* Supported (({--enable-debug})) for C++ sources.
* Fixes
* Fixed auto libffi detection for Homebrew.
[GitHub#1058][Reported by Andy Meneely]
==== Ruby/Pango
* Improvements
* (({Pango::Rectangle#to_a])): Added.
==== Ruby/GObjectIntrospection
* Improvements
* Supported non-pointer struct field reader.
[GitHub#1042][Reported by cedlemo]
* Supported (({GHashTable<UTF-8, UTF-8>})).
==== Ruby/CairoGObject
* Improvements
* CentOS 7: Supported auto native package install.
==== Ruby/GDK3
* Improvements
* CentOS 7: Supported auto native package install.
==== Ruby/GTK3
* Improvements
* Made more demos workable.
==== Ruby/WebKit2GTK
* Improvements
* Added a sample that uses proxy.
==== Ruby/GtkSourceView3
* Improvements
* CentOS 7: Supported auto native package install.
=== Thanks
* cedlemo
* Andy Meneely
== Ruby-GNOME2 3.1.7: 2017-07-10
=== Changes
==== All
* Improvements
* Windows: Supported running commands in bundled packages.
==== Ruby/GLib
* Improvements
* (({GLib::Bytes#size})): Added.
* (({GLib::Bytes#length})): Added.
* (({GLib::Bytes#pointer})): Added.
* Made stable glib-mkenums output.
[GitHub#1054][Patch by dai]
* Supported GError in callback argument.
* Windows: Upgraded bundled GLib to 2.52.3.
* Windows: Upgraded bundled Libtasn1 to 4.12.
==== Ruby/GObjectIntrospection
* Improvements
* Supported freeing GSList.
* Supported not GObject Introspection based bindings object for
receiver.
* Supported int16 array output.
* Supported uint16 array output.
* Supported uint32 array output.
* Supported uint64 array output.
* Supported float array output.
* Supported double array output.
* Supported auto (({#inspect})) defining.
* Homebrew: Supported Homebrew not installed at /usr/local.
==== Ruby/Pango
* Improvements
* Supported attribute again.
[GItHub#1033][Reported by Mamoru TASAKA]
* Supported (({Pango::Scale})) again.
[GItHub#1048][Reported by cedlemo]
* Added missing backward compatibility constants.
* Windows: Upgraded bundled Pango to 1.40.6.
==== Ruby/GDK3
* Improvements
* Windows: Upgraded bundled GTK+ to 3.22.16.
==== Ruby/GTK3
* Improvements
* Updated demo.
[GitHub#1038][GitHub#1039][GitHub#1040][GitHub#1044][GitHub#1045]
[GitHub#1046][GitHub#1047][GitHub#1049][GitHub#1050][GitHub#1051]
[GitHub#1052]
[Patch by cedlemo]
* Supported working on environment that has GTK+ 4.
[GitHub#1041][Reported by cedlemo]
* (({Gtk::TextTag#weight=})) accepts (({Pango::Weight})).
* (({Gtk::TextBuffer#insert_markup})) stops to require length.
* (({Gtk::TextTag#scale=})) accepts scale name such as (({:x_small})).
* Supported (({GLib::Bytes})) as text buffer input.
* (({Gtk::CssProvider#load_from_data})) accepts (({GLib::Bytes})).
* Fixes
* Fixed a crash bug in demo.
[GitHub#1036][Reported by Mamoru TASAKA]
==== Ruby/Rsvg2
* Improvements
* Added samples again.
* Fixes
* Added missing Ruby/CairoGObject dependency.
[GitHub#1035][Reported by peret]
==== Ruby/Clutter
* Improvements
* Windows: Built GDK backend again.
[GitHub:#1034][Reported by Alanzote]
* Windows: Upgraded bundled Clutter to 1.26.2.
==== Ruby/WebKit2GTK
* Improvements
* Added a sample that saves screenshot.
* Supported (({WebKit2Gtk::WebContext.new(ephemeral: true)})).
==== Ruby/GStreamer
* Improvements
* Windows: Upgraded bundled libsoup to 2.58.1.
* Windows: Upgraded bundled GStreamer to 1.12.1.
==== Ruby/GtkSourceView3
* Improvements
* Windows: Upgraded bundled GtkSourceView to 3.24.3.
==== Ruby/VTE3
* Improvements
* Windows: Upgraded bundled VTE to 0.48.3.
=== Thanks
* Alanzote
* peret
* cedlemo
* Mamoru TASAKA
* dai
2017-08-18 14:58:49 +00:00
wiz
a1e4174a9c
Follow some http redirects.
2017-08-16 20:21:03 +00:00
markd
e8bba48156
Update to revision 44959
2017-08-06 13:01:46 +00:00
markd
5bdb9d8972
Update to revision 44960
2017-08-06 12:57:48 +00:00
markd
d4711a0e47
Update to revision 44953
2017-08-06 12:55:40 +00:00
markd
9a00a8544f
Update to revision 44952
2017-08-06 12:53:34 +00:00
markd
a9a3a03868
Update to revision 44954
2017-08-06 12:48:15 +00:00
markd
21e5e59924
Update to revision 44943
2017-08-06 12:45:21 +00:00
markd
28ec6e4c8c
Update to revision 44906
2017-08-06 12:42:06 +00:00
markd
9fdcf9d052
update to revision 44895
2017-08-06 12:38:57 +00:00
markd
a917a1b048
Update to revision 44835
2017-08-06 12:36:26 +00:00
markd
8ecf91ad85
Update to revision 44784
2017-08-06 12:34:05 +00:00
markd
364ae670fb
update to revision 44742
2017-08-06 12:30:27 +00:00
markd
88ce3871e1
Update to revision 44725
2017-08-06 12:27:09 +00:00
markd
710cad0ea1
update to revision 44655
2017-08-06 12:24:19 +00:00
markd
4fd2f77f10
remove comment
2017-08-06 12:16:12 +00:00
markd
fec9901685
Add p5-biblatex-biber
2017-08-06 12:15:21 +00:00
markd
58c4c5c9b4
Update to revision 44601
2017-08-06 12:09:56 +00:00
wiz
7b294157a3
Comment out dead sites (DNS problems).
2017-08-01 16:47:35 +00:00
wiz
8733ee0040
Follow some http -> https redirects.
2017-08-01 14:58:51 +00:00
wiz
8d59bf7376
Use https for www.gnome.org HOMEPAGEs.
2017-07-30 22:47:48 +00:00
wiz
ccbfcd4fa5
boost-headers: revert previous; upstream says it's incorrect and
...
it's incomplete too.
Bump PKGREVISION.
2017-07-29 22:29:49 +00:00
wiz
fe96ad847a
boost-headers: do not use auto_ptr
...
Fixes build of gnucash-wip.
Reported upstream as
https://github.com/boostorg/locale/pull/19
Bump PKGREVISION.
2017-07-29 10:00:03 +00:00
markd
313fd96b1a
Add tex-baekmuk
2017-07-27 11:18:49 +00:00
markd
a75bcfc062
Add tex-arphic-ttf
2017-07-27 11:16:10 +00:00
markd
4c71626715
Add tex-ptex-fontmaps
2017-07-27 11:13:59 +00:00
wiz
4b2565ada5
Pass CFLAGS and LDFLAGS to compiler. Fixes RELRO build.
2017-07-14 17:35:07 +00:00
markd
c35d0e6d1d
Add tex-pgfopts
2017-07-06 20:42:05 +00:00
markd
c3a0aec657
Add tex-xindy
2017-07-06 02:36:07 +00:00
jperkin
d7f784c470
Match vte version upper limit.
2017-06-28 15:19:29 +00:00
joerg
3b823a66bb
Fix patch.
2017-06-28 08:27:00 +00:00
joerg
3d90121ad7
Move workaround for missing include from csound6 to main boost package,
...
it affects others. Bump boost-headers.
2017-06-27 20:08:59 +00:00
jperkin
29dc33135c
Fix DEPENDS typo.
2017-06-27 16:17:09 +00:00
jperkin
6c58535041
Re-order include, META_PACKAGE was being set after bsd.prefs.mk, which
...
doesn't work.
2017-06-27 16:16:04 +00:00
youri
b1091517e5
Require recent mate-terminal.
2017-06-25 23:22:33 +00:00
markd
d5c55ddcc0
Note that some packages are documentation only
2017-06-24 01:01:38 +00:00
markd
8776805f91
Add tex-mptrees to complete collection
2017-06-24 00:12:34 +00:00