Changes:
* Lots of bug fixes
* Support JAILNAME-make.conf and PTNAME-make.conf
* Updated ZSH completions
* The 'pbi' subcommand has been removed
* New "SET" feature. bulk, options, testport now all support
a '-z SET' option that allows for extra customization of
make.conf and options. See CUSTOMISATION section in
poudriere(8) for more information.
* Improved compatibility with older FreeBSD versions
* Poudriere itself can be jailed, see website for more details.
* Any ZFS dataset can now be used as a ports tree. Just set
poudriere:type=ports and define poudriere:name to use as a ports tree.
* ports:
- No longer create port tress in ports/ subdirectory when using SVN or git
* options:
- Fix improperly using options-JAILNAME instead of JAILNAME-options
directory, resulting in options not being used.
- Fix the specified ports tree not being used
* bulk:
- Support for building the entire ports tree with the -a option
- Support for overriding WRKDIR_ARCHIVE_FORMAT, see new
poudriere.conf.sample
- Summary output updates
- SIGINFO improvements
- Improved output during startup, explaining which files/directories
are being used for the build.
- Fix skipped ports causing incorrect counts
- Logs are now only cleared on -c again
- New '-C' option that deletes any existing packages, but only for
the ones listed. This works well with '-t' for bulk testing.
* jail:
- Better version detection on new jails via newvers.sh
* testport:
- Lots of leftovers improvements
- When using pkgng, DEVELOPER_MODE is now enabled by default, which
will run extra plist checks.
Feature safe: yes
this port confusing bsd.pkgng.mk into thinking
that WITH_PKGNG is defined and pkg(8) shoul be
used to register.
Pointyhat to: bdrewery
Feature safe: yes
- Update to 1.2
- This version fixes build with clang and does not depend on imake
- Remove pkg-plist in favour of make variables
- Trim Makefile headers
PR: ports/172143
Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk>
Feature safe: yes
distfile), and fully covered by py-snmp4 suite. No other ports depend on this
one, there was no updates since 2006. Set expiration date to 2012-11-15.
PR: 172194
Submitted by: rm (myself)
Approved by: maintainer timeout (2 weeks)
Feature safe: yes
- Add PKGNG option to apply pkgng support patch. This will
be fully integrated upstream in the next version. This
functionality is only enabled when WITH_PKGNG is defined
in make.conf (or a recent CURRENT by default, see
UPDATING 20121010). Due to the compat OPTION handling,
defining WITH_PKGNG will also apply the patch by default.
The pkgng patch is contributed by avilla@
Feature safe: yes
- Trim header
Changes:
* Pkgng support when WITH_PKGNG=yes is defined in /etc/make.conf
Portupgrade does not yet support pkgng packages or `pkgdb -F`,
just building/upgrading ports using pkgng.
Be sure to run `pkgdb -fu` to convert any existing pkgdb.
* Move all files out of global ruby namespace
* manpage cleanups
Feature safe: yes
audio and video. It includes libavcodec - the leading audio/video codec
library.
This version is from the 1.0 release branch.
WWW: http://ffmpeg.org/
Feature safe: yes
Changes in 0.17.1:
Jonathan Neuschaefer (1):
command: require appropriate permissions for searchadd{,pl}
Jurgen Kramer (1):
Add song duration to DSF and DSDIFF DSD decoders.
Max Kellermann (12):
configure.ac: increment version number to 0.17.1
Merge branch 'fix-typo' of https://github.com/sol/mpd
require GLib 2.16
test/test_pcm: add pcm_volume tests
output_init: put the "convert" filter at the end of the list
aiff: support the AIFC format
Makefile.am: updated web server for "upload" target
cue_parser: support file types "MP3", "AIFF"
tag_ape: return false if no usable tag was found
tcp_socket, ...: remove obsolet RAOP sources
configure.ac: add -I to CPPFLAGS, not CFLAGS
configure.ac: replace MPD_CHECK_FLAG with autoconf-archive scripts
Simon Hengel (1):
Fix typo
Changes in 0.17.2:
Anton Khirnov (1):
client_file: remove pure attribute from client_allow_file().
Avuton Olrich (2):
Modify version string to post-release version 0.17.2~git
mpd version 0.17.2
Max Kellermann (42):
input_stream, main: remove obsolete GLib version checks
valgrind.suppressions: suppressions for GStaticMutex and more
playlist_song: move code to playlist_check_load_song()
playlist_song: improve const-correctness
playlist_song: use map_to_relative_path()
mapper: fix non-UTF8 music directory name
input/ffmpeg: remove fallback AV_VERSION_INT definition
timer: use monotonic clock if available
output/httpd: move code to _has_clients()
output/httpd: fix throttling bug after resuming playback
output/httpd: move delay from _pause() to _delay()
output/pulse: simplify _wait_stream()
output/pulse: implement method delay()
output/jack: implement method delay()
log: store duplicated path string
decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1)
decoder/fluidsynth: check if file is really a MIDI
decoder/fluidsynth: don't duplicate path
decoder/fluidsynth: stop playback at end of file
configure.ac: auto-detect libfluidsynth
decoder/fluidsynth: add "soundfont" setting
decoder/fluidsynth: add "sample_rate" setting
doc/user: add wildmidi documentation
mapper: fix potential crash in file permission check
filter/volume: include cleanup
playlist: fix unprotected player_control access
player_thread: add local variable "start_ms"
playlist_song: fix user-after-free bug
playlist_song: pass const song to _check_load_song()
playlist_print: fix memory leak
queue_save: save song priorities
command: make "single" a bool
player_thread: disable cross-fading in "single" mode
playlist/cue: map "PERFORMER" to "artist" or "album artist"
update_walk: fix unsafe readlink() usage
AudioCompress: abort on out-of-memory
decoder/_ogg_common: simplify the large "if" expression
decoder/_ogg_common: fix buffer size check
locate: cast enum tag_type to int before comparing with integer
decoder/wavpack: support all APEv2 tags
configure.ac: don't auto-detect the Vorbis encoder when Tremor is enabled
decoder_control: remove MixRamp debug messages
Wieland Hoffmann (2):
mpd.conf(5): Document the existence of musicbrainz_ tags
mpd.conf(5): Use the correct default value for max_playlist_length
Feature safe: yes