Commit graph

269676 commits

Author SHA1 Message Date
joerg
38286c8ad5 Deal with newer GPG. 2017-09-09 22:48:09 +00:00
joerg
d834d06b6b Don't conflict with NetBSD's libintl.h. 2017-09-09 22:47:35 +00:00
joerg
9b53c7e042 Fix build on NetBSD 8+. Fix Perl use. 2017-09-09 22:46:57 +00:00
joerg
ce591de275 Add missing dependency. 2017-09-09 22:45:59 +00:00
dholland
3ce478a221 Add missing makefile rules for building with clang on NetBSD and FreeBSD. 2017-09-09 22:40:58 +00:00
dholland
2aa0b9cfce Depend on bash properly, noted by wiz. Ride previous bump. 2017-09-09 22:37:49 +00:00
dholland
c763f3c26d Installs a bash script. PKGREVISION=1. 2017-09-09 22:03:30 +00:00
dholland
b49b270f95 Don't randomly use the implementation namespace. Fixes clang build.
Also, pass MAKE_JOBS as the number of CPUs to use when testing, as
otherwise it gets 0 and apparently interprets that as "infinitely
many".

XXX: The test suite should not really be run as part of the build.
2017-09-09 21:57:46 +00:00
prlw1
f7bd6d8835 Updated graphics/inkscape to 0.92.1nb9 2017-09-09 21:49:40 +00:00
prlw1
1ce3e8590d Support poppler 0.58
9418824967
2017-09-09 21:48:56 +00:00
dholland
d5f989037c Build for C89 (and later), not K&R C. Otherwise it tries to use varargs.h
and in many environments thereby croaks.
2017-09-09 20:12:49 +00:00
dholland
112e8fd6b3 Make this build. 2017-09-09 19:45:46 +00:00
adam
341606ab21 Updated devel/py-pathspec to 0.5.5 2017-09-09 18:42:20 +00:00
adam
67f3df29c9 0.5.5:
Add documentation link to README.

0.5.4:
Issue 17: Add link to Ruby implementation of pathspec.
Add sphinx documentation.
2017-09-09 18:41:18 +00:00
dholland
df19294ec3 pkglint 2017-09-09 18:20:56 +00:00
dholland
163b2fcebd Update PLIST for installation into cross/ change from more than a year ago.
PKGREVISION++.
2017-09-09 17:17:51 +00:00
dholland
6e54abee57 Fix compat #define to expand to something that actually exists. Should
fix the build of clisp-gdbm and maybe others. PKGREVISION -> 1.
2017-09-09 17:13:50 +00:00
tnn
ad13cf426d Switch to internal poppler due to reports of crashes from the last change.
Bump PKGREVISION.
2017-09-09 17:06:51 +00:00
dholland
43576393ec REPLACE_PERL me harder. 2017-09-09 17:03:02 +00:00
dholland
a96d667bef Fix illegal shell syntax. Package now builds. 2017-09-09 16:15:45 +00:00
dholland
6d9e3d3b9f sort 2017-09-09 16:14:23 +00:00
dholland
c0de3fb8c2 pkglint 2017-09-09 16:13:41 +00:00
sevan
dfcb62f9ad Set HOMEPAGE 2017-09-09 16:04:31 +00:00
dholland
3bb1b98b30 Remove gratuitous and wrong #ifdef __DragonFly__ from patch. HI MARINO@! 2017-09-09 15:23:30 +00:00
dholland
50069715b6 shut up pkglint 2017-09-09 15:17:12 +00:00
dholland
77362d2d05 Use standard headers. 2017-09-09 15:15:03 +00:00
joerg
05243bb3e2 Explicitly depend on msgfmt. Use += for USE_TOOLS, it's a list. Don't
use msgfmt for desktop and appdata files, not all versions support that
and it is pointless for the current version anyway.
2017-09-09 14:40:24 +00:00
leot
560c7ef130 Updated chat/mcabber to 1.1.0 2017-09-09 14:19:42 +00:00
leot
1eecc455d6 Update chat/mcabber to 1.1.0
Changes:
mcabber (1.1.0)
 * New "VI" mode (option 'vi_mode') (Holger Weiß)
 * Fix issues in buddylist rebuild (franky)
 * Do not use g_slist_free_full() which requires glib2 2.28.0 (Frank Bergmann)
 * Use UTF-8 validation of file content when sending a message from a file
 * Documentation updates

mcabber (1.0.5)
 * Much better performances with huge rosters (Frank Zschockelt)
 * Fix issue with carbons (CVE-2017-5589)
 * Fix small memory leak
 * contrib/vim: Support reloading filetype detection

mcabber (1.0.4)
 * Bugfix: Check the origin of roster pushes
   Cf. Gajim's CVE-2015-8688 and
   https://gultsch.de/gajim_roster_push_and_message_interception.html

mcabber (1.0.3)
 * Link with the tinfo library
 * Fix default modules directory on OpenBSD (Tim van der Molen)
 * Create history log dir if it doesn't exist (Andrey Utkin)
 * [OTR] Do not send empty subjects when using otr (franky)
 * [UI] /set does not display password values anymore (Egor Kovetskiy)
 * [MUC] Use nick to set the role
 * Misc help/documentation updates

mcabber (1.0.2)
 * Compatible with Loudmouth >=1.5.3 with SHA256 support (Frank Zschockelt)
 * Ignore the untrusted certificate warning when user sets a fingerprint
   (Frank Zschockelt)
 * Stop HTML-escaping OTR messages - only strip known tags (Frank Zschockelt)
 * Read $HOME/.mcabberrc if there is no mcabber configuration directory
 * Minor documentation updates

mcabber (1.0.1)
 * [PGP] Improved PGP-encryption support
 * [PGP] Improved support for GnuPG v2+
 * [PGP] Encrypt messages with our own PGP key and decrypt our own
   encrypted messages when Carbons are enabled
 * [PGP] New PGP options: 'gpg_path' and 'gpg_home' (Holger Weiß)
 * [PGP] Check all signatures and stop immediately if one could be verified
   (Sven Gaerner)
 * Improved Carbons support (Holger Weiß)
 * New option: 'clear_unread_on_carbon' (Holger Weiß)
 * Improve SSL fingerprint management;
   Display the server SSL fingerprint when we connect
 * Use XDG configuration directory if it contains a configuration file
 * Fix a few memory leaks
 * Fix external password support (especially on OS X)
 * Fix resizing when mcabber is built with --enable-sigwinch
 * Fix reading of history log files w/o LF character (Sam Whited)
 * Minor documentation updates
 * Other misc. bugfixes and cleanups
2017-09-09 14:19:25 +00:00
ryoon
f6da682f67 Updated graphics/ImageMagick6 to 6.9.9.11 2017-09-09 12:10:19 +00:00
ryoon
691d8e5fc0 Update to 6.9.9.11
Changelog:
2017-09-03  6.9.9-11 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-11, GIT revision 11969:a12fbb873:20170903.

2017-08-28  6.9.9-11 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous memory leaks (reference
    https://github.com/ImageMagick/ImageMagick/issues).
  * Don't overwrite symbolic links when the shred policy is enabled.

2017-08-27  6.9.9-10 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-10, GIT revision 11936:a8112a821:20170827.

2017-08-26  6.9.9-10 Dirk Lemstra <dirk@lem.....org>
  * Fixed thread safety issue inside the pango and librsvg decoder
    (reference: https://github.com/dlemstra/Magick.NET/issues/91).

2017-08-20  6.9.9-9 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-9, GIT revision 11915:5205bda17:20170820.

2017-08-18  6.6.9-9 Glenn Randers-Pehrson <glennrp@image...>
  * Fixed bug with writing tIME chunk when timezone has a negative offset
    (reference: https://github.com/ImageMagick/ImageMagick/issues/685).

2017-08-18  6.9.9-8 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-8, GIT revision 11906:26078285f:20170818.

2017-08-18  6.9.9-8 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous memory leaks (reference
    https://github.com/ImageMagick/ImageMagick/issues).

2017-08-12  6.9.9-7 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-7, GIT revision 11893:8c4c56a0e:20170812
    (Windows binaries out of sync).

2017-08-10  6.9.9-6 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-6, GIT revision 11886:af2b102db:20170810.

2017-08-10  6.9.9-6 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous memory leaks (reference
    https://github.com/ImageMagick/ImageMagick/issues).

2017-08-10  6.9.9-6 Glenn Randers-Pehrson <glennrp@image...>
  * tests/validate.c: Show the reason for failures in the test logs,
    if available.

2017-08-03  6.9.9-6 Glenn Randers-Pehrson <glennrp@image...>
  * Put UTC time in the PNG tIME chunk instead of local time (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32447).

2017-08-02  6.9.9-5 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-5, GIT revision 11858:7a555e53f:20170802.

2017-08-01  6.9.9-5 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous memory leaks (reference
    https://github.com/ImageMagick/ImageMagick/issues).

2017-07-29  6.9.9-5 Glenn Randers-Pehrson <glennrp@image...>
  * Properly set image->colorspace in the PNG decoder (previously
    it was setting image->gamma, but only setting image->colorspace
    for grayscale and gray-alpha images.  Reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32418).
  * Fix improper use of NULL in the JNG decoder (CVE-2017-11750, Reference
    https://github.com/ImageMagick/ImageMagick/issues/632).

2017-07-29  6.9.9-5 Cristy  <quetzlzacatenango@image...>
  * Off by one error for gradient coder (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32416).

2017-07-28  6.9.9-4 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-4, GIT revision 11833:4e81160d6:20170728.

2017-07-25  6.9.9-4 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous memory leaks (reference
    https://github.com/ImageMagick/ImageMagick/issues).
  * coders/png.c: Initialized quantum_scanline to prevent a bad free
    (reference https://github.com/ImageMagick/ImageMagick/issues/621).

2017-07-24  6.9.9-4 Glenn Randers-Pehrson <glennrp@image...>
  * Removed write_chunk_from_profile() from coders/png.c because it
    has not worked at least since version 6.7.6.
  * Removed many redundant checks before RelinquishMagickMemory(),
    which is safe to call with a NULL argument.
  * Removed vpAg chunk write support (we are now writing caNv instead).
  * coders/png.c: Initialized quantum_info to prevent memory leakage
    (reference https://github.com/ImageMagick/ImageMagick/issues/582,
    CVE-2017-11539).
  * coders/png.c: fixed NULL dereference when trying to write an empty MNG
    (CVE-2017-11522, reference
    https://github.com/ImageMagick/ImageMagick/issues/586).

2017-07-24  6.9.9-3 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-3, GIT revision 11809:2bd88257b:20170724.

2017-07-23  6.9.9-3 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous memory leaks (reference
    https://github.com/ImageMagick/ImageMagick/issues).

2017-07-23  6.9.9-3 Glenn Randers-Pehrson <glennrp@image...>
  * Fix memory leaks when reading a malformed JNG image:
    https://github.com/ImageMagick/ImageMagick/issues/600).
    https://github.com/ImageMagick/ImageMagick/issues/602).

2017-07-22  6.9.9-2 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-2, GIT revision 11786:21b23bf09:20170722.

2017-07-22  6.9.9-2 Cristy  <quetzlzacatenango@image...>
  * composite -dissolve works again reference
    https://github.com/ImageMagick/ImageMagick/issues/597).

2017-07-21  6.9.9-1 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-1, GIT revision 11782:75f7e994e:20170721.

2017-07-19  6.9.9-1 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous memory leaks (reference
    https://github.com/ImageMagick/ImageMagick/issues).

2017-07-15  6.9.9-1 Glenn Randers-Pehrson <glennrp@image...>
  * Don't write a hex-encoded Exif profile when writing the eXIf chunk.
  * Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed
    by the "-strip" option.

2017-07-15  6.9.9-0 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.9-0, GIT revision 11738:8903861b2:20170715.

2017-07-13  6.9.9-0 Glenn Randers-Pehrson <glennrp@image...>
  * Implemented PNG eXIf chunk support.

2017-07-08  6.9.9-0 Cristy  <quetzlzacatenango@image...>
  * Fixed numerous memory leaks (reference
    https://github.com/ImageMagick/ImageMagick/issues).
  * Don't use variable float_t / double_t, bump SO (reference
    https://github.com/ImageMagick/ImageMagick/issues/510).
  * Support DNG images with libraw delegate library.
2017-09-09 12:09:37 +00:00
ryoon
7e3d1de95b Updated security/pinepgp to 0.18.0nb5 2017-09-09 11:44:08 +00:00
ryoon
4d676a4de5 Fix BASH substitutions with modern GCC, PR pkg/52534
* Bump PKGREVISION
* Use options framework for gpg and pgp5
2017-09-09 11:43:08 +00:00
alnsn
d0ec8c5424 Add commit "Add IP6 address type to valid types for ConnInfo" to patches.
Bump PKGREVISION.
2017-09-09 07:55:31 +00:00
adam
83cacfcb8e Updated games/rocksndiamonds to 4.0.0.2 2017-09-09 07:11:49 +00:00
adam
384ea1d99a Rocks'n'Diamonds 4.0.0.2:
This release is mainly a bugfix release, but also contains the following changes and additions:
* fixed several bugs and problems with level template handling in the level editor
* fixed several problems with the undo/redo buttons under certain conditions
* fixed various other small and medium bugs (see commit history for details)
* improved menu screens navigation and level selection using the keyboard
* added option to use pre-defined level template for newly created levels
* added level template settings to editor/level configuration screen in editor
* added setup option to show/hide classic elements in the editor palette
* added setup option to enable/disable auto-incrementing solved levels
* added headless mode (no window) for automated tape tests using ‘autotest’
* improved progress and summary output for automatic tape replay / testing
2017-09-09 07:10:34 +00:00
ryoon
7e32d0bbab Updated net/corebird to 1.6 2017-09-09 06:19:25 +00:00
ryoon
4a7c5b6f32 Update to 1.6
Changelog:
  - Dependencies: GTK+ 3.20 is now required, and librest is no longer
    a dependency
  - Facelift for the tweet info page
  - Lots of stability fixes
  - The compose window now starts uploading images as soon as they
    are selected
2017-09-09 06:18:53 +00:00
ryoon
a37cfcf84b Updated textproc/json-glib to 1.2.8 2017-09-09 06:16:23 +00:00
ryoon
8b6f4dbcac Update to 1.2.8
Changelog:
* Add json_node_* functions
And some new features and bugfixes
2017-09-09 06:15:37 +00:00
wiz
001a756bb9 Follow a redirect. 2017-09-09 06:06:13 +00:00
kamil
a2a1be936b coql: Fix build with GCC 5.4.0 on NetBSD
Silent maybe-unitialized warning made fatal with -Werror.
2017-09-08 22:28:15 +00:00
markd
d389fbd243 Add tex-csvsimple{,-doc} 2017-09-08 22:27:05 +00:00
markd
549da6ea85 Add tex-csvsimple 2017-09-08 22:25:26 +00:00
markd
b6c70e5513 Add tex-csvsimple{,-doc} 1.20
The package provides a simple LaTeX interface for the
processing of files with comma separated values (CSV); it
relies on the key value syntax supported by pgfkeys to simplify
usage. Filtering and table generation is especially supported;
however, this lightweight tool offers no support for data
sorting or data base storage.
2017-09-08 22:23:04 +00:00
hauke
7ad1f2101d emacs-muse has been updated to 3.20. 2017-09-08 22:23:03 +00:00
hauke
d3f6d19e94 Update pkg PLIST, too... 2017-09-08 22:21:05 +00:00
jaapb
78f5486c21 Changes to work with new mk/ocaml.mk 2017-09-08 22:19:52 +00:00
jaapb
2a1c37e0c9 Moved jbuilder detection forward so it deals with opam properly 2017-09-08 22:18:46 +00:00
hauke
7279b6e6b8 Update pkg checksum, too. 2017-09-08 22:17:57 +00:00