Describe: 2ee990c80a7dc84a8160ad7058b165273173647f
Commit: 2ee990c80a7dc84a8160ad7058b165273173647f
Commit: 75f0f12feaee5bd37e5489d15741c5a97edb9f7b
Commit: 6743e60c10fe05912019f44e66719f7c3cb2257d
Commit: ad3a34e5210d899ea107f3ac62f5897ca9647b3f
Commit: 25d05360dd6996406c0a2d3288ab3544104d8678
Commit: 6783f4501269f3943f9e0dd16107a93bb58a88dc
Modifications:
audio/ncmpcpp/Makefile | 8 ++--
audio/ncmpcpp/distinfo | 4 +-
audio/ncmpcpp/patches/patch-doc_ncmpcpp_1 | 11 +----
audio/ncmpcpp/patches/patch-src_actions_cpp | 38
------------------
audio/ncmpcpp/patches/patch-src_help_cpp | 19 ---------
audio/ncmpcpp/patches/patch-src_lastfm_h | 37
-----------------
audio/ncmpcpp/patches/patch-src_scrollpad_cpp | 38
------------------
audio/ncmpcpp/patches/patch-src_scrollpad_h | 30
--------------
audio/ncmpcpp/patches/patch-src_song_cpp | 21 ----------
audio/ncmpcpp/patches/patch-src_status_cpp | 18 +--------
.../ncmpcpp/patches/patch-src_tag_editor_cpp | 20 ---------
audio/ncmpcpp/patches/patch-src_tags_cpp | 19 ---------
net/icinga/core/Makefile | 3 +-
net/icinga/core/pkg/README-main | 14 +++----
net/icinga/core2/Makefile | 3 +-
net/icinga/core2/pkg/README-main | 4 +-
net/librenms/Makefile | 3 +-
net/librenms/pkg/README | 12 +++---
net/munin/Makefile | 3 +-
net/munin/pkg/README-server | 4 +-
net/nagios/nagios/Makefile | 3 +-
net/nagios/nagios/pkg/README-main | 14 +++----
net/nfsen/Makefile | 4 +-
net/nfsen/pkg/README | 6 +--
sysutils/bacula/Makefile | 4 +-
sysutils/bacula/pkg/README-server | 6 +--
telephony/asterisk-g729/Makefile | 3 +-
telephony/asterisk-g729/pkg/README | 5 ++-
.../patches/patch-config_system-headers | 15 -------
.../patch-media_libcubeb_src_cubeb_sndio_c | 32
---------------
www/squid/snapshot/Makefile | 4 +-
www/squid/snapshot/distinfo | 4 +-
www/squid/snapshot/pkg/PLIST-main | 4 +-
www/trac/Makefile | 3 +-
www/trac/pkg/README | 6 +--
x11/kde4/libs/Makefile | 6 ++-
x11/kde4/libs/patches/patch-kdesu_su_cpp | 4 +-
37 files changed, 75 insertions(+), 357 deletions(-)
delete mode 100644 audio/ncmpcpp/patches/patch-src_actions_cpp
delete mode 100644 audio/ncmpcpp/patches/patch-src_help_cpp
delete mode 100644 audio/ncmpcpp/patches/patch-src_lastfm_h
delete mode 100644 audio/ncmpcpp/patches/patch-src_scrollpad_cpp
delete mode 100644 audio/ncmpcpp/patches/patch-src_scrollpad_h
delete mode 100644 audio/ncmpcpp/patches/patch-src_song_cpp
delete mode 100644
audio/ncmpcpp/patches/patch-src_tag_editor_cpp
delete mode 100644 audio/ncmpcpp/patches/patch-src_tags_cpp
delete mode 100644
www/mozilla-firefox/patches/patch-config_system-headers
delete mode 100644
www/mozilla-firefox/patches/patch-media_libcubeb_src_cubeb_sndio_c
Log messages:
update to squid 3.5.6
Written by: Stuart Henderson <[email protected]>
`sudo` is not in base anymore. show how to use `su` in README ok sthen@
Written by: Kirill Bychkov <[email protected]>
- update kde4libs' path to sudo, /usr/bin -> /usr/local/bin. ok zhuk@
- add a RUN_DEPENDS on sudo for now, suggested by zhuk@, subject to revision
when we know what if anything will replace sudo in base.
Written by: Stuart Henderson <[email protected]>
Remove use of sudo from pkg READMEs in a few ports as packages and their
instructions are meant to work on a fresh install.
- easy cases: replace some '$ sudo somecommand' with '# somecommand'
(while there I've swapped some "${RCDIR}/foo start" with "rcctl foo start").
- replace some 'sudo -u user somecommand foo bar' with
'su -s /bin/sh user "/path/to/somecommand foo bar"' and similar.
Not pretty with the -s, but many of the uids that need to run
these commands have /sbin/nologin as their usual shell.
Written by: Stuart Henderson <[email protected]>
Update to ncmpcpp-0.6.5
Written by: David Coppa <[email protected]>
Remove patches from #1144087 and #1143411 which were merged in 39. Both
reported by David Hill and Pavel Korovin. Because cvs...
Written by: Landry Breuil <[email protected]>