Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (8m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 11:56:56 UTC Now

2018-09-30 22:30:37 UTC MAIN commitmail json YAML

Update to 0.9.2. From the changelog:

mp3splt-gtk version 0.9.2

- added bit reservoir handling for gapless playback option
- added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory
- dropped out GTK 2.x support
- removed gtk3 deprecated symbols and made it look more gtk3-alike

-------------------------------------------------------------
mp3splt-gtk version 0.9.1b

- bug fix: make sure to separate artist and performer in CUE files for use of @p and @a (libmp3splt)
- bug fix on CUE: from INDEX format MM:SS:FF, handle FF as frames instead of hundreths (libmp3splt)
- bug fix: issue when having input file inside several recursive symlinks (libmp3splt)
- small improvement on CUE: also accept INDEX 1 and not only INDEX 01 (libmp3splt)

-------------------------------------------------------------
mp3splt-gtk version 0.9.1a

- FLAC: fixed an important bug not allowing to split some files (libmp3splt)

-------------------------------------------------------------
mp3splt-gtk version 0.9.1

- FLAC internal cue sheets support
- simple MP3 chapter marks support (with no overlap)
- added 'Use CDDB/CUE file having similar name as the input file' option in Batch split
- optimized amplitude wave drawing time (now consumes less CPU) and make it not to "shake" anymore
- added customizable seeks in mp3splt-gtk (patch #7 - thanks to Sašo Živanović)
- added quick preview closest splitpoint shortcut and option to stop gstreamer quick preview
  several milliseconds earlier
- added 'preview closest splitpoint & pause' option (feature request #98)
- now compiled and delivered by default with gtk+-3.0 on Windows
- gstreamer 0.10 support was dropped in favor of the 1.0 version
- fixed bug #157: quick preview goes too far
- fixed bug #159 with some FLAC files being detected as MP3; also look for the file extension
  when detecting a file for a plugin (libmp3splt)
- fixed bug #160 '---last cue splitpoint--- created at 99 59 99 for mp3 files >100mins' (libmp3splt)
- better thread handling to make sure there is no overlap between the GTK thread and the other threads
- fixed bug #162 - Tooltip displayed for only a second

-------------------------------------------------------------
mp3splt-gtk version 0.9

- experimental FLAC support added
- fixed bug: when importing the exported cue file, set splitpoint name if REM NAME found (libmp3splt)
- fixed progress bar of ogg vorbis when using the auto adjust option (libmp3splt)
- applied patch of #153 [PATCH] mp3splt-gtk 0.8.2 has issues with Automake 1.13(.1), too
- fixed bug #151 - remove deprecated category 'Application' from mp3splt-gtk .desktop file

-----

pkgsrc changes:
- Remove 'gnome' option (requires GNOME 3, not in pkgsrc)

(schmonz)

2018-09-30 22:30:11 UTC MAIN commitmail json YAML

doc: Updated audio/mp3splt to 2.6.2

(schmonz)

2018-09-30 22:30:06 UTC MAIN commitmail json YAML

Update to 2.6.2. From the changelog:

#mp3splt version 2.6.2

- added bit reservoir handling for gapless playback option using the -b parameter (see manual for details)
- added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory

#mp3splt version 2.6.1b

- bug fix: make sure to separate artist and performer in CUE files for use of @p and @a (libmp3splt)
- bug fix on CUE: from INDEX format MM:SS:FF, handle FF as frames instead of hundreths (libmp3splt)
- bug fix: issue when having input file inside several recursive symlinks (libmp3splt)
- small improvement on CUE: also accept INDEX 1 and not only INDEX 01 (libmp3splt)

#mp3splt version 2.6.1a

- FLAC: fixed an important bug not allowing to split some files (libmp3splt)

#mp3splt version 2.6.1

- FLAC internal cue sheets support (-c internal_sheet)
- simple MP3 chapter marks support (with no overlap) (-c internal_sheet)
- added #161 FLAC option to compute and write MD5 sum in the STREAMINFO metadata block (-M)
- fixed bug #159 with some FLAC files being detected as MP3; also look for the file extension
  when detecting a file for a plugin (libmp3splt)
- fixed bug '#160 ---last cue splitpoint--- created at 99 59 99 for mp3 files >100mins' (libmp3splt)
- implemented feature request #103: show error message on failure to detect silence
  added '-p error_if_no_aa' and '-p warn_if_no_aa' parameters to auto-adjust option
- patch #9 to fix manpage linking for flacsplt/oggsplt and fixed some warnings

#mp3splt version 2.6

- experimental FLAC support added - stdin and stdout are not yet implemented
- new --enable-flacsplt_symlink configure option to mp3splt
- fixed progress bar of ogg vorbis when using the auto adjust option (libmp3splt)

(schmonz)

2018-09-30 22:29:32 UTC MAIN commitmail json YAML

Oops, missed adding options.mk in previous.

(schmonz)

2018-09-30 22:29:13 UTC MAIN commitmail json YAML

doc: Updated audio/libmp3splt to 0.9.2

(schmonz)

2018-09-30 22:29:07 UTC MAIN commitmail json YAML

Update to 0.9.2. From the changelog:

libmp3splt version 0.9.2
-------------------------------------------------------------

- added bit reservoir handling for gapless playback option
- added @d to output format which is equal to: last directory of the input filename or the filename itself if no directory
- fixed bug #170 - included stdlib.h in src/plugins.c for getenv() because otherwise segfault on RHEL 5.6 64bits

libmp3splt version 0.9.1b
-------------------------------------------------------------

- bug fix: make sure to separate artist and performer in CUE files for use of @p and @a
- bug fix on CUE: from INDEX format MM:SS:FF, handle FF as frames instead of hundreths
- bug fix: issue when having input file inside several recursive symlinks
- small improvement on CUE: also accept INDEX 1 and not only INDEX 01

libmp3splt version 0.9.1a
-------------------------------------------------------------

- FLAC: fixed an important bug not allowing to split some files

libmp3splt version 0.9.1
-------------------------------------------------------------
- FLAC internal cue sheets support
- simple MP3 chapter marks support (with no overlap)
- added #161 FLAC option to compute and write MD5 sum in the STREAMINFO metadata block
- fixed bug #159 with some FLAC files being detected as MP3; also look for the file extension
  when detecting a file for a plugin
- fixed bug '#160 ---last cue splitpoint--- created at 99 59 99 for mp3 files >100mins' (libmp3splt)
- fixed bug with FLAC & pretend to split option
- patch #8 to fix Werror=format-security in snprintf

libmp3splt version 0.9
-------------------------------------------------------------
- experimental FLAC support added - stdin and stdout are not yet implemented
- done patch tracker #6 Please support *BSD - Under *BSD, alloca(3) is defined in stdlib.h
- fixed progress bar of ogg vorbis when using the auto adjust option
- fixed bug #152 libmp3splt trunk: ./autogen.sh does not create file test/Makefile.in
- fixed bug #150 - compile error if no libmp3tag around

-----

pkgsrc changes:

- Add options (all on by default) for flac, id3, mad, pcre, vorbis

(schmonz)

2018-09-30 22:10:51 UTC MAIN commitmail json YAML

2018Q3 is branched; remove compatibility options for djbdns-qmerge{1,2}.

(schmonz)

2018-09-30 21:37:29 UTC MAIN commitmail json YAML

Handle packing on DragonFly

(sevan)

2018-09-30 20:22:20 UTC MAIN commitmail json YAML

2018-09-30 19:56:47 UTC MAIN commitmail json YAML

2018-09-30 19:36:20 UTC MAIN commitmail json YAML

love07, love08, love09, love010, mari0, mrrescue, sienna, not_tetris,
not_pacman, ffmpeg4, libaom

(maya)

2018-09-30 19:32:00 UTC MAIN commitmail json YAML

Makefile: love{07,08,09,010}, mrrescue, sienna, not_pacman, not_tetris, mari0

(maya)

2018-09-30 19:29:18 UTC MAIN commitmail json YAML

not_pacman: appease pkglint

(maya)

2018-09-30 19:28:46 UTC MAIN commitmail json YAML

Add mari0 version 1.6

A complete from scratch recreation of Super Mario Bros. with a
focus on perfectly imitating the feel the 1985 classic gave us.
Then give Mario a portal gun, add puzzle game mechanics from Portal
and there you go. And if that wasn't crazy enough, play 4-player
coop, with everyone having their own Portal gun!

(maya)

2018-09-30 19:28:03 UTC MAIN commitmail json YAML

Add sienna version 1.0c

Sienna is a simple, fast-paced one-button platformer

(maya)

2018-09-30 19:27:19 UTC MAIN commitmail json YAML

Add mrrescue version 1.02e

Mr. Rescue is an arcade styled 2d action game centered around
evacuating civilians from burning buildings.

The game features fast paced fire extinguishing action, intense
boss battles, a catchy soundtrack and lots of throwing people around
in pseudo-randomly generated buildings.

(maya)

2018-09-30 19:26:19 UTC MAIN commitmail json YAML

Add not_tetris version 2.0

Basically it's a little like tetris except with a twist.  Instead
of boring straight lines and straight falling blocks, you have to
deal with blocks that act according to physics!  Includes oldschool
graphics, music, sounds, and new physics.

(maya)

2018-09-30 19:25:06 UTC MAIN commitmail json YAML

Add not_pacman version 1.4

Ever wondered how Pacman would be like with physics? No? Well, it's
revolutionary. This mashup of "Not" and "Pacman" puts The Pac and
the Ghosts in a in a Pacworld cage, at mercy of gravity and the
level's shape, controlled solely by you. Ghosts still don't like
you very much, so you should be careful to make Pacman avoid them.

(maya)

2018-09-30 19:22:18 UTC MAIN commitmail json YAML

Add love.mk, helps generate wrappers to execute LOVE2D games
with the correct LOVE version.

(maya)

2018-09-30 19:21:18 UTC MAIN commitmail json YAML

Add love010, LOVE version 0.10.2

LOVE is a framework for making 2D games in the Lua programming
language. LOVE is totally free, and can be used in anything from
friendly open-source hobby projects, to evil, closed-source commercial
ones.

We need multiple versions as games were written for the older versions.

(maya)

2018-09-30 19:20:50 UTC MAIN commitmail json YAML

2018-09-30 19:17:24 UTC MAIN commitmail json YAML

Add love09, LOVE version 0.9.0

LOVE is a framework for making 2D games in the Lua programming
language. LOVE is totally free, and can be used in anything from
friendly open-source hobby projects, to evil, closed-source commercial
ones.

We need multiple versions as games were written for the older versions.

(maya)

2018-09-30 19:12:48 UTC MAIN commitmail json YAML

2018-09-30 19:12:25 UTC MAIN commitmail json YAML

doc: Updated net/syncthing to 0.14.50

(wiz)

2018-09-30 19:12:15 UTC MAIN commitmail json YAML

syncthing: update to 0.14.50.

Bugfixes:

    #5038: Repeating INFO: UPnP parse: unrecognized UPnP device of type upnp:rootdevice
    #5063: panic: cannot start already running folder
    #5073: lib/logger: tests fail due to compilation error with go 1.11
    #5089: Invalid files shouldn't affect global state
    #5144: Tests fail on Go 1.11 / Windows
    #5149: Index updates lost

Other issues:

    #3595: stdiscosrv: Doesn't build on Solaris
    #5043: root on symlinked path causes panic when using "Watch for changes"

Also:

This release includes initial support for "receive only" folders.
See https://docs.syncthing.net/users/foldertypes.html#receive-only-folder.

(wiz)

2018-09-30 19:10:11 UTC MAIN commitmail json YAML

2018-09-30 19:05:43 UTC MAIN commitmail json YAML

makefile: +libaom

(maya)

2018-09-30 19:00:31 UTC MAIN commitmail json YAML

2018-09-30 18:58:16 UTC MAIN commitmail json YAML

Add libaom version 1.0.0

AOMedia Video 1 (AV1), is an open, royalty-free video coding format designed
for video transmissions over the Internet.
AV1 is intended to be able to be used together with the audio format Opus in a
future version of the WebM container format for HTML5 web video and WebRTC.

(maya)

2018-09-30 18:43:46 UTC MAIN commitmail json YAML

mk: Note end of the pkgsrc-2018Q3 freeze.

(jperkin)

2018-09-30 18:42:44 UTC pkgsrc-2018Q3 commitmail json YAML

Add CHANGES-pkgsrc-2018Q3.

(jperkin)

2018-09-30 17:46:24 UTC MAIN commitmail json YAML

lang/rust: Fix distfile checksum of Darwin-i386

Noted by jperkin@.

(minskim)

2018-09-30 16:20:17 UTC MAIN commitmail json YAML

doc: Updated lang/rust to 1.29.1

(minskim)

2018-09-30 16:19:55 UTC MAIN commitmail json YAML

rust-bin: Update to 1.29.1

The standard library's str::repeat function contained an out of bounds
write caused by an integer overflow. This has been fixed by
deterministically panicking when an overflow happens.

(minskim)

2018-09-30 16:14:55 UTC MAIN commitmail json YAML

graphics/gimp: Restore the Darwin PLIST fix lost in the recent udpate

(minskim)

2018-09-30 15:55:34 UTC MAIN commitmail json YAML

doc: Updated net/tinc to 1.0.32nb1

(jperkin)

2018-09-30 15:55:25 UTC MAIN commitmail json YAML

2018-09-30 15:17:54 UTC MAIN commitmail json YAML

vowpal_wabbit: link network libs on SunOS

(wiedi)

2018-09-30 13:58:10 UTC MAIN commitmail json YAML

hexchat: link network libs on SunOS

(wiedi)

2018-09-30 12:03:07 UTC MAIN commitmail json YAML

doc: valgrind update was already done

(wiedi)

2018-09-30 11:57:58 UTC MAIN commitmail json YAML

valgrind: disable stack-protector and adjust PLIST

(wiedi)

2018-09-30 06:58:33 UTC MAIN commitmail json YAML

racket: fix SunOS build

(wiedi)

2018-09-29 21:42:13 UTC MAIN commitmail json YAML

msmtp: link network libs on SunOS

(wiedi)

2018-09-29 21:33:48 UTC MAIN commitmail json YAML

2018-09-29 21:19:13 UTC MAIN commitmail json YAML

pc-lisp: Fix build with Clang 7svn

Address invalid casts between types.

(kamil)

2018-09-29 20:06:09 UTC MAIN commitmail json YAML

sacc: use c99 and link network libs to fix SunOS

(wiedi)

2018-09-29 19:34:29 UTC MAIN commitmail json YAML

zabbix: needs libevent and help finding things

(wiedi)

2018-09-29 19:03:13 UTC MAIN commitmail json YAML

doc: Updated print/pdf2djvu to 0.9.10

(tnn)

2018-09-29 19:02:31 UTC MAIN commitmail json YAML

pdf2djvu: update to 0.9.10

Updated during freeze because the previous version didn't compile with
the version of poppler that we currently have.

Changes:
- bug fixes
- build fixes
- doc improvements

(tnn)

2018-09-29 18:59:29 UTC MAIN commitmail json YAML

Include /var/spool/dma on DragonFly BSD so report emails work from pbulk.

(sevan)

2018-09-29 18:47:51 UTC MAIN commitmail json YAML

uriparser: link network libs on SunOS

(wiedi)

2018-09-29 18:38:32 UTC MAIN commitmail json YAML

rawtherapee: build fix

(tnn)

2018-09-29 18:23:06 UTC MAIN commitmail json YAML

alure: backport upstream commit reported to help Solaris

Do not use --version-script for Solaris

From Bastian Germann in PR pkg/53641

(maya)

2018-09-29 18:09:10 UTC MAIN commitmail json YAML

2018-09-29 17:37:49 UTC MAIN commitmail json YAML

Take care to not install dummy uuid.pc if it exists in the buildlink dir.
Doing so overwrites uuid.pc that belongs to libuuid through the symlink.

(tnn)

2018-09-29 17:18:20 UTC MAIN commitmail json YAML

2018-09-29 16:55:36 UTC MAIN commitmail json YAML

fcitx-configtool: needs pkg-config

(tnn)

2018-09-29 16:52:35 UTC MAIN commitmail json YAML

xentools42: drop -Werror. Still doesn't build due to some ocaml error.

probably xen42 should just be deleted from pkgsrc ...

(tnn)

2018-09-29 16:37:09 UTC MAIN commitmail json YAML

2018-09-29 16:26:53 UTC MAIN commitmail json YAML

arm-trusted-firmware-sun50i-h6: build fix

(tnn)

2018-09-29 15:50:46 UTC MAIN commitmail json YAML

erlang-man: catch up with base package

(tnn)

2018-09-29 15:33:26 UTC MAIN commitmail json YAML

pan: needs itstool

(tnn)

2018-09-29 15:27:07 UTC MAIN commitmail json YAML

go-glob: REPLACE_SH

(tnn)

2018-09-29 15:26:58 UTC MAIN commitmail json YAML

go-appengine: REPLACE_SH

(tnn)

2018-09-29 15:13:01 UTC MAIN commitmail json YAML

postgresql-postgis2: does not support 9.3

(tnn)

2018-09-29 15:05:03 UTC MAIN commitmail json YAML

2018-09-29 14:37:30 UTC MAIN commitmail json YAML

samba4: mention correct SMF instances

(wiedi)

2018-09-29 14:28:24 UTC MAIN commitmail json YAML

ffmpeg3: pkg-config is needed to find libxml2, so it is always needed

(this fixes ffplay3)

(tnn)

2018-09-29 14:25:39 UTC MAIN commitmail json YAML

ffmpeg4: pkg-config is needed to find libxml2, so it is always needed

(this fixes ffplay4)

(tnn)

2018-09-29 14:01:58 UTC MAIN commitmail json YAML

predict: needs FAKE_NCURSES

(tnn)

2018-09-29 13:45:33 UTC MAIN commitmail json YAML

2018-09-29 13:39:31 UTC MAIN commitmail json YAML

xorp: build fix

(tnn)

2018-09-29 13:38:18 UTC MAIN commitmail json YAML

tex-context-filter-doc: add VERSION file to PLIST

(tnn)

2018-09-29 12:59:24 UTC MAIN commitmail json YAML

2018-09-29 12:54:16 UTC MAIN commitmail json YAML

2018-09-29 12:49:55 UTC MAIN commitmail json YAML

2018-09-29 12:37:20 UTC MAIN commitmail json YAML

sundials: Needs python for build. Fix PLIST. Bump.

(tnn)

2018-09-29 12:34:35 UTC MAIN commitmail json YAML

doc: Updated shells/posh to 0.12.6

(tnn)

2018-09-29 12:34:07 UTC MAIN commitmail json YAML

posh: update to 0.12.6.

Fixes build. Other changes from 0.12.5 unknown.

(tnn)

2018-09-29 12:08:46 UTC MAIN commitmail json YAML

ibus: fix build of vala bindings. Bump.

(tnn)

2018-09-29 11:47:33 UTC MAIN commitmail json YAML

GCC 8.0 as the compiler in base is incoming.

(sevan)

2018-09-29 11:47:11 UTC MAIN commitmail json YAML

ocaml-ppxlib: needs bash

(tnn)

2018-09-29 11:01:23 UTC MAIN commitmail json YAML

ruby-jekyll-archives: not for ruby22

(tnn)

2018-09-29 10:56:52 UTC MAIN commitmail json YAML

doc: Updated net/totd to 1.5.3

(maya)

2018-09-29 10:54:17 UTC MAIN commitmail json YAML

totd: remove patches.

(maya)

2018-09-29 10:52:55 UTC MAIN commitmail json YAML

totd: update to 1.5.3.

Haven't found anything that can be used as a NEWS/changelog, possibly
due to losing history in a repository move.
However, author states there's a few security/bug fixes.

update MAINTAINER, HOMEPAGE, etc.
PR pkg/53638

(maya)

2018-09-29 10:34:33 UTC MAIN commitmail json YAML

ruby-jekyll: not for ruby22

(tnn)

2018-09-29 10:33:46 UTC MAIN commitmail json YAML

ruby-jekyll-minima: not for ruby22

(tnn)

2018-09-28 22:45:44 UTC MAIN commitmail json YAML

doc: Updated mail/mailfront to 2.22

(schmonz)

2018-09-28 22:45:39 UTC MAIN commitmail json YAML

Update to 2.22. From the changelog:

- Fixed pre-standard SMTP address parsing.
- Added key exchange and cipher info to TLS handshake logging.

(schmonz)

2018-09-28 20:49:27 UTC MAIN commitmail json YAML

libmpdclient: link socket lib on SunOS

(wiedi)

2018-09-28 20:36:29 UTC MAIN commitmail json YAML

doc: Updated net/djbdns to 1.05nb14

(schmonz)

2018-09-28 20:36:24 UTC MAIN commitmail json YAML

Rename 'djbdns-qmerge2' option to 'djbdns-mergequeries', still enabled
by default. Deprecate 'djbdns-qmerge1'.

When applying the 'djbdns-mergequeries' patch, also apply a missing
bounds check. Patch from Tim Stewart on dns@list.cr.yp.to.

Bump PKGREVISION.

(schmonz)

2018-09-28 20:07:50 UTC MAIN commitmail json YAML

argp: c99 fixes SunOS

(wiedi)

2018-09-28 16:01:33 UTC MAIN commitmail json YAML

ruby-jekyll-feed: not for ruby22

(tnn)

2018-09-28 16:00:39 UTC MAIN commitmail json YAML

ruby-jekyll-seo-tag: not for ruby22

(tnn)

2018-09-28 15:54:42 UTC MAIN commitmail json YAML

go-grpc: more REPLACE_SH. Bump rev.

(tnn)

2018-09-28 15:45:15 UTC MAIN commitmail json YAML

py-flake8: build dependency on py-test-runner is unconditional

without it the py27 package will try to fetch the dep from pypi.org
at build time.

(tnn)

2018-09-28 11:01:38 UTC MAIN commitmail json YAML

Fix for Darwin/Xcode 10 (missing QuickTime.framework); PLIST_VARS cleanup

(adam)

2018-09-28 08:00:02 UTC MAIN commitmail json YAML

cdparanoia: update distinfo

(triaxx)

2018-09-28 06:34:32 UTC MAIN commitmail json YAML

milkytracker: needs zlib

(tnn)

2018-09-27 23:58:21 UTC MAIN commitmail json YAML

ruby-xz: needs ruby 2.3.0 or higher

(tnn)

2018-09-27 23:50:54 UTC MAIN commitmail json YAML

py-Theano: REPLACE_INTERPRETER+=bash

(tnn)

2018-09-27 23:16:39 UTC MAIN commitmail json YAML

ruby-chef: drop ruby23 because dropped in ruby-chef-zero

(tnn)

2018-09-27 23:15:32 UTC MAIN commitmail json YAML

chef-zero: requires Ruby version >= 2.4.0

(tnn)

2018-09-27 23:07:57 UTC MAIN commitmail json YAML

etckeeper: bump rev for previous

(tnn)

2018-09-27 23:02:57 UTC MAIN commitmail json YAML

dfdisk: SUBST in pre-configure doesn't work when NO_CONFIGURE=yes

(tnn)

2018-09-27 23:00:48 UTC MAIN commitmail json YAML

pkg_notify: SUBST in pre-configure doesn't work when NO_CONFIGURE=yes

(tnn)

2018-09-27 22:56:38 UTC MAIN commitmail json YAML

etckeeper: fix PLIST

(tnn)

2018-09-27 22:52:01 UTC MAIN commitmail json YAML

u-boot: pull in bison as a tool

It is needed by sysutils/u-boot-pinebook. Other packages will presumably
need it too after they are updated to 2018.07.

(tnn)

2018-09-27 22:44:31 UTC MAIN commitmail json YAML

fop: SUBST in pre-configure doesn't work when NO_CONFIGURE=yes

(tnn)

2018-09-27 22:38:59 UTC MAIN commitmail json YAML

py-sphinx-autodoc-typehints: BUILD_DEPENDS on py-setuptools_scm

(tnn)

2018-09-27 22:35:14 UTC MAIN commitmail json YAML

apache-tomcat7: fix PLIST

(tnn)

2018-09-27 22:32:28 UTC MAIN commitmail json YAML

2018-09-27 22:29:32 UTC MAIN commitmail json YAML

py-swiftclient: BUILD_DEPENDS on py-pbr

(tnn)

2018-09-27 22:23:17 UTC MAIN commitmail json YAML

py-gdal: include lang/python/extension.mk for correct PLIST handling

(tnn)

2018-09-27 21:36:12 UTC MAIN commitmail json YAML

distcc-pump: invert PYTHON_VERSIONS_INCOMPATIBLE

checking whether /usr/pkg/bin/python2.7 version is >= 3.1... no
configure: error: Python interpreter is too old

(tnn)

2018-09-27 21:16:40 UTC MAIN commitmail json YAML

yaws: fix PLIST

(tnn)

2018-09-27 21:06:06 UTC MAIN commitmail json YAML

go-glob: REPLACE_INTERPRETER+=bash

(tnn)

2018-09-27 20:52:55 UTC MAIN commitmail json YAML

py-gevent: fix PLIST

(tnn)

2018-09-27 20:39:45 UTC MAIN commitmail json YAML

go19: fix PLIST

(tnn)

2018-09-27 20:35:20 UTC MAIN commitmail json YAML

2018-09-27 20:30:02 UTC MAIN commitmail json YAML

py-mccabe: BUILD_DEPEND on py-test-runner unconditionally

(tnn)

2018-09-27 20:27:38 UTC MAIN commitmail json YAML

py-backports.functools_lru_cache: BUILD_DEPENDS on setuptools-scm

(tnn)

2018-09-27 20:22:26 UTC MAIN commitmail json YAML

libretro-desmume: needs -D__STDC_FORMAT_MACROS

It tries to define it in the source code, but does so too late,
after inttypes.h has already been pulled in. Just define it in CXXFLAGS.

(tnn)

2018-09-27 20:12:02 UTC MAIN commitmail json YAML

2018-09-27 20:02:50 UTC MAIN commitmail json YAML

etcmanage: belatedly commit patch already in distinfo

(gdt)

2018-09-27 20:01:07 UTC MAIN commitmail json YAML

nsis: SUBST in pre-configure doesn't work when NO_CONFIGURE=yes

(tnn)

2018-09-27 19:54:20 UTC MAIN commitmail json YAML

rhythmbox: DEPENDS -> BUILD_DEPENDS in previous

(tnn)

2018-09-27 19:53:07 UTC MAIN commitmail json YAML

2018-09-27 19:47:09 UTC MAIN commitmail json YAML

rhythmbox: needs itstool; also doesn't like python 2.7

(tnn)

2018-09-27 19:38:46 UTC MAIN commitmail json YAML

decode-dimms: needs perl runtime

(tnn)

2018-09-27 19:35:08 UTC MAIN commitmail json YAML

cdparanoia: fix warnings with abs() on FreeBSD

(triaxx)

2018-09-27 19:27:57 UTC MAIN commitmail json YAML

nodejs: unbreak previous for nodejs6 & nodejs8, add comments

(tnn)

2018-09-27 19:23:09 UTC MAIN commitmail json YAML

Use consistent conditional for scsi_inquiry() to fix build on NetBSD

(ryoon)

2018-09-27 19:15:59 UTC MAIN commitmail json YAML

nodejs: SUBST paxctl in the correct Makefile

(tnn)

2018-09-27 19:14:44 UTC MAIN commitmail json YAML

cpuflags: SUBSTing in pre-configure does nothing if NO_CONFIGURE=yes

(tnn)

2018-09-27 18:32:35 UTC MAIN commitmail json YAML

gnutls: be explicit about --without-idn

(tnn)

2018-09-27 18:06:36 UTC MAIN commitmail json YAML

p11-kit: Avoid non-portable use of readlink(1) in Makefile.

(tnn)

2018-09-27 17:15:25 UTC MAIN commitmail json YAML

Distfiles fetched from http://fribidi.org/ are HTML files. Fixed.

(jklos)

2018-09-27 15:29:46 UTC MAIN commitmail json YAML

doc: Updated audio/cdparanoia to 3.0.10.2nb4

(triaxx)

2018-09-27 15:29:06 UTC MAIN commitmail json YAML

2018-09-27 14:29:36 UTC MAIN commitmail json YAML

2018-09-27 04:24:19 UTC MAIN commitmail json YAML

2018-09-27 04:23:12 UTC MAIN commitmail json YAML

zkt: switch to an existing bind version

Only used on DragonFly

(wiz)

2018-09-26 23:19:10 UTC MAIN commitmail json YAML

doc: Updated devel/cvs-fast-export to 1.44

(schmonz)

2018-09-26 23:19:05 UTC MAIN commitmail json YAML

Update to 1.44. From the changelog:

- Fix slightly incorrect generation of default .gitignore file.
- Make cvsreduce work under Python 3, and test for that.
- Revert <2014-11-19T18:11:22Z@flower.powernet.co.uk>, optimization was wrong.
- Fix a typo in a property name that affects interoperability with reposurgeon.
- Savannah changed how you need to interpret pseudo-URLs.

(schmonz)

2018-09-26 19:34:56 UTC MAIN commitmail json YAML

Didn't need to bump!

(prlw1)

2018-09-26 19:33:50 UTC MAIN commitmail json YAML

2018-09-26 16:50:25 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Search-Xapian to 1.2.25.2

(schmonz)

2018-09-26 16:50:18 UTC MAIN commitmail json YAML

Update to 1.2.25.2. From the changelog:

[Changes contributed by Olly Betts]
- Fix to build against Xapian <= 1.4.1 again, broken by changes in
  1.2.25.1.  Reported by Jim Lynch.

(schmonz)

2018-09-26 10:38:26 UTC MAIN commitmail json YAML

fix problem from upstream: avoid failing to nul terminate strings, which
could lead to garbage being added to assignment values.

(mrg)

2018-09-26 05:41:43 UTC MAIN commitmail json YAML

erlang: correct typo.

pointed out by Michael Taylor in PR pkg/53567

(maya)

2018-09-26 05:04:52 UTC MAIN commitmail json YAML

Updated security/apg to 2.3.0bnb6

(ryoon)

2018-09-26 05:04:09 UTC MAIN commitmail json YAML

2018-09-26 01:11:19 UTC MAIN commitmail json YAML

devel/py-cyordereddict: Set PYTHON_VERSIONS_ACCEPTED

Obsolete since Python 3.5 because collections.OrderedDict was
rewritten in C in Python 3.5.

(minskim)

2018-09-25 21:49:20 UTC MAIN commitmail json YAML

2018-09-25 20:22:54 UTC MAIN commitmail json YAML

2018-09-25 20:22:34 UTC MAIN commitmail json YAML

Not compatible with C++11.

(joerg)

2018-09-25 20:22:14 UTC MAIN commitmail json YAML

Needs py-setuptools_scm.

(joerg)

2018-09-25 20:21:51 UTC MAIN commitmail json YAML

Always compute (possible) overflow in unsigned math. Avoids crash with
clang on startup. Bump revision.

(joerg)

2018-09-25 18:12:09 UTC MAIN commitmail json YAML

dnsperf: bind99 is gone

(tnn)

2018-09-25 18:07:37 UTC MAIN commitmail json YAML

bind912: fix bl3 reference

(tnn)

2018-09-25 13:24:39 UTC MAIN commitmail json YAML

zsh: Restore SunOS patch lost in previous update.

(jperkin)

2018-09-25 12:59:26 UTC MAIN commitmail json YAML

freeDiameter: Fix mysql detection.

Fixes build.

Based on patch by Mustafa Dogan in private mail.

(wiz)

2018-09-25 12:55:53 UTC MAIN commitmail json YAML

2018-09-25 12:20:05 UTC MAIN commitmail json YAML

2018-09-25 12:16:57 UTC MAIN commitmail json YAML

doc: Updated net/freeradius to 3.0.17nb1

(jperkin)

2018-09-25 12:16:37 UTC MAIN commitmail json YAML

freeradius*: Update to 3.0.17.

Provided by Coy Hile in joyent/pkgsrc#131.  Fixes an issue where the module
builds would fail if they found a system LDAP.  Fix print-PLIST while here.

FreeRADIUS 3.0.17 Tue 17 Apr 2018 14:00:00 EDT urgency=low
        Feature improvements
        * Add CURLOPT_CAINFO.  Patch from Nicolas C.
          #2167
        * "stats home server" now supports "src IPADDR",
          to specify home server also by source IP.  Fixes #2169.
        * Add Dockerfiles for a selection of common systems.
        * Increase number of permitted file descriptors, for
          systems with many home servers.
        * Add TLS-Client-Cert-X509v3-Extended-Key-Usage-OIDs.
          Patch from Isaac Boukris.  Fixes #2205.
        * Update main READMEs.  Patches from Matthew Newton.
        * Added dictionary.mimosa

        Bug fixes
        * Don't call post-proxy twice when proxying to
          a virtual server.  Matthew Newton, #2161.
        * Use "raw" string value for shared secrets and dynamic clients.
          It now parses strings with backslashes and "special characters"
          correctly.  Fixes #2168.
        * Fix RuntimeDirectory for RedHat, from Alan Buxey.
        * Relax checks in 'if' parser from Isaac Bourkis
        * Minor cleanups for %{debug_attr:&request} from Isaac Boukris.
        * Be more aggressive about cleaning up cached certificate attributes,
          due to deficiencies in OpenSSL.  Reported by Nicolas Reich.
        * Be more accepting when parsing IPv6 addresses.  Bug noted
          by Klara Mall.
        * Fix double free in rlm_sql.  Fixes #2180.
        * rlm_detail now writes empty Access-Accept packets.
        * rlm_python can now create tagged attributes.
        * Don't crash on duplicate realm + authhost / accthost.
          Bug found by Richard Palmer.
        * Allow partial certificate chain to trusted CA.  Fixes #2162
        * Treat SSL_read() returning zero as error.  Fixes #2164.
        * detail writer now checks if the file was renamed or deleted.
        * Add User-Name to Access-Accept if EAP-Message exists,
          not Stripped-User-Name.
        * RedHat Systemd updates.  Fixes #2184
        * Use correct API for State variable in rlm_securid.
        * Remove broken radclient option "-i".
        * Fix "users" file (and hints, etc). So that it does not
          get confused about entry ordering with multiple $INCLUDEs.
        * Fix rlm_sql to expand the un-escaped string, not the raw string.
        * Link default and inner-tunnel only if they exist.  Fixes #2206.
        * Don't use both IP_PKTINFO and IP_SENDSRCADDR.
        * Always install signal handler for SIGINT (needed by Docker).
        * Fix intermediate CA flow for OCSP.  Fixes #2160.
          Intermediate certs which are not self-signed will now be
          checked.
        * sqlippool now returns "fail" if it fails IP allocation.
        * Fix rlm_yubikey to look for correct attribute in replay
          attack check.

(jperkin)

2018-09-25 11:39:12 UTC MAIN commitmail json YAML

ocaml: Restore PLIST.ocaml-prof entries.  Should fix SunOS-*-i386.

(jperkin)

2018-09-25 11:27:50 UTC MAIN commitmail json YAML

doc/TODO: remove what already has been updated

(adam)

2018-09-25 10:09:04 UTC MAIN commitmail json YAML

doc/TODO: add some

+ MesaLib-18.2.1, apache24-2.4.35, boehm-gc-7.6.8, brotli-1.0.6,
  filezilla-3.37.1, glib2-2.58.1, gstreamer1-1.14.3, gtk3-3.24.1,
  json-glib-1.4.4, librsvg-2.44.3 [needs rust+cargo], libuv-1.23.1,
  poppler-0.69.0, py-cparser-2.19, py-pygit2-0.27.2, py-setuptools-40.4.2,
  vala-0.42.1, xerces-c-3.2.2

(wiz)

2018-09-25 10:03:50 UTC MAIN commitmail json YAML

ffmpeg2: add pkg-config to tools, needed by libbluray (default enabled)

(wiz)

2018-09-25 09:50:59 UTC MAIN commitmail json YAML

libbluray: add some missing dependencies to bl3.mk

(listed in pkg-config file)

(wiz)

2018-09-25 09:46:10 UTC MAIN commitmail json YAML

ffmpeg3: fix librtmp detection

(wiz)

2018-09-25 09:39:56 UTC MAIN commitmail json YAML

ffmpeg4: fix librtmp detection

While here, fix a LICENSE issue.

(wiz)

2018-09-25 09:26:13 UTC MAIN commitmail json YAML

2018-09-25 09:25:45 UTC MAIN commitmail json YAML

rtmpdump: add dependencies to bl3.mk

they were hiding in the pkgconfig file

(wiz)

2018-09-25 09:06:09 UTC MAIN commitmail json YAML

go111: Restore PLIST vars.

(jperkin)

2018-09-25 08:43:34 UTC MAIN commitmail json YAML

mk: Note the start of the 2018Q3 freeze.

(jperkin)

2018-09-25 01:14:39 UTC MAIN commitmail json YAML

gr-osmosdr: Drop gr-fcdproplus as a dependency

gr-fcdproplus does not build.  Drop it, so that gr-osmosdr builds
with the rest of the sources.  Leave a \todo for when fcdproplus is
fixed.

(gdt)

2018-09-24 16:04:30 UTC MAIN commitmail json YAML

doc: Updated www/ruby-capybara to 3.8.1

(taca)

2018-09-24 16:03:42 UTC MAIN commitmail json YAML

www/ruby-capybara: update to 3.8.1

# Version 3.8.1
Release date: 2018-09-22

### Fixed

* Filling in of date fields with a string when using selenium chrome
  regression [Micah Geisel]

(taca)

2018-09-24 14:13:57 UTC MAIN commitmail json YAML

Updated emulators/simh to 4.0.0.20180919

(gson)

2018-09-24 14:12:29 UTC MAIN commitmail json YAML

simh: update to 4.0.0.20180919

Update simh to a current git snapshot.  The main motivation for the
update is the fix to simh bug #478, which is needed for NetBSD to boot
on an emulated VAX under anita.  There have also been other changes
too numerous to list here, including the following new emulations:
3b2, i701, i7010, i704, i7070, i7080, i7090, scelbi, sigma, uc15.

(gson)

2018-09-24 14:00:23 UTC MAIN commitmail json YAML

doc: Updated misc/fzy to 1.0

(leot)

2018-09-24 13:59:56 UTC MAIN commitmail json YAML

fzy: Update misc/fzy to 1.0

Changes:
1.0 (2018-09-23)
----------------
Features:
  - Support UTF-8
  - Support readline-like editing
  - Quit on Esc
  - Redraw on terminal resize
  - Bracketed paste escapes are ignored

Performance:
  - Initialize tty interface before reading stdin

(leot)

2018-09-24 12:04:40 UTC MAIN commitmail json YAML

gr-osmosdr: Add comments to Makefile

(gdt)

2018-09-24 11:20:55 UTC MAIN commitmail json YAML

Updated textproc/py-pytoml, devel/py-cparser

(adam)

2018-09-24 11:20:24 UTC MAIN commitmail json YAML

py-cparser: updated to 2.19

Version 2.19:
- Fix parsing of floating point literals
- Add support for parsing empty structs
- Fix enum formatting in generated C code
- Add support for #pragma in struct declarations

(adam)

2018-09-24 11:16:42 UTC MAIN commitmail json YAML

py-pytoml: updated to 0.1.19

0.1.19:
Unknown changes.

(adam)

2018-09-24 11:07:41 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20180918

(leot)

2018-09-24 11:07:09 UTC MAIN commitmail json YAML

youtube-dl: Update net/youtube-dl to 20180918

Changes:
version 2018.09.18

Core
+ [extractor/common] Introduce channel meta fields

Extractors
* [adobepass] Don't pollute default headers dict
* [udemy] Don't pollute default headers dict
* [twitch] Don't pollute default headers dict
* [youtube] Don't pollute default query dict (#17593)
* [crunchyroll] Prefer hardsubless formats and formats in locale language
* [vrv] Make format ids deterministic
* [vimeo] Fix ondemand playlist extraction (#14591)
+ [pornhub] Extract upload date (#17574)
+ [porntube] Extract channel meta fields
+ [vimeo] Extract channel meta fields
+ [youtube] Extract channel meta fields (#9676, #12939)
* [porntube] Fix extraction (#17541)
* [asiancrush] Fix extraction (#15630)
+ [twitch:clips] Extend URL regular expression (closes #17559)
+ [vzaar] Add support for HLS
* [tube8] Fix metadata extraction (#17520)
* [eporner] Extract JSON-LD (#17519)

version 2018.09.10

Core
+ [utils] Properly recognize AV1 codec (#17506)

Extractors
+ [iprima] Add support for prima.iprima.cz (#17514)
+ [tele5] Add support for tele5.de (#7805, #7922, #17331, #17414)
* [nbc] Fix extraction of percent encoded URLs (#17374)

(leot)

2018-09-24 10:11:01 UTC MAIN commitmail json YAML

Updated devel/py-greenlet, www/py-furl

(adam)

2018-09-24 10:10:31 UTC MAIN commitmail json YAML

py-furl: updated to 1.2.1

Furl v1.2.1:
Fixed: Join URLs without an authority (e.g. 'foo:blah') consistently with
urllib.parse.urljoin().

(adam)

2018-09-24 10:05:02 UTC MAIN commitmail json YAML

py-greenlet: updated to 0.4.15

0.4.15
- Support for RISC-V architecture
- Workaround a gcc bug on ppc64

(adam)

2018-09-24 09:55:05 UTC MAIN commitmail json YAML

Updated security/py-oauth2client, devel/py-olefile

(adam)

2018-09-24 09:54:46 UTC MAIN commitmail json YAML

py-olefile: updated to 0.46

v0.46:
OleFileIO can now be used as a context manager (with...as), to close the file automatically
Improved handling of malformed files, fixed several bugs.

(adam)

2018-09-24 09:52:24 UTC MAIN commitmail json YAML

py-oauth2client: updated to 4.1.3

v4.1.3

**Note**: oauth2client is deprecated. No more features will be added to the
libraries and the core team is turning down support.

* Changed OAuth2 endpoints to use oauth2.googleapis.com variants.

(adam)

2018-09-24 09:47:53 UTC MAIN commitmail json YAML

Updated textproc/py-natsort, devel/py-pathspec

(adam)