Commit graph

308086 commits

Author SHA1 Message Date
schmonz
d12ef7f9f9 + etckeeper-1.18.13 2019-12-24 05:38:00 +00:00
dbj
28a4abed17 audio/libao: fix Darwin build
libao tried disable the macos plugin by setting a configure
environment variable that didn't work.  This forces the option
off by the SUBST framework to edit the config file.
2019-12-24 05:07:45 +00:00
markd
a5d7fc7758 kde4: remove baloo - conflicts with baloo5 2019-12-24 03:31:53 +00:00
dbj
d82c8d9436 math/octave: remove unrecognized configure args
on Darwin, set --enable-link-all-dependencies
2019-12-24 01:59:15 +00:00
dbj
1bd391357b math/octave: add missing header for use of exit system call 2019-12-24 01:58:48 +00:00
gutteridge
6971455774 doc: Updated lang/guile to 1.8.8nb10 2019-12-24 01:43:38 +00:00
gutteridge
df1bdf1e25 guile: fix build with GNU texinfo 6.7
GNU texinfo 6.7 fails to parse api-compound.texi because of an
unnecessary non-breaking space character (code point 160). (Whereas
GNU texinfo 6.5 succeeds there, as does the old C source version
bundled with NetBSD's userland.)

utf8 "\xA0" does not map to Unicode at ParserNonXS.pm line 1796, <FH> line 908.
Malformed UTF-8 character: \xa0 (unexpected continuation byte 0xa0, with no
preceding start byte) in pattern match (m//) at ParserNonXS.pm line 3364.
Malformed UTF-8 character (fatal) at ParserNonXS.pm line 3364.

It's simpler to just replace the byte in that source file with an ASCII
space character than attempt to fix the texinfo parsing code (and we're
in a freeze right now, too). This should fix the bulk build failures on
SmartOS and others.
2019-12-24 01:42:53 +00:00
nia
e31e716085 mgba: needs glu 2019-12-23 23:03:24 +00:00
dbj
20974a9501 libao: revert PLIST.Darwin, this is likely the wrong fix 2019-12-23 22:16:33 +00:00
dbj
a529e0eadb libao: add PLIST.Darwin for platform specific plugin file 2019-12-23 22:07:00 +00:00
markd
797b099a0a cdrdao: build uses pkg-config 2019-12-23 20:38:15 +00:00
nros
7ead1d39f6 Fix build of math/xylib on gcc 6 and above
gcc 6 and above inmplicity uses c++14 so use std::shared_ptr.
2019-12-23 19:54:51 +00:00
sjmulder
35c69002d1 doc: Updated math/sc-im to 0.7.0nb6 2019-12-23 13:44:55 +00:00
sjmulder
dc3b78319b math/sc-im: Bump for breaking libxlsxwriter change 2019-12-23 13:44:41 +00:00
sjmulder
f708e979a9 doc: Updated textproc/libxlsxwriter to 0.8.9 2019-12-23 13:43:45 +00:00
sjmulder
b6dba8d185 textproc/libxlsxwriter: update to 0.8.9
Changes:
 - Added support for default hyperlink style in worksheet_write_url().
 - Added support for hyperlink in images, see
   worksheet_insert_image_opt().
 - Fixed several worksheet_write_url() edge cases.
2019-12-23 13:43:31 +00:00
markd
b9d3807c80 kde4: comment out audiocd-kio
audiocd-kio currently doesn't build due to mix of kde4 and kf5 packages
in its dependencies.
2019-12-22 23:59:46 +00:00
markd
8058f44cf9 botan-devel: don't accidentally detect and use sphinx 2019-12-22 22:33:15 +00:00
joerg
ae96cc4ff7 Don't conflict with newer glib. 2019-12-22 22:30:58 +00:00
joerg
601785cfec Deal with pcre changes. 2019-12-22 22:30:08 +00:00
joerg
7475eb7fea Use -fopenmp instead of hard-coding libgomp. 2019-12-22 22:29:39 +00:00
joerg
7c1201663f sodium no longer provides crypto_uint*, so provide ones local. 2019-12-22 22:28:54 +00:00
joerg
ab683eed55 Fix kqueue use on newer NetBSD. 2019-12-22 22:28:15 +00:00
joerg
b702f862f0 With build with newer doxygen versions. 2019-12-22 22:27:40 +00:00
joerg
b2c1e3e2fd Needs libtool. 2019-12-22 22:27:21 +00:00
joerg
4dbcb9510c Add missing TeX dependencies. 2019-12-22 22:26:49 +00:00
joerg
ffca6b6181 Fix compat with newer exiv2. 2019-12-22 22:26:31 +00:00
joerg
8998b34714 Request GL extensions in a way modern Mesa understands. 2019-12-22 22:26:04 +00:00
joerg
c924979d6d Fix C++ narrowing rule violation. 2019-12-22 22:25:21 +00:00
joerg
f094f3e5cf Link with the C++ compiler to avoid undefined references. 2019-12-22 22:24:51 +00:00
joerg
a15d93fa3c Add missing include. 2019-12-22 22:24:22 +00:00
joerg
c4e20989a1 Consistently disable PIC archives. Bump revision. 2019-12-22 22:23:55 +00:00
joerg
aac810c784 Fix kqueue support. Bump revision. 2019-12-22 22:23:00 +00:00
joerg
cca038e967 Ignore deprecation with clang. 2019-12-22 22:22:27 +00:00
joerg
c57b0ce44d When using -dM -E to detect the C++ compiler, force C++ mode. Otherwise
-std=c++11 will break with clang.
2019-12-22 22:21:58 +00:00
markd
2cec0008cf bochs: allow linux 5.x 2019-12-22 22:09:53 +00:00
markd
bb5fa0294a meld: fix build with python3.8 2019-12-22 20:40:50 +00:00
jmcneill
2f7240bd58 Translate EWOULDBLOCK to LIBUSB_ERROR_TIMEOUT on NetBSD. 2019-12-22 17:06:39 +00:00
jmcneill
462ccb70ee Fix debug logging on NetBSD. 2019-12-22 16:49:05 +00:00
nia
fe90d8295c firefox68: Uncomment SUPPORTED_OPTIONS for PLIST fix 2019-12-22 16:07:48 +00:00
jmcneill
3e124c3389 Honour LIBUSB_TYPE 2019-12-22 15:57:36 +00:00
gdt
0553d1f871 www/firefox68: Resolve pkg-build-options/not-bl3 issue
firefox68 tries to use pkg-build-options to find out if gtk3 was (or
will be) built with wayland, as that affects the PLIST.  The current
code works for some and causes failures for others, including failures
of thunderbird.  pkg-build-options insists on only being called from
bl3, but the use in Makefile (to manage PLIST changes) seems sensible.

This commit removes the use of pkg-build-options, resolving the build
issues on netbsd-8, and adds a default-off wayland option to firefox68
that merely adjusts the PLIST, so that people building firefox68 with
a wayland-enabled gtk3 have an easier time.

I don't believe that any default-option binary packages will change,
so no PKGREVISION++.

A proper fix is deferred until after the branch.  This could involve
allowing pkg-build-options to be used in Makefile* instead of only
bl3, or adding wayland detection and setting some variable to gtk3's
bl3.

As discussed on pkgsrc-users and offlist with nia@.
2019-12-22 14:33:58 +00:00
ng0
40472d45cb doc: Updated fonts/ibm-plex-otf to 4.0.2 2019-12-22 13:13:07 +00:00
ng0
f110c0b55b doc: Updated fonts/ibm-plex-ttf to 4.0.2 2019-12-22 13:12:26 +00:00
ng0
4a5f50f3be fonts/ibm-plex-ttf: Update to 4.0.2
Changelog:

Plex v4.0.2

Added

- OpenType layout feature "subs"
- meta table to all generated otf and ttf font files

Removed

- Glyph /ibmlogo07 (0xEBE7)

Fixed

- [IBM Plex Sans Hebrew-Text] /samekh (0x05E1) wrong right sidebearing
- Wrong kerning between /vav (0x05D5) /dagesh (0xFB35)
- Small metrics errors in Latin glyphs
- Errors in PS hint replacement in all files containing PostScript outlines
2019-12-22 13:10:26 +00:00
ng0
62ba3981a2 fonts/ibm-plex-otf: Update to 4.0.2
Changelog:
Plex v4.0.2

Added

- OpenType layout feature "subs"
- meta table to all generated otf and ttf font files

Removed

- Glyph /ibmlogo07 (0xEBE7)

Fixed

- [IBM Plex Sans Hebrew-Text] /samekh (0x05E1) wrong right sidebearing
- Wrong kerning between /vav (0x05D5) /dagesh (0xFB35)
- Small metrics errors in Latin glyphs
- Errors in PS hint replacement in all files containing PostScript outlines
2019-12-22 13:04:41 +00:00
wiz
1979c48026 doc/TODO: add some
+ ImageMagick-7.0.9.9, MesaLib-19.3.1, Sigil-1.0.0 [needs QtWebEngine],
  cppunit-1.15.0, filezilla-3.46.2, glib2-2.62.4, libev-4.31,
  libfilezilla-0.19.3, libvpx-1.8.2, musicpd-0.21.17, py-asttokens-2.0.3,
  py-cachetools-4.0.0, py-google-auth-1.10.0, py-httplib2-0.15.0,
  py-mechanize-0.4.5, py-pygit2-1.0.1, py-uritemplate-3.0.1,
  tigervnc-1.10.1, wireshark-3.2.0.
2019-12-22 11:08:22 +00:00
bsiegert
2e40142b64 go-parse: fix build.
The buffer package specifies a canonical import path, but elsewhere in
the code of the package, it is imported with a different path (containing
/v2/). This has been broken since Go 1.12.
2019-12-22 10:38:15 +00:00
markd
9cda80698f rhythmbox: remove lirc dependency - doesn't (successfully) use it. 2019-12-22 06:19:54 +00:00
markd
964c9c6791 rhythmbox: fix "hal" option handling and PLIST 2019-12-22 06:17:10 +00:00