From owner-svn-ports-branches@freebsd.org Sun Jan 24 10:51:51 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0923D7B89; Sun, 24 Jan 2016 10:51:51 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB43E17E; Sun, 24 Jan 2016 10:51:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OApno3016688; Sun, 24 Jan 2016 10:51:49 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OApnBa016686; Sun, 24 Jan 2016 10:51:49 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601241051.u0OApnBa016686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 24 Jan 2016 10:51:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407097 - in branches/2016Q1/mail/mutt14: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 10:51:51 -0000 Author: riggs Date: Sun Jan 24 10:51:49 2016 New Revision: 407097 URL: https://svnweb.freebsd.org/changeset/ports/407097 Log: MFH: r407094 Fix build failures on current and pkg builds with XFACE option PR: 205719 Submitted by: Udo.Schweigert@siemens.com (maintainer) Approved by: portmgr (miwi) Added: branches/2016Q1/mail/mutt14/files/patch-Makefile.am - copied unchanged from r407094, head/mail/mutt14/files/patch-Makefile.am Modified: branches/2016Q1/mail/mutt14/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/mail/mutt14/Makefile ============================================================================== --- branches/2016Q1/mail/mutt14/Makefile Sun Jan 24 10:48:02 2016 (r407096) +++ branches/2016Q1/mail/mutt14/Makefile Sun Jan 24 10:51:49 2016 (r407097) @@ -145,7 +145,7 @@ post-patch: ${WRKSRC}/contrib/Makefile.in .if ${PORT_OPTIONS:MMUTT_XFACE} @${ECHO} "===> Applying XFACE patch" - slrnface_dir=`${FIND} ${PORTSDIR}/news/slrnface/work -type d \ + slrnface_dir=`${FIND} ${WRKDIR}/../../../news/slrnface/work -type d \ -name slrnface-\*`; \ cd ${BUILD_WRKSRC}; ${PATCH} ${PATCH_ARGS} < $$slrnface_dir/mutt.patch .endif Copied: branches/2016Q1/mail/mutt14/files/patch-Makefile.am (from r407094, head/mail/mutt14/files/patch-Makefile.am) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/mail/mutt14/files/patch-Makefile.am Sun Jan 24 10:51:49 2016 (r407097, copy of r407094, head/mail/mutt14/files/patch-Makefile.am) @@ -0,0 +1,22 @@ +--- Makefile.am.orig 2007-05-23 03:17:52.000000000 +0200 ++++ Makefile.am 2015-12-29 17:27:11.713299000 +0100 +@@ -2,7 +2,7 @@ + ## Use aclocal -I m4; automake --foreign + + AUTOMAKE_OPTIONS = foreign +-EXTRA_PROGRAMS = mutt_dotlock pgpring makedoc ++EXTRA_PROGRAMS = mutt_dotlock pgpewrap pgpring makedoc + + if BUILD_IMAP + IMAP_SUBDIR = imap +@@ -90,6 +90,10 @@ + pgpring_LDADD = @LIBOBJS@ $(INTLLIBS) + pgpring_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS) + ++pgpewrap_SOURCES = pgpewrap.c ++pgpewrap_LDADD = @LIBOBJS@ $(INTLLIBS) ++pgpewrap_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS) ++ + mutt_dotlock.c: dotlock.c + cp $(srcdir)/dotlock.c mutt_dotlock.c + From owner-svn-ports-branches@freebsd.org Sun Jan 24 13:50:02 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 402669C21D1; Sun, 24 Jan 2016 13:50:02 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 054FDCE1; Sun, 24 Jan 2016 13:50:01 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0ODo11R071289; Sun, 24 Jan 2016 13:50:01 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0ODnvt7071236; Sun, 24 Jan 2016 13:49:57 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201601241349.u0ODnvt7071236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 24 Jan 2016 13:49:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407121 - in branches/2016Q1/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 13:50:02 -0000 Author: rene Date: Sun Jan 24 13:49:57 2016 New Revision: 407121 URL: https://svnweb.freebsd.org/changeset/ports/407121 Log: MFH: r407107 www/chromium: update to 48.0.2564.82 Submitted by: Christoph Moench-Tegeder via GitHub Security: http://vuxml.freebsd.org/freebsd/371bbea9-3836-4832-9e70-e8e928727f8c.html Approved by: portmgr (miwi) Added: branches/2016Q1/www/chromium/files/patch-base__allocator__allocator_extension.cc - copied unchanged from r407107, head/www/chromium/files/patch-base__allocator__allocator_extension.cc branches/2016Q1/www/chromium/files/patch-base__process__memory_stubs.cc - copied unchanged from r407107, head/www/chromium/files/patch-base__process__memory_stubs.cc branches/2016Q1/www/chromium/files/patch-base__trace_event__process_memory_dump.cc - copied unchanged from r407107, head/www/chromium/files/patch-base__trace_event__process_memory_dump.cc branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__toolbar__app_menu_model.cc - copied unchanged from r407107, head/www/chromium/files/patch-chrome__browser__ui__toolbar__app_menu_model.cc branches/2016Q1/www/chromium/files/patch-components__autofill__core__common__autofill_l10n_util.cc - copied unchanged from r407107, head/www/chromium/files/patch-components__autofill__core__common__autofill_l10n_util.cc branches/2016Q1/www/chromium/files/patch-components__cookie_config__cookie_store_util.cc - copied unchanged from r407107, head/www/chromium/files/patch-components__cookie_config__cookie_store_util.cc branches/2016Q1/www/chromium/files/patch-media__formats__common__offset_byte_queue.cc - copied unchanged from r407107, head/www/chromium/files/patch-media__formats__common__offset_byte_queue.cc branches/2016Q1/www/chromium/files/patch-media__formats__common__offset_byte_queue.h - copied unchanged from r407107, head/www/chromium/files/patch-media__formats__common__offset_byte_queue.h branches/2016Q1/www/chromium/files/patch-media__formats__mp2t__es_parser_adts.cc - copied unchanged from r407107, head/www/chromium/files/patch-media__formats__mp2t__es_parser_adts.cc branches/2016Q1/www/chromium/files/patch-media__formats__mp2t__es_parser_mpeg1audio.cc - copied unchanged from r407107, head/www/chromium/files/patch-media__formats__mp2t__es_parser_mpeg1audio.cc branches/2016Q1/www/chromium/files/patch-net__dns__dns_reloader.cc - copied unchanged from r407107, head/www/chromium/files/patch-net__dns__dns_reloader.cc branches/2016Q1/www/chromium/files/patch-third_party__libyuv__include__libyuv__row.h - copied unchanged from r407107, head/www/chromium/files/patch-third_party__libyuv__include__libyuv__row.h branches/2016Q1/www/chromium/files/patch-ui__views__controls__webview__webview.gyp - copied unchanged from r407107, head/www/chromium/files/patch-ui__views__controls__webview__webview.gyp Deleted: branches/2016Q1/www/chromium/files/patch-chrome__browser__net__cookie_store_util.cc branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__toolbar__wrench_menu_model.cc branches/2016Q1/www/chromium/files/patch-net__base__dns_reloader.cc Modified: branches/2016Q1/www/chromium/Makefile branches/2016Q1/www/chromium/distinfo branches/2016Q1/www/chromium/files/extra-patch-clang branches/2016Q1/www/chromium/files/patch-cc__layers__layer_impl.cc branches/2016Q1/www/chromium/files/patch-cc__layers__scrollbar_layer_impl_base.cc branches/2016Q1/www/chromium/files/patch-chrome__app__chrome_main_delegate.cc branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view.cc branches/2016Q1/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc branches/2016Q1/www/chromium/files/patch-content__app__content_main_runner.cc branches/2016Q1/www/chromium/files/patch-content__browser__renderer_host__render_widget_host_view_aura.cc branches/2016Q1/www/chromium/files/patch-content__content_tests.gypi branches/2016Q1/www/chromium/files/patch-content__renderer__renderer_blink_platform_impl.cc branches/2016Q1/www/chromium/files/patch-native_client__build__common.gypi branches/2016Q1/www/chromium/files/patch-net__http__http_auth_gssapi_posix.cc branches/2016Q1/www/chromium/files/patch-third_party__pdfium__fpdfsdk__src__javascript__PublicMethods.cpp branches/2016Q1/www/chromium/files/patch-tools__gyp__pylib__gyp__generator__make.py branches/2016Q1/www/chromium/files/patch-ui__base__ime__input_method_initializer.cc branches/2016Q1/www/chromium/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/chromium/Makefile ============================================================================== --- branches/2016Q1/www/chromium/Makefile Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/Makefile Sun Jan 24 13:49:57 2016 (r407121) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 47.0.2526.111 +PORTVERSION= 48.0.2564.82 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -273,11 +273,12 @@ pre-configure: 'third_party/cacheinvalidation' \ 'third_party/catapult' \ 'third_party/catapult/third_party/beautifulsoup' \ + 'third_party/catapult/third_party/py_vulcanize' \ + 'third_party/catapult/third_party/py_vulcanize/py_vulcanize' \ + 'third_party/catapult/third_party/py_vulcanize/third_party/rcssmin' \ + 'third_party/catapult/third_party/py_vulcanize/third_party/rjsmin' \ 'third_party/catapult/tracing' \ 'third_party/catapult/tracing/third_party' \ - 'third_party/catapult/tracing/third_party/tvcm' \ - 'third_party/catapult/tracing/third_party/tvcm/third_party/rcssmin' \ - 'third_party/catapult/tracing/third_party/tvcm/third_party/rjsmin' \ 'third_party/cld' \ 'third_party/cros_system_api' \ 'third_party/dom_distiller_js' \ @@ -325,7 +326,6 @@ pre-configure: 'third_party/pywebsocket' \ 'third_party/qcms' \ 'third_party/qunit' \ - 'third_party/readability' \ 'third_party/sfntly' \ 'third_party/sinonjs' \ 'third_party/skia' \ Modified: branches/2016Q1/www/chromium/distinfo ============================================================================== --- branches/2016Q1/www/chromium/distinfo Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/distinfo Sun Jan 24 13:49:57 2016 (r407121) @@ -1,4 +1,4 @@ -SHA256 (chromium-47.0.2526.111.tar.xz) = 179a9189634eb344078c5728fb429bc8581015437ff857261268ab7dbe093708 -SIZE (chromium-47.0.2526.111.tar.xz) = 394641184 -SHA256 (chromium-47.0.2526.111-testdata.tar.xz) = 7a014e11095749ea56683425baa3e7f5b1e6c8ae8cb5a572141e3ab570b8cf1a -SIZE (chromium-47.0.2526.111-testdata.tar.xz) = 117392528 +SHA256 (chromium-48.0.2564.82.tar.xz) = cda64bf427d01bae7d45863812edcd7fa43176238ec07c7752e42afd3e1714fd +SIZE (chromium-48.0.2564.82.tar.xz) = 432281684 +SHA256 (chromium-48.0.2564.82-testdata.tar.xz) = 122e42beb5b4ec694649370616d04b4d94301090f80c9f06b8c8950bb1a4d479 +SIZE (chromium-48.0.2564.82-testdata.tar.xz) = 117232108 Modified: branches/2016Q1/www/chromium/files/extra-patch-clang ============================================================================== --- branches/2016Q1/www/chromium/files/extra-patch-clang Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/extra-patch-clang Sun Jan 24 13:49:57 2016 (r407121) @@ -95,9 +95,9 @@ int32 run_ms = 42; int32 queue_ms = 8; ---- chrome/browser/sync/glue/synced_session_tracker.cc 2015-04-15 00:18:50.000000000 +0200 -+++ chrome/browser/sync/glue/synced_session_tracker.cc 2015-04-18 22:02:15.000000000 +0200 -@@ -262,7 +262,7 @@ +--- components/sync_sessions/synced_session_tracker.cc.orig 2016-01-21 13:04:41.772845558 +0100 ++++ components/sync_sessions/synced_session_tracker.cc 2016-01-21 13:05:17.652842509 +0100 +@@ -286,7 +286,7 @@ } DCHECK(window_ptr); DCHECK_EQ(window_ptr->window_id.id(), window_id); @@ -133,17 +133,6 @@ EXPECT_CALL(callback_, OnError(_)) .Times(2); ---- media/filters/decrypting_video_decoder_unittest.cc 2015-04-15 00:31:22.000000000 +0200 -+++ media/filters/decrypting_video_decoder_unittest.cc 2015-04-18 22:03:40.000000000 +0200 -@@ -422,7 +422,7 @@ - // NULL callback to cancel the |decryptor_ready_cb|. - EXPECT_CALL(*this, RequestDecryptorNotification(IsNullCallback())).WillOnce( - ResetAndRunCallback(&decryptor_ready_cb, -- reinterpret_cast(NULL), -+ static_cast(NULL), - base::Bind(&DecryptingVideoDecoderTest::DecryptorSet, - base::Unretained(this)))); - EXPECT_CALL(*this, DecryptorSet(_)).Times(0); --- third_party/hunspell/src/hunspell/affentry.hxx.orig 2015-07-21 18:46:37.322427000 -0400 +++ third_party/hunspell/src/hunspell/affentry.hxx 2015-07-21 18:48:02.034251000 -0400 @@ -27,7 +27,7 @@ @@ -222,26 +211,6 @@ tasks_.erase(it, tasks_.end()); ---- third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc.orig 2015-09-03 09:31:11.815462000 -0400 -+++ third_party/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc 2015-09-03 09:31:50.974163000 -0400 -@@ -1028,7 +1028,7 @@ - - const AudioEncoder* AudioCodingImpl::GetSenderInfo() const { - FATAL() << "Not implemented yet."; -- return reinterpret_cast(NULL); -+ return static_cast(NULL); - } - - const CodecInst* AudioCodingImpl::GetSenderCodecInst() { -@@ -1048,7 +1048,7 @@ - - const ReceiverInfo* AudioCodingImpl::GetReceiverInfo() const { - FATAL() << "Not implemented yet."; -- return reinterpret_cast(NULL); -+ return static_cast(NULL); - } - - bool AudioCodingImpl::RegisterReceiveCodec(AudioDecoder* receive_codec) { --- third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp.orig 2015-10-14 22:17:57.580250000 +0200 +++ third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp 2015-10-14 22:18:13.766229000 +0200 @@ -358,7 +358,7 @@ Copied: branches/2016Q1/www/chromium/files/patch-base__allocator__allocator_extension.cc (from r407107, head/www/chromium/files/patch-base__allocator__allocator_extension.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-base__allocator__allocator_extension.cc Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-base__allocator__allocator_extension.cc) @@ -0,0 +1,11 @@ +--- base/allocator/allocator_extension.cc.orig 2016-01-21 17:16:30.192830309 +0100 ++++ base/allocator/allocator_extension.cc 2016-01-21 17:16:49.072804621 +0100 +@@ -55,7 +55,7 @@ + void SetGetNumericPropertyFunction( + thunks::GetNumericPropertyFunction get_numeric_property_function) { + DCHECK_EQ(thunks::GetGetNumericPropertyFunction(), +- reinterpret_cast(NULL)); ++ static_cast(NULL)); + thunks::SetGetNumericPropertyFunction(get_numeric_property_function); + } + Copied: branches/2016Q1/www/chromium/files/patch-base__process__memory_stubs.cc (from r407107, head/www/chromium/files/patch-base__process__memory_stubs.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-base__process__memory_stubs.cc Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-base__process__memory_stubs.cc) @@ -0,0 +1,18 @@ +--- base/process/memory_stubs.cc.orig 2016-01-21 20:31:40.145997166 +0100 ++++ base/process/memory_stubs.cc 2016-01-21 20:34:18.367986479 +0100 +@@ -26,6 +26,8 @@ + // their respective stdlib function since those functions will return null on a + // failure to allocate. + ++#if !defined(OS_FREEBSD) ++// FreeBSD brings it's own implementation in memory.cc -- cmt + bool UncheckedMalloc(size_t size, void** result) { + *result = malloc(size); + return *result != nullptr; +@@ -35,5 +37,6 @@ + *result = calloc(num_items, size); + return *result != nullptr; + } ++#endif + + } // namespace base Copied: branches/2016Q1/www/chromium/files/patch-base__trace_event__process_memory_dump.cc (from r407107, head/www/chromium/files/patch-base__trace_event__process_memory_dump.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-base__trace_event__process_memory_dump.cc Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-base__trace_event__process_memory_dump.cc) @@ -0,0 +1,11 @@ +--- base/trace_event/process_memory_dump.cc.orig 2016-01-21 17:38:36.214712498 +0100 ++++ base/trace_event/process_memory_dump.cc 2016-01-21 17:38:51.814711855 +0100 +@@ -66,7 +66,7 @@ + int error_counter = 0; + // HANDLE_EINTR tries for 100 times. So following the same pattern. + do { +- result = mincore(chunk_start, chunk_size, vector_as_array(&vec)); ++ result = mincore(chunk_start, chunk_size, (char *) vector_as_array(&vec)); + } while (result == -1 && errno == EAGAIN && error_counter++ < 100); + if (result) + break; Modified: branches/2016Q1/www/chromium/files/patch-cc__layers__layer_impl.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-cc__layers__layer_impl.cc Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-cc__layers__layer_impl.cc Sun Jan 24 13:49:57 2016 (r407121) @@ -1,15 +1,15 @@ ---- cc/layers/layer_impl.cc.orig 2015-04-18 22:47:03.000000000 +0200 -+++ cc/layers/layer_impl.cc 2015-04-18 22:52:19.000000000 +0200 -@@ -1230,13 +1230,15 @@ - gfx::ToFlooredSize(gfx::ScaleSize(BoundsForScrolling(), scale_factor)); - scaled_scroll_bounds = gfx::ToFlooredSize(scaled_scroll_bounds); +--- cc/layers/layer_impl.cc.orig 2016-01-21 13:23:19.448767974 +0100 ++++ cc/layers/layer_impl.cc 2016-01-21 13:24:08.192764717 +0100 +@@ -1549,13 +1549,15 @@ + scaled_scroll_bounds.SetSize(std::floor(scaled_scroll_bounds.width()), + std::floor(scaled_scroll_bounds.height())); - gfx::ScrollOffset max_offset( + // (rene) prevent name collision with /usr/include/vm/vm_map.h on FreeBSD + // which also defines max_offset + gfx::ScrollOffset _max_offset( - scaled_scroll_bounds.width() - scroll_clip_layer_->bounds().width(), - scaled_scroll_bounds.height() - scroll_clip_layer_->bounds().height()); + scaled_scroll_bounds.width() - scroll_clip_layer->bounds().width(), + scaled_scroll_bounds.height() - scroll_clip_layer->bounds().height()); // We need the final scroll offset to be in CSS coords. - max_offset.Scale(1 / scale_factor); - max_offset.SetToMax(gfx::ScrollOffset()); Modified: branches/2016Q1/www/chromium/files/patch-cc__layers__scrollbar_layer_impl_base.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-cc__layers__scrollbar_layer_impl_base.cc Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-cc__layers__scrollbar_layer_impl_base.cc Sun Jan 24 13:49:57 2016 (r407121) @@ -1,13 +1,13 @@ ---- cc/layers/scrollbar_layer_impl_base.cc.orig 2015-05-21 08:37:56.037399000 -0400 -+++ cc/layers/scrollbar_layer_impl_base.cc 2015-05-21 08:38:18.153818000 -0400 -@@ -226,8 +226,8 @@ +--- cc/layers/scrollbar_layer_impl_base.cc.orig 2016-01-21 13:37:26.739709722 +0100 ++++ cc/layers/scrollbar_layer_impl_base.cc 2016-01-21 13:37:43.139708550 +0100 +@@ -183,8 +183,8 @@ int thumb_offset = TrackStart(); - if (maximum_ > 0) { - float ratio = clamped_current_pos / maximum_; + if (maximum > 0) { + float ratio = clamped_current_pos / maximum; - float max_offset = track_length - thumb_length; - thumb_offset += static_cast(ratio * max_offset); -+ float max_offset_ = track_length - thumb_length; -+ thumb_offset += static_cast(ratio * max_offset_); ++ float _max_offset = track_length - thumb_length; ++ thumb_offset += static_cast(ratio * _max_offset); } float thumb_thickness_adjustment = Modified: branches/2016Q1/www/chromium/files/patch-chrome__app__chrome_main_delegate.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-chrome__app__chrome_main_delegate.cc Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-chrome__app__chrome_main_delegate.cc Sun Jan 24 13:49:57 2016 (r407121) @@ -9,15 +9,6 @@ #include "components/crash/content/app/breakpad_linux.h" #endif -@@ -405,7 +405,7 @@ - } // namespace - - ChromeMainDelegate::ChromeMainDelegate() { --#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_LINUX) -+#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD) - // Record the startup process creation time on supported platforms. - startup_metric_utils::RecordStartupProcessCreationTime( - base::CurrentProcessInfo::CreationTime()); @@ -508,7 +508,7 @@ std::string format_str = command_line.GetSwitchValueASCII(switches::kDiagnosticsFormat); Copied: branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__toolbar__app_menu_model.cc (from r407107, head/www/chromium/files/patch-chrome__browser__ui__toolbar__app_menu_model.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__toolbar__app_menu_model.cc Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-chrome__browser__ui__toolbar__app_menu_model.cc) @@ -0,0 +1,11 @@ +--- chrome/browser/ui/toolbar/app_menu_model.cc.orig 2016-01-21 14:37:58.792459231 +0100 ++++ chrome/browser/ui/toolbar/app_menu_model.cc 2016-01-21 14:39:05.304456038 +0100 +@@ -779,7 +779,7 @@ + case IDC_UPGRADE_DIALOG: + return browser_defaults::kShowUpgradeMenuItem && + UpgradeDetector::GetInstance()->notify_upgrade(); +-#if !defined(OS_LINUX) || defined(USE_AURA) ++#if (!defined(OS_LINUX) && !defined(OS_BSD)) || defined(USE_AURA) + case IDC_BOOKMARK_PAGE: + return !chrome::ShouldRemoveBookmarkThisPageUI(browser_->profile()); + case IDC_BOOKMARK_ALL_TABS: Modified: branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__view__tabs__tab_drag_controller.cc Sun Jan 24 13:49:57 2016 (r407121) @@ -18,12 +18,12 @@ // EndMoveLoop is going to snap the window back to its original location. // Hide it so users don't see this. Hiding a window in Linux aura causes // it to lose capture so skip it. -@@ -1791,7 +1791,7 @@ - if (dragged_window) - exclude.insert(dragged_window); - } +@@ -1799,7 +1799,7 @@ + attached_tabstrip_->GetWidget()->GetNativeWindow(); + if (exclude_dragged_view && dragged_window) + exclude.insert(dragged_window); -#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS) ++#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) // Exclude windows which are pending deletion via Browser::TabStripEmpty(). // These windows can be returned in the Linux Aura port because the browser // window which was used for dragging is not hidden once all of its tabs are Modified: branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view.cc Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-chrome__browser__ui__views__frame__opaque_browser_frame_view.cc Sun Jan 24 13:49:57 2016 (r407121) @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/opaque_browser_frame_view.cc.orig 2015-04-18 23:48:58.000000000 +0200 -+++ chrome/browser/ui/views/frame/opaque_browser_frame_view.cc 2015-04-18 23:53:50.000000000 +0200 -@@ -54,7 +54,7 @@ +--- chrome/browser/ui/views/frame/opaque_browser_frame_view.cc.orig 2016-01-21 15:44:16.454185203 +0100 ++++ chrome/browser/ui/views/frame/opaque_browser_frame_view.cc 2016-01-21 15:50:24.719159940 +0100 +@@ -55,7 +55,7 @@ #include "chrome/browser/ui/views/profiles/supervised_user_avatar_label.h" #endif @@ -9,16 +9,7 @@ #include "ui/views/controls/menu/menu_runner.h" #endif -@@ -79,7 +79,7 @@ - // The icon never shrinks below 16 px on a side. - const int kIconMinimumSize = 16; - --#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) - // The number of pixels to move the frame background image upwards when using - // the GTK+ theme and the titlebar is condensed. - const int kGTKThemeCondensedFrameTopInset = 15; -@@ -341,7 +341,7 @@ +@@ -336,7 +336,7 @@ void OpaqueBrowserFrameView::OnMenuButtonClicked(views::View* source, const gfx::Point& point) { @@ -27,12 +18,3 @@ views::MenuRunner menu_runner(frame()->GetSystemMenuModel(), views::MenuRunner::HAS_MNEMONICS); ignore_result(menu_runner.RunMenuAt(browser_view()->GetWidget(), -@@ -637,7 +637,7 @@ - frame_background_->set_theme_image(GetFrameImage()); - frame_background_->set_theme_overlay_image(GetFrameOverlayImage()); - frame_background_->set_top_area_height(GetTopAreaHeight()); --#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) - // The window manager typically shows a gradient in the native title bar (when - // the system title bar pref is set, or when maximized on Ubuntu). Hide the - // gradient in the tab strip (by shifting it up vertically) to avoid a Modified: branches/2016Q1/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-chrome__renderer__pepper__pepper_flash_font_file_host.cc Sun Jan 24 13:49:57 2016 (r407121) @@ -1,15 +1,15 @@ ---- chrome/renderer/pepper/pepper_flash_font_file_host.cc.orig 2015-08-22 15:01:53.000000000 -0400 -+++ chrome/renderer/pepper/pepper_flash_font_file_host.cc 2015-09-03 10:01:52.619879000 -0400 -@@ -13,7 +13,7 @@ +--- chrome/renderer/pepper/pepper_flash_font_file_host.cc.orig 2016-01-21 15:55:11.104140125 +0100 ++++ chrome/renderer/pepper/pepper_flash_font_file_host.cc 2016-01-21 15:57:35.816130405 +0100 +@@ -14,7 +14,7 @@ #include "ppapi/proxy/ppapi_messages.h" #include "ppapi/proxy/serialized_structs.h" -#if defined(OS_LINUX) || defined(OS_OPENBSD) +#if defined(OS_LINUX) || defined(OS_BSD) #include "content/public/common/child_process_sandbox_support_linux.h" - #endif - -@@ -24,14 +24,14 @@ + #elif defined(OS_WIN) + #include "third_party/skia/include/ports/SkFontMgr.h" +@@ -27,7 +27,7 @@ const ppapi::proxy::SerializedFontDescription& description, PP_PrivateFontCharset charset) : ResourceHost(host->GetPpapiHost(), instance, resource) { @@ -18,29 +18,21 @@ fd_.reset(content::MatchFontWithFallback( description.face, description.weight >= PP_BROWSERFONT_TRUSTED_WEIGHT_BOLD, - description.italic, - charset, - PP_BROWSERFONT_TRUSTED_FAMILY_DEFAULT)); +@@ -44,7 +44,7 @@ + skia::RefPtr font_mgr = skia::AdoptRef(SkFontMgr::RefDefault()); + typeface_ = skia::AdoptRef( + font_mgr->matchFamilyStyle(description.face.c_str(), style)); -#endif // defined(OS_LINUX) || defined(OS_OPENBSD) +#endif // defined(OS_LINUX) || defined(OS_BSD) } PepperFlashFontFileHost::~PepperFlashFontFileHost() {} -@@ -51,7 +51,7 @@ - uint32_t table) { - std::string contents; - int32_t result = PP_ERROR_FAILED; +@@ -63,7 +63,7 @@ + void* buffer, + size_t* length) { + bool result = false; -#if defined(OS_LINUX) || defined(OS_OPENBSD) +#if defined(OS_LINUX) || defined(OS_BSD) int fd = fd_.get(); - if (fd != -1) { - size_t length = 0; -@@ -67,7 +67,7 @@ - } - } - } --#endif // defined(OS_LINUX) || defined(OS_OPENBSD) -+#endif // defined(OS_LINUX) || defined(OS_BSD) - - context->reply_msg = PpapiPluginMsg_FlashFontFile_GetFontTableReply(contents); - return result; + if (fd != -1) + result = content::GetFontTable(fd, table, 0 /* offset */, Copied: branches/2016Q1/www/chromium/files/patch-components__autofill__core__common__autofill_l10n_util.cc (from r407107, head/www/chromium/files/patch-components__autofill__core__common__autofill_l10n_util.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__autofill__core__common__autofill_l10n_util.cc Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-components__autofill__core__common__autofill_l10n_util.cc) @@ -0,0 +1,11 @@ +--- components/autofill/core/common/autofill_l10n_util.cc.orig 2016-01-21 18:39:29.016461188 +0100 ++++ components/autofill/core/common/autofill_l10n_util.cc 2016-01-21 18:39:45.136459722 +0100 +@@ -22,7 +22,7 @@ + // library. This could be due to a device-specific issue (has been seen in + // the wild on Android devices). In the failure case, |collator_| will be + // null. See http://crbug.com/558625. +- icu_54::UnicodeString name; ++ icu_55::UnicodeString name; + std::string locale_name; + locale.getDisplayName(name).toUTF8String(locale_name); + LOG(ERROR) << "Failed to initialize the ICU Collator for " Copied: branches/2016Q1/www/chromium/files/patch-components__cookie_config__cookie_store_util.cc (from r407107, head/www/chromium/files/patch-components__cookie_config__cookie_store_util.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-components__cookie_config__cookie_store_util.cc Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-components__cookie_config__cookie_store_util.cc) @@ -0,0 +1,24 @@ +--- ./components/cookie_config/cookie_store_util.cc.orig 2016-01-21 14:31:28.175486313 +0100 ++++ ./components/cookie_config/cookie_store_util.cc 2016-01-21 14:32:42.351481630 +0100 +@@ -10,7 +10,7 @@ + + namespace cookie_config { + +-#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) ++#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) + namespace { + + // Use the operating system's mechanisms to encrypt cookies before writing +@@ -62,10 +62,10 @@ + net::CookieCryptoDelegate* GetCookieCryptoDelegate() { + return g_cookie_crypto_delegate.Pointer(); + } +-#else // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) ++#else // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) + net::CookieCryptoDelegate* GetCookieCryptoDelegate() { + return NULL; + } +-#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) ++#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) + + } // namespace cookie_config Modified: branches/2016Q1/www/chromium/files/patch-content__app__content_main_runner.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-content__app__content_main_runner.cc Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-content__app__content_main_runner.cc Sun Jan 24 13:49:57 2016 (r407121) @@ -1,12 +1,11 @@ ---- content/app/content_main_runner.cc.orig 2015-04-19 00:24:28.000000000 +0200 -+++ content/app/content_main_runner.cc 2015-04-19 00:28:17.000000000 +0200 -@@ -93,11 +93,11 @@ +--- content/app/content_main_runner.cc.orig 2016-01-21 16:00:09.209120298 +0100 ++++ content/app/content_main_runner.cc 2016-01-21 16:02:40.649109123 +0100 +@@ -98,10 +98,10 @@ #include "base/posix/global_descriptors.h" #include "content/public/common/content_descriptors.h" -#if !defined(OS_MACOSX) +#if !defined(OS_MACOSX) && !defined(OS_BSD) - #include "content/public/common/content_descriptors.h" #include "content/public/common/zygote_fork_delegate_linux.h" #endif -#if !defined(OS_MACOSX) && !defined(OS_ANDROID) @@ -14,23 +13,30 @@ #include "content/zygote/zygote_main.h" #endif -@@ -258,7 +258,8 @@ +@@ -259,7 +259,7 @@ int (*function)(const MainFunctionParams&); }; -#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) -+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && \ -+ !defined(OS_BSD) ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD) // On platforms that use the zygote, we have a special subset of // subprocesses that are launched via the zygote. This function // fills in some process-launching bits around ZygoteMain(). -@@ -383,7 +384,8 @@ +@@ -308,7 +308,7 @@ + NOTREACHED() << "Unknown zygote process type: " << process_type; + return 1; + } +-#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) ++#endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD) + + #if !defined(OS_IOS) + static void RegisterMainThreadFactories() { +@@ -379,7 +379,7 @@ } } -#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) -+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && \ -+ !defined(OS_BSD) ++#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) && !defined(OS_BSD) // Zygote startup is special -- see RunZygote comments above // for why we don't use ZygoteMain directly. if (process_type == switches::kZygoteProcess) Modified: branches/2016Q1/www/chromium/files/patch-content__browser__renderer_host__render_widget_host_view_aura.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-content__browser__renderer_host__render_widget_host_view_aura.cc Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-content__browser__renderer_host__render_widget_host_view_aura.cc Sun Jan 24 13:49:57 2016 (r407121) @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2015-01-21 20:28:16 UTC -+++ content/browser/renderer_host/render_widget_host_view_aura.cc -@@ -89,7 +89,7 @@ +--- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2016-01-21 16:05:17.322098582 +0100 ++++ content/browser/renderer_host/render_widget_host_view_aura.cc 2016-01-21 16:08:52.682084606 +0100 +@@ -102,7 +102,7 @@ #include "ui/gfx/win/dpi.h" #endif @@ -9,7 +9,7 @@ #include "content/common/input_messages.h" #include "ui/events/linux/text_edit_command_auralinux.h" #include "ui/events/linux/text_edit_key_bindings_delegate_auralinux.h" -@@ -677,7 +677,7 @@ +@@ -736,7 +736,7 @@ if (host) return reinterpret_cast(host->GetAcceleratedWidget()); #endif @@ -18,21 +18,21 @@ } gfx::NativeViewAccessible RenderWidgetHostViewAura::GetNativeViewAccessible() { -@@ -2326,7 +2326,7 @@ +@@ -2543,7 +2543,7 @@ } bool RenderWidgetHostViewAura::NeedsMouseCapture() { -#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS) ++#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) return NeedsInputGrab(); #endif return false; -@@ -2542,7 +2542,7 @@ +@@ -2774,7 +2774,7 @@ + if (host_->delegate()) + target_host = host_->delegate()->GetFocusedRenderWidgetHost(host_); - void RenderWidgetHostViewAura::ForwardKeyboardEvent( - const NativeWebKeyboardEvent& event) { -#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD) ++#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) ui::TextEditKeyBindingsDelegateAuraLinux* keybinding_delegate = ui::GetTextEditKeyBindingsDelegate(); std::vector commands; Modified: branches/2016Q1/www/chromium/files/patch-content__content_tests.gypi ============================================================================== --- branches/2016Q1/www/chromium/files/patch-content__content_tests.gypi Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-content__content_tests.gypi Sun Jan 24 13:49:57 2016 (r407121) @@ -1,18 +1,18 @@ ---- content/content_tests.gypi.orig 2014-10-10 09:15:31 UTC -+++ content/content_tests.gypi -@@ -923,6 +923,15 @@ - 'browser/geolocation/wifi_data_provider_linux_unittest.cc', - ], - }], -+ ['OS == "freebsd"', { -+ 'sources!': [ -+ 'browser/download/file_metadata_unittest_linux.cc', -+ 'browser/geolocation/wifi_data_provider_linux_unittest.cc', -+ 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc', -+ 'browser/renderer_host/media/media_stream_manager_unittest.cc', -+ 'browser/renderer_host/media/media_stream_ui_controller_unittest.cc', -+ ], -+ }], - ['OS != "android" and OS != "ios"', { - 'dependencies': [ - '../third_party/libvpx/libvpx.gyp:libvpx', +--- content/content_tests.gypi.orig 2016-01-21 16:12:12.019069967 +0100 ++++ content/content_tests.gypi 2016-01-21 16:32:14.310986945 +0100 +@@ -1264,6 +1264,15 @@ + '../third_party/libvpx_new/libvpx.gyp:libvpx_new', + ], + }], ++ ['OS == "freebsd"', { ++ 'sources!': [ ++ 'browser/download/file_metadata_unittest_linux.cc', ++ 'browser/geolocation/wifi_data_provider_linux_unittest.cc', ++ 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc', ++ 'browser/renderer_host/media/media_stream_manager_unittest.cc', ++ 'browser/renderer_host/media/media_stream_ui_controller_unittest.cc' ++ ] ++ }], + # Avoid windows due to non-availability of cursor resources in test. + ['OS != "linux"', { + 'sources!': [ Modified: branches/2016Q1/www/chromium/files/patch-content__renderer__renderer_blink_platform_impl.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-content__renderer__renderer_blink_platform_impl.cc Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-content__renderer__renderer_blink_platform_impl.cc Sun Jan 24 13:49:57 2016 (r407121) @@ -1,6 +1,6 @@ ---- content/renderer/renderer_blink_platform_impl.cc.orig 2015-11-24 21:00:55.000000000 +0100 -+++ content/renderer/renderer_blink_platform_impl.cc 2015-12-06 14:27:00.785767410 +0100 -@@ -104,7 +104,7 @@ +--- content/renderer/renderer_blink_platform_impl.cc.orig 2016-01-21 16:33:48.151980879 +0100 ++++ content/renderer/renderer_blink_platform_impl.cc 2016-01-21 16:36:48.239968431 +0100 +@@ -108,7 +108,7 @@ #if defined(OS_POSIX) #include "base/file_descriptor_posix.h" @@ -9,7 +9,7 @@ #include #include -@@ -195,7 +195,7 @@ +@@ -199,7 +199,7 @@ scoped_refptr thread_safe_sender_; }; @@ -18,7 +18,7 @@ class RendererBlinkPlatformImpl::SandboxSupport : public blink::WebSandboxSupport { public: -@@ -222,7 +222,7 @@ +@@ -226,7 +226,7 @@ std::map unicode_font_families_; #endif }; @@ -27,16 +27,16 @@ //------------------------------------------------------------------------------ -@@ -238,7 +238,7 @@ - plugin_refresh_allowed_(true), - default_task_runner_(renderer_scheduler->DefaultTaskRunner()), - web_scrollbar_behavior_(new WebScrollbarBehaviorImpl) { +@@ -243,7 +243,7 @@ + loading_task_runner_(renderer_scheduler->LoadingTaskRunner()), + web_scrollbar_behavior_(new WebScrollbarBehaviorImpl), + renderer_scheduler_(renderer_scheduler) { -#if !defined(OS_ANDROID) && !defined(OS_WIN) +#if !defined(OS_ANDROID) && !defined(OS_WIN) && !defined(OS_BSD) if (g_sandbox_enabled && sandboxEnabled()) { sandbox_support_.reset(new RendererBlinkPlatformImpl::SandboxSupport); } else { -@@ -263,7 +263,7 @@ +@@ -268,7 +268,7 @@ } void RendererBlinkPlatformImpl::Shutdown() { @@ -45,7 +45,7 @@ // SandboxSupport contains a map of WebFontFamily objects, which hold // WebCStrings, which become invalidated when blink is shut down. Hence, we // need to clear that map now, just before blink::shutdown() is called. -@@ -300,7 +300,7 @@ +@@ -328,7 +328,7 @@ } blink::WebSandboxSupport* RendererBlinkPlatformImpl::sandboxSupport() { @@ -54,7 +54,7 @@ // These platforms do not require sandbox support. return NULL; #else -@@ -570,7 +570,7 @@ +@@ -598,7 +598,7 @@ return FontLoader::CGFontRefFromBuffer(font_data, font_data_size, out); } Copied: branches/2016Q1/www/chromium/files/patch-media__formats__common__offset_byte_queue.cc (from r407107, head/www/chromium/files/patch-media__formats__common__offset_byte_queue.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-media__formats__common__offset_byte_queue.cc Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-media__formats__common__offset_byte_queue.cc) @@ -0,0 +1,20 @@ +--- media/formats/common/offset_byte_queue.cc.orig 2016-01-21 18:02:48.165612307 +0100 ++++ media/formats/common/offset_byte_queue.cc 2016-01-21 18:03:02.909611412 +0100 +@@ -46,13 +46,13 @@ + *size = tail() - offset; + } + +-bool OffsetByteQueue::Trim(int64 max_offset) { +- if (max_offset < head_) return true; +- if (max_offset > tail()) { ++bool OffsetByteQueue::Trim(int64 _max_offset) { ++ if (_max_offset < head_) return true; ++ if (_max_offset > tail()) { + Pop(size_); + return false; + } +- Pop(max_offset - head_); ++ Pop(_max_offset - head_); + return true; + } + Copied: branches/2016Q1/www/chromium/files/patch-media__formats__common__offset_byte_queue.h (from r407107, head/www/chromium/files/patch-media__formats__common__offset_byte_queue.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-media__formats__common__offset_byte_queue.h Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-media__formats__common__offset_byte_queue.h) @@ -0,0 +1,11 @@ +--- media/formats/common/offset_byte_queue.h.orig 2016-01-21 17:56:56.371637446 +0100 ++++ media/formats/common/offset_byte_queue.h 2016-01-21 17:57:23.779644008 +0100 +@@ -42,7 +42,7 @@ + // including the case where |max_offset| is less than the current head. + // Returns false if |max_offset| > tail() (although all bytes currently + // buffered are still cleared). +- bool Trim(int64 max_offset); ++ bool Trim(int64 _max_offset); + + // The head and tail positions, in terms of the file's absolute offsets. + // tail() is an exclusive bound. Copied: branches/2016Q1/www/chromium/files/patch-media__formats__mp2t__es_parser_adts.cc (from r407107, head/www/chromium/files/patch-media__formats__mp2t__es_parser_adts.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-media__formats__mp2t__es_parser_adts.cc Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-media__formats__mp2t__es_parser_adts.cc) @@ -0,0 +1,26 @@ +--- media/formats/mp2t/es_parser_adts.cc.orig 2016-01-21 18:00:32.996621604 +0100 ++++ media/formats/mp2t/es_parser_adts.cc 2016-01-21 18:00:53.692621141 +0100 +@@ -61,11 +61,11 @@ + const uint8* es; + es_queue_->Peek(&es, &es_size); + +- int max_offset = es_size - kADTSHeaderMinSize; +- if (max_offset <= 0) ++ int _max_offset = es_size - kADTSHeaderMinSize; ++ if (_max_offset <= 0) + return false; + +- for (int offset = 0; offset < max_offset; offset++) { ++ for (int offset = 0; offset < _max_offset; offset++) { + const uint8* cur_buf = &es[offset]; + if (!isAdtsSyncWord(cur_buf)) + continue; +@@ -103,7 +103,7 @@ + return true; + } + +- es_queue_->Pop(max_offset); ++ es_queue_->Pop(_max_offset); + return false; + } + Copied: branches/2016Q1/www/chromium/files/patch-media__formats__mp2t__es_parser_mpeg1audio.cc (from r407107, head/www/chromium/files/patch-media__formats__mp2t__es_parser_mpeg1audio.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-media__formats__mp2t__es_parser_mpeg1audio.cc Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-media__formats__mp2t__es_parser_mpeg1audio.cc) @@ -0,0 +1,26 @@ +--- media/formats/mp2t/es_parser_mpeg1audio.cc.orig 2016-01-21 18:01:40.197617169 +0100 ++++ media/formats/mp2t/es_parser_mpeg1audio.cc 2016-01-21 18:01:56.732844406 +0100 +@@ -111,11 +111,11 @@ + const uint8* es; + es_queue_->Peek(&es, &es_size); + +- int max_offset = es_size - MPEG1AudioStreamParser::kHeaderSize; +- if (max_offset <= 0) ++ int _max_offset = es_size - MPEG1AudioStreamParser::kHeaderSize; ++ if (_max_offset <= 0) + return false; + +- for (int offset = 0; offset < max_offset; offset++) { ++ for (int offset = 0; offset < _max_offset; offset++) { + const uint8* cur_buf = &es[offset]; + if (cur_buf[0] != 0xff) + continue; +@@ -156,7 +156,7 @@ + return true; + } + +- es_queue_->Pop(max_offset); ++ es_queue_->Pop(_max_offset); + return false; + } + Modified: branches/2016Q1/www/chromium/files/patch-native_client__build__common.gypi ============================================================================== --- branches/2016Q1/www/chromium/files/patch-native_client__build__common.gypi Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-native_client__build__common.gypi Sun Jan 24 13:49:57 2016 (r407121) @@ -1,6 +1,6 @@ ---- native_client/build/common.gypi.orig 2014-10-10 09:16:25 UTC -+++ native_client/build/common.gypi -@@ -290,7 +290,7 @@ +--- native_client/build/common.gypi.orig 2016-01-14 01:27:44.000000000 +0100 ++++ native_client/build/common.gypi 2016-01-21 16:23:12.810024295 +0100 +@@ -275,7 +275,7 @@ ], }, 'conditions': [ Copied: branches/2016Q1/www/chromium/files/patch-net__dns__dns_reloader.cc (from r407107, head/www/chromium/files/patch-net__dns__dns_reloader.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-net__dns__dns_reloader.cc Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-net__dns__dns_reloader.cc) @@ -0,0 +1,13 @@ +--- net/dns/dns_reloader.cc.orig 2016-01-21 16:39:42.984956172 +0100 ++++ net/dns/dns_reloader.cc 2016-01-21 16:40:30.288952815 +0100 +@@ -7,6 +7,10 @@ + #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_OPENBSD) && \ + !defined(OS_ANDROID) + ++#if defined(OS_FREEBSD) ++#include ++#endif ++ + #include + + #include "base/basictypes.h" Modified: branches/2016Q1/www/chromium/files/patch-net__http__http_auth_gssapi_posix.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-net__http__http_auth_gssapi_posix.cc Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-net__http__http_auth_gssapi_posix.cc Sun Jan 24 13:49:57 2016 (r407121) @@ -1,9 +1,9 @@ ---- net/http/http_auth_gssapi_posix.cc.orig 2015-07-15 16:30:05.000000000 -0400 -+++ net/http/http_auth_gssapi_posix.cc 2015-07-22 07:50:14.149575000 -0400 -@@ -432,8 +432,8 @@ +--- net/http/http_auth_gssapi_posix.cc.orig 2016-01-21 16:42:58.881942944 +0100 ++++ net/http/http_auth_gssapi_posix.cc 2016-01-21 16:43:28.081940938 +0100 +@@ -431,8 +431,8 @@ + static const char* const kDefaultLibraryNames[] = { #if defined(OS_MACOSX) - // This library is provided by Kerberos.framework. - "libgssapi_krb5.dylib" + "/System/Library/Frameworks/Kerberos.framework/Kerberos" -#elif defined(OS_OPENBSD) - "libgssapi.so" // Heimdal - OpenBSD +#elif defined(OS_BSD) Copied: branches/2016Q1/www/chromium/files/patch-third_party__libyuv__include__libyuv__row.h (from r407107, head/www/chromium/files/patch-third_party__libyuv__include__libyuv__row.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-third_party__libyuv__include__libyuv__row.h Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-third_party__libyuv__include__libyuv__row.h) @@ -0,0 +1,23 @@ +--- third_party/libyuv/include/libyuv/row.h.orig 2016-01-22 20:34:30.817629081 +0100 ++++ third_party/libyuv/include/libyuv/row.h 2016-01-22 21:28:33.325381305 +0100 +@@ -105,8 +105,10 @@ + #define HAS_COPYROW_SSE2 + #define HAS_H422TOARGBROW_SSSE3 + #define HAS_I400TOARGBROW_SSE2 ++// The following functions fail on gcc/clang 32 bit. ++// caveat: clangcl uses row_win.cc which works. ++#if !(defined(__i386__) && defined(__GNUC__)) + #define HAS_I411TOARGBROW_SSSE3 +-#if !(defined(_DEBUG) && defined(__i386__)) + // TODO(fbarchard): fix build error on android_full_debug=1 + // https://code.google.com/p/libyuv/issues/detail?id=517 + #define HAS_I422ALPHATOARGBROW_SSSE3 +@@ -197,7 +199,7 @@ + #define HAS_COPYROW_AVX + #define HAS_H422TOARGBROW_AVX2 + #define HAS_I400TOARGBROW_AVX2 +-#if !(defined(_DEBUG) && defined(__i386__)) ++#if !(defined(__i386__) && defined(__GNUC__)) + // TODO(fbarchard): fix build error on android_full_debug=1 + // https://code.google.com/p/libyuv/issues/detail?id=517 + #define HAS_I422ALPHATOARGBROW_AVX2 Modified: branches/2016Q1/www/chromium/files/patch-third_party__pdfium__fpdfsdk__src__javascript__PublicMethods.cpp ============================================================================== --- branches/2016Q1/www/chromium/files/patch-third_party__pdfium__fpdfsdk__src__javascript__PublicMethods.cpp Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-third_party__pdfium__fpdfsdk__src__javascript__PublicMethods.cpp Sun Jan 24 13:49:57 2016 (r407121) @@ -1,18 +1,18 @@ ---- third_party/pdfium/fpdfsdk/src/javascript/PublicMethods.cpp.orig 2015-10-14 18:30:46.180316000 +0200 -+++ third_party/pdfium/fpdfsdk/src/javascript/PublicMethods.cpp 2015-10-14 18:31:44.759135000 +0200 -@@ -910,7 +910,7 @@ - const CJS_Parameters& params, +--- third_party/pdfium/fpdfsdk/src/javascript/PublicMethods.cpp.orig 2016-01-21 16:45:51.849930462 +0100 ++++ third_party/pdfium/fpdfsdk/src/javascript/PublicMethods.cpp 2016-01-21 16:46:22.626928815 +0100 +@@ -914,7 +914,7 @@ + const std::vector& params, CJS_Value& vRet, CFX_WideString& sError) { -#if _FX_OS_ != _FX_ANDROID_ +#if _FX_OS_ != _FX_ANDROID_ && _FX_OS_ != _FX_LINUX_DESKTOP_ - v8::Isolate* isolate = ::GetIsolate(cc); CJS_Context* pContext = (CJS_Context*)cc; - ASSERT(pContext != NULL); -@@ -1213,7 +1213,7 @@ - const CJS_Parameters& params, - CJS_Value& vRet, - CFX_WideString& sError) { + if (params.size() != 6) { + sError = JSGetStringFromID(pContext, IDS_STRING_JSPARAMERROR); +@@ -1214,7 +1214,7 @@ + const std::vector& params, + CJS_Value& vRet, + CFX_WideString& sError) { -#if _FX_OS_ != _FX_ANDROID_ +#if _FX_OS_ != _FX_ANDROID_ && _FX_OS_ != _FX_LINUX_DESKTOP_ CJS_Context* pContext = (CJS_Context*)cc; Modified: branches/2016Q1/www/chromium/files/patch-tools__gyp__pylib__gyp__generator__make.py ============================================================================== --- branches/2016Q1/www/chromium/files/patch-tools__gyp__pylib__gyp__generator__make.py Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-tools__gyp__pylib__gyp__generator__make.py Sun Jan 24 13:49:57 2016 (r407121) @@ -1,31 +1,22 @@ ---- tools/gyp/pylib/gyp/generator/make.py.orig 2014-10-10 09:16:07 UTC -+++ tools/gyp/pylib/gyp/generator/make.py -@@ -88,7 +88,7 @@ - else: - operating_system = flavor - if flavor == 'android': -- operating_system = 'linux' # Keep this legacy behavior for now. -+ operating_system = 'freebsd' # Keep this legacy behavior for now. - default_variables.setdefault('OS', operating_system) - default_variables.setdefault('SHARED_LIB_SUFFIX', '.so') - default_variables.setdefault('SHARED_LIB_DIR','$(builddir)/lib.$(TOOLSET)') +--- tools/gyp/pylib/gyp/generator/make.py.orig 2016-01-21 16:48:10.674923813 +0100 ++++ tools/gyp/pylib/gyp/generator/make.py 2016-01-21 16:52:28.811903889 +0100 @@ -276,7 +276,7 @@ - CFLAGS.target ?= $(CFLAGS) + CFLAGS.target ?= $(CPPFLAGS) $(CFLAGS) CXX.target ?= %(CXX.target)s - CXXFLAGS.target ?= $(CXXFLAGS) + CXXFLAGS.target ?= $(CPPFLAGS) $(CXXFLAGS) -LINK.target ?= %(LINK.target)s +LINK.target ?= %(CXX.target)s LDFLAGS.target ?= $(LDFLAGS) AR.target ?= $(AR) -@@ -293,13 +293,13 @@ +@@ -285,13 +285,13 @@ # TODO(evan): move all cross-compilation logic to gyp-time so we don't need # to replicate this environment fallback in make as well. -CC.host ?= %(CC.host)s --CFLAGS.host ?= +-CFLAGS.host ?= $(CPPFLAGS_host) $(CFLAGS_host) -CXX.host ?= %(CXX.host)s --CXXFLAGS.host ?= +-CXXFLAGS.host ?= $(CPPFLAGS_host) $(CXXFLAGS_host) -LINK.host ?= %(LINK.host)s -LDFLAGS.host ?= -AR.host ?= %(AR.host)s @@ -39,7 +30,7 @@ # Define a dir function that can handle spaces. # http://www.gnu.org/software/make/manual/make.html#Syntax-of-Functions -@@ -1824,7 +1824,7 @@ +@@ -1816,7 +1816,7 @@ return modules # Retrieve the default value of 'SHARED_LIB_SUFFIX' Modified: branches/2016Q1/www/chromium/files/patch-ui__base__ime__input_method_initializer.cc ============================================================================== --- branches/2016Q1/www/chromium/files/patch-ui__base__ime__input_method_initializer.cc Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/files/patch-ui__base__ime__input_method_initializer.cc Sun Jan 24 13:49:57 2016 (r407121) @@ -1,9 +1,9 @@ ---- ui/base/ime/input_method_initializer.cc.orig 2015-04-14 18:18:59.000000000 -0400 -+++ ui/base/ime/input_method_initializer.cc 2015-04-28 08:56:59.070063000 -0400 +--- ui/base/ime/input_method_initializer.cc.orig 2016-01-21 16:55:32.692891135 +0100 ++++ ui/base/ime/input_method_initializer.cc 2016-01-21 16:56:57.764073061 +0100 @@ -6,14 +6,14 @@ #if defined(OS_CHROMEOS) - #include "ui/base/ime/chromeos/ime_bridge.h" + #include "ui/base/ime/ime_bridge.h" -#elif defined(USE_AURA) && defined(OS_LINUX) +#elif defined(USE_AURA) && (defined(OS_LINUX) || defined(OS_BSD)) #include "base/logging.h" @@ -20,18 +20,9 @@ @@ -36,7 +36,7 @@ void InitializeInputMethodForTesting() { #if defined(OS_CHROMEOS) - chromeos::IMEBridge::Initialize(); + IMEBridge::Initialize(); -#elif defined(USE_AURA) && defined(OS_LINUX) +#elif defined(USE_AURA) && (defined(OS_LINUX) || defined(OS_BSD)) if (!g_linux_input_method_context_factory) g_linux_input_method_context_factory = new FakeInputMethodContextFactory(); const LinuxInputMethodContextFactory* factory = -@@ -52,7 +52,7 @@ - void ShutdownInputMethodForTesting() { - #if defined(OS_CHROMEOS) - chromeos::IMEBridge::Shutdown(); --#elif defined(USE_AURA) && defined(OS_LINUX) -+#elif defined(USE_AURA) && (defined(OS_LINUX) || defined(OS_BSD)) - const LinuxInputMethodContextFactory* factory = - LinuxInputMethodContextFactory::instance(); - CHECK(!factory || factory == g_linux_input_method_context_factory) Copied: branches/2016Q1/www/chromium/files/patch-ui__views__controls__webview__webview.gyp (from r407107, head/www/chromium/files/patch-ui__views__controls__webview__webview.gyp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/chromium/files/patch-ui__views__controls__webview__webview.gyp Sun Jan 24 13:49:57 2016 (r407121, copy of r407107, head/www/chromium/files/patch-ui__views__controls__webview__webview.gyp) @@ -0,0 +1,11 @@ +--- ui/views/controls/webview/webview.gyp.orig 2016-01-21 20:39:27.633964842 +0100 ++++ ui/views/controls/webview/webview.gyp 2016-01-21 20:39:46.305964070 +0100 +@@ -42,7 +42,7 @@ + 'webview_export.h', + ], + 'conditions': [ +- ['OS=="linux" or OS=="android"', { ++ ['OS=="linux" or OS=="android" or os_bsd==1', { + 'sources': [ 'unhandled_keyboard_event_handler_default.cc', ], + }], + ], Modified: branches/2016Q1/www/chromium/pkg-plist ============================================================================== --- branches/2016Q1/www/chromium/pkg-plist Sun Jan 24 13:43:26 2016 (r407120) +++ branches/2016Q1/www/chromium/pkg-plist Sun Jan 24 13:49:57 2016 (r407121) @@ -114,8 +114,10 @@ share/applications/chromium-browser.desk %%DATADIR%%/resources/inspector/Images/responsiveDesign_2x.png %%DATADIR%%/resources/inspector/Images/searchNext.png %%DATADIR%%/resources/inspector/Images/searchPrev.png +%%DATADIR%%/resources/inspector/Images/securityPropertyInfo.svg %%DATADIR%%/resources/inspector/Images/securityPropertyInsecure.svg %%DATADIR%%/resources/inspector/Images/securityPropertySecure.svg +%%DATADIR%%/resources/inspector/Images/securityPropertyUnknown.svg %%DATADIR%%/resources/inspector/Images/securityPropertyWarning.svg %%DATADIR%%/resources/inspector/Images/securityStateInsecure.svg %%DATADIR%%/resources/inspector/Images/securityStateNeutral.svg From owner-svn-ports-branches@freebsd.org Sun Jan 24 14:59:17 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96E999D2076; Sun, 24 Jan 2016 14:59:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 637253D7; Sun, 24 Jan 2016 14:59:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OExGkQ093046; Sun, 24 Jan 2016 14:59:16 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OExG50093045; Sun, 24 Jan 2016 14:59:16 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241459.u0OExG50093045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 14:59:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407134 - branches/2016Q1/textproc/zorba X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 14:59:17 -0000 Author: feld Date: Sun Jan 24 14:59:16 2016 New Revision: 407134 URL: https://svnweb.freebsd.org/changeset/ports/407134 Log: MFH: r407048 Remove BROKEN for FreeBSD 8, which is no longer supported. Approved by: ports-secteam (with hat) Modified: branches/2016Q1/textproc/zorba/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/textproc/zorba/Makefile ============================================================================== --- branches/2016Q1/textproc/zorba/Makefile Sun Jan 24 14:57:37 2016 (r407133) +++ branches/2016Q1/textproc/zorba/Makefile Sun Jan 24 14:59:16 2016 (r407134) @@ -20,8 +20,6 @@ LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid RUN_DEPENDS= fop:${PORTSDIR}/textproc/fop -BROKEN_FreeBSD_8= does not build due to lack of strtoull - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= PHP PYTHON RUBY JAVA DOCS From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:00:55 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 358909D2146; Sun, 24 Jan 2016 15:00:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0245A789; Sun, 24 Jan 2016 15:00:54 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OF0rLf093318; Sun, 24 Jan 2016 15:00:53 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OF0rI1093317; Sun, 24 Jan 2016 15:00:53 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241500.u0OF0rI1093317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:00:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407135 - branches/2016Q1/sysutils/reptyr X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:00:55 -0000 Author: feld Date: Sun Jan 24 15:00:53 2016 New Revision: 407135 URL: https://svnweb.freebsd.org/changeset/ports/407135 Log: MFH: r407049 Remove BROKEN for FreeBSD 8, which is no longer supported. Approved by: ports-secteam (with hat) Modified: branches/2016Q1/sysutils/reptyr/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/reptyr/Makefile ============================================================================== --- branches/2016Q1/sysutils/reptyr/Makefile Sun Jan 24 14:59:16 2016 (r407134) +++ branches/2016Q1/sysutils/reptyr/Makefile Sun Jan 24 15:00:53 2016 (r407135) @@ -27,7 +27,6 @@ ONLY_FOR_ARCHS= i386 amd64 BUILD_DEPENDS= ${LOCALBASE}/share/bash-completion/bash_completion:${PORTSDIR}/shells/bash-completion .endif -BROKEN_FreeBSD_8= Not supported on FreeBSD older than 10.0 BROKEN_FreeBSD_9= Not supported on FreeBSD older than 10.0 post-install: From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:01:52 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB6FC9D22D6; Sun, 24 Jan 2016 15:01:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CBD4A65; Sun, 24 Jan 2016 15:01:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OF1p5E093670; Sun, 24 Jan 2016 15:01:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OF1pUW093669; Sun, 24 Jan 2016 15:01:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241501.u0OF1pUW093669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:01:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407137 - branches/2016Q1/mail/qsheff X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:01:52 -0000 Author: feld Date: Sun Jan 24 15:01:51 2016 New Revision: 407137 URL: https://svnweb.freebsd.org/changeset/ports/407137 Log: MFH: r407050 Remove BROKEN for FreeBSD 8, which is no longer supported. Approved by: ports-secteam (with hat) Modified: branches/2016Q1/mail/qsheff/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/mail/qsheff/Makefile ============================================================================== --- branches/2016Q1/mail/qsheff/Makefile Sun Jan 24 15:01:36 2016 (r407136) +++ branches/2016Q1/mail/qsheff/Makefile Sun Jan 24 15:01:51 2016 (r407137) @@ -17,7 +17,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/ripmime:${PORTSDIR}/mail/ripmime RUN_DEPENDS:= ${BUILD_DEPENDS} -BROKEN_FreeBSD_8= does not build on FreeBSD < 10.x BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x GNU_CONFIGURE= yes From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:02:13 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DFE49D2336; Sun, 24 Jan 2016 15:02:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E3E3B6F; Sun, 24 Jan 2016 15:02:12 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OF2C5g095765; Sun, 24 Jan 2016 15:02:12 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OF2Cfj095764; Sun, 24 Jan 2016 15:02:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241502.u0OF2Cfj095764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:02:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407138 - branches/2016Q1/audio/epos-devel X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:02:13 -0000 Author: feld Date: Sun Jan 24 15:02:11 2016 New Revision: 407138 URL: https://svnweb.freebsd.org/changeset/ports/407138 Log: MFH: r407051 Remove BROKEN for FreeBSD 8, which is no longer supported. Approved by: ports-secteam (with hat) Modified: branches/2016Q1/audio/epos-devel/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/audio/epos-devel/Makefile ============================================================================== --- branches/2016Q1/audio/epos-devel/Makefile Sun Jan 24 15:01:51 2016 (r407137) +++ branches/2016Q1/audio/epos-devel/Makefile Sun Jan 24 15:02:11 2016 (r407138) @@ -13,7 +13,6 @@ COMMENT= Text-to-Speech system LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi -BROKEN_FreeBSD_8= does not build on FreeBSD < 10.x BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x USES= gmake From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:02:37 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 210209D2403; Sun, 24 Jan 2016 15:02:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6577EE1; Sun, 24 Jan 2016 15:02:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OF2ZsJ096536; Sun, 24 Jan 2016 15:02:35 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OF2ZOO096535; Sun, 24 Jan 2016 15:02:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241502.u0OF2ZOO096535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407139 - branches/2016Q1/emulators/wxmupen64plus X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:02:37 -0000 Author: feld Date: Sun Jan 24 15:02:35 2016 New Revision: 407139 URL: https://svnweb.freebsd.org/changeset/ports/407139 Log: MFH: r407053 Remove BROKEN for FreeBSD 8, which is no longer supported. Approved by: ports-secteam (with hat) Modified: branches/2016Q1/emulators/wxmupen64plus/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/emulators/wxmupen64plus/Makefile ============================================================================== --- branches/2016Q1/emulators/wxmupen64plus/Makefile Sun Jan 24 15:02:11 2016 (r407138) +++ branches/2016Q1/emulators/wxmupen64plus/Makefile Sun Jan 24 15:02:35 2016 (r407139) @@ -13,8 +13,6 @@ DIST_SUBDIR= ${PORTNAME:S/wx//} MAINTAINER= acm@FreeBSD.org COMMENT= Mupen64Plus 2.0 GUI frontend written using wxWidgets -BROKEN_FreeBSD_8= does not build: lack of long long support - LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:${PORTSDIR}/emulators/mupen64plus-audio-sdl \ From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:03:29 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C5979D255F; Sun, 24 Jan 2016 15:03:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C72BE101; Sun, 24 Jan 2016 15:03:28 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OF3Ras096740; Sun, 24 Jan 2016 15:03:27 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OF3RGu096736; Sun, 24 Jan 2016 15:03:27 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241503.u0OF3RGu096736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407140 - branches/2016Q1/sysutils/jvmtop X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:03:29 -0000 Author: feld Date: Sun Jan 24 15:03:27 2016 New Revision: 407140 URL: https://svnweb.freebsd.org/changeset/ports/407140 Log: MFH: r407059 - update port to build via source - moved to github - bump portrevision (license) Approved by: ports-secteam (with hat) Modified: branches/2016Q1/sysutils/jvmtop/Makefile branches/2016Q1/sysutils/jvmtop/distinfo branches/2016Q1/sysutils/jvmtop/pkg-descr Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/jvmtop/Makefile ============================================================================== --- branches/2016Q1/sysutils/jvmtop/Makefile Sun Jan 24 15:02:35 2016 (r407139) +++ branches/2016Q1/sysutils/jvmtop/Makefile Sun Jan 24 15:03:27 2016 (r407140) @@ -3,26 +3,30 @@ PORTNAME= jvmtop PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= sysutils java -MASTER_SITES= GOOGLE_CODE MAINTAINER= jgh@FreeBSD.org COMMENT= Lightweight console application to monitor running jvms -LICENSE= GPLv3 +LICENSE= GPLv2 USE_JAVA= yes JAVA_VERSION= 1.6+ +USE_ANT= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ bin/${PORTNAME} SUB_LIST= JAVA_HOME=${JAVA_HOME} SUB_FILES= ${PORTNAME}.sh -NO_BUILD= yes + +GH_ACCOUNT= patric-r +GH_TAG= 3d6978c +USE_GITHUB= YES do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: branches/2016Q1/sysutils/jvmtop/distinfo ============================================================================== --- branches/2016Q1/sysutils/jvmtop/distinfo Sun Jan 24 15:02:35 2016 (r407139) +++ branches/2016Q1/sysutils/jvmtop/distinfo Sun Jan 24 15:03:27 2016 (r407140) @@ -1,2 +1,2 @@ -SHA256 (jvmtop-0.8.0.tar.gz) = f9de8159240b400a51b196520b4c4f0ddbcaa8e587fab1f0a59be8a00dc128c4 -SIZE (jvmtop-0.8.0.tar.gz) = 93680 +SHA256 (patric-r-jvmtop-0.8.0_GH0.tar.gz) = 4a11f3ffaa91c40cc8147adc5c7a78b488969a7671943418e16789df418ea0d7 +SIZE (patric-r-jvmtop-0.8.0_GH0.tar.gz) = 98878 Modified: branches/2016Q1/sysutils/jvmtop/pkg-descr ============================================================================== --- branches/2016Q1/sysutils/jvmtop/pkg-descr Sun Jan 24 15:02:35 2016 (r407139) +++ branches/2016Q1/sysutils/jvmtop/pkg-descr Sun Jan 24 15:03:27 2016 (r407140) @@ -6,4 +6,4 @@ It's tested with different releases of O FreeBSD, Linux, Solaris and Windows hosts. Jvmtop requires a JDK - a JRE will not suffice. -WWW: http://code.google.com/p/jvmtop/ +WWW: https://github.com/patric-r/jvmtop From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:04:03 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 803569D25D3; Sun, 24 Jan 2016 15:04:03 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5325523D; Sun, 24 Jan 2016 15:04:03 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OF423k096902; Sun, 24 Jan 2016 15:04:02 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OF42ck096901; Sun, 24 Jan 2016 15:04:02 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241504.u0OF42ck096901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:04:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407141 - branches/2016Q1/science/netcdf X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:04:03 -0000 Author: feld Date: Sun Jan 24 15:04:02 2016 New Revision: 407141 URL: https://svnweb.freebsd.org/changeset/ports/407141 Log: MFH: r407061 - Add USES=pkgconfig:run: pkg-config is required by nc-config at runtime - Bump PORTREVISION for dependency change Approved by: ports-secteam (with hat) Modified: branches/2016Q1/science/netcdf/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/science/netcdf/Makefile ============================================================================== --- branches/2016Q1/science/netcdf/Makefile Sun Jan 24 15:03:27 2016 (r407140) +++ branches/2016Q1/science/netcdf/Makefile Sun Jan 24 15:04:02 2016 (r407141) @@ -4,6 +4,7 @@ PORTNAME= netcdf PORTVERSION= 4.3.3.1 PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ @@ -27,7 +28,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= libtool localbase pathfix +USES= libtool localbase pathfix pkgconfig:run DAP_CONFIGURE_ENABLE= dap DAP_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:07:22 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE9409D271C; Sun, 24 Jan 2016 15:07:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86172391; Sun, 24 Jan 2016 15:07:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OF7L6d097164; Sun, 24 Jan 2016 15:07:21 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OF7Lkh097163; Sun, 24 Jan 2016 15:07:21 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241507.u0OF7Lkh097163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:07:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407142 - branches/2016Q1/games/libretro-cores/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:07:22 -0000 Author: feld Date: Sun Jan 24 15:07:21 2016 New Revision: 407142 URL: https://svnweb.freebsd.org/changeset/ports/407142 Log: MFH: r407068 In the copy of mednafen included in libretro-cores, replace a named label in inline assembly in an inline function with a local label. This prevents "invalid symbol redefinition" errors when the function is inlined multiple times, for example within an unrolled loop. Approved by: yuri@rawbw.com (maintainer) PR: 206542 Approved by: ports-secteam (with hat) Added: branches/2016Q1/games/libretro-cores/files/patch-beetle-pcfx-libretro-mednafen-sound-OwlResampler.cpp - copied unchanged from r407068, head/games/libretro-cores/files/patch-beetle-pcfx-libretro-mednafen-sound-OwlResampler.cpp Modified: Directory Properties: branches/2016Q1/ (props changed) Copied: branches/2016Q1/games/libretro-cores/files/patch-beetle-pcfx-libretro-mednafen-sound-OwlResampler.cpp (from r407068, head/games/libretro-cores/files/patch-beetle-pcfx-libretro-mednafen-sound-OwlResampler.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/games/libretro-cores/files/patch-beetle-pcfx-libretro-mednafen-sound-OwlResampler.cpp Sun Jan 24 15:07:21 2016 (r407142, copy of r407068, head/games/libretro-cores/files/patch-beetle-pcfx-libretro-mednafen-sound-OwlResampler.cpp) @@ -0,0 +1,38 @@ +--- beetle-pcfx-libretro/mednafen/sound/OwlResampler.cpp.orig 2015-10-16 02:50:34.000000000 +0200 ++++ beetle-pcfx-libretro/mednafen/sound/OwlResampler.cpp 2016-01-23 21:47:18.614641000 +0100 +@@ -346,7 +346,7 @@ static INLINE void DoMAC_SSE(float *wave + "movups 0(%%" X86_REGC "di), %%xmm0\n\t" + "movups 16(%%" X86_REGC "di), %%xmm1\n\t" + +-"SSE_Loop:\n\t" ++"1:\n\t" + + "movups 32(%%" X86_REGC "di), %%xmm2\n\t" + "mulps 0(%%" X86_REGC "si), %%xmm0\n\t" +@@ -384,7 +384,7 @@ static INLINE void DoMAC_SSE(float *wave + "add" X86_REGAT " $128, %%" X86_REGC "si\n\t" + "add" X86_REGAT " $128, %%" X86_REGC "di\n\t" + "subl $1, %%ecx\n\t" +-"jnz SSE_Loop\n\t" ++"jnz 1b\n\t" + + "addps %%xmm3, %%xmm7\n\t" // For a loop optimization + +@@ -451,7 +451,7 @@ static INLINE void DoMAC_SSE(float *wave + "xorps %%xmm7, %%xmm7\n\t" + + "movups 0(%%" X86_REGC "di), %%xmm0\n\t" +-"SSE_Loop:\n\t" ++"1:\n\t" + + "movups 16(%%" X86_REGC "di), %%xmm1\n\t" + "mulps 0(%%" X86_REGC "si), %%xmm0\n\t" +@@ -472,7 +472,7 @@ static INLINE void DoMAC_SSE(float *wave + "add" X86_REGAT " $64, %%" X86_REGC "si\n\t" + "add" X86_REGAT " $64, %%" X86_REGC "di\n\t" + "subl $1, %%ecx\n\t" +-"jnz SSE_Loop\n\t" ++"jnz 1b\n\t" + + "addps %%xmm3, %%xmm7\n\t" // For a loop optimization + From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:09:27 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 958209D2841; Sun, 24 Jan 2016 15:09:27 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6557DA05; Sun, 24 Jan 2016 15:09:27 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OF9QIh097430; Sun, 24 Jan 2016 15:09:26 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OF9QPI097429; Sun, 24 Jan 2016 15:09:26 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241509.u0OF9QPI097429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407143 - branches/2016Q1/devel/log4cxx X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:09:27 -0000 Author: feld Date: Sun Jan 24 15:09:26 2016 New Revision: 407143 URL: https://svnweb.freebsd.org/changeset/ports/407143 Log: MFH: r407072 - Add LICENSE_FILE - Switch to options helpers Approved by: ports-secteam (with hat) Modified: branches/2016Q1/devel/log4cxx/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/log4cxx/Makefile ============================================================================== --- branches/2016Q1/devel/log4cxx/Makefile Sun Jan 24 15:07:21 2016 (r407142) +++ branches/2016Q1/devel/log4cxx/Makefile Sun Jan 24 15:09:26 2016 (r407143) @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ port of the Log4j project LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1 @@ -29,17 +30,13 @@ BOOST_BUILD_DEPENDS= ${LOCALBASE}/includ DOXYGEN_CONFIGURE_OFF= --disable-doxygen DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen -.include - post-configure: @${REINPLACE_CMD} -e 's|-dpR|-pr|' \ -e '/^htmldest/ s|$$(pkgdatadir)|${DOCSDIR}|' \ ${WRKSRC}/src/site/doxy/Makefile -post-install: -.if ${PORT_OPTIONS:MDOXYGEN} +post-install-DOXYGEN-on: @cd ${STAGEDIR}${PREFIX} && \ - ${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST} -.endif + ${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST} .include From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:09:47 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B01F9D2984; Sun, 24 Jan 2016 15:09:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC234C06; Sun, 24 Jan 2016 15:09:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OF9j71097711; Sun, 24 Jan 2016 15:09:45 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OF9jhG097710; Sun, 24 Jan 2016 15:09:45 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241509.u0OF9jhG097710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:09:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407145 - branches/2016Q1/devel/log4j X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:09:47 -0000 Author: feld Date: Sun Jan 24 15:09:45 2016 New Revision: 407145 URL: https://svnweb.freebsd.org/changeset/ports/407145 Log: MFH: r407073 - Add NO_ARCH - Switch to options helpers Approved by: ports-secteam (with hat) Modified: branches/2016Q1/devel/log4j/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/log4j/Makefile ============================================================================== --- branches/2016Q1/devel/log4j/Makefile Sun Jan 24 15:09:36 2016 (r407144) +++ branches/2016Q1/devel/log4j/Makefile Sun Jan 24 15:09:45 2016 (r407145) @@ -14,19 +14,24 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_JAVA= yes NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/apache-${PORTNAME}-${PORTVERSION} -OPTIONS_DEFINE= DOCS EXAMPLES - PLIST_FILES= %%JAVAJARDIR%%/log4j.jar PORTDOCS= * PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + do-install: ${INSTALL_DATA} ${WRKSRC}/log4j-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar - cd ${WRKSRC}/site && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ + +do-install-DOCS-on: + @cd ${WRKSRC}/site && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ + +do-install-EXAMPLES-on: + @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ ${RMDIR} ${STAGEDIR}${EXAMPLESDIR}/lf5/OpeningLogFiles .include From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:10:13 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9B339D2A40; Sun, 24 Jan 2016 15:10:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79FC9D00; Sun, 24 Jan 2016 15:10:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFACaN097893; Sun, 24 Jan 2016 15:10:12 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFACoc097892; Sun, 24 Jan 2016 15:10:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241510.u0OFACoc097892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407146 - branches/2016Q1/devel/naturaldocs X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:10:13 -0000 Author: feld Date: Sun Jan 24 15:10:12 2016 New Revision: 407146 URL: https://svnweb.freebsd.org/changeset/ports/407146 Log: MFH: r407074 - Add LICENSE - Switch to options helpers - Add NO_ARCH Approved by: ports-secteam (with hat) Modified: branches/2016Q1/devel/naturaldocs/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/naturaldocs/Makefile ============================================================================== --- branches/2016Q1/devel/naturaldocs/Makefile Sun Jan 24 15:09:45 2016 (r407145) +++ branches/2016Q1/devel/naturaldocs/Makefile Sun Jan 24 15:10:12 2016 (r407146) @@ -12,11 +12,15 @@ DISTNAME= NaturalDocs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Extensible, multi-language source code documentation generator +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/License.txt + USES= perl5 shebangfix zip SHEBANG_FILES= NaturalDocs USE_PERL5= run NO_WRKSUBDIR= yes NO_BUILD= yes +NO_ARCH= yes DOCSDIR= ${PREFIX}/share/doc/NaturalDocs @@ -31,13 +35,15 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/NaturalDocs.sh \ ${STAGEDIR}${PREFIX}/bin/NaturalDocs @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/NaturalDocs - (cd ${WRKSRC}/Modules/NaturalDocs \ + @(cd ${WRKSRC}/Modules/NaturalDocs \ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/NaturalDocs) @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/NaturalDocs ${STAGEDIR}${DATADIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} "Config Info JavaScript Styles" \ + @(cd ${WRKSRC} && ${COPYTREE_SHARE} "Config Info JavaScript Styles" \ ${STAGEDIR}${DATADIR}) + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/Help && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + @(cd ${WRKSRC}/Help && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:10:35 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33F509D2ACA; Sun, 24 Jan 2016 15:10:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04F4CDE8; Sun, 24 Jan 2016 15:10:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFAYcn098053; Sun, 24 Jan 2016 15:10:34 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFAYUc098052; Sun, 24 Jan 2016 15:10:34 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241510.u0OFAYUc098052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407147 - branches/2016Q1/graphics/zathura X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:10:35 -0000 Author: feld Date: Sun Jan 24 15:10:33 2016 New Revision: 407147 URL: https://svnweb.freebsd.org/changeset/ports/407147 Log: MFH: r407104 - Use standard ZLIB license PR: 206264 Submitted by: amdmi3 Approved by: quentin.stievenart@gmail.com (maintainer) Approved by: ports-secteam (with hat) Modified: branches/2016Q1/graphics/zathura/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/zathura/Makefile ============================================================================== --- branches/2016Q1/graphics/zathura/Makefile Sun Jan 24 15:10:12 2016 (r407146) +++ branches/2016Q1/graphics/zathura/Makefile Sun Jan 24 15:10:33 2016 (r407147) @@ -9,10 +9,8 @@ MASTER_SITES= http://pwmt.org/projects/z MAINTAINER= quentin.stievenart@gmail.com COMMENT= Customizable lightweight pdf viewer -LICENSE= zlib -LICENSE_NAME= zlib license +LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libgirara-gtk3.so:${PORTSDIR}/x11-toolkits/girara From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:11:05 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACA139D2BFF; Sun, 24 Jan 2016 15:11:05 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79C06EFF; Sun, 24 Jan 2016 15:11:05 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFB4uD098250; Sun, 24 Jan 2016 15:11:04 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFB4Kr098249; Sun, 24 Jan 2016 15:11:04 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241511.u0OFB4Kr098249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:11:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407148 - branches/2016Q1/graphics/zathura-ps X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:11:05 -0000 Author: feld Date: Sun Jan 24 15:11:04 2016 New Revision: 407148 URL: https://svnweb.freebsd.org/changeset/ports/407148 Log: MFH: r407105 - Use standard ZLIB license PR: 206269 Submitted by: amdmi3 Approved by: mike.d.ft402@gmail.com (maintainer) Approved by: ports-secteam (with hat) Modified: branches/2016Q1/graphics/zathura-ps/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/zathura-ps/Makefile ============================================================================== --- branches/2016Q1/graphics/zathura-ps/Makefile Sun Jan 24 15:10:33 2016 (r407147) +++ branches/2016Q1/graphics/zathura-ps/Makefile Sun Jan 24 15:11:04 2016 (r407148) @@ -8,10 +8,8 @@ MASTER_SITES= http://pwmt.org/projects/z MAINTAINER= mike.d.ft402@gmail.com COMMENT= PostScript support for Zathura PDF viewer -LICENSE= zlib -LICENSE_NAME= zlib license +LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:11:38 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A09F9D2C47; Sun, 24 Jan 2016 15:11:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23EBC19A; Sun, 24 Jan 2016 15:11:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFBbdT000980; Sun, 24 Jan 2016 15:11:37 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFBbVj000979; Sun, 24 Jan 2016 15:11:37 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241511.u0OFBbVj000979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407149 - branches/2016Q1/graphics/zathura-pdf-poppler X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:11:38 -0000 Author: feld Date: Sun Jan 24 15:11:36 2016 New Revision: 407149 URL: https://svnweb.freebsd.org/changeset/ports/407149 Log: MFH: r407106 - Use standard ZLIB license PR: 206268 Submitted by: amdmi3 Approved by: mike.d.ft402@gmail.com (maintainer) Approved by: ports-secteam (with hat) Modified: branches/2016Q1/graphics/zathura-pdf-poppler/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/zathura-pdf-poppler/Makefile ============================================================================== --- branches/2016Q1/graphics/zathura-pdf-poppler/Makefile Sun Jan 24 15:11:04 2016 (r407148) +++ branches/2016Q1/graphics/zathura-pdf-poppler/Makefile Sun Jan 24 15:11:36 2016 (r407149) @@ -9,10 +9,8 @@ MASTER_SITES= http://pwmt.org/projects/z MAINTAINER= ports@FreeBSD.org COMMENT= Poppler render PDF plugin for Zathura PDF viewer -LICENSE= zlib -LICENSE_NAME= zlib license +LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:12:00 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06E1A9D2CA2; Sun, 24 Jan 2016 15:12:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA6852DA; Sun, 24 Jan 2016 15:11:59 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFBwDp001148; Sun, 24 Jan 2016 15:11:58 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFBwwU001147; Sun, 24 Jan 2016 15:11:58 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241511.u0OFBwwU001147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:11:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407150 - branches/2016Q1/graphics/zathura-cb X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:12:00 -0000 Author: feld Date: Sun Jan 24 15:11:58 2016 New Revision: 407150 URL: https://svnweb.freebsd.org/changeset/ports/407150 Log: MFH: r407108 - Use standard ZLIB license PR: 206266 Submitted by: amdmi3 Approved by: mike.d.ft402@gmail.com (maintainer) Approved by: ports-secteam (with hat) Modified: branches/2016Q1/graphics/zathura-cb/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/zathura-cb/Makefile ============================================================================== --- branches/2016Q1/graphics/zathura-cb/Makefile Sun Jan 24 15:11:36 2016 (r407149) +++ branches/2016Q1/graphics/zathura-cb/Makefile Sun Jan 24 15:11:58 2016 (r407150) @@ -8,10 +8,8 @@ MASTER_SITES= http://pwmt.org/projects/z MAINTAINER= mike.d.ft402@gmail.com COMMENT= Comic book plugin for Zathura PDF viewer -LICENSE= zlib -LICENSE_NAME= zlib license +LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:12:34 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22F999D2D1A; Sun, 24 Jan 2016 15:12:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E62B7622; Sun, 24 Jan 2016 15:12:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFCW1G001346; Sun, 24 Jan 2016 15:12:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFCWGv001345; Sun, 24 Jan 2016 15:12:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241512.u0OFCWGv001345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407151 - branches/2016Q1/graphics/zathura-pdf-mupdf X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:12:34 -0000 Author: feld Date: Sun Jan 24 15:12:32 2016 New Revision: 407151 URL: https://svnweb.freebsd.org/changeset/ports/407151 Log: MFH: r407109 - Use standard ZLIB license PR: 206265 Submitted by: amdmi3 Approved by: udvzsolt@gmail.com (maintainer) Approved by: ports-secteam (with hat) Modified: branches/2016Q1/graphics/zathura-pdf-mupdf/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- branches/2016Q1/graphics/zathura-pdf-mupdf/Makefile Sun Jan 24 15:11:58 2016 (r407150) +++ branches/2016Q1/graphics/zathura-pdf-mupdf/Makefile Sun Jan 24 15:12:32 2016 (r407151) @@ -9,10 +9,8 @@ MASTER_SITES= http://pwmt.org/projects/z MAINTAINER= udvzsolt@gmail.com COMMENT= MuPDF render PDF plugin for Zathura PDF viewer -LICENSE= zlib -LICENSE_NAME= zlib license +LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura \ mupdf>=1.8,1:${PORTSDIR}/graphics/mupdf From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:20:46 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F5F2712B; Sun, 24 Jan 2016 15:20:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCC4AE19; Sun, 24 Jan 2016 15:20:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFKiaI001996; Sun, 24 Jan 2016 15:20:44 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFKiqD001995; Sun, 24 Jan 2016 15:20:44 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241520.u0OFKiqD001995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407152 - branches/2016Q1/print/scribus X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:20:46 -0000 Author: feld Date: Sun Jan 24 15:20:44 2016 New Revision: 407152 URL: https://svnweb.freebsd.org/changeset/ports/407152 Log: MFH: r405126 Switch to USES=execinfo PR: 205384 Submitted by: myself Approved by: maintainer timeout Approved by: ports-secteam (with hat) Modified: branches/2016Q1/print/scribus/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/print/scribus/Makefile ============================================================================== --- branches/2016Q1/print/scribus/Makefile Sun Jan 24 15:12:32 2016 (r407151) +++ branches/2016Q1/print/scribus/Makefile Sun Jan 24 15:20:44 2016 (r407152) @@ -21,15 +21,14 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/grap libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libcairo.so:${PORTSDIR}/graphics/cairo \ libhyphen.so:${PORTSDIR}/textproc/hyphen \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-pillow USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 -USES= cmake desktop-file-utils ghostscript:run jpeg pkgconfig \ - python shared-mime-info tar:bz2 +USES= cmake desktop-file-utils execinfo ghostscript:run jpeg \ + pkgconfig python shared-mime-info tar:bz2 USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:21:06 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DD1F715A; Sun, 24 Jan 2016 15:21:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A74EFC2; Sun, 24 Jan 2016 15:21:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFL5In002181; Sun, 24 Jan 2016 15:21:05 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFL5o5002179; Sun, 24 Jan 2016 15:21:05 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241521.u0OFL5o5002179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:21:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407153 - branches/2016Q1/print/scribus X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:21:06 -0000 Author: feld Date: Sun Jan 24 15:21:04 2016 New Revision: 407153 URL: https://svnweb.freebsd.org/changeset/ports/407153 Log: MFH: r407122 - Switch to outsource build to not install unwanted files PR: 205633 Submitted by: amdmi3 Approved by: maintainer timeout (basm, 4 weeks) Approved by: ports-secteam (with hat) Modified: branches/2016Q1/print/scribus/Makefile branches/2016Q1/print/scribus/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/print/scribus/Makefile ============================================================================== --- branches/2016Q1/print/scribus/Makefile Sun Jan 24 15:20:44 2016 (r407152) +++ branches/2016Q1/print/scribus/Makefile Sun Jan 24 15:21:04 2016 (r407153) @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkin USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 -USES= cmake desktop-file-utils execinfo ghostscript:run jpeg \ +USES= cmake:outsource desktop-file-utils execinfo ghostscript:run jpeg \ pkgconfig python shared-mime-info tar:bz2 USE_LDCONFIG= yes Modified: branches/2016Q1/print/scribus/pkg-plist ============================================================================== --- branches/2016Q1/print/scribus/pkg-plist Sun Jan 24 15:20:44 2016 (r407152) +++ branches/2016Q1/print/scribus/pkg-plist Sun Jan 24 15:21:04 2016 (r407153) @@ -231,11 +231,9 @@ include/scribus/pluginmanager.h include/scribus/pluginmanagerprefsgui.h include/scribus/plugins/barcodegenerator/barcode.h include/scribus/plugins/barcodegenerator/barcodegenerator.h -include/scribus/plugins/barcodegenerator/ui_barcodegenerator.h include/scribus/plugins/colorwheel/colorwheel.h include/scribus/plugins/colorwheel/colorwheelwidget.h include/scribus/plugins/colorwheel/cwdialog.h -include/scribus/plugins/colorwheel/ui_cwdialog.h include/scribus/plugins/fileloader/oldscribusformat/oldscribusformat.h include/scribus/plugins/fileloader/oldscribusformat/oldscribusformatimpl.h include/scribus/plugins/fileloader/scribus12format/scribus12format.h @@ -246,7 +244,6 @@ include/scribus/plugins/fileloader/scrib include/scribus/plugins/fileloader/scribus13format/scribus13formatimpl.h include/scribus/plugins/fontpreview/fontpreview.h include/scribus/plugins/fontpreview/fontpreviewplugin.h -include/scribus/plugins/fontpreview/ui_fontpreview.h include/scribus/plugins/formatidlist.h include/scribus/plugins/gettext/csvim/csvdia.h include/scribus/plugins/gettext/csvim/csvim.h @@ -297,10 +294,8 @@ include/scribus/plugins/newfromtemplatep include/scribus/plugins/newfromtemplateplugin/nfttemplate.h include/scribus/plugins/pixmapexport/dialog.h include/scribus/plugins/pixmapexport/export.h -include/scribus/plugins/pixmapexport/ui_exportform.h include/scribus/plugins/saveastemplateplugin/satdialog.h include/scribus/plugins/saveastemplateplugin/satemplate.h -include/scribus/plugins/saveastemplateplugin/ui_satdialog.h include/scribus/plugins/scriptplugin/cmdcolor.h include/scribus/plugins/scriptplugin/cmddialog.h include/scribus/plugins/scriptplugin/cmddoc.h @@ -325,14 +320,10 @@ include/scribus/plugins/scriptplugin/scr include/scribus/plugins/scriptplugin/scripterprefsgui.h include/scribus/plugins/scriptplugin/scriptplugin.h include/scribus/plugins/scriptplugin/svgimport.h -include/scribus/plugins/scriptplugin/ui_pconsole.h -include/scribus/plugins/scriptplugin/ui_runscriptdialog.h -include/scribus/plugins/scriptplugin/ui_scripterprefsgui.h include/scribus/plugins/short-words/configuration.h include/scribus/plugins/short-words/parse.h include/scribus/plugins/short-words/shortwords.h include/scribus/plugins/short-words/swprefsgui.h -include/scribus/plugins/short-words/ui_swdialog.h include/scribus/plugins/short-words/version.h include/scribus/plugins/short-words/vlnadialog.h include/scribus/plugins/svgexplugin/svgexplugin.h @@ -386,26 +377,20 @@ include/scribus/plugins/tools/2geomtools include/scribus/plugins/tools/2geomtools/lib2geom/utils.h include/scribus/plugins/tools/2geomtools/meshdistortion/meshdistortion.h include/scribus/plugins/tools/2geomtools/meshdistortion/meshdistortiondialog.h -include/scribus/plugins/tools/2geomtools/meshdistortion/ui_meshdistortiondialog.h include/scribus/plugins/tools/2geomtools/pathalongpath/pathalongpath.h include/scribus/plugins/tools/2geomtools/pathalongpath/pathdialog.h -include/scribus/plugins/tools/2geomtools/pathalongpath/ui_pathdialogbase.h include/scribus/plugins/tools/hunspellcheck/hunspelldialog.h include/scribus/plugins/tools/hunspellcheck/hunspelldict.h include/scribus/plugins/tools/hunspellcheck/hunspellplugin.h include/scribus/plugins/tools/hunspellcheck/hunspellpluginimpl.h include/scribus/plugins/tools/hunspellcheck/hunspellpluginstructs.h -include/scribus/plugins/tools/hunspellcheck/ui_hunspelldialogbase.h include/scribus/plugins/tools/lenseffects/lensdialog.h include/scribus/plugins/tools/lenseffects/lenseffects.h -include/scribus/plugins/tools/lenseffects/ui_lensdialogbase.h include/scribus/plugins/tools/pathconnect/pathconnect.h include/scribus/plugins/tools/pathconnect/pathconnectdialog.h -include/scribus/plugins/tools/pathconnect/ui_pathconnectdialogbase.h include/scribus/plugins/tools/pathcut/pathcut.h include/scribus/plugins/tools/pathfinder/pathfinder.h include/scribus/plugins/tools/pathfinder/pathfinderdialog.h -include/scribus/plugins/tools/pathfinder/ui_pathfinderbase.h include/scribus/plugins/tools/pathstroker/pathstroker.h include/scribus/plugins/tools/spellcheck/aspellplugin.h include/scribus/plugins/tools/spellcheck/aspellpluginimpl.h @@ -413,7 +398,6 @@ include/scribus/plugins/tools/spellcheck include/scribus/plugins/tools/subdivide/subdivide.h include/scribus/plugins/tools/transform/transformdialog.h include/scribus/plugins/tools/transform/transformeffect.h -include/scribus/plugins/tools/transform/ui_transformdialogbase.h include/scribus/polygonwidget.h include/scribus/polyprops.h include/scribus/prefs.h @@ -588,55 +572,6 @@ include/scribus/ui/edittoolbar.h include/scribus/ui/filetoolbar.h include/scribus/ui/modetoolbar.h include/scribus/ui/pdftoolbar.h -include/scribus/ui_aboutplugins.h -include/scribus/ui_aligndistribute.h -include/scribus/ui_charselect.h -include/scribus/ui_charselectenhanced.h -include/scribus/ui_cmsprefsbase.h -include/scribus/ui_copypagetomasterpage.h -include/scribus/ui_createrange.h -include/scribus/ui_docitemattrprefs.h -include/scribus/ui_docsections.h -include/scribus/ui_downloaddictionaries.h -include/scribus/ui_gtfiledialog.h -include/scribus/ui_guidemanager.h -include/scribus/ui_helpbrowser.h -include/scribus/ui_hysettingsBase.h -include/scribus/ui_insertaframe.h -include/scribus/ui_latexeditor.h -include/scribus/ui_measurementsbase.h -include/scribus/ui_multipleduplicate.h -include/scribus/ui_multiprogressdialog.h -include/scribus/ui_nftdialog.h -include/scribus/ui_nftwidget.h -include/scribus/ui_pageitemattributes.h -include/scribus/ui_patterndialog.h -include/scribus/ui_picsearch.h -include/scribus/ui_picsearchoptions.h -include/scribus/ui_picstatus.h -include/scribus/ui_pluginmanagerprefsgui.h -include/scribus/ui_polygonwidgetbase.h -include/scribus/ui_printdialogbase.h -include/scribus/ui_replacecolors.h -include/scribus/ui_replaceonecolor.h -include/scribus/ui_selectobjects.h -include/scribus/ui_shortcutwidget.h -include/scribus/ui_smcstylewidget.h -include/scribus/ui_smlinestylewidget.h -include/scribus/ui_smpstylewidget.h -include/scribus/ui_smreplacedia.h -include/scribus/ui_smstyleimport.h -include/scribus/ui_stylemanager.h -include/scribus/ui_tabdisplay.h -include/scribus/ui_tabexternaltoolswidget.h -include/scribus/ui_tabgeneral.h -include/scribus/ui_tabkeyboardshortcutswidget.h -include/scribus/ui_tabmiscellaneous.h -include/scribus/ui_tabprinter.h -include/scribus/ui_tabscrapbook.h -include/scribus/ui_tocindexprefs.h -include/scribus/ui_unicodesearch.h -include/scribus/ui_useprintermarginsdialog.h include/scribus/undogui.h include/scribus/undomanager.h include/scribus/undoobject.h @@ -3357,60 +3292,8 @@ share/pixmaps/scribus.png %%DATADIR%%/translations/scribus.zh_CN.qm %%DATADIR%%/translations/scribus.zh_TW.qm %%DATADIR%%/unicodenameslist.txt -@dir include/scribus/CMakeFiles/scribus.dir/downloadmanager -@dir include/scribus/CMakeFiles/scribus.dir/tt/simpletreemodel -@dir include/scribus/CMakeFiles/scribus.dir/ui -@dir include/scribus/colormgmt/CMakeFiles/scribus_colormgmt_lib.dir -@dir include/scribus/desaxe/CMakeFiles/scribus_desaxe_lib.dir -@dir include/scribus/fonts/CMakeFiles/scribus_fonts_lib.dir -@dir include/scribus/plugins/CMakeFiles -@dir include/scribus/plugins/barcodegenerator/CMakeFiles/barcodegenerator.dir -@dir include/scribus/plugins/colorwheel/CMakeFiles/colorwheel.dir -@dir include/scribus/plugins/fileloader/CMakeFiles -@dir include/scribus/plugins/fileloader/scribus12format/CMakeFiles/scribus12format.dir -@dir include/scribus/plugins/fileloader/scribus134format/CMakeFiles/scribus134format.dir -@dir include/scribus/plugins/fileloader/scribus13format/CMakeFiles/scribus13format.dir -@dir include/scribus/plugins/fontpreview/CMakeFiles/fontpreview.dir -@dir include/scribus/plugins/gettext/CMakeFiles -@dir include/scribus/plugins/gettext/csvim/CMakeFiles/csvim.dir -@dir include/scribus/plugins/gettext/docim/CMakeFiles/docim.dir -@dir include/scribus/plugins/gettext/htmlim/CMakeFiles/htmlim.dir -@dir include/scribus/plugins/gettext/odtim/CMakeFiles/odtimplugin.dir -@dir include/scribus/plugins/gettext/pdbim/CMakeFiles/pdbim.dir -@dir include/scribus/plugins/gettext/sxwim/CMakeFiles/sxwimplugin.dir -@dir include/scribus/plugins/gettext/textfilter/CMakeFiles/textfilterplugin.dir -@dir include/scribus/plugins/gettext/txtim/CMakeFiles/txtim.dir -@dir include/scribus/plugins/import/CMakeFiles -@dir include/scribus/plugins/import/ai/CMakeFiles/importai.dir -@dir include/scribus/plugins/import/cvg/CMakeFiles/importcvg.dir -@dir include/scribus/plugins/import/oodraw/CMakeFiles/oodrawimp.dir -@dir include/scribus/plugins/import/pct/CMakeFiles/importpct.dir -@dir include/scribus/plugins/import/ps/CMakeFiles/importps.dir -@dir include/scribus/plugins/import/svg/CMakeFiles/svgimplugin.dir -@dir include/scribus/plugins/import/wmf/CMakeFiles/wmfimplugin.dir -@dir include/scribus/plugins/import/xfig/CMakeFiles/importxfig.dir -@dir include/scribus/plugins/pixmapexport/CMakeFiles/scribusexportpixmap.dir -@dir include/scribus/plugins/saveastemplateplugin/CMakeFiles/saveastemplateplugin.dir -@dir include/scribus/plugins/scriptplugin/CMakeFiles/scriptplugin.dir -@dir include/scribus/plugins/scriptplugin/samples/CMakeFiles +@dir include/scribus/unicodemap +@dir include/scribus/profiles +@dir include/scribus/plugins/scriptplugin/scripts @dir include/scribus/plugins/scriptplugin/scripter2 -@dir include/scribus/plugins/scriptplugin/scripts/CMakeFiles -@dir include/scribus/plugins/short-words/CMakeFiles/scribusshortwords.dir -@dir include/scribus/plugins/svgexplugin/CMakeFiles/svgexplugin.dir -@dir include/scribus/plugins/tools/2geomtools/CMakeFiles -@dir include/scribus/plugins/tools/2geomtools/lib2geom/CMakeFiles/2geom.dir -@dir include/scribus/plugins/tools/2geomtools/meshdistortion/CMakeFiles/meshdistortion.dir -@dir include/scribus/plugins/tools/2geomtools/pathalongpath/CMakeFiles/pathalongpath.dir -@dir include/scribus/plugins/tools/CMakeFiles -@dir include/scribus/plugins/tools/hunspellcheck/CMakeFiles/hunspellplugin.dir -@dir include/scribus/plugins/tools/lenseffects/CMakeFiles/lenseffects.dir -@dir include/scribus/plugins/tools/pathconnect/CMakeFiles/pathconnect.dir -@dir include/scribus/plugins/tools/pathcut/CMakeFiles/pathcut.dir -@dir include/scribus/plugins/tools/pathfinder/CMakeFiles/pathfinder.dir -@dir include/scribus/plugins/tools/pathstroker/CMakeFiles/pathstroker.dir -@dir include/scribus/plugins/tools/subdivide/CMakeFiles/subdivide.dir -@dir include/scribus/plugins/tools/transform/CMakeFiles/transformeffect.dir -@dir include/scribus/profiles/CMakeFiles -@dir include/scribus/styles/CMakeFiles/scribus_styles_lib.dir -@dir include/scribus/text/CMakeFiles/scribus_text_lib.dir -@dir include/scribus/unicodemap/CMakeFiles +@dir include/scribus/plugins/scriptplugin/samples From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:25:55 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4BE3752D; Sun, 24 Jan 2016 15:25:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BB2A845; Sun, 24 Jan 2016 15:25:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFPsdd005148; Sun, 24 Jan 2016 15:25:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFPs9P005146; Sun, 24 Jan 2016 15:25:54 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241525.u0OFPs9P005146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:25:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407154 - branches/2016Q1/math/plplot X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:25:55 -0000 Author: feld Date: Sun Jan 24 15:25:54 2016 New Revision: 407154 URL: https://svnweb.freebsd.org/changeset/ports/407154 Log: MFH: r407126 - math/plplot depends on the legacy math/qhull5, and since this port conflicts with the new one, it was impossible to install together math/plplot and math/qhull; - fix PKG_CONFIG_DIR. PR: ports/205937 Submitted by: /me Approved by: maintainer Approved by: ports-secteam (with hat) Modified: branches/2016Q1/math/plplot/Makefile branches/2016Q1/math/plplot/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/math/plplot/Makefile ============================================================================== --- branches/2016Q1/math/plplot/Makefile Sun Jan 24 15:21:04 2016 (r407153) +++ branches/2016Q1/math/plplot/Makefile Sun Jan 24 15:25:54 2016 (r407154) @@ -3,7 +3,7 @@ PORTNAME= plplot PORTVERSION= 5.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source @@ -16,14 +16,13 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b ${FREEFONT_DIR}/FreeMono.ttf:${PORTSDIR}/x11-fonts/freefont-ttf LIB_DEPENDS= libLASi.so:${PORTSDIR}/devel/lasi \ libltdl.so:${PORTSDIR}/devel/libltdl \ - libqhull.so:${PORTSDIR}/math/qhull5 \ libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${FREEFONT_DIR}/FreeMono.ttf:${PORTSDIR}/x11-fonts/freefont-ttf USE_GNOME= pango USE_PERL5= build -USES= cmake ghostscript gmake perl5 pkgconfig +USES= cmake ghostscript gmake localbase perl5 pathfix pkgconfig CMAKE_ARGS= -DENABLE_java:BOOL=OFF \ -DENABLE_octave:BOOL=OFF \ -DENABLE_pdl:BOOL=OFF \ @@ -32,6 +31,7 @@ CMAKE_ARGS= -DENABLE_java:BOOL=OFF \ -DENABLE_ocaml:BOOL=OFF \ -DENABLE_pyqt4:BOOL=OFF \ -DPL_FREETYPE_FONT_PATH:PATH="${FREEFONT_DIR}" \ + -DCMAKE_INSTALL_PKG_CONFIG_DIR:PATH="${PREFIX}/libdata/pkgconfig" \ -DPLD_plmeta:BOOL=OFF CFLAGS+= -D_IS_BUILDING_PLPLOT_PORT_ USE_LDCONFIG= yes @@ -39,7 +39,9 @@ USE_LDCONFIG= yes FREEFONT_DIR= ${LOCALBASE}/share/fonts/freefont-ttf OPTIONS_DEFINE= FORTRAN GD LUA PYTHON QT4 TCLTK THREADS WXGTK X11 DOCS -OPTIONS_DEFAULT=THREADS X11 +OPTIONS_RADIO= QHULL +OPTIONS_RADIO_QHULL= QHULL2012 QHULL2003 +OPTIONS_DEFAULT= QHULL2012 THREADS X11 OPTIONS_SUB= yes FORTRAN_USES= fortran @@ -61,6 +63,13 @@ PYTHON_RUN_DEPENDS= ${PYNUMPY} PYTHON_CONFIGURE_ENV= PYTHON_VERSION="${PYTHON_VERSION}" PYTHON_CMAKE_OFF= -DENABLE_python:BOOL=OFF +QHULL2003_DESC= Legacy Qhull support +QHULL2012_DESC= Latest Qhull support +QHULL2012_LIB_DEPENDS= libqhull.so.6:${PORTSDIR}/math/qhull +QHULL2003_LIB_DEPENDS= libqhull.so.5:${PORTSDIR}/math/qhull5 +QHULL2012_CMAKE_ON= -DQHULL_INCLUDE_DIRS="${LOCALBASE}/include/libqhull" +QHULL2012_2FIX= lib/nn/delaunay.c src/plgridd.c + TCLTK_LIB_DEPENDS= libitk.so:${PORTSDIR}/x11-toolkits/itk TCLTK_RUN_DEPENDS= iwidgets>0:${PORTSDIR}/x11-toolkits/iwidgets TCLTK_USES= tk @@ -105,5 +114,11 @@ pre-configure: ${WRKSRC}/cmake/modules/FindLTDL.cmake ${GREP} -lR "/usr/local" ${WRKSRC}/cmake/modules | ${XARGS} \ ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' +.if ${PORT_OPTIONS:MQHULL2012} +. for src in ${QHULL2012_2FIX} + ${REINPLACE_CMD} -e 's|qhull/qhull_a|libqhull/qhull_a|' \ + ${WRKSRC}/${src} +. endfor +.endif .include Modified: branches/2016Q1/math/plplot/pkg-plist ============================================================================== --- branches/2016Q1/math/plplot/pkg-plist Sun Jan 24 15:21:04 2016 (r407153) +++ branches/2016Q1/math/plplot/pkg-plist Sun Jan 24 15:25:54 2016 (r407154) @@ -70,13 +70,13 @@ lib/libqsastime.so.0.0.1 %%TCLTK%%lib/libtclmatrix.so %%TCLTK%%lib/libtclmatrix.so.10 %%TCLTK%%lib/libtclmatrix.so.10.2.0 -lib/pkgconfig/plplot-c++.pc -%%FORTRAN%%lib/pkgconfig/plplot-f95.pc -%%QT4%%lib/pkgconfig/plplot-qt.pc -%%TCLTK%%lib/pkgconfig/plplot-tcl.pc -%%TCLTK%%lib/pkgconfig/plplot-tcl_Main.pc -%%WXGTK%%lib/pkgconfig/plplot-wxwidgets.pc -lib/pkgconfig/plplot.pc +libdata/pkgconfig/plplot-c++.pc +%%FORTRAN%%libdata/pkgconfig/plplot-f95.pc +%%QT4%%libdata/pkgconfig/plplot-qt.pc +%%TCLTK%%libdata/pkgconfig/plplot-tcl.pc +%%TCLTK%%libdata/pkgconfig/plplot-tcl_Main.pc +%%WXGTK%%libdata/pkgconfig/plplot-wxwidgets.pc +libdata/pkgconfig/plplot.pc %%LUA%%%%LUA_MODLIBDIR%%/plplot/plplotluac.so lib/plplot/drivers/cairo.driver_info lib/plplot/drivers/cairo.so From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:26:36 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DC45757C; Sun, 24 Jan 2016 15:26:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2D7A91A; Sun, 24 Jan 2016 15:26:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFQYiZ005438; Sun, 24 Jan 2016 15:26:34 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFQYjj005431; Sun, 24 Jan 2016 15:26:34 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241526.u0OFQYjj005431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:26:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407155 - in branches/2016Q1/security/slurpie: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:26:36 -0000 Author: feld Date: Sun Jan 24 15:26:34 2016 New Revision: 407155 URL: https://svnweb.freebsd.org/changeset/ports/407155 Log: MFH: r407127 security/slurpie: change use of _offset to ftell - canonize patches, while there PR: 205230 Submitted by: jhb Approved by: ports-secteam (with hat) Added: branches/2016Q1/security/slurpie/files/patch-src_master.c - copied unchanged from r407127, head/security/slurpie/files/patch-src_master.c branches/2016Q1/security/slurpie/files/patch-src_mn.h - copied unchanged from r407127, head/security/slurpie/files/patch-src_mn.h branches/2016Q1/security/slurpie/files/patch-src_slurp.c - copied unchanged from r407127, head/security/slurpie/files/patch-src_slurp.c Deleted: branches/2016Q1/security/slurpie/files/patch-mn.h branches/2016Q1/security/slurpie/files/patch-src_mater.c Modified: branches/2016Q1/security/slurpie/Makefile branches/2016Q1/security/slurpie/files/patch-Makefile branches/2016Q1/security/slurpie/files/patch-src_node.c Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/slurpie/Makefile ============================================================================== --- branches/2016Q1/security/slurpie/Makefile Sun Jan 24 15:25:54 2016 (r407154) +++ branches/2016Q1/security/slurpie/Makefile Sun Jan 24 15:26:34 2016 (r407155) @@ -3,6 +3,7 @@ PORTNAME= slurpie PORTVERSION= 2.0b +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \ http://people.FreeBSD.org/~foxfair/distfiles/ Modified: branches/2016Q1/security/slurpie/files/patch-Makefile ============================================================================== --- branches/2016Q1/security/slurpie/files/patch-Makefile Sun Jan 24 15:25:54 2016 (r407154) +++ branches/2016Q1/security/slurpie/files/patch-Makefile Sun Jan 24 15:26:34 2016 (r407155) @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Jan 30 13:14:03 1999 -+++ Makefile Sun Feb 13 19:11:27 2000 +--- Makefile.orig 1999-01-30 21:14:03 UTC ++++ Makefile @@ -1,7 +1,6 @@ -CC = gcc all: slurpie slurp Copied: branches/2016Q1/security/slurpie/files/patch-src_master.c (from r407127, head/security/slurpie/files/patch-src_master.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/security/slurpie/files/patch-src_master.c Sun Jan 24 15:26:34 2016 (r407155, copy of r407127, head/security/slurpie/files/patch-src_master.c) @@ -0,0 +1,11 @@ +--- src/master.c.orig 1999-01-30 21:08:08 UTC ++++ src/master.c +@@ -132,7 +132,7 @@ char *get_time_str( u_int seconds ) + return timestr; + } + +-int main( int argc, u_char **argv ) ++int main( int argc, char **argv ) + { + static unsigned id, init_time; + Copied: branches/2016Q1/security/slurpie/files/patch-src_mn.h (from r407127, head/security/slurpie/files/patch-src_mn.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/security/slurpie/files/patch-src_mn.h Sun Jan 24 15:26:34 2016 (r407155, copy of r407127, head/security/slurpie/files/patch-src_mn.h) @@ -0,0 +1,18 @@ +--- src/mn.h.orig 1999-01-30 21:09:01 UTC ++++ src/mn.h +@@ -2,11 +2,12 @@ + #define _MN_H_ + + ///////////////////////////////// +-#include +-#include +-#include + #include + #include ++#include ++#include ++#include ++#include + + + ///////////////////////////////// Modified: branches/2016Q1/security/slurpie/files/patch-src_node.c ============================================================================== --- branches/2016Q1/security/slurpie/files/patch-src_node.c Sun Jan 24 15:25:54 2016 (r407154) +++ branches/2016Q1/security/slurpie/files/patch-src_node.c Sun Jan 24 15:26:34 2016 (r407155) @@ -1,6 +1,4 @@ -diff --git src/node.c src/node.c -index 28d5d8a..3135ea0 100644 ---- src/node.c +--- src/node.c.orig 1999-01-30 21:10:17 UTC +++ src/node.c @@ -102,7 +102,7 @@ void clean_up( int exit_status ) Copied: branches/2016Q1/security/slurpie/files/patch-src_slurp.c (from r407127, head/security/slurpie/files/patch-src_slurp.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/security/slurpie/files/patch-src_slurp.c Sun Jan 24 15:26:34 2016 (r407155, copy of r407127, head/security/slurpie/files/patch-src_slurp.c) @@ -0,0 +1,11 @@ +--- src/slurp.c.orig 2016-01-24 14:16:26 UTC ++++ src/slurp.c +@@ -194,7 +194,7 @@ int recv_init( u_char *initmsg ) + return 0; + // get file size and divide to determine portion of dictionary to process per task + fseek(wl.dictfile, 0, SEEK_END ); +- wl.ptask_size = wl.dictfile->_offset / cfg.ptask_level; ++ wl.ptask_size = ftell(wl.dictfile) / cfg.ptask_level; + pstr += strlen(pstr)+1; + } + if( cfg.mcl & CL_GDICT ) From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:34:01 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26DCA7AAB; Sun, 24 Jan 2016 15:34:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D28661A5; Sun, 24 Jan 2016 15:34:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFXxOi008667; Sun, 24 Jan 2016 15:33:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFXx9b008666; Sun, 24 Jan 2016 15:33:59 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241533.u0OFXx9b008666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:33:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407157 - branches/2016Q1/devel/dee/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:34:01 -0000 Author: feld Date: Sun Jan 24 15:33:59 2016 New Revision: 407157 URL: https://svnweb.freebsd.org/changeset/ports/407157 Log: MFH: r407133 Fix warnings from clang 3.8.0 about a non-parenthesized macro in devel/dee. Approved by: olivierd (maintainer) PR: 206337 Approved by: ports-secteam (with hat) Added: branches/2016Q1/devel/dee/files/ - copied from r407133, head/devel/dee/files/ Modified: Directory Properties: branches/2016Q1/ (props changed) From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:38:35 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CE787C5F; Sun, 24 Jan 2016 15:38:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE2CF692; Sun, 24 Jan 2016 15:38:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFcXO3009167; Sun, 24 Jan 2016 15:38:33 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFcXbt009166; Sun, 24 Jan 2016 15:38:33 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241538.u0OFcXbt009166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:38:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407159 - in branches/2016Q1/graphics/py-wand: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:38:35 -0000 Author: feld Date: Sun Jan 24 15:38:33 2016 New Revision: 407159 URL: https://svnweb.freebsd.org/changeset/ports/407159 Log: MFH: r407144 - Fix build on DragonFly - Replace obsolete command (pkg_add) in error message - Bump PORTREVISION Approved by: ports-secteam (with hat) Added: branches/2016Q1/graphics/py-wand/files/ - copied from r407144, head/graphics/py-wand/files/ Modified: branches/2016Q1/graphics/py-wand/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/py-wand/Makefile ============================================================================== --- branches/2016Q1/graphics/py-wand/Makefile Sun Jan 24 15:34:27 2016 (r407158) +++ branches/2016Q1/graphics/py-wand/Makefile Sun Jan 24 15:38:33 2016 (r407159) @@ -2,6 +2,7 @@ PORTNAME= Wand PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:39:29 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 883E67CC8; Sun, 24 Jan 2016 15:39:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58E12802; Sun, 24 Jan 2016 15:39:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OFdSfv009364; Sun, 24 Jan 2016 15:39:28 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OFdS6M009362; Sun, 24 Jan 2016 15:39:28 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241539.u0OFdS6M009362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407160 - in branches/2016Q1/devel/py-ipdb: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:39:29 -0000 Author: feld Date: Sun Jan 24 15:39:28 2016 New Revision: 407160 URL: https://svnweb.freebsd.org/changeset/ports/407160 Log: MFH: r407156 - Clarify LICENSE - Add LICENSE_FILE - Add NO_ARCH - Regenerate patches with `make makepatch` Approved by: ports-secteam (with hat) Modified: branches/2016Q1/devel/py-ipdb/Makefile branches/2016Q1/devel/py-ipdb/files/patch-setup.py Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/py-ipdb/Makefile ============================================================================== --- branches/2016Q1/devel/py-ipdb/Makefile Sun Jan 24 15:38:33 2016 (r407159) +++ branches/2016Q1/devel/py-ipdb/Makefile Sun Jan 24 15:39:28 2016 (r407160) @@ -10,11 +10,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= milki@FreeBSD.org COMMENT= IPython-enabled pdb -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0.10:${PORTSDIR}/devel/ipython USES= python zip USE_PYTHON= distutils autoplist +NO_ARCH= yes .include Modified: branches/2016Q1/devel/py-ipdb/files/patch-setup.py ============================================================================== --- branches/2016Q1/devel/py-ipdb/files/patch-setup.py Sun Jan 24 15:38:33 2016 (r407159) +++ branches/2016Q1/devel/py-ipdb/files/patch-setup.py Sun Jan 24 15:39:28 2016 (r407160) @@ -1,6 +1,6 @@ ---- setup.py.orig 2013-06-12 23:11:21.000000000 -0700 -+++ setup.py 2013-06-12 23:11:32.000000000 -0700 -@@ -41,7 +41,7 @@ +--- setup.py.orig 2015-06-03 09:21:14 UTC ++++ setup.py +@@ -48,7 +48,7 @@ setup(name='ipdb', license='GPL', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, From owner-svn-ports-branches@freebsd.org Sun Jan 24 16:32:53 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4443B7485; Sun, 24 Jan 2016 16:32:53 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from mx1a.lautre.net (eyra.lautre.net [80.67.160.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 082312A9; Sun, 24 Jan 2016 16:32:52 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1a.lautre.net (Postfix) with ESMTPSA id 3E69E4121C; Sun, 24 Jan 2016 17:32:49 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id B26EF5009DD; Sun, 24 Jan 2016 17:32:48 +0100 (CET) Date: Sun, 24 Jan 2016 17:32:48 +0100 From: Thierry Thomas To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r407154 - branches/2016Q1/math/plplot Message-ID: <20160124163248.GD19689@graf.pompo.net> Mail-Followup-To: Mark Felder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org References: <201601241525.u0OFPs9P005146@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="St7VIuEGZ6dlpu13" Content-Disposition: inline In-Reply-To: <201601241525.u0OFPs9P005146@repo.freebsd.org> X-Operating-System: FreeBSD 10.3-PRERELEASE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 16:32:53 -0000 --St7VIuEGZ6dlpu13 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le dim 24 jan 16 =E0 16:25:54 +0100, Mark Felder =E9crivait=A0: > Author: feld > Date: Sun Jan 24 15:25:54 2016 > New Revision: 407154 > URL: https://svnweb.freebsd.org/changeset/ports/407154 >=20 > Log: > MFH: r407126 > =20 > - math/plplot depends on the legacy math/qhull5, and since this port > conflicts with the new one, it was impossible to install together > math/plplot and math/qhull; > =20 > - fix PKG_CONFIG_DIR. > =20 > PR: ports/205937 > Submitted by: /me > Approved by: maintainer > =20 > Approved by: ports-secteam (with hat) >=20 > Modified: > branches/2016Q1/math/plplot/Makefile > branches/2016Q1/math/plplot/pkg-plist > Directory Properties: > branches/2016Q1/ (props changed) Could you please explain why this PR had to be MFH'ed? It's neither an unbreak nor a security fix. Reagrds, --=20 Th. Thomas. --St7VIuEGZ6dlpu13 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWpPyvXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFNTM2QkU4NTM4NTM5OUQwMEI2RkFBNzZG MUM1MTZCM0M4MzU5NzUzAAoJEPHFFrPINZdT1rAQAKsD1NZgNB+xQG/gST0pj2qi zN8N7RrJamSXmZiIKDM2rrqeKoEVm7KqoR+fnweXur/iRHUiB2jaQZ2xxYYFqCCL Da8EopYSI/Kr+s7hjPZCYaVH030SERUzRswJsIGcNoO7lDrmGL0RmZzCvIxyB07q iwNhBjPd/+NqVcCnxZOCKmSCrIiRYjXPTcK9UdSNtOEnx1Lo3nxMPvSkvjAWzDOW TtJcV+bPw0HyaxVYUL2LrAH1irDGAjDajnX0TvwuaWNzwlNKzmCxcScnEtE1tFmA uQkvkWKPmXL2+zWgap6z+z+uoKU9k4sxO27B5WawVIYz6uo8vZJB2cKdNeAVUvP1 GLIjvdtL3He5q3t7jMFTpvboBdRDp9mtQAqv3XA19LqeP4E9sIdJuNmYm1gnX3sA f1WZiemrHycnCh3E4RCbgmy1HozA1l7agSAeSK9swchWEwTc1//AzHFMCsVyyLWI tgNHiCB3BLjvlrzWPTWMPJJERAiTCxpwi8VKtFA5ZNutHn4kSmfOyuWFzrSU+WBN NKoREfkD0c5Y5fshHlGddzxvNThmJswdSH2r06/SEgwEB0+/zjzP9QBCW/b10eAO f3IsbL9o9qXqhuZnw7rwesOxnzI4klQ5UZwqNhOr1jHINx2aaoZQNVos/4a5nl8J N8MjNkYVFCDEYOkDTgis =ATl2 -----END PGP SIGNATURE----- --St7VIuEGZ6dlpu13-- From owner-svn-ports-branches@freebsd.org Sun Jan 24 19:15:30 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90AAE703E; Sun, 24 Jan 2016 19:15:30 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14B8CEB5; Sun, 24 Jan 2016 19:15:30 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-lb0-x233.google.com with SMTP id bc4so63859497lbc.2; Sun, 24 Jan 2016 11:15:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=hzBqR1TGKK7CbMsyHsqJ9yqODfCwrZ6ZPIwlWyxNt6g=; b=yTJhXD363gZ/HPXeTnceh2aX27LcSGWCT6qLFx5R7Oazk8GypS0wp9bqL6tssnVBkO RW+w8VyZgahnF6SVr1CULpkkVf9rK3nRA+uSHlL68v/D50XNIdkCWLkG8fo1d6MJrsy7 U/QCXEbsf9r0pKqg0GGvql4T24xY+1uf+eLpicvK0RN8WQBAFeGBguS80xN84CLh7nYg vu3GS4W2PKGrZDuDhrJBD3HYzx8d679Z+VEy7Xtd3uNBVQjWKfNKg8zmBVBTobwEusk/ InbdQf9BebjfiBLwPUveT54GGm0xH7R5QNkfAFX8DmJDdohO7p1og4VAv1PGLqGy8Bjk aPtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=hzBqR1TGKK7CbMsyHsqJ9yqODfCwrZ6ZPIwlWyxNt6g=; b=TEXQx2b14QDkFHsSS0xm6EBbZNvTRVCgEm/GKgN8UlEatBL56f3O/6fVXo2J+27mvq EB/3EmH1R7U8R6LPosoaW2hObPP4TvIZXQ/mi4rMdhVN6dvovyt4h0LEyedfId/RKcAy fsWMFVXjT5i1c9Ke+RnearNW/1NFAUS/m8xB432YtT//Cix831KL+iEvoRCvRMIJkxDi ljwWU8i8ENtYD8fAG69bFyxj6s0NX7luJVf3//77wOBKvrjrcmC5FAJqx1KWn4F8xZ/Z EpUMpobvaAe3SLhIxWOCBZxf52qjPUXlWT0DqXLrSzwcq/YgOa9BWrc2VXzgHwO9o9Xc CS2w== X-Gm-Message-State: AG10YOQQQcAAbVta5WssRZN8NKE3+fFT9c5W8BxP2fypmk3Kxlh2NvFy6V+BnEDiJIGm2w== X-Received: by 10.112.172.200 with SMTP id be8mr4800666lbc.78.1453662928150; Sun, 24 Jan 2016 11:15:28 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id i127sm2149200lfd.3.2016.01.24.11.15.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Jan 2016 11:15:27 -0800 (PST) Sender: Baptiste Daroussin Date: Sun, 24 Jan 2016 20:15:24 +0100 From: Baptiste Daroussin To: Mark Felder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r407141 - branches/2016Q1/science/netcdf Message-ID: <20160124191524.GF32492@ivaldir.etoilebsd.net> References: <201601241504.u0OF42ck096901@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="QXO0/MSS4VvK6f+D" Content-Disposition: inline In-Reply-To: <201601241504.u0OF42ck096901@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 19:15:30 -0000 --QXO0/MSS4VvK6f+D Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 24, 2016 at 03:04:02PM +0000, Mark Felder wrote: > Author: feld > Date: Sun Jan 24 15:04:02 2016 > New Revision: 407141 > URL: https://svnweb.freebsd.org/changeset/ports/407141 >=20 > Log: > MFH: r407061 > =20 > - Add USES=3Dpkgconfig:run: pkg-config is required by nc-config at runt= ime > - Bump PORTREVISION for dependency change > =20 > Approved by: ports-secteam (with hat) This merge is wrong, it only applies to 4.4.0 version of netcdf which is no= t in the quarterly branch. Please revert Best regards, Bapt >=20 > Modified: > branches/2016Q1/science/netcdf/Makefile > Directory Properties: > branches/2016Q1/ (props changed) >=20 > Modified: branches/2016Q1/science/netcdf/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- branches/2016Q1/science/netcdf/Makefile Sun Jan 24 15:03:27 2016 (r40= 7140) > +++ branches/2016Q1/science/netcdf/Makefile Sun Jan 24 15:04:02 2016 (r40= 7141) > @@ -4,6 +4,7 @@ > PORTNAME=3D netcdf > PORTVERSION=3D 4.3.3.1 > PORTREVISION=3D 1 > +PORTREVISION=3D 1 > CATEGORIES=3D science > MASTER_SITES=3D http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ > ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ > @@ -27,7 +28,7 @@ GNU_CONFIGURE=3D yes > INSTALL_TARGET=3D install-strip > TEST_TARGET=3D check > USE_LDCONFIG=3D yes > -USES=3D libtool localbase pathfix > +USES=3D libtool localbase pathfix pkgconfig:run > =20 > DAP_CONFIGURE_ENABLE=3D dap > DAP_LIB_DEPENDS=3D libcurl.so:${PORTSDIR}/ftp/curl >=20 --QXO0/MSS4VvK6f+D Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWpSLMAAoJEGOJi9zxtz5aUwwQALA5ShqyQP+86XsvEou5Y93e V/8CWQCSWtEfeFvFKhV9UpDbm7opnpxXaC1nY5+VWs4fBBJ4ibbJSL1oQvffUEYt m52bl7MpL7D2v4Faxt5AvVUFEQLwX2GuDOuwKbxarqj+m5zuLXRm+9euCzA+TmAJ bSdG5mxprF7sBqzqXY08/RLlEs86XWPvxDQaOKoPD8yU8U6RaebJ4PUIfr/YJ75Q x4DCP6PU2IkILR1fLSu/Pf0WRa0SL4ZMnnJy3qtBiNxJjrC7mr3OM57LJwOjLd9W dA0Nzi6UKzzva6YZAptgB5qFjaxowGz2XeVtGnCLNmSGuVG9QCXyq74eM+A1F24B EmCpFe/2X2Uk9PcLUy95IJxX5MgaKgyMlD59t+Ghg+dHcn6GSzcC0XrCt0mKTl8N AGPlyqzROtx1KMU9+pQxlqUcP5XHam81hn0uw0eRcfhHEG+1B3AjeseBXYK52E4i HctsZujXoRxKkEaYbHWVLbiY2UPkkrgvyREitSSp5dEG/uV2/IR9ID641qftTDwx 53OubeuwvxbQ6dO4xogQInZ/qrF2Gu/sNLsBnez2l9zk22xLDLJA8ZBwoIa6gx44 nZ0lTKQ/qC8QdZTUqa7dxOQMDBWVwffPxIEE+4Qpo9jzDg495pvsxtSv8g4Uv6zd KxVjcqI5H/3h7g4r7kXT =rgfv -----END PGP SIGNATURE----- --QXO0/MSS4VvK6f+D-- From owner-svn-ports-branches@freebsd.org Sun Jan 24 20:50:51 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D98C74DD; Sun, 24 Jan 2016 20:50:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F37821650; Sun, 24 Jan 2016 20:50:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OKooe1003319; Sun, 24 Jan 2016 20:50:50 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OKookB003318; Sun, 24 Jan 2016 20:50:50 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601242050.u0OKookB003318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 20:50:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407180 - branches/2016Q1/science/netcdf X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 20:50:51 -0000 Author: feld Date: Sun Jan 24 20:50:49 2016 New Revision: 407180 URL: https://svnweb.freebsd.org/changeset/ports/407180 Log: Revert MFH Pointyhat: me Approved by: ports-secteam (with hat) Modified: branches/2016Q1/science/netcdf/Makefile Modified: branches/2016Q1/science/netcdf/Makefile ============================================================================== --- branches/2016Q1/science/netcdf/Makefile Sun Jan 24 20:36:39 2016 (r407179) +++ branches/2016Q1/science/netcdf/Makefile Sun Jan 24 20:50:49 2016 (r407180) @@ -4,7 +4,6 @@ PORTNAME= netcdf PORTVERSION= 4.3.3.1 PORTREVISION= 1 -PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ @@ -28,7 +27,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= libtool localbase pathfix pkgconfig:run +USES= libtool localbase pathfix DAP_CONFIGURE_ENABLE= dap DAP_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl From owner-svn-ports-branches@freebsd.org Sun Jan 24 20:51:19 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AA88752B for ; Sun, 24 Jan 2016 20:51:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25E7D1868 for ; Sun, 24 Jan 2016 20:51:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 71EEE2036E for ; Sun, 24 Jan 2016 15:51:17 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Sun, 24 Jan 2016 15:51:17 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=ZDVl/b2hbBm4r8c bQ1POitRVLzQ=; b=gZEEZiwQJmxqzqyrWZoNJww+T+MEo7AX8EOwx/Ga5XWtsqh RWu0ZgWupzwUJ+HXkZZPH7fSCMw+E3eR0EmdlCXdBOIKVvzCRvcJ5n5uoBDLg9hT wBM9eWmq9JH1RJDf/tXLE3Cqh2muhFjRfwWU3x56Vl3mp63HaImucHRgwjlU= Received: by web3.nyi.internal (Postfix, from userid 99) id 39B931011B6; Sun, 24 Jan 2016 15:51:17 -0500 (EST) Message-Id: <1453668677.1680671.501213978.314E0A89@webmail.messagingengine.com> X-Sasl-Enc: VuJ/igSMvAuvk0OB/FlRlNdsIeqAIlrh5hlbQzzmABCt 1453668677 From: Mark Felder To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-6cda141f In-Reply-To: <20160124191524.GF32492@ivaldir.etoilebsd.net> References: <201601241504.u0OF42ck096901@repo.freebsd.org> <20160124191524.GF32492@ivaldir.etoilebsd.net> Subject: Re: svn commit: r407141 - branches/2016Q1/science/netcdf Date: Sun, 24 Jan 2016 14:51:17 -0600 X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 20:51:19 -0000 On Sun, Jan 24, 2016, at 13:15, Baptiste Daroussin wrote: > On Sun, Jan 24, 2016 at 03:04:02PM +0000, Mark Felder wrote: > > Author: feld > > Date: Sun Jan 24 15:04:02 2016 > > New Revision: 407141 > > URL: https://svnweb.freebsd.org/changeset/ports/407141 > > > > Log: > > MFH: r407061 > > > > - Add USES=pkgconfig:run: pkg-config is required by nc-config at runtime > > - Bump PORTREVISION for dependency change > > > > Approved by: ports-secteam (with hat) > > This merge is wrong, it only applies to 4.4.0 version of netcdf which is > not in > the quarterly branch. > > Please revert > Reverted, sorry for the delay :( -- Mark Felder ports-secteam member feld@FreeBSD.org From owner-svn-ports-branches@freebsd.org Sun Jan 24 21:30:44 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAD7E9D9803; Sun, 24 Jan 2016 21:30:44 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 792BA9D; Sun, 24 Jan 2016 21:30:44 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OLUhYI014923; Sun, 24 Jan 2016 21:30:43 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OLUhhQ014920; Sun, 24 Jan 2016 21:30:43 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601242130.u0OLUhhQ014920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 24 Jan 2016 21:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407181 - in branches/2016Q1/shells/bash-completion: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 21:30:44 -0000 Author: rakuco Date: Sun Jan 24 21:30:43 2016 New Revision: 407181 URL: https://svnweb.freebsd.org/changeset/ports/407181 Log: MFH: r407168 Stop installing the reptyr completion. Import an upstream commit that installs the reptyr completion as _reptyr to avoid conflicts with the version that reptyr itself has started shipping. It is required for bash-completion not to conflict with sysutils/reptyr. PR: 206541 Approved by: adamw (maintainer) Approved by: ports-secteam (delphij) Added: branches/2016Q1/shells/bash-completion/files/patch-reptyr - copied unchanged from r407168, head/shells/bash-completion/files/patch-reptyr Modified: branches/2016Q1/shells/bash-completion/Makefile branches/2016Q1/shells/bash-completion/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/shells/bash-completion/Makefile ============================================================================== --- branches/2016Q1/shells/bash-completion/Makefile Sun Jan 24 20:50:49 2016 (r407180) +++ branches/2016Q1/shells/bash-completion/Makefile Sun Jan 24 21:30:43 2016 (r407181) @@ -3,7 +3,7 @@ PORTNAME= bash-completion PORTVERSION= 2.1 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= shells MASTER_SITES= http://bash-completion.alioth.debian.org/files/ Copied: branches/2016Q1/shells/bash-completion/files/patch-reptyr (from r407168, head/shells/bash-completion/files/patch-reptyr) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/shells/bash-completion/files/patch-reptyr Sun Jan 24 21:30:43 2016 (r407181, copy of r407168, head/shells/bash-completion/files/patch-reptyr) @@ -0,0 +1,84 @@ +From 6a4ad49fa53cc92d3bd23b5b4db0b3318f2ef136 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Ville=20Skytt=C3=A4?= +Date: Tue, 3 Feb 2015 07:55:22 +0200 +Subject: reptyr: Rename file to _reptyr to avoid conflict with upstreamed + completion + +https://github.com/nelhage/reptyr/pull/53 +--- + completions/Makefile.am | 2 +- + completions/_reptyr | 26 ++++++++++++++++++++++++++ + completions/reptyr | 23 ----------------------- + 3 files changed, 27 insertions(+), 24 deletions(-) + create mode 100644 completions/_reptyr + delete mode 100644 completions/reptyr + +--- completions/Makefile.am ++++ completions/Makefile.am +@@ -303,7 +303,7 @@ bashcomp_DATA = 2to3 \ + _renice \ + _repomanage \ + reportbug \ +- reptyr \ ++ _reptyr \ + resolvconf \ + rfkill \ + ri \ +--- /dev/null ++++ completions/_reptyr +@@ -0,0 +1,26 @@ ++# bash completion for reptyr(1) -*- shell-script -*- ++ ++# Use of this file is deprecated. Upstream completion is available in ++# reptyr > 0.6.2, use that instead. ++ ++_reptyr() ++{ ++ local cur prev words cword ++ _init_completion || return ++ ++ case $prev in ++ -l) ++ return 0 ++ ;; ++ esac ++ ++ if [[ $cur == -* ]]; then ++ COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) ) ++ return 0 ++ fi ++ ++ [[ $prev != +([0-9]) ]] && _pids ++} && ++complete -F _reptyr reptyr ++ ++# ex: ts=4 sw=4 et filetype=sh +--- completions/reptyr ++++ /dev/null +@@ -1,23 +0,0 @@ +-# bash completion for reptyr(1) -*- shell-script -*- +- +-_reptyr() +-{ +- local cur prev words cword +- _init_completion || return +- +- case $prev in +- -l) +- return 0 +- ;; +- esac +- +- if [[ $cur == -* ]]; then +- COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) ) +- return 0 +- fi +- +- [[ $prev != +([0-9]) ]] && _pids +-} && +-complete -F _reptyr reptyr +- +-# ex: ts=4 sw=4 et filetype=sh +-- +cgit v0.11.2 + Modified: branches/2016Q1/shells/bash-completion/pkg-plist ============================================================================== --- branches/2016Q1/shells/bash-completion/pkg-plist Sun Jan 24 20:50:49 2016 (r407180) +++ branches/2016Q1/shells/bash-completion/pkg-plist Sun Jan 24 21:30:43 2016 (r407181) @@ -1,6 +1,7 @@ libdata/pkgconfig/bash-completion.pc %%DATADIR%%/bash_completion %%DATADIR%%/bash_completion.sh +%%DATADIR%%/completions/_reptyr %%DATADIR%%/completions/a2x %%DATADIR%%/completions/abook %%DATADIR%%/completions/aclocal @@ -426,7 +427,6 @@ libdata/pkgconfig/bash-completion.pc %%DATADIR%%/completions/renice %%DATADIR%%/completions/reportbug %%DATADIR%%/completions/repquota -%%DATADIR%%/completions/reptyr %%DATADIR%%/completions/resolvconf %%DATADIR%%/completions/rfcomm %%DATADIR%%/completions/rfkill From owner-svn-ports-branches@freebsd.org Mon Jan 25 06:18:03 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 303F37281; Mon, 25 Jan 2016 06:18:03 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D73509D0; Mon, 25 Jan 2016 06:18:02 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0P6I1t1069404; Mon, 25 Jan 2016 06:18:01 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0P6I1Z8069403; Mon, 25 Jan 2016 06:18:01 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201601250618.u0P6I1Z8069403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 25 Jan 2016 06:18:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407189 - branches/2016Q1/devel/py-trollius X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 06:18:03 -0000 Author: koobs Date: Mon Jan 25 06:18:01 2016 New Revision: 407189 URL: https://svnweb.freebsd.org/changeset/ports/407189 Log: MFH: r407158 devel/py-trollius: Fix Python 3.x build, Modernize - Correct LICENSE (MIT to APACHE20) - Add LICENSE_FILE - Remove BUILD_DEPENDS, futures (and most python packages) are RUN_DEPENDS - Conditionalise futures RUN_DEPENDS. Only required on Python < 3 - Sort USE_PYTHON - Add NO_ARCH - Add test target and TEST_DEPENDS QA: * portlint: OK (WARN: Makefile: "RUN_DEPENDS" has to appear earlier. - False Positive) * testport: OK (poudriere: 11amd64, Python 2.7 / 3.4) * unittest: OK (Ran 845 tests in 23.226s - FAILED (failures=3, skipped=1) False Positives, fixed in version 2.0 PR: 205078 Approved by: portmgr (blanket, ports compliance) Approved by: ports-secteam (feld) Modified: branches/2016Q1/devel/py-trollius/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/py-trollius/Makefile ============================================================================== --- branches/2016Q1/devel/py-trollius/Makefile Mon Jan 25 00:41:30 2016 (r407188) +++ branches/2016Q1/devel/py-trollius/Makefile Mon Jan 25 06:18:01 2016 (r407189) @@ -2,6 +2,7 @@ PORTNAME= trollius PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,12 +10,24 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Port of the Tulip project (asyncio module, PEP 3156) on Python 2 -LICENSE= MIT +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>0:${PORTSDIR}/devel/py-futures -RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils -.include +NO_ARCH= yes + +.include + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>0:${PORTSDIR}/devel/py-futures +.endif + +do-test: + @cd ${WRKSRC} && \ + ${PYTHON_CMD} runtests.py + +.include From owner-svn-ports-branches@freebsd.org Mon Jan 25 07:50:19 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7F44A45F8D; Mon, 25 Jan 2016 07:50:19 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D7A79B4; Mon, 25 Jan 2016 07:50:19 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0P7oIEI097032; Mon, 25 Jan 2016 07:50:18 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0P7oIoC097030; Mon, 25 Jan 2016 07:50:18 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201601250750.u0P7oIoC097030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Mon, 25 Jan 2016 07:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407196 - in branches/2016Q1/emulators/simh: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 07:50:19 -0000 Author: dim (src committer) Date: Mon Jan 25 07:50:18 2016 New Revision: 407196 URL: https://svnweb.freebsd.org/changeset/ports/407196 Log: MFH: r407167 During the exp-run in bug 206074, it was found that emulators/simh gives errors with a recent clang 3.8.0 snapshot [1]: /usr/bin/ld: unrecognized option '-plugin' And more of such linking errors. This is because the simh main Makefile attempts to use -flto -fwhole-program with clang, but this support depends on the correctly link time optimization infrastructure being installed (e.g. the LLVMgold.so plugin, and more). Since LTO is not available yet in base, here is a patch to disable the use of these options more thorougly. Approved by: ports-secteam (delphij) PR: 206411 Added: branches/2016Q1/emulators/simh/files/patch-makefile - copied unchanged from r407167, head/emulators/simh/files/patch-makefile Modified: branches/2016Q1/emulators/simh/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/emulators/simh/Makefile ============================================================================== --- branches/2016Q1/emulators/simh/Makefile Mon Jan 25 07:13:10 2016 (r407195) +++ branches/2016Q1/emulators/simh/Makefile Mon Jan 25 07:50:18 2016 (r407196) @@ -13,7 +13,7 @@ COMMENT= Emulates classic DEC, HP, GRI, NO_WRKSUBDIR= yes USES= gmake dos2unix zip -DOS2UNIX_FILES= VAX/vax_sysdev.c +DOS2UNIX_FILES= makefile VAX/vax_sysdev.c MAKE_ENV= GCC="${CC}" CFLAGS_O="${CFLAGS}" USE_NETWORK=1 MAKEFILE= makefile Copied: branches/2016Q1/emulators/simh/files/patch-makefile (from r407167, head/emulators/simh/files/patch-makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/emulators/simh/files/patch-makefile Mon Jan 25 07:50:18 2016 (r407196, copy of r407167, head/emulators/simh/files/patch-makefile) @@ -0,0 +1,15 @@ +--- makefile.orig 2012-04-23 16:28:04.000000000 +0200 ++++ makefile 2016-01-19 20:21:21.371550000 +0100 +@@ -332,8 +332,10 @@ + endif + ifeq (,$(NO_LTO)) + ifneq (,$(findstring -flto,$(GCC_OPTIMIZERS))) +- CFLAGS_O += -flto -fwhole-program +- LDFLAGS_O += -flto -fwhole-program ++ ifneq (,$(findstring -fwhole-program,$(GCC_OPTIMIZERS))) ++ CFLAGS_O += -flto -fwhole-program ++ LDFLAGS_O += -flto -fwhole-program ++ endif + endif + endif + BUILD_FEATURES = - compiler optimizations and no debugging support From owner-svn-ports-branches@freebsd.org Mon Jan 25 16:04:45 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D39A2A46CE9; Mon, 25 Jan 2016 16:04:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AECC214; Mon, 25 Jan 2016 16:04:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PG4iFg049199; Mon, 25 Jan 2016 16:04:44 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PG4iLE049198; Mon, 25 Jan 2016 16:04:44 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601251604.u0PG4iLE049198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 25 Jan 2016 16:04:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407223 - branches/2016Q1/devel/libosinfo/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 16:04:45 -0000 Author: feld Date: Mon Jan 25 16:04:44 2016 New Revision: 407223 URL: https://svnweb.freebsd.org/changeset/ports/407223 Log: MFH: r407188 devel/libosinfo: fix build on 9.x gcc on 9.x does not seem to like typedef redefinition, so drop that. Approved by: ports-secteam (with hat) Added: branches/2016Q1/devel/libosinfo/files/ - copied from r407188, head/devel/libosinfo/files/ Modified: Directory Properties: branches/2016Q1/ (props changed) From owner-svn-ports-branches@freebsd.org Mon Jan 25 16:05:09 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BC62A46D31; Mon, 25 Jan 2016 16:05:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 094A9326; Mon, 25 Jan 2016 16:05:08 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PG57CI049364; Mon, 25 Jan 2016 16:05:07 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PG57D9049363; Mon, 25 Jan 2016 16:05:07 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601251605.u0PG57D9049363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 25 Jan 2016 16:05:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407224 - branches/2016Q1/security/py-pyaff4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 16:05:09 -0000 Author: feld Date: Mon Jan 25 16:05:07 2016 New Revision: 407224 URL: https://svnweb.freebsd.org/changeset/ports/407224 Log: MFH: r407191 Fix use as a regular user Approved by: ports-secteam (with hat) Modified: branches/2016Q1/security/py-pyaff4/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/py-pyaff4/Makefile ============================================================================== --- branches/2016Q1/security/py-pyaff4/Makefile Mon Jan 25 16:04:44 2016 (r407223) +++ branches/2016Q1/security/py-pyaff4/Makefile Mon Jan 25 16:05:07 2016 (r407224) @@ -3,6 +3,7 @@ PORTNAME= PyAFF4 PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,4 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inte USES= python USE_PYTHON= distutils autoplist +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + .include From owner-svn-ports-branches@freebsd.org Mon Jan 25 16:05:31 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7400FA46D5D; Mon, 25 Jan 2016 16:05:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 325165F9; Mon, 25 Jan 2016 16:05:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PG5UrC049549; Mon, 25 Jan 2016 16:05:30 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PG5THH049546; Mon, 25 Jan 2016 16:05:29 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601251605.u0PG5THH049546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 25 Jan 2016 16:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407225 - branches/2016Q1/mail/qsheff X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 16:05:31 -0000 Author: feld Date: Mon Jan 25 16:05:29 2016 New Revision: 407225 URL: https://svnweb.freebsd.org/changeset/ports/407225 Log: MFH: r407194 - Unbreak the build on 9.x (against GCC 4.2): it was failing due to -ansi option passed by default, which does not allow C++-style comments in C source code (Clang is more forgiving): /usr/local/include/clamav.h:170: error: expected identifier or '(' before '/' token /usr/local/include/clamav.h:170: error: stray '#' in program - Really respect CFLAGS by fixing configure script - Do not hardcode DISTVERSION in MASTER_SITES - Do not install COPYING file as part of portdocs: it's installed via LICENSE_FILE already - Convert the port to use option helpers, fix a typo (VIRUSTAGSC -> VIRUSTAG_DESC), wrap overly long lines - Augment port description text while I'm at it Approved by: ports-secteam (with hat) Modified: branches/2016Q1/mail/qsheff/Makefile branches/2016Q1/mail/qsheff/pkg-descr branches/2016Q1/mail/qsheff/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/mail/qsheff/Makefile ============================================================================== --- branches/2016Q1/mail/qsheff/Makefile Mon Jan 25 16:05:07 2016 (r407224) +++ branches/2016Q1/mail/qsheff/Makefile Mon Jan 25 16:05:29 2016 (r407225) @@ -6,7 +6,7 @@ DISTVERSION= 2.1-r3 PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= http://www.enderunix.org/qsheff/ \ - SF/qsheff/qsheff/II-2.1-r3 + SF/qsheff/qsheff/II-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Qmail-queue replacement to filter mail traffic @@ -17,13 +17,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/ripmime:${PORTSDIR}/mail/ripmime RUN_DEPENDS:= ${BUILD_DEPENDS} -BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x - -GNU_CONFIGURE= yes - USES= qmail +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-qmaildir=${QMAIL_PREFIX} -DOCS= README COPYING AUTHORS ChangeLog INSTALL THANKS TODO +DOCS= README AUTHORS ChangeLog INSTALL THANKS TODO EXAMPLES= sample-OK.msg sample-SPAM.msg sample-VIRUS.msg CONTRIB= README qq-custom-error-patch.diff qq-patch.diff \ qsheff-patch.diff @@ -31,72 +29,52 @@ FILES= handbook.en.txt handbook.tr.txt ETCFILES= install-wrapper.sh uninstall-wrapper.sh qsheff.attach-default \ qsheff.conf-default qsheff.ignore-default qsheff.rules-default -CONFIGURE_ARGS+= --with-qmaildir=${QMAIL_PREFIX} - -OPTIONS_DEFINE= CLAMAV SPAMTAG VIRUSTAG DISABLELOCAL SYSLOG BACKUP CUSTOMERROR DEBUG DOCS EXAMPLES +OPTIONS_DEFINE= CLAMAV SPAMTAG VIRUSTAG DISABLELOCAL SYSLOG BACKUP \ + CUSTOMERROR DEBUG DOCS EXAMPLES OPTIONS_DEFAULT= CLAMAV -CLAMAV_DESC= Integrate with Clam AntiVirus -SPAMTAG_DESC= Spam Tagging -VIRUSTAGSC= Virus Tagging -DISABLELOCAL_DESC= Disable Filters For Local Users -BACKUP_DESC= Logging Incoming/Outgoing Mail -CUSTOMERROR_DESC= Custom Error Patch - -.include - -.if ${PORT_OPTIONS:MCLAMAV} -RUN_DEPENDS+= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav -BUILD_DEPENDS+= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav -CONFIGURE_ARGS+= --with-clamav -CONFIGURE_ARGS+= --with-clamd-socket=/var/run/clamav/clamd -.endif - -.if ${PORT_OPTIONS:MSPAMTAG} -CONFIGURE_ARGS+= --enable-spam-tag -.endif - -.if ${PORT_OPTIONS:MVIRUSTAG} -CONFIGURE_ARGS+= --enable-virus-tag -.endif - -.if ${PORT_OPTIONS:MSYSLOG} -CONFIGURE_ARGS+= --enable-syslog -.endif - -.if ${PORT_OPTIONS:MDISABLELOCAL} -CONFIGURE_ARGS+= --disable-local-users -.endif - -.if ${PORT_OPTIONS:MBACKUP} -CONFIGURE_ARGS+= --enable-backup -.endif - -.if ${PORT_OPTIONS:MCUSTOMERROR} -CONFIGURE_ARGS+= --enable-custom-error -.endif - -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-debug -.endif + +CLAMAV_DESC= Integrate with ClamAV +SPAMTAG_DESC= Spam tagging +VIRUSTAG_DESC= Virus tagging +DISABLELOCAL_DESC= Disable filters for local users +BACKUP_DESC= Logging of incoming/outgoing mail +CUSTOMERROR_DESC= Custom error patch + +CLAMAV_BUILD_DEPENDS= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav +CLAMAV_RUN_DEPENDS= ${CLAMAV_BUILD_DEPENDS} +CLAMAV_CONFIGURE_ON= --with-clamav --with-clamd-socket=/var/run/clamav/clamd + +SPAMTAG_CONFIGURE_ON= --enable-spam-tag +VIRUSTAG_CONFIGURE_ON= --enable-virus-tag +SYSLOG_CONFIGURE_ON= --enable-syslog +DISABLELOCAL_CONFIGURE_ON=--disable-local-users +BACKUP_CONFIGURE_ON= --enable-backup +CUSTOMERROR_CONFIGURE_ON=--enable-custom-error +DEBUG_CONFIGURE_ON= --enable-debug post-patch: - @${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS +=|" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^CFLAGS=""/d' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's/ -ansi//' ${WRKSRC}/src/Makefile.in -post-build: -.if ! ${PORT_OPTIONS:MCLAMAV} - @${REINPLACE_CMD} -e 's|enable_virus_prog = 1|enable_virus_prog = 0|g' \ +post-build-CLAMAV-off: + @${REINPLACE_CMD} -e '/enable_clamd/s|1|0|' \ ${WRKSRC}/etc/qsheff.conf-default -.endif do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/qsheff ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${ETCFILES:S,^,${WRKSRC}/etc/,} ${STAGEDIR}${ETCDIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/doc - ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ - ${INSTALL_DATA} ${FILES:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}/doc/ + ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${FILES:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}/doc + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/contrib - ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/samples/,} ${STAGEDIR}${EXAMPLESDIR}/ - ${INSTALL_DATA} ${CONTRIB:S,^,${WRKSRC}/contrib/,} ${STAGEDIR}${EXAMPLESDIR}/contrib - @${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${ETCFILES:S,^,${WRKSRC}/etc/,} ${STAGEDIR}${ETCDIR}/ - ${INSTALL_PROGRAM} ${WRKSRC}/src/qsheff ${STAGEDIR}${PREFIX}/bin/qsheff + ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/samples/,} \ + ${STAGEDIR}${EXAMPLESDIR}/ + ${INSTALL_DATA} ${CONTRIB:S,^,${WRKSRC}/contrib/,} \ + ${STAGEDIR}${EXAMPLESDIR}/contrib .include Modified: branches/2016Q1/mail/qsheff/pkg-descr ============================================================================== --- branches/2016Q1/mail/qsheff/pkg-descr Mon Jan 25 16:05:07 2016 (r407224) +++ branches/2016Q1/mail/qsheff/pkg-descr Mon Jan 25 16:05:29 2016 (r407225) @@ -1,11 +1,16 @@ -A qmail-queue replacement to filter mail traffic and more. -It supports: - * Antivirus executing - * body filtering - * subject filtering - * attachment blocking - * quarantine - * white/black list - * single line logging for qmail and many features. +qSheff is a wrapper for the qmail queue that scans email for viruses and +spam. Infected messages are rejected before they reach the queue, so the +server doesn't perform any job for them. After checking the message, it +will wake the qmail queue. Some of the supported features: -WWW: http://www.enderunix.org/qsheff + - Antivirus executing (ClamAV) + - Header and body filtering + - Subject filtering + - Attachment blocking + - Quarantine support + - White/black lists + - Single line logging for qmail + - Basic DoS attack prevention + - And much more... + +WWW: http://www.enderunix.org/qsheff/ Modified: branches/2016Q1/mail/qsheff/pkg-plist ============================================================================== --- branches/2016Q1/mail/qsheff/pkg-plist Mon Jan 25 16:05:07 2016 (r407224) +++ branches/2016Q1/mail/qsheff/pkg-plist Mon Jan 25 16:05:29 2016 (r407225) @@ -13,7 +13,6 @@ bin/qsheff %%ETCDIR%%/install-wrapper.sh %%ETCDIR%%/uninstall-wrapper.sh %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL From owner-svn-ports-branches@freebsd.org Mon Jan 25 16:26:15 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68895A455CD; Mon, 25 Jan 2016 16:26:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3928737C; Mon, 25 Jan 2016 16:26:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PGQE6b055762; Mon, 25 Jan 2016 16:26:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PGQETd055761; Mon, 25 Jan 2016 16:26:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601251626.u0PGQETd055761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 25 Jan 2016 16:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407227 - branches/2016Q1/security/py-pyaff4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 16:26:15 -0000 Author: feld Date: Mon Jan 25 16:26:14 2016 New Revision: 407227 URL: https://svnweb.freebsd.org/changeset/ports/407227 Log: Revert MFH Only affects version 0.20 which is not in 2016Q1 Submitted by: antoine Approved by: ports-secteam (with hat) Modified: branches/2016Q1/security/py-pyaff4/Makefile Modified: branches/2016Q1/security/py-pyaff4/Makefile ============================================================================== --- branches/2016Q1/security/py-pyaff4/Makefile Mon Jan 25 16:21:29 2016 (r407226) +++ branches/2016Q1/security/py-pyaff4/Makefile Mon Jan 25 16:26:14 2016 (r407227) @@ -3,7 +3,6 @@ PORTNAME= PyAFF4 PORTVERSION= 0.17 -PORTREVISION= 1 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +19,4 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}inte USES= python USE_PYTHON= distutils autoplist -post-extract: - @${CHMOD} -R a+rX ${WRKSRC} - .include From owner-svn-ports-branches@freebsd.org Mon Jan 25 16:45:24 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1D4BA45E78; Mon, 25 Jan 2016 16:45:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 665808C; Mon, 25 Jan 2016 16:45:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PGjNLm061713; Mon, 25 Jan 2016 16:45:23 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PGjN2D061712; Mon, 25 Jan 2016 16:45:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601251645.u0PGjN2D061712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 25 Jan 2016 16:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407229 - branches/2016Q1/devel/libosinfo/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 16:45:24 -0000 Author: feld Date: Mon Jan 25 16:45:23 2016 New Revision: 407229 URL: https://svnweb.freebsd.org/changeset/ports/407229 Log: Revert MFH The build is not actually broken on 2016Q1 branch Submitted by: antoine Approved by: ports-secteam (with hat) Deleted: branches/2016Q1/devel/libosinfo/files/ From owner-svn-ports-branches@freebsd.org Mon Jan 25 16:47:12 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1931FA45F77; Mon, 25 Jan 2016 16:47:12 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE93C23B; Mon, 25 Jan 2016 16:47:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PGlAj8061881; Mon, 25 Jan 2016 16:47:10 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PGlAOo061880; Mon, 25 Jan 2016 16:47:10 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601251647.u0PGlAOo061880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 25 Jan 2016 16:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407230 - branches/2016Q1/math/why3-spark X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 16:47:12 -0000 Author: feld Date: Mon Jan 25 16:47:10 2016 New Revision: 407230 URL: https://svnweb.freebsd.org/changeset/ports/407230 Log: Revert MFH The ocaml change that broke the build did not make it to 2016Q1 branch Submitted by: antoine Approved by: ports-secteam (with hat) Modified: branches/2016Q1/math/why3-spark/Makefile Modified: branches/2016Q1/math/why3-spark/Makefile ============================================================================== --- branches/2016Q1/math/why3-spark/Makefile Mon Jan 25 16:45:23 2016 (r407229) +++ branches/2016Q1/math/why3-spark/Makefile Mon Jan 25 16:47:10 2016 (r407230) @@ -15,8 +15,6 @@ COMMENT= Component of SPARK 2015 LICENSE= LGPL21 GPLv3 LICENSE_COMB= multi -BROKEN= broken by recent updated to an ocaml dependency - BUILD_DEPENDS= menhir:${PORTSDIR}/devel/menhir \ ocaml-zip>1:${PORTSDIR}/archivers/ocaml-zip \ ocaml-zarith>1.2:${PORTSDIR}/math/ocaml-zarith \ From owner-svn-ports-branches@freebsd.org Mon Jan 25 18:44:26 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60E44A45372; Mon, 25 Jan 2016 18:44:26 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32B4CDA7; Mon, 25 Jan 2016 18:44:26 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0PIiPaP097223; Mon, 25 Jan 2016 18:44:25 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0PIiPXA097222; Mon, 25 Jan 2016 18:44:25 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201601251844.u0PIiPXA097222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 25 Jan 2016 18:44:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407235 - in branches/2016Q1/devel/py-pyflakes: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 18:44:26 -0000 Author: koobs Date: Mon Jan 25 18:44:25 2016 New Revision: 407235 URL: https://svnweb.freebsd.org/changeset/ports/407235 Log: MFH: r407211 devel/py-pyflakes: Make ports compliant - Add LICENSE_FILE [1] - Sort USE_PYTHON [1] - Update test target [1] - Enable NO_ARCH [1] - Remove setup.py patch (unnecessary, python.mk installs flat eggs) Part 1 of 2, splitting non-version-update changes for MFH. PR: 206603 [1] Submitted by: rm [1] Approved by: ports-secteam (feld) Deleted: branches/2016Q1/devel/py-pyflakes/files/ Modified: branches/2016Q1/devel/py-pyflakes/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/py-pyflakes/Makefile ============================================================================== --- branches/2016Q1/devel/py-pyflakes/Makefile Mon Jan 25 18:22:40 2016 (r407234) +++ branches/2016Q1/devel/py-pyflakes/Makefile Mon Jan 25 18:44:25 2016 (r407235) @@ -3,6 +3,7 @@ PORTNAME= pyflakes PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +12,14 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Program to analyze Python programs and detect various errors LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include From owner-svn-ports-branches@freebsd.org Tue Jan 26 03:32:55 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBA33A4665A; Tue, 26 Jan 2016 03:32:54 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9246BDBF; Tue, 26 Jan 2016 03:32:54 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0Q3Wrl9052975; Tue, 26 Jan 2016 03:32:53 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0Q3Wrim052973; Tue, 26 Jan 2016 03:32:53 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601260332.u0Q3Wrim052973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 26 Jan 2016 03:32:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407257 - branches/2016Q1/www/privoxy X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 03:32:55 -0000 Author: junovitch Date: Tue Jan 26 03:32:53 2016 New Revision: 407257 URL: https://svnweb.freebsd.org/changeset/ports/407257 Log: MFH: r406944 www/privoxy: 3.0.23 -> 3.0.24 Changes: http://www.privoxy.org/3.0.24/user-manual/whatsnew.html - Use Uses=autoreconf. - Unbreak installation with DOCS=off. - Add PRIVOXY_TOOLS to the default options. - Remove BROKEN_STRPTIME from the default options. FreeBSD bug #173421 is fixed in all supported releases. PR: 206504 Submitted by: Fabian Keil (maintainer) Approved by: ports-secteam (feld) Security: CVE-2016-1982 Security: CVE-2016-1983 Security: https://vuxml.FreeBSD.org/freebsd/a763a0e7-c3d9-11e5-b5fe-002590263bf5.html Modified: branches/2016Q1/www/privoxy/Makefile branches/2016Q1/www/privoxy/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/privoxy/Makefile ============================================================================== --- branches/2016Q1/www/privoxy/Makefile Tue Jan 26 03:13:31 2016 (r407256) +++ branches/2016Q1/www/privoxy/Makefile Tue Jan 26 03:32:53 2016 (r407257) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= privoxy -PORTVERSION= 3.0.23 +PORTVERSION= 3.0.24 CATEGORIES= www ipv6 MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 DISTNAME= privoxy-${PORTVERSION}-stable-src @@ -14,8 +14,8 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve WRKSRC= ${WRKDIR}/privoxy-${PORTVERSION}-stable -USES= cpe gmake shebangfix -USE_AUTOTOOLS= autoconf +USES= autoreconf cpe gmake shebangfix +GNU_CONFIGURE= yes SHEBANG_FILES= tools/privoxy-log-parser.pl tools/privoxy-regression-test.pl tools/uagen.pl USE_RC_SUBR= privoxy @@ -45,7 +45,7 @@ FORCE_DESC= Support bypassing of blocks PRIVOXY_TOOLS_DESC= Install Privoxy-Log-Parser, uagen, etc. TOGGLE_DESC= Support for remote toggling -OPTIONS_DEFAULT= BROKEN_STRPTIME EDITOR DOCS FORCE TOGGLE +OPTIONS_DEFAULT= EDITOR DOCS FORCE TOGGLE PRIVOXY_TOOLS OPTIONS_SUB= yes @@ -75,10 +75,12 @@ post-patch: -e 's,^\(filterfile user\),#\1,' \ ${WRKSRC}/config ${REINPLACE_CMD} \ + -e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl + +post-patch-DOCS-on: + ${REINPLACE_CMD} \ -e 's,^#\(user-manual\) http://www.privoxy.org/user-manual/,\1 ${DOCSDIR}/user-manual,' \ ${WRKSRC}/config - ${REINPLACE_CMD} \ - -e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl pre-configure: @(cd ${WRKSRC}; ${AUTOHEADER}) Modified: branches/2016Q1/www/privoxy/distinfo ============================================================================== --- branches/2016Q1/www/privoxy/distinfo Tue Jan 26 03:13:31 2016 (r407256) +++ branches/2016Q1/www/privoxy/distinfo Tue Jan 26 03:32:53 2016 (r407257) @@ -1,2 +1,2 @@ -SHA256 (privoxy-3.0.23-stable-src.tar.gz) = 80b1a172d0518a9f95cde83d18dc62b9c7f117b9ada77bdcd3d310107f28f964 -SIZE (privoxy-3.0.23-stable-src.tar.gz) = 1715099 +SHA256 (privoxy-3.0.24-stable-src.tar.gz) = a381f6dc78f08de0d4a2342d47a5949a6608073ada34b933137184f3ca9fb012 +SIZE (privoxy-3.0.24-stable-src.tar.gz) = 1728265 From owner-svn-ports-branches@freebsd.org Tue Jan 26 03:57:16 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F50CA46CC2; Tue, 26 Jan 2016 03:57:16 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F36081AE0; Tue, 26 Jan 2016 03:57:15 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0Q3vFGU059248; Tue, 26 Jan 2016 03:57:15 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0Q3vErS059246; Tue, 26 Jan 2016 03:57:14 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601260357.u0Q3vErS059246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 26 Jan 2016 03:57:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407259 - branches/2016Q1/net-im/prosody X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 03:57:16 -0000 Author: junovitch Date: Tue Jan 26 03:57:14 2016 New Revision: 407259 URL: https://svnweb.freebsd.org/changeset/ports/407259 Log: MFH: r405917 Update to 0.9.9, fixing several bugs including security issues. PR: 206150 Submitted by: Anton Shestakov Approved by: ports-secteam (feld) Security: CVE-2016-1232 Security: CVE-2016-1231 Security: https://vuxml.FreeBSD.org/freebsd/842cd117-ba54-11e5-9728-002590263bf5.html Modified: branches/2016Q1/net-im/prosody/Makefile branches/2016Q1/net-im/prosody/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net-im/prosody/Makefile ============================================================================== --- branches/2016Q1/net-im/prosody/Makefile Tue Jan 26 03:43:15 2016 (r407258) +++ branches/2016Q1/net-im/prosody/Makefile Tue Jan 26 03:57:14 2016 (r407259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= prosody -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= net-im MASTER_SITES= http://prosody.im/downloads/source/ \ http://redundancy.redundancy.org/mirror/ Modified: branches/2016Q1/net-im/prosody/distinfo ============================================================================== --- branches/2016Q1/net-im/prosody/distinfo Tue Jan 26 03:43:15 2016 (r407258) +++ branches/2016Q1/net-im/prosody/distinfo Tue Jan 26 03:57:14 2016 (r407259) @@ -1,2 +1,2 @@ -SHA256 (prosody-0.9.8.tar.gz) = 9470415c56e0b847089b45fabd48bc1f8211cd525fba56967409d064f4257871 -SIZE (prosody-0.9.8.tar.gz) = 268716 +SHA256 (prosody-0.9.9.tar.gz) = 5624fd80d1030c4d1e239172f7a0d58761a14ffad28713240e8f3165d5cacf2e +SIZE (prosody-0.9.9.tar.gz) = 269415 From owner-svn-ports-branches@freebsd.org Tue Jan 26 04:00:36 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B42EA46DB2; Tue, 26 Jan 2016 04:00:36 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 423D31C9D; Tue, 26 Jan 2016 04:00:36 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0Q40Zdm059772; Tue, 26 Jan 2016 04:00:35 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0Q40Yp6059763; Tue, 26 Jan 2016 04:00:34 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601260400.u0Q40Yp6059763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 26 Jan 2016 04:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407260 - in branches/2016Q1/net/kea: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 04:00:36 -0000 Author: junovitch Date: Tue Jan 26 04:00:34 2016 New Revision: 407260 URL: https://svnweb.freebsd.org/changeset/ports/407260 Log: MFH: r405259 Update to 1.0.0, the first production version. This includes security fixes for CVE-2015-8373 in addition to the following improvements: - Lease expiration. A configurable mechanism which provides the ability to properly clean up expired leases including hook points, DNS clean up, and logging. - Client classification. Initial support for client classification using conditional logic expressions to test inbound packet content is available for both DHCPv4 and DHCPv6. - Decline support in both DHCPv4 and DHCPv6. - New statistics. Several new statistics have been added. They can be used to monitor lease expiration and decline processing. - PXE boot. Several new DHCPv4 and DHCPv6 options useful for PXE and iPXE boot are now supported. - Host Reservations in MySQL. Kea is now able to store host reservations in both its configuration file and a MySQL database. While currently available only for DHCPv4, this functionality will be available for DHCPv6 in an upcoming release. - Kea 1.0.0 is released under new license Mozilla Public License 2.0. Earlier releases were licensed under the ISC license. The new license is slightly more restrictive than the original ISC license. Security: CVE-2015-8373 Security: https://kb.isc.org/article/AA-01318/0/CVE-2015-8373-ISC-Kea%3A-unexpected-termination-while-handling-a-malformed-packet.html Security: https://vuxml.FreeBSD.org/freebsd/59e7eb28-b309-11e5-af83-80ee73b5dcf5.html Approved by: ports-secteam (feld) Deleted: branches/2016Q1/net/kea/files/patch-src-lib-util-encode-base16_from_binary.h branches/2016Q1/net/kea/files/patch-src-lib-util-encode-base32hex_from_binary.h branches/2016Q1/net/kea/files/patch-src-lib-util-encode-binary_from_base16.h branches/2016Q1/net/kea/files/patch-src-lib-util-encode-binary_from_base32hex.h Modified: branches/2016Q1/net/kea/Makefile branches/2016Q1/net/kea/distinfo branches/2016Q1/net/kea/files/patch-Makefile.am branches/2016Q1/net/kea/files/patch-src-bin-keactrl-Makefile.am branches/2016Q1/net/kea/files/patch-src-bin-keactrl-keactrl.in branches/2016Q1/net/kea/files/patch-src-lib-dhcpsrv-Makefile.am branches/2016Q1/net/kea/files/patch-src-lib-dhcpsrv-daemon.cc branches/2016Q1/net/kea/files/patch-src-lib-log-interprocess-Makefile.am branches/2016Q1/net/kea/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net/kea/Makefile ============================================================================== --- branches/2016Q1/net/kea/Makefile Tue Jan 26 03:57:14 2016 (r407259) +++ branches/2016Q1/net/kea/Makefile Tue Jan 26 04:00:34 2016 (r407260) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kea -PORTVERSION= 0.9.2 +PORTVERSION= 1.0.0 CATEGORIES= net ipv6 MASTER_SITES= ISC MASTER_SITE_SUBDIR= kea/${PORTVERSION} @@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= kea/${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Alternative DHCP implementation by ISC -LICENSE= BSD3CLAUSE +LICENSE= MPL LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblog4cplus.so:${PORTSDIR}/devel/log4cplus \ @@ -24,11 +24,12 @@ CONFIGURE_ARGS= --disable-silent-rules \ --with-openssl=${OPENSSLBASE} \ --with-log4cplus=${LOCALBASE} \ --with-boost-include=${LOCALBASE}/include \ + --with-boost-lib-dir=${LOCALBASE}/lib \ --without-werror INSTALL_TARGET= install-strip PORTDOCS= AUTHORS COPYING ChangeLog README \ kea-guide.css kea-guide.html kea-guide.txt \ - kea-messages.html \ + kea-messages.html kea-logo-100x70.png \ examples OPTIONS_DEFINE= DOCS MYSQL PGSQL Modified: branches/2016Q1/net/kea/distinfo ============================================================================== --- branches/2016Q1/net/kea/distinfo Tue Jan 26 03:57:14 2016 (r407259) +++ branches/2016Q1/net/kea/distinfo Tue Jan 26 04:00:34 2016 (r407260) @@ -1,2 +1,2 @@ -SHA256 (kea-0.9.2.tar.gz) = 9845fa23e9dee576724018f2371107a5e608caa337e3e2eb008dea57a7c4e95d -SIZE (kea-0.9.2.tar.gz) = 4433329 +SHA256 (kea-1.0.0.tar.gz) = 96984fe918f9133d08d3115eac012d28814d8ccfaf25289499f028de56135afe +SIZE (kea-1.0.0.tar.gz) = 4559334 Modified: branches/2016Q1/net/kea/files/patch-Makefile.am ============================================================================== --- branches/2016Q1/net/kea/files/patch-Makefile.am Tue Jan 26 03:57:14 2016 (r407259) +++ branches/2016Q1/net/kea/files/patch-Makefile.am Tue Jan 26 04:00:34 2016 (r407260) @@ -1,16 +1,16 @@ ---- Makefile.am.orig 2015-07-23 16:45:11 UTC +--- Makefile.am.orig 2015-12-28 12:18:05 UTC +++ Makefile.am -@@ -121,7 +121,7 @@ cppcheck: +@@ -106,7 +106,7 @@ cppcheck: # These steps are necessary during installation install-exec-hook: mkdir -p $(DESTDIR)${localstatedir}/log/ - mkdir -p $(DESTDIR)${localstatedir}/run/${PACKAGE_NAME} + mkdir -p $(DESTDIR)${localstatedir}/run/ - ### include tool to generate documentation from log message specifications - ### in the distributed tarball: -@@ -439,7 +439,7 @@ EXTRA_DIST += ext/asio/asio/deadline_tim - EXTRA_DIST += ext/asio/asio/stream_socket_service.hpp + EXTRA_DIST = tools/path_replacer.sh + EXTRA_DIST += tools/mk_cfgrpt.sh +@@ -114,7 +114,7 @@ EXTRA_DIST += tools/mk_cfgrpt.sh + #### include external sources in the distributed tarball: EXTRA_DIST += ext/coroutine/coroutine.h -pkgconfigdir = $(libdir)/pkgconfig Modified: branches/2016Q1/net/kea/files/patch-src-bin-keactrl-Makefile.am ============================================================================== --- branches/2016Q1/net/kea/files/patch-src-bin-keactrl-Makefile.am Tue Jan 26 03:57:14 2016 (r407259) +++ branches/2016Q1/net/kea/files/patch-src-bin-keactrl-Makefile.am Tue Jan 26 04:00:34 2016 (r407260) @@ -1,4 +1,4 @@ ---- src/bin/keactrl/Makefile.am.orig 2015-07-23 16:45:11 UTC +--- src/bin/keactrl/Makefile.am.orig 2015-12-28 12:18:05 UTC +++ src/bin/keactrl/Makefile.am @@ -38,7 +38,7 @@ install-data-local: $(mkinstalldirs) $(DESTDIR)/@sysconfdir@/@PACKAGE@ Modified: branches/2016Q1/net/kea/files/patch-src-bin-keactrl-keactrl.in ============================================================================== --- branches/2016Q1/net/kea/files/patch-src-bin-keactrl-keactrl.in Tue Jan 26 03:57:14 2016 (r407259) +++ branches/2016Q1/net/kea/files/patch-src-bin-keactrl-keactrl.in Tue Jan 26 04:00:34 2016 (r407260) @@ -1,6 +1,6 @@ ---- src/bin/keactrl/keactrl.in.orig 2015-07-23 16:45:11 UTC +--- src/bin/keactrl/keactrl.in.orig 2015-12-28 12:18:45 UTC +++ src/bin/keactrl/keactrl.in -@@ -77,7 +77,7 @@ get_pid_from_file() { +@@ -69,7 +69,7 @@ get_pid_from_file() { local conf_name=$(basename ${kea_config_file} | cut -f1 -d'.') # Default the directory to --localstatedir @@ -9,7 +9,7 @@ # Use directory override if set (primarily for testing only) if [ ! -z $KEA_PIDFILE_DIR ]; then -@@ -260,7 +260,7 @@ check_kea_conf() { +@@ -252,7 +252,7 @@ check_kea_conf() { # to the default file. if [ -z ${KEA_LOGGER_DESTINATION} ]; then prefix=@prefix@ Modified: branches/2016Q1/net/kea/files/patch-src-lib-dhcpsrv-Makefile.am ============================================================================== --- branches/2016Q1/net/kea/files/patch-src-lib-dhcpsrv-Makefile.am Tue Jan 26 03:57:14 2016 (r407259) +++ branches/2016Q1/net/kea/files/patch-src-lib-dhcpsrv-Makefile.am Tue Jan 26 04:00:34 2016 (r407260) @@ -1,4 +1,4 @@ ---- src/lib/dhcpsrv/Makefile.am.orig 2015-07-23 16:45:11 UTC +--- src/lib/dhcpsrv/Makefile.am.orig 2015-12-28 12:18:05 UTC +++ src/lib/dhcpsrv/Makefile.am @@ -2,10 +2,10 @@ AUTOMAKE_OPTIONS = subdir-objects Modified: branches/2016Q1/net/kea/files/patch-src-lib-dhcpsrv-daemon.cc ============================================================================== --- branches/2016Q1/net/kea/files/patch-src-lib-dhcpsrv-daemon.cc Tue Jan 26 03:57:14 2016 (r407259) +++ branches/2016Q1/net/kea/files/patch-src-lib-dhcpsrv-daemon.cc Tue Jan 26 04:00:34 2016 (r407260) @@ -1,6 +1,6 @@ ---- src/lib/dhcpsrv/daemon.cc.orig 2015-07-23 16:45:11 UTC +--- src/lib/dhcpsrv/daemon.cc.orig 2015-12-28 12:18:45 UTC +++ src/lib/dhcpsrv/daemon.cc -@@ -36,7 +36,7 @@ namespace dhcp { +@@ -28,7 +28,7 @@ namespace dhcp { Daemon::Daemon() : signal_set_(), signal_handler_(), config_file_(""), proc_name_(""), Modified: branches/2016Q1/net/kea/files/patch-src-lib-log-interprocess-Makefile.am ============================================================================== --- branches/2016Q1/net/kea/files/patch-src-lib-log-interprocess-Makefile.am Tue Jan 26 03:57:14 2016 (r407259) +++ branches/2016Q1/net/kea/files/patch-src-lib-log-interprocess-Makefile.am Tue Jan 26 04:00:34 2016 (r407260) @@ -1,11 +1,11 @@ ---- src/lib/log/interprocess/Makefile.am.orig 2015-07-23 16:45:11 UTC +--- src/lib/log/interprocess/Makefile.am.orig 2015-12-28 12:18:05 UTC +++ src/lib/log/interprocess/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = . tests AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib --AM_CPPFLAGS += -DLOCKFILE_DIR=\"${localstatedir}/run/${PACKAGE_NAME}\" -+AM_CPPFLAGS += -DLOCKFILE_DIR=\"${localstatedir}/run\" +-AM_CPPFLAGS += -DLOCKFILE_DIR=\"$(localstatedir)/run/$(PACKAGE_NAME)\" ++AM_CPPFLAGS += -DLOCKFILE_DIR=\"$(localstatedir)/run\" AM_CPPFLAGS += $(BOOST_INCLUDES) AM_CXXFLAGS = $(KEA_CXXFLAGS) Modified: branches/2016Q1/net/kea/pkg-plist ============================================================================== --- branches/2016Q1/net/kea/pkg-plist Tue Jan 26 03:57:14 2016 (r407259) +++ branches/2016Q1/net/kea/pkg-plist Tue Jan 26 04:00:34 2016 (r407260) @@ -1,312 +1,6 @@ -bin/message -include/kea/asio/LICENSE_1_0.txt -include/kea/asio/README -include/kea/asio/basic_datagram_socket.hpp -include/kea/asio/basic_deadline_timer.hpp -include/kea/asio/basic_io_object.hpp -include/kea/asio/basic_raw_socket.hpp -include/kea/asio/basic_serial_port.hpp -include/kea/asio/basic_socket.hpp -include/kea/asio/basic_socket_acceptor.hpp -include/kea/asio/basic_socket_iostream.hpp -include/kea/asio/basic_socket_streambuf.hpp -include/kea/asio/basic_stream_socket.hpp -include/kea/asio/basic_streambuf.hpp -include/kea/asio/basic_streambuf_fwd.hpp -include/kea/asio/buffer.hpp -include/kea/asio/buffered_read_stream.hpp -include/kea/asio/buffered_read_stream_fwd.hpp -include/kea/asio/buffered_stream.hpp -include/kea/asio/buffered_stream_fwd.hpp -include/kea/asio/buffered_write_stream.hpp -include/kea/asio/buffered_write_stream_fwd.hpp -include/kea/asio/buffers_iterator.hpp -include/kea/asio/completion_condition.hpp -include/kea/asio/datagram_socket_service.hpp -include/kea/asio/deadline_timer.hpp -include/kea/asio/deadline_timer_service.hpp -include/kea/asio/detail/array_fwd.hpp -include/kea/asio/detail/base_from_completion_cond.hpp -include/kea/asio/detail/bind_handler.hpp -include/kea/asio/detail/buffer_resize_guard.hpp -include/kea/asio/detail/buffer_sequence_adapter.hpp -include/kea/asio/detail/buffered_stream_storage.hpp -include/kea/asio/detail/call_stack.hpp -include/kea/asio/detail/completion_handler.hpp -include/kea/asio/detail/config.hpp -include/kea/asio/detail/consuming_buffers.hpp -include/kea/asio/detail/deadline_timer_service.hpp -include/kea/asio/detail/descriptor_ops.hpp -include/kea/asio/detail/descriptor_read_op.hpp -include/kea/asio/detail/descriptor_write_op.hpp -include/kea/asio/detail/dev_poll_reactor.hpp -include/kea/asio/detail/dev_poll_reactor_fwd.hpp -include/kea/asio/detail/epoll_reactor.hpp -include/kea/asio/detail/epoll_reactor_fwd.hpp -include/kea/asio/detail/event.hpp -include/kea/asio/detail/eventfd_select_interrupter.hpp -include/kea/asio/detail/fd_set_adapter.hpp -include/kea/asio/detail/fenced_block.hpp -include/kea/asio/detail/gcc_arm_fenced_block.hpp -include/kea/asio/detail/gcc_fenced_block.hpp -include/kea/asio/detail/gcc_hppa_fenced_block.hpp -include/kea/asio/detail/gcc_sync_fenced_block.hpp -include/kea/asio/detail/gcc_x86_fenced_block.hpp -include/kea/asio/detail/handler_alloc_helpers.hpp -include/kea/asio/detail/handler_invoke_helpers.hpp -include/kea/asio/detail/hash_map.hpp -include/kea/asio/detail/impl/descriptor_ops.ipp -include/kea/asio/detail/impl/dev_poll_reactor.hpp -include/kea/asio/detail/impl/dev_poll_reactor.ipp -include/kea/asio/detail/impl/epoll_reactor.hpp -include/kea/asio/detail/impl/epoll_reactor.ipp -include/kea/asio/detail/impl/eventfd_select_interrupter.ipp -include/kea/asio/detail/impl/kqueue_reactor.hpp -include/kea/asio/detail/impl/kqueue_reactor.ipp -include/kea/asio/detail/impl/pipe_select_interrupter.ipp -include/kea/asio/detail/impl/posix_event.ipp -include/kea/asio/detail/impl/posix_mutex.ipp -include/kea/asio/detail/impl/posix_thread.ipp -include/kea/asio/detail/impl/posix_tss_ptr.ipp -include/kea/asio/detail/impl/reactive_descriptor_service.ipp -include/kea/asio/detail/impl/reactive_serial_port_service.ipp -include/kea/asio/detail/impl/reactive_socket_service_base.ipp -include/kea/asio/detail/impl/resolver_service_base.ipp -include/kea/asio/detail/impl/select_reactor.hpp -include/kea/asio/detail/impl/select_reactor.ipp -include/kea/asio/detail/impl/service_registry.hpp -include/kea/asio/detail/impl/service_registry.ipp -include/kea/asio/detail/impl/socket_ops.ipp -include/kea/asio/detail/impl/socket_select_interrupter.ipp -include/kea/asio/detail/impl/strand_service.hpp -include/kea/asio/detail/impl/strand_service.ipp -include/kea/asio/detail/impl/task_io_service.hpp -include/kea/asio/detail/impl/task_io_service.ipp -include/kea/asio/detail/impl/throw_error.ipp -include/kea/asio/detail/impl/timer_queue.ipp -include/kea/asio/detail/impl/timer_queue_set.ipp -include/kea/asio/detail/impl/win_event.ipp -include/kea/asio/detail/impl/win_iocp_handle_service.ipp -include/kea/asio/detail/impl/win_iocp_io_service.hpp -include/kea/asio/detail/impl/win_iocp_io_service.ipp -include/kea/asio/detail/impl/win_iocp_serial_port_service.ipp -include/kea/asio/detail/impl/win_iocp_socket_service_base.ipp -include/kea/asio/detail/impl/win_mutex.ipp -include/kea/asio/detail/impl/win_thread.ipp -include/kea/asio/detail/impl/win_tss_ptr.ipp -include/kea/asio/detail/impl/winsock_init.ipp -include/kea/asio/detail/io_control.hpp -include/kea/asio/detail/kqueue_reactor.hpp -include/kea/asio/detail/kqueue_reactor_fwd.hpp -include/kea/asio/detail/local_free_on_block_exit.hpp -include/kea/asio/detail/macos_fenced_block.hpp -include/kea/asio/detail/mutex.hpp -include/kea/asio/detail/noncopyable.hpp -include/kea/asio/detail/null_buffers_op.hpp -include/kea/asio/detail/null_event.hpp -include/kea/asio/detail/null_fenced_block.hpp -include/kea/asio/detail/null_mutex.hpp -include/kea/asio/detail/null_signal_blocker.hpp -include/kea/asio/detail/null_thread.hpp -include/kea/asio/detail/null_tss_ptr.hpp -include/kea/asio/detail/object_pool.hpp -include/kea/asio/detail/old_win_sdk_compat.hpp -include/kea/asio/detail/op_queue.hpp -include/kea/asio/detail/operation.hpp -include/kea/asio/detail/pipe_select_interrupter.hpp -include/kea/asio/detail/pop_options.hpp -include/kea/asio/detail/posix_event.hpp -include/kea/asio/detail/posix_fd_set_adapter.hpp -include/kea/asio/detail/posix_mutex.hpp -include/kea/asio/detail/posix_signal_blocker.hpp -include/kea/asio/detail/posix_thread.hpp -include/kea/asio/detail/posix_tss_ptr.hpp -include/kea/asio/detail/push_options.hpp -include/kea/asio/detail/reactive_descriptor_service.hpp -include/kea/asio/detail/reactive_null_buffers_op.hpp -include/kea/asio/detail/reactive_serial_port_service.hpp -include/kea/asio/detail/reactive_socket_accept_op.hpp -include/kea/asio/detail/reactive_socket_connect_op.hpp -include/kea/asio/detail/reactive_socket_recv_op.hpp -include/kea/asio/detail/reactive_socket_recvfrom_op.hpp -include/kea/asio/detail/reactive_socket_send_op.hpp -include/kea/asio/detail/reactive_socket_sendto_op.hpp -include/kea/asio/detail/reactive_socket_service.hpp -include/kea/asio/detail/reactive_socket_service_base.hpp -include/kea/asio/detail/reactor.hpp -include/kea/asio/detail/reactor_fwd.hpp -include/kea/asio/detail/reactor_op.hpp -include/kea/asio/detail/reactor_op_queue.hpp -include/kea/asio/detail/regex_fwd.hpp -include/kea/asio/detail/resolve_endpoint_op.hpp -include/kea/asio/detail/resolve_op.hpp -include/kea/asio/detail/resolver_service.hpp -include/kea/asio/detail/resolver_service_base.hpp -include/kea/asio/detail/scoped_lock.hpp -include/kea/asio/detail/select_interrupter.hpp -include/kea/asio/detail/select_reactor.hpp -include/kea/asio/detail/select_reactor_fwd.hpp -include/kea/asio/detail/service_base.hpp -include/kea/asio/detail/service_id.hpp -include/kea/asio/detail/service_registry.hpp -include/kea/asio/detail/service_registry_fwd.hpp -include/kea/asio/detail/shared_ptr.hpp -include/kea/asio/detail/signal_blocker.hpp -include/kea/asio/detail/signal_init.hpp -include/kea/asio/detail/socket_holder.hpp -include/kea/asio/detail/socket_ops.hpp -include/kea/asio/detail/socket_option.hpp -include/kea/asio/detail/socket_select_interrupter.hpp -include/kea/asio/detail/socket_types.hpp -include/kea/asio/detail/solaris_fenced_block.hpp -include/kea/asio/detail/strand_service.hpp -include/kea/asio/detail/task_io_service.hpp -include/kea/asio/detail/task_io_service_fwd.hpp -include/kea/asio/detail/task_io_service_operation.hpp -include/kea/asio/detail/thread.hpp -include/kea/asio/detail/throw_error.hpp -include/kea/asio/detail/timer_op.hpp -include/kea/asio/detail/timer_queue.hpp -include/kea/asio/detail/timer_queue_base.hpp -include/kea/asio/detail/timer_queue_fwd.hpp -include/kea/asio/detail/timer_queue_set.hpp -include/kea/asio/detail/timer_scheduler.hpp -include/kea/asio/detail/timer_scheduler_fwd.hpp -include/kea/asio/detail/tss_ptr.hpp -include/kea/asio/detail/wait_handler.hpp -include/kea/asio/detail/weak_ptr.hpp -include/kea/asio/detail/win_event.hpp -include/kea/asio/detail/win_fd_set_adapter.hpp -include/kea/asio/detail/win_fenced_block.hpp -include/kea/asio/detail/win_iocp_handle_read_op.hpp -include/kea/asio/detail/win_iocp_handle_service.hpp -include/kea/asio/detail/win_iocp_handle_write_op.hpp -include/kea/asio/detail/win_iocp_io_service.hpp -include/kea/asio/detail/win_iocp_io_service_fwd.hpp -include/kea/asio/detail/win_iocp_null_buffers_op.hpp -include/kea/asio/detail/win_iocp_operation.hpp -include/kea/asio/detail/win_iocp_overlapped_op.hpp -include/kea/asio/detail/win_iocp_overlapped_ptr.hpp -include/kea/asio/detail/win_iocp_serial_port_service.hpp -include/kea/asio/detail/win_iocp_socket_accept_op.hpp -include/kea/asio/detail/win_iocp_socket_recv_op.hpp -include/kea/asio/detail/win_iocp_socket_recvfrom_op.hpp -include/kea/asio/detail/win_iocp_socket_send_op.hpp -include/kea/asio/detail/win_iocp_socket_service.hpp -include/kea/asio/detail/win_iocp_socket_service_base.hpp -include/kea/asio/detail/win_mutex.hpp -include/kea/asio/detail/win_signal_blocker.hpp -include/kea/asio/detail/win_thread.hpp -include/kea/asio/detail/win_tss_ptr.hpp -include/kea/asio/detail/wince_thread.hpp -include/kea/asio/detail/winsock_init.hpp -include/kea/asio/detail/wrapped_handler.hpp -include/kea/asio/error.hpp -include/kea/asio/error_code.hpp -include/kea/asio/handler_alloc_hook.hpp -include/kea/asio/handler_invoke_hook.hpp -include/kea/asio/impl/error.ipp -include/kea/asio/impl/error_code.ipp -include/kea/asio/impl/io_service.hpp -include/kea/asio/impl/io_service.ipp -include/kea/asio/impl/read.hpp -include/kea/asio/impl/read.ipp -include/kea/asio/impl/read_at.hpp -include/kea/asio/impl/read_at.ipp -include/kea/asio/impl/read_until.hpp -include/kea/asio/impl/read_until.ipp -include/kea/asio/impl/serial_port_base.hpp -include/kea/asio/impl/serial_port_base.ipp -include/kea/asio/impl/src.cpp -include/kea/asio/impl/src.hpp -include/kea/asio/impl/write.hpp -include/kea/asio/impl/write.ipp -include/kea/asio/impl/write_at.hpp -include/kea/asio/impl/write_at.ipp -include/kea/asio/io_service.hpp -include/kea/asio/ip/address.hpp -include/kea/asio/ip/address_v4.hpp -include/kea/asio/ip/address_v6.hpp -include/kea/asio/ip/basic_endpoint.hpp -include/kea/asio/ip/basic_resolver.hpp -include/kea/asio/ip/basic_resolver_entry.hpp -include/kea/asio/ip/basic_resolver_iterator.hpp -include/kea/asio/ip/basic_resolver_query.hpp -include/kea/asio/ip/detail/endpoint.hpp -include/kea/asio/ip/detail/impl/endpoint.ipp -include/kea/asio/ip/detail/socket_option.hpp -include/kea/asio/ip/host_name.hpp -include/kea/asio/ip/icmp.hpp -include/kea/asio/ip/impl/address.hpp -include/kea/asio/ip/impl/address.ipp -include/kea/asio/ip/impl/address_v4.hpp -include/kea/asio/ip/impl/address_v4.ipp -include/kea/asio/ip/impl/address_v6.hpp -include/kea/asio/ip/impl/address_v6.ipp -include/kea/asio/ip/impl/basic_endpoint.hpp -include/kea/asio/ip/impl/host_name.ipp -include/kea/asio/ip/multicast.hpp -include/kea/asio/ip/resolver_query_base.hpp -include/kea/asio/ip/resolver_service.hpp -include/kea/asio/ip/tcp.hpp -include/kea/asio/ip/udp.hpp -include/kea/asio/ip/unicast.hpp -include/kea/asio/ip/v6_only.hpp -include/kea/asio/is_read_buffered.hpp -include/kea/asio/is_write_buffered.hpp -include/kea/asio/local/basic_endpoint.hpp -include/kea/asio/local/connect_pair.hpp -include/kea/asio/local/datagram_protocol.hpp -include/kea/asio/local/detail/endpoint.hpp -include/kea/asio/local/detail/impl/endpoint.ipp -include/kea/asio/local/stream_protocol.hpp -include/kea/asio/placeholders.hpp -include/kea/asio/posix/basic_descriptor.hpp -include/kea/asio/posix/basic_stream_descriptor.hpp -include/kea/asio/posix/descriptor_base.hpp -include/kea/asio/posix/stream_descriptor.hpp -include/kea/asio/posix/stream_descriptor_service.hpp -include/kea/asio/raw_socket_service.hpp -include/kea/asio/read.hpp -include/kea/asio/read_at.hpp -include/kea/asio/read_until.hpp -include/kea/asio/serial_port.hpp -include/kea/asio/serial_port_base.hpp -include/kea/asio/serial_port_service.hpp -include/kea/asio/socket_acceptor_service.hpp -include/kea/asio/socket_base.hpp -include/kea/asio/ssl.hpp -include/kea/asio/ssl/basic_context.hpp -include/kea/asio/ssl/context.hpp -include/kea/asio/ssl/context_base.hpp -include/kea/asio/ssl/context_service.hpp -include/kea/asio/ssl/detail/openssl_context_service.hpp -include/kea/asio/ssl/detail/openssl_init.hpp -include/kea/asio/ssl/detail/openssl_operation.hpp -include/kea/asio/ssl/detail/openssl_stream_service.hpp -include/kea/asio/ssl/detail/openssl_types.hpp -include/kea/asio/ssl/stream.hpp -include/kea/asio/ssl/stream_base.hpp -include/kea/asio/ssl/stream_service.hpp -include/kea/asio/strand.hpp -include/kea/asio/stream_socket_service.hpp -include/kea/asio/streambuf.hpp -include/kea/asio/system_error.hpp -include/kea/asio/thread.hpp -include/kea/asio/time_traits.hpp -include/kea/asio/version.hpp -include/kea/asio/windows/basic_handle.hpp -include/kea/asio/windows/basic_random_access_handle.hpp -include/kea/asio/windows/basic_stream_handle.hpp -include/kea/asio/windows/overlapped_ptr.hpp -include/kea/asio/windows/random_access_handle.hpp -include/kea/asio/windows/random_access_handle_service.hpp -include/kea/asio/windows/stream_handle.hpp -include/kea/asio/windows/stream_handle_service.hpp -include/kea/asio/write.hpp -include/kea/asio/write_at.hpp -include/kea/asiolink/io_address.h +bin/kea-msg-compiler include/kea/config.h +include/kea/asiolink/io_address.h include/kea/dhcp/classify.h include/kea/dhcp/dhcp4.h include/kea/dhcp/dhcp6.h @@ -412,6 +106,10 @@ lib/libkea-exceptions.a lib/libkea-exceptions.so lib/libkea-exceptions.so.0 lib/libkea-exceptions.so.0.0.0 +lib/libkea-eval.a +lib/libkea-eval.so +lib/libkea-eval.so.3 +lib/libkea-eval.so.3.0.0 lib/libkea-hooks.a lib/libkea-hooks.so lib/libkea-hooks.so.1 @@ -456,13 +154,12 @@ sbin/perfdhcp %%DATADIR%%/dhcp6.spec %%DATADIR%%/scripts/admin-utils.sh %%DATADIR%%/scripts/mysql/dhcpdb_create.mysql -%%DATADIR%%/scripts/mysql/lease_dump_1.0.sh -%%DATADIR%%/scripts/mysql/lease_dump_2.0.sh -%%DATADIR%%/scripts/mysql/lease_dump_3.0.sh %%DATADIR%%/scripts/mysql/upgrade_1.0_to_2.0.sh %%DATADIR%%/scripts/mysql/upgrade_2.0_to_3.0.sh +%%DATADIR%%/scripts/mysql/upgrade_3.0_to_4.0.sh +%%DATADIR%%/scripts/mysql/upgrade_4.0_to_4.1.sh +%%DATADIR%%/scripts/pgsql/upgrade_1.0_to_2.0.sh %%DATADIR%%/scripts/pgsql/dhcpdb_create.pgsql -%%DATADIR%%/scripts/pgsql/lease_dump_1.0.sh @sample %%ETCDIR%%/kea.conf.sample @sample %%ETCDIR%%/keactrl.conf.sample @dir /var/db/kea From owner-svn-ports-branches@freebsd.org Tue Jan 26 18:23:14 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69453A4647A; Tue, 26 Jan 2016 18:23:14 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37B581D33; Tue, 26 Jan 2016 18:23:14 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0QINDtO015900; Tue, 26 Jan 2016 18:23:13 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0QINDCJ015898; Tue, 26 Jan 2016 18:23:13 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201601261823.u0QINDCJ015898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 26 Jan 2016 18:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407282 - in branches/2016Q1/java: linux-sun-jdk17 linux-sun-jre17 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 18:23:14 -0000 Author: jkim Date: Tue Jan 26 18:23:12 2016 New Revision: 407282 URL: https://svnweb.freebsd.org/changeset/ports/407282 Log: MFH: r407248 Mark forbidden. Oracle Java SE 7 has reached end-of-life status and it has multiple security vulnerabilities. http://www.oracle.com/technetwork/java/eol-135779.html Approved by: ports-secteam (feld) Modified: branches/2016Q1/java/linux-sun-jdk17/Makefile branches/2016Q1/java/linux-sun-jre17/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/java/linux-sun-jdk17/Makefile ============================================================================== --- branches/2016Q1/java/linux-sun-jdk17/Makefile Tue Jan 26 18:06:31 2016 (r407281) +++ branches/2016Q1/java/linux-sun-jdk17/Makefile Tue Jan 26 18:23:12 2016 (r407282) @@ -11,6 +11,8 @@ DISTNAME= jdk-${JDK_VERSION}u${JDK_UPDAT MAINTAINER= java@FreeBSD.org COMMENT= Oracle Java ${JDK_VERSION} Development Kit for Linux +FORBIDDEN= Multiple security vulnerabilities + RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper OPTIONS_DEFINE= DEMO Modified: branches/2016Q1/java/linux-sun-jre17/Makefile ============================================================================== --- branches/2016Q1/java/linux-sun-jre17/Makefile Tue Jan 26 18:06:31 2016 (r407281) +++ branches/2016Q1/java/linux-sun-jre17/Makefile Tue Jan 26 18:23:12 2016 (r407282) @@ -10,6 +10,8 @@ DISTNAME= jre-${JRE_VERSION}u${JRE_UPDAT MAINTAINER= java@FreeBSD.org COMMENT= Oracle Java ${JRE_VERSION} Runtime Environment for Linux +FORBIDDEN= Multiple security vulnerabilities + RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper NO_CDROM= License does not allow distribution with fee From owner-svn-ports-branches@freebsd.org Tue Jan 26 18:26:29 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8805A4658F; Tue, 26 Jan 2016 18:26:29 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 607E3A9; Tue, 26 Jan 2016 18:26:29 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0QIQSFm016276; Tue, 26 Jan 2016 18:26:28 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0QIQSN0016273; Tue, 26 Jan 2016 18:26:28 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201601261826.u0QIQSN0016273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 26 Jan 2016 18:26:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407284 - branches/2016Q1/java/linux-oracle-jdk18 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 18:26:29 -0000 Author: jkim Date: Tue Jan 26 18:26:27 2016 New Revision: 407284 URL: https://svnweb.freebsd.org/changeset/ports/407284 Log: MFH: r407246 Update to 8u72. Approved by: ports-secteam (feld) Modified: branches/2016Q1/java/linux-oracle-jdk18/Makefile branches/2016Q1/java/linux-oracle-jdk18/distinfo branches/2016Q1/java/linux-oracle-jdk18/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/java/linux-oracle-jdk18/Makefile ============================================================================== --- branches/2016Q1/java/linux-oracle-jdk18/Makefile Tue Jan 26 18:24:06 2016 (r407283) +++ branches/2016Q1/java/linux-oracle-jdk18/Makefile Tue Jan 26 18:26:27 2016 (r407284) @@ -30,7 +30,7 @@ ONLY_FOR_ARCHS= i386 amd64 JDK_VENDOR= oracle JDK_VERSION= 8 JDK_INTERNAL_VERSION= 1.${JDK_VERSION}.0 -JDK_UPDATE_VERSION= 66 +JDK_UPDATE_VERSION= 72 .if ${JDK_UPDATE_VERSION} == 0 DL_JDK_VERSION= ${JDK_INTERNAL_VERSION} .elif ${JDK_UPDATE_VERSION} <= 9 Modified: branches/2016Q1/java/linux-oracle-jdk18/distinfo ============================================================================== --- branches/2016Q1/java/linux-oracle-jdk18/distinfo Tue Jan 26 18:24:06 2016 (r407283) +++ branches/2016Q1/java/linux-oracle-jdk18/distinfo Tue Jan 26 18:26:27 2016 (r407284) @@ -1,4 +1,4 @@ -SHA256 (jdk-8u66-linux-i586.tar.gz) = 21026a8d789f479d3905a4ead0c97fd5190aa9b4d1bfc66413e9136513ca84a2 -SIZE (jdk-8u66-linux-i586.tar.gz) = 183327641 -SHA256 (jdk-8u66-linux-i586-demos.tar.gz) = 7d00b6943cabfcd98a7f4e9a8a61183fd5cf12cd64c9b2500fa56f86c1fd8fb5 -SIZE (jdk-8u66-linux-i586-demos.tar.gz) = 55055872 +SHA256 (jdk-8u72-linux-i586.tar.gz) = 58456a9e6cf75f52069a405067f69a78870c24628abd751ae1a99d5d2ab57908 +SIZE (jdk-8u72-linux-i586.tar.gz) = 183418689 +SHA256 (jdk-8u72-linux-i586-demos.tar.gz) = b6363a25fa92ffc2d70ec9ba860999769437e641c815977ac3fd1215841a77f7 +SIZE (jdk-8u72-linux-i586-demos.tar.gz) = 55071979 Modified: branches/2016Q1/java/linux-oracle-jdk18/pkg-plist ============================================================================== --- branches/2016Q1/java/linux-oracle-jdk18/pkg-plist Tue Jan 26 18:24:06 2016 (r407283) +++ branches/2016Q1/java/linux-oracle-jdk18/pkg-plist Tue Jan 26 18:26:27 2016 (r407284) @@ -1633,6 +1633,8 @@ %%T%%/jre/lib/deploy/mixcode_s.png %%T%%/jre/lib/deploy/splash.gif %%T%%/jre/lib/deploy/splash@2x.gif +%%T%%/jre/lib/deploy/splash_11-lic.gif +%%T%%/jre/lib/deploy/splash_11@2x-lic.gif %%T%%/jre/lib/desktop/applications/sun-java.desktop %%T%%/jre/lib/desktop/applications/sun-javaws.desktop %%T%%/jre/lib/desktop/applications/sun_java.desktop From owner-svn-ports-branches@freebsd.org Tue Jan 26 18:29:01 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B7C3A46684; Tue, 26 Jan 2016 18:29:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6FA52E8; Tue, 26 Jan 2016 18:29:00 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0QISxXn016493; Tue, 26 Jan 2016 18:28:59 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0QISxvc016490; Tue, 26 Jan 2016 18:28:59 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201601261828.u0QISxvc016490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 26 Jan 2016 18:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407285 - branches/2016Q1/java/linux-oracle-jre18 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 18:29:01 -0000 Author: jkim Date: Tue Jan 26 18:28:59 2016 New Revision: 407285 URL: https://svnweb.freebsd.org/changeset/ports/407285 Log: MFH: r407247 Update to 8u72. Approved by: ports-secteam (feld) Modified: branches/2016Q1/java/linux-oracle-jre18/Makefile branches/2016Q1/java/linux-oracle-jre18/distinfo branches/2016Q1/java/linux-oracle-jre18/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/java/linux-oracle-jre18/Makefile ============================================================================== --- branches/2016Q1/java/linux-oracle-jre18/Makefile Tue Jan 26 18:26:27 2016 (r407284) +++ branches/2016Q1/java/linux-oracle-jre18/Makefile Tue Jan 26 18:28:59 2016 (r407285) @@ -28,7 +28,7 @@ ONLY_FOR_ARCHS= i386 amd64 JRE_VENDOR= oracle JRE_VERSION= 8 JRE_INTERNAL_VERSION= 1.${JRE_VERSION}.0 -JRE_UPDATE_VERSION= 66 +JRE_UPDATE_VERSION= 72 .if ${JRE_UPDATE_VERSION} == 0 DL_JRE_VERSION= ${JRE_INTERNAL_VERSION} .elif ${JRE_UPDATE_VERSION} <= 9 Modified: branches/2016Q1/java/linux-oracle-jre18/distinfo ============================================================================== --- branches/2016Q1/java/linux-oracle-jre18/distinfo Tue Jan 26 18:26:27 2016 (r407284) +++ branches/2016Q1/java/linux-oracle-jre18/distinfo Tue Jan 26 18:28:59 2016 (r407285) @@ -1,2 +1,2 @@ -SHA256 (jre-8u66-linux-i586.tar.gz) = 70ee96be46d1cdeb15720b58a74c4dff0eecb6fcdded91d887b16779789f3596 -SIZE (jre-8u66-linux-i586.tar.gz) = 73883805 +SHA256 (jre-8u72-linux-i586.tar.gz) = f7cd307bacaf9714858cbbb3cdbbd9e73b6168d4bf59c6f46dc4ba052e647f94 +SIZE (jre-8u72-linux-i586.tar.gz) = 73963723 Modified: branches/2016Q1/java/linux-oracle-jre18/pkg-plist ============================================================================== --- branches/2016Q1/java/linux-oracle-jre18/pkg-plist Tue Jan 26 18:26:27 2016 (r407284) +++ branches/2016Q1/java/linux-oracle-jre18/pkg-plist Tue Jan 26 18:28:59 2016 (r407285) @@ -49,6 +49,8 @@ %%T%%/lib/deploy/mixcode_s.png %%T%%/lib/deploy/splash.gif %%T%%/lib/deploy/splash@2x.gif +%%T%%/lib/deploy/splash_11-lic.gif +%%T%%/lib/deploy/splash_11@2x-lic.gif %%T%%/lib/desktop/applications/sun-java.desktop %%T%%/lib/desktop/applications/sun-javaws.desktop %%T%%/lib/desktop/applications/sun_java.desktop From owner-svn-ports-branches@freebsd.org Tue Jan 26 23:02:50 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03518A6EE25; Tue, 26 Jan 2016 23:02:50 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAAE2AFD; Tue, 26 Jan 2016 23:02:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0QN2mpl002525; Tue, 26 Jan 2016 23:02:48 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0QN2mej002523; Tue, 26 Jan 2016 23:02:48 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201601262302.u0QN2mej002523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 26 Jan 2016 23:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407324 - in branches/2016Q1/databases/php5-pdo_cassandra: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 23:02:50 -0000 Author: rene Date: Tue Jan 26 23:02:48 2016 New Revision: 407324 URL: https://svnweb.freebsd.org/changeset/ports/407324 Log: MFH: r407323 databases/php5-pdo_cassandra: unbreak - Do not hardcode expired PHP version - Fix regression with Thrift 0.9.3, see https://issues.apache.org/jira/browse/THRIFT-3317 - Use C++11 compiler via the Ports framework instead of hardcoding GCC - Bump PORTREVISION PR: 205749 Submitted by: stephon@gmail.com Approved by: Gasol Wu (maintainer) Approved by: portmgr (bapt) Modified: branches/2016Q1/databases/php5-pdo_cassandra/Makefile branches/2016Q1/databases/php5-pdo_cassandra/files/patch-config.m4 Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/databases/php5-pdo_cassandra/Makefile ============================================================================== --- branches/2016Q1/databases/php5-pdo_cassandra/Makefile Tue Jan 26 22:58:37 2016 (r407323) +++ branches/2016Q1/databases/php5-pdo_cassandra/Makefile Tue Jan 26 23:02:48 2016 (r407324) @@ -3,7 +3,7 @@ PORTNAME= pdo_cassandra PORTVERSION= 0.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases PKGNAMEPREFIX= php5- @@ -12,10 +12,6 @@ COMMENT= PDO driver for Apache Cassandra LICENSE= APACHE20 -BROKEN= fails to compile -DEPRECATED= PHP 5.4 EOL reached -EXPIRATION_DATE= 2016-01-15 - LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs USE_GITHUB= yes @@ -23,13 +19,11 @@ GH_ACCOUNT= mkoppanen GH_PROJECT= php-${PORTNAME} GH_TAGNAME= 7debd5b -USES= pkgconfig +USES= compiler:c++11-lang pkgconfig +USE_CXXSTD= c++11 USE_PHP_BUILD= yes USE_PHP= pdo USE_PHPEXT= yes -PHP_DEFAULT= 5.4 -IGNORE_WITH_PHP=52 -USE_GCC= yes .include .include "${PORTSDIR}/devel/thrift/bsd.thrift.mk" @@ -46,9 +40,8 @@ LIB_DEPENDS+= libthrift.so:${PORTSDIR}/d .endif post-configure: -.if ${THRIFT_PORTVERSION} == "0.8.0" - ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/Cassandra.h ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/Cassandra.cpp -.endif + ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/Cassandra.h + ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/cassandra_types.cpp .include Modified: branches/2016Q1/databases/php5-pdo_cassandra/files/patch-config.m4 ============================================================================== --- branches/2016Q1/databases/php5-pdo_cassandra/files/patch-config.m4 Tue Jan 26 22:58:37 2016 (r407323) +++ branches/2016Q1/databases/php5-pdo_cassandra/files/patch-config.m4 Tue Jan 26 23:02:48 2016 (r407324) @@ -1,6 +1,6 @@ ---- ./config.m4.orig 2011-12-30 17:41:22.000000000 +0800 -+++ ./config.m4 2013-11-14 21:46:12.000000000 +0800 -@@ -38,8 +38,18 @@ +--- config.m4.orig 2011-12-30 09:41:22 UTC ++++ config.m4 +@@ -38,8 +38,18 @@ if test "x${PHP_PDO_CASSANDRA}" != "xno" PHP_THRIFT_VERSION=`${PKG_CONFIG} thrift --modversion` AC_MSG_RESULT([found version ${PHP_THRIFT_VERSION}]) From owner-svn-ports-branches@freebsd.org Tue Jan 26 23:31:58 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8821AA6F7F7; Tue, 26 Jan 2016 23:31:58 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63D0C1B52; Tue, 26 Jan 2016 23:31:58 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0QNVvgB011518; Tue, 26 Jan 2016 23:31:57 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0QNVvSe011515; Tue, 26 Jan 2016 23:31:57 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601262331.u0QNVvSe011515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 26 Jan 2016 23:31:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407327 - branches/2016Q1/audio/mp3stat X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 23:31:58 -0000 Author: junovitch Date: Tue Jan 26 23:31:56 2016 New Revision: 407327 URL: https://svnweb.freebsd.org/changeset/ports/407327 Log: MFH: r407325 audio/mp3stat: update maintainer and unbreak - Update MAINTAINER; pass from ports@ to submitter - Update MASTER_SITES link to maintainer's mirror and remove BROKEN - Remove DISTNAME and update distinfo for new name; SHA256 remains identical - Wrap pkg-descr text at 76 characters and update WWW: to new mirror PR: 206172 Submitted by: Chris Hutchinson Approved by: portmgr blanket Modified: branches/2016Q1/audio/mp3stat/Makefile branches/2016Q1/audio/mp3stat/distinfo branches/2016Q1/audio/mp3stat/pkg-descr Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/audio/mp3stat/Makefile ============================================================================== --- branches/2016Q1/audio/mp3stat/Makefile Tue Jan 26 23:30:24 2016 (r407326) +++ branches/2016Q1/audio/mp3stat/Makefile Tue Jan 26 23:31:56 2016 (r407327) @@ -5,14 +5,10 @@ PORTNAME= mp3stat PORTVERSION= 2.6.01 PORTREVISION= 12 CATEGORIES= audio -MASTER_SITES= https://signal-lost.homeip.net/files/ \ - http://www.sourcefiles.org/Multimedia/MP3/Tools/Processing/ -DISTNAME= ${PORTNAME}_${PORTVERSION} +MASTER_SITES= http://BSDforge.com/projects/source/audio/mp3stat/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Read information about mp3s and oggs bitstream - -BROKEN= unfetchable +MAINTAINER= portmaster@BSDforge.com +COMMENT= Read information about an MP3's, or OGG's bitstream LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -23,8 +19,6 @@ USE_GNOME= gtk20 LDFLAGS+= -Wl,--rpath,${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - PORTDOCS= README PLIST_FILES= bin/mp3stat \ lib/mp3stat/input_mp3.so \ Modified: branches/2016Q1/audio/mp3stat/distinfo ============================================================================== --- branches/2016Q1/audio/mp3stat/distinfo Tue Jan 26 23:30:24 2016 (r407326) +++ branches/2016Q1/audio/mp3stat/distinfo Tue Jan 26 23:31:56 2016 (r407327) @@ -1,2 +1,2 @@ -SHA256 (mp3stat_2.6.01.tar.gz) = d899cd494deab4aaf3cc9590943816152338b2963391139fdf66b1bc9944315c -SIZE (mp3stat_2.6.01.tar.gz) = 30672 +SHA256 (mp3stat-2.6.01.tar.gz) = d899cd494deab4aaf3cc9590943816152338b2963391139fdf66b1bc9944315c +SIZE (mp3stat-2.6.01.tar.gz) = 30672 Modified: branches/2016Q1/audio/mp3stat/pkg-descr ============================================================================== --- branches/2016Q1/audio/mp3stat/pkg-descr Tue Jan 26 23:30:24 2016 (r407326) +++ branches/2016Q1/audio/mp3stat/pkg-descr Tue Jan 26 23:31:56 2016 (r407327) @@ -1,13 +1,14 @@ -Mp3stat is a utility to read information about mp3s and oggs bitstream. Most -specifically, how certain bitrates have been placed in the bitstream by the -encoder. Not only does mp3stat give you a graphical representation of the -average bitrate per 1/500th of the file in a linear bar graph to allow you to -compare encoders and settings, it also has a batch file mode. The batch file -mode allows you to use mp3stat as a script utility instead of gui, for use in -your own programs and or scripts. The batch mode can trivially be extended to -give just as much info as the gui version but now defaults to a configurable -output of 3 pieces of info, name, runtime, average bitrate. The batch mode -can take mp3s and oggs in the same directory but it cannot (not yet at least) -recursively run into subdirectories. +Mp3stat is a utility to read information about MP3's and OGG's bitstream. +More specifically, how certain bitrates have been placed in the bitstream +by the encoder. Not only does mp3stat give you a graphical representation +of the average bitrate per 1/500th of the file in, a linear bar graph to +allow you to compare encoders and settings, it also has a batch file mode. +The batch file mode allows you to use mp3stat as a script utility instead +of GUI, for use in your own programs and or scripts. The batch mode can be +extended trivially to give just as much info as the GUI version, but now +defaults to configurable output of 3 pieces of info; name, runtime, and +average bitrate. The batch mode can take MP3's, and OGG's in the same +directory, but it cannot (yet at least) recursively run into subdirectories +-- this will be possible in the next version, arriving soon. -WWW: https://signal-lost.homeip.net/ +WWW: http://BSDforge.com/projects/audio/mp3stat/ From owner-svn-ports-branches@freebsd.org Wed Jan 27 10:39:06 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CDDEA6FAA5; Wed, 27 Jan 2016 10:39:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15EF81CB9; Wed, 27 Jan 2016 10:39:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0RAd5Vv008378; Wed, 27 Jan 2016 10:39:05 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0RAd4W8008375; Wed, 27 Jan 2016 10:39:04 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601271039.u0RAd4W8008375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 27 Jan 2016 10:39:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407351 - in branches/2016Q1/sysutils/reptyr: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 10:39:06 -0000 Author: rakuco Date: Wed Jan 27 10:39:04 2016 New Revision: 407351 URL: https://svnweb.freebsd.org/changeset/ports/407351 Log: MFH: r407349 Fix build on FreeBSD 9 and clean up. - Add a small patch to fix the build on FreeBSD 9 and unmark it BROKEN there. - Drop patch-Makefile, everything that it was changed can be set via MAKE_ARGS instead. - Unconditionally install the bash-completion file and stop build-depending on shells/bash-completion: it is not needed at all, reptyr just installs a file into a bash-completion directory and does not actually need it for that. The BASH option was not even working before r407168 (see bug 206541). PR: 206539 Approved by: Andrey Cherkashin (maintainer) Approved by: portmgr (miwi) Added: branches/2016Q1/sysutils/reptyr/files/patch-platform_freebsd_freebsd.c - copied unchanged from r407349, head/sysutils/reptyr/files/patch-platform_freebsd_freebsd.c Deleted: branches/2016Q1/sysutils/reptyr/files/patch-Makefile Modified: branches/2016Q1/sysutils/reptyr/Makefile branches/2016Q1/sysutils/reptyr/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/reptyr/Makefile ============================================================================== --- branches/2016Q1/sysutils/reptyr/Makefile Wed Jan 27 10:31:11 2016 (r407350) +++ branches/2016Q1/sysutils/reptyr/Makefile Wed Jan 27 10:39:04 2016 (r407351) @@ -3,7 +3,7 @@ PORTNAME= reptyr PORTVERSION= 0.6.3a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com @@ -15,26 +15,13 @@ USE_GITHUB= yes GH_ACCOUNT= nelhage GH_TAGNAME= 6fb15adb4552e170bcd5e648803da83dba57283b +MAKE_ARGS= BASHCOMPDIR=${PREFIX}/share/bash-completion/completions \ + MANDIR=${MANPREFIX}/man USES= gmake -OPTIONS_DEFINE= BASH -OPTIONS_SUB= yes - ONLY_FOR_ARCHS= i386 amd64 -.include -.if ${PORT_OPTIONS:MBASH} -BUILD_DEPENDS= ${LOCALBASE}/share/bash-completion/bash_completion:${PORTSDIR}/shells/bash-completion -.endif - -BROKEN_FreeBSD_9= Not supported on FreeBSD older than 10.0 - post-install: -.if ${PORT_OPTIONS:MBASH} - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d - ${INSTALL_SCRIPT} ${WRKSRC}/reptyr.bash \ - ${STAGEDIR}${PREFIX}/etc/bash_completion.d/reptyr -.endif ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/reptyr -.include +.include Copied: branches/2016Q1/sysutils/reptyr/files/patch-platform_freebsd_freebsd.c (from r407349, head/sysutils/reptyr/files/patch-platform_freebsd_freebsd.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/sysutils/reptyr/files/patch-platform_freebsd_freebsd.c Wed Jan 27 10:39:04 2016 (r407351, copy of r407349, head/sysutils/reptyr/files/patch-platform_freebsd_freebsd.c) @@ -0,0 +1,16 @@ +Fix the build on FreeBSD 9: + +cc1: warnings being treated as errors +platform/freebsd/freebsd.c: In function 'check_proc_stopped': +platform/freebsd/freebsd.c:57: warning: 'state' may be used uninitialized in this function +--- platform/freebsd/freebsd.c.orig 2015-06-05 21:41:48 UTC ++++ platform/freebsd/freebsd.c +@@ -54,7 +54,7 @@ int check_pgroup(pid_t target) { + int check_proc_stopped(pid_t pid, int fd) { + struct procstat *procstat; + struct kinfo_proc *kp; +- int state; ++ int state = 0; + unsigned int cnt; + + procstat = procstat_open_sysctl(); Modified: branches/2016Q1/sysutils/reptyr/pkg-plist ============================================================================== --- branches/2016Q1/sysutils/reptyr/pkg-plist Wed Jan 27 10:31:11 2016 (r407350) +++ branches/2016Q1/sysutils/reptyr/pkg-plist Wed Jan 27 10:39:04 2016 (r407351) @@ -1,5 +1,4 @@ -%%BASH%%etc/bash_completion.d/reptyr -%%BASH%%share/bash-completion/completions/reptyr bin/reptyr man/fr/man1/reptyr.1.gz man/man1/reptyr.1.gz +share/bash-completion/completions/reptyr From owner-svn-ports-branches@freebsd.org Wed Jan 27 17:11:39 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5585EA6F239; Wed, 27 Jan 2016 17:11:39 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DC7F1863; Wed, 27 Jan 2016 17:11:38 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0RHBc2K024300; Wed, 27 Jan 2016 17:11:38 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0RHBb5S024298; Wed, 27 Jan 2016 17:11:37 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201601271711.u0RHBb5S024298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 27 Jan 2016 17:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407370 - branches/2016Q1/java/openjdk6 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 17:11:39 -0000 Author: jkim Date: Wed Jan 27 17:11:37 2016 New Revision: 407370 URL: https://svnweb.freebsd.org/changeset/ports/407370 Log: MFH: r407245 - Update to b38. - Use Apache Ant 1.9.6 to build. Approved by: ports-secteam (feld) Modified: branches/2016Q1/java/openjdk6/Makefile branches/2016Q1/java/openjdk6/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/java/openjdk6/Makefile ============================================================================== --- branches/2016Q1/java/openjdk6/Makefile Wed Jan 27 17:06:23 2016 (r407369) +++ branches/2016Q1/java/openjdk6/Makefile Wed Jan 27 17:11:37 2016 (r407370) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openjdk6 -PORTVERSION= b37 +PORTVERSION= b38 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= APACHE/ant/binaries/:ant \ @@ -27,7 +27,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/ RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ dejavu>0:${PORTSDIR}/x11-fonts/dejavu -OPENJDK_BUILDDATE= 11_nov_2015 +OPENJDK_BUILDDATE= 20_jan_2016 OPTIONS_DEFINE= ICEDTEA IPV6 POLICY SOUND TZUPDATE OPTIONS_DEFAULT=ICEDTEA IPV6 TZUPDATE @@ -64,7 +64,7 @@ USE_XORG= x11 xext xi xt xtst # do not depend on devel/apache-ant to avoid circular dependency, but # use .tar.bz2 distfile to avoid duplicated downloads -ANTVERSION= 1.9.4 +ANTVERSION= 1.9.6 ANTFILE= apache-ant-${ANTVERSION}-bin.tar.bz2 JTREG_BUILD= b05_29_nov_2012 Modified: branches/2016Q1/java/openjdk6/distinfo ============================================================================== --- branches/2016Q1/java/openjdk6/distinfo Wed Jan 27 17:06:23 2016 (r407369) +++ branches/2016Q1/java/openjdk6/distinfo Wed Jan 27 17:11:37 2016 (r407370) @@ -1,6 +1,6 @@ -SHA256 (apache-ant-1.9.4-bin.tar.bz2) = 20c16575684b8869dd9d19abe0fb504566adefb5d397881e70a417886e0088cf -SIZE (apache-ant-1.9.4-bin.tar.bz2) = 4351965 -SHA256 (openjdk-6-src-b37-11_nov_2015.tar.xz) = 462ac2c28f6dbfb4a18eb46efca232b907d6027f7618715cbc4de5dd73b89e8d -SIZE (openjdk-6-src-b37-11_nov_2015.tar.xz) = 33790124 +SHA256 (apache-ant-1.9.6-bin.tar.bz2) = a43b0928960d63d6b1e2bed37e1ce4fd8fa1788ba84e08388bfe9513f02e8db3 +SIZE (apache-ant-1.9.6-bin.tar.bz2) = 4385004 +SHA256 (openjdk-6-src-b38-20_jan_2016.tar.xz) = ff88dbcbda6c3c7d80b7cbd28065a455cdb009de9874fcf9ff9ca8205d38a257 +SIZE (openjdk-6-src-b38-20_jan_2016.tar.xz) = 33845368 SHA256 (jtreg-4.1-bin-b05_29_nov_2012.zip) = 9291eb4a14501232b35614e88686ff66ad8b69d0098dbd4322b28f97b672653d SIZE (jtreg-4.1-bin-b05_29_nov_2012.zip) = 5993382 From owner-svn-ports-branches@freebsd.org Wed Jan 27 19:29:56 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A786CA6F5EB; Wed, 27 Jan 2016 19:29:56 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 688781F89; Wed, 27 Jan 2016 19:29:56 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0RJTtTD064977; Wed, 27 Jan 2016 19:29:55 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0RJTtxK064972; Wed, 27 Jan 2016 19:29:55 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201601271929.u0RJTtxK064972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Wed, 27 Jan 2016 19:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407377 - in branches/2016Q1: mail/thunderbird/files www/firefox-esr/files www/libxul/files www/seamonkey/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 19:29:56 -0000 Author: dim (src committer) Date: Wed Jan 27 19:29:54 2016 New Revision: 407377 URL: https://svnweb.freebsd.org/changeset/ports/407377 Log: MFH: r407301 During the exp-run in bug 206074, it was found that www/libxul gives errors with a recent clang 3.8.0 snapshot: ../../dist/include/mozilla/dom/MessageEvent.h:61:32: error: reference to 'MessagePort' is ambiguous void SetSource(mozilla::dom::MessagePort* aPort); ^ This is caused by unneeded forward declarations of class MessagePort, MessagePortBase and MessagePortList. These can be removed. Obtained from: pkgsrc Approved by: ports-secteam (delphij) PR: 206333 Added: branches/2016Q1/mail/thunderbird/files/patch-mozilla-dom-events-MessageEvent.h - copied unchanged from r407301, head/mail/thunderbird/files/patch-mozilla-dom-events-MessageEvent.h branches/2016Q1/www/firefox-esr/files/patch-dom-events-MessageEvent.h - copied unchanged from r407301, head/www/firefox-esr/files/patch-dom-events-MessageEvent.h branches/2016Q1/www/libxul/files/patch-dom-events-MessageEvent.h - copied unchanged from r407301, head/www/libxul/files/patch-dom-events-MessageEvent.h branches/2016Q1/www/seamonkey/files/patch-mozilla-dom-events-MessageEvent.h - copied unchanged from r407301, head/www/seamonkey/files/patch-mozilla-dom-events-MessageEvent.h Modified: Directory Properties: branches/2016Q1/ (props changed) Copied: branches/2016Q1/mail/thunderbird/files/patch-mozilla-dom-events-MessageEvent.h (from r407301, head/mail/thunderbird/files/patch-mozilla-dom-events-MessageEvent.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/mail/thunderbird/files/patch-mozilla-dom-events-MessageEvent.h Wed Jan 27 19:29:54 2016 (r407377, copy of r407301, head/mail/thunderbird/files/patch-mozilla-dom-events-MessageEvent.h) @@ -0,0 +1,12 @@ +--- mozilla/dom/events/MessageEvent.h.orig 2015-12-21 23:33:03.000000000 +0100 ++++ mozilla/dom/events/MessageEvent.h 2016-01-23 23:42:54.823166000 +0100 +@@ -15,9 +15,6 @@ namespace mozilla { + namespace dom { + + struct MessageEventInit; +-class MessagePort; +-class MessagePortBase; +-class MessagePortList; + class OwningWindowProxyOrMessagePort; + + /** Copied: branches/2016Q1/www/firefox-esr/files/patch-dom-events-MessageEvent.h (from r407301, head/www/firefox-esr/files/patch-dom-events-MessageEvent.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/firefox-esr/files/patch-dom-events-MessageEvent.h Wed Jan 27 19:29:54 2016 (r407377, copy of r407301, head/www/firefox-esr/files/patch-dom-events-MessageEvent.h) @@ -0,0 +1,12 @@ +--- dom/events/MessageEvent.h.orig 2015-12-22 00:49:29.000000000 +0100 ++++ dom/events/MessageEvent.h 2016-01-24 16:05:27.439512000 +0100 +@@ -15,9 +15,6 @@ namespace mozilla { + namespace dom { + + struct MessageEventInit; +-class MessagePort; +-class MessagePortBase; +-class MessagePortList; + class OwningWindowProxyOrMessagePort; + + /** Copied: branches/2016Q1/www/libxul/files/patch-dom-events-MessageEvent.h (from r407301, head/www/libxul/files/patch-dom-events-MessageEvent.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/libxul/files/patch-dom-events-MessageEvent.h Wed Jan 27 19:29:54 2016 (r407377, copy of r407301, head/www/libxul/files/patch-dom-events-MessageEvent.h) @@ -0,0 +1,12 @@ +--- dom/events/MessageEvent.h.orig 2015-12-22 00:49:29.000000000 +0100 ++++ dom/events/MessageEvent.h 2016-01-17 14:44:08.806122000 +0100 +@@ -15,9 +15,6 @@ namespace mozilla { + namespace dom { + + struct MessageEventInit; +-class MessagePort; +-class MessagePortBase; +-class MessagePortList; + class OwningWindowProxyOrMessagePort; + + /** Copied: branches/2016Q1/www/seamonkey/files/patch-mozilla-dom-events-MessageEvent.h (from r407301, head/www/seamonkey/files/patch-mozilla-dom-events-MessageEvent.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/www/seamonkey/files/patch-mozilla-dom-events-MessageEvent.h Wed Jan 27 19:29:54 2016 (r407377, copy of r407301, head/www/seamonkey/files/patch-mozilla-dom-events-MessageEvent.h) @@ -0,0 +1,12 @@ +--- mozilla/dom/events/MessageEvent.h.orig 2015-11-04 02:56:28.000000000 +0100 ++++ mozilla/dom/events/MessageEvent.h 2016-01-24 16:47:37.869781000 +0100 +@@ -16,9 +16,6 @@ namespace mozilla { + namespace dom { + + struct MessageEventInit; +-class MessagePort; +-class MessagePortBase; +-class MessagePortList; + class OwningWindowProxyOrMessagePortOrClient; + + namespace workers { From owner-svn-ports-branches@freebsd.org Wed Jan 27 21:02:32 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7158BA6FB53; Wed, 27 Jan 2016 21:02:32 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CE061283; Wed, 27 Jan 2016 21:02:32 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0RL2VAW095087; Wed, 27 Jan 2016 21:02:31 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0RL2Vbt095084; Wed, 27 Jan 2016 21:02:31 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201601272102.u0RL2Vbt095084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Wed, 27 Jan 2016 21:02:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407389 - branches/2016Q1/x11/leechcraft/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 21:02:32 -0000 Author: dim (src committer) Date: Wed Jan 27 21:02:30 2016 New Revision: 407389 URL: https://svnweb.freebsd.org/changeset/ports/407389 Log: MFH: r407380 In x11/leechcraft, change the syntax of C++11 braced initializers with multiple elements to correspond to C++ WG paper N3922. E.g, instead of: auto foo { 1, 2, 3, 4 }; one should write: auto foo = { 1, 2, 3, 4 }; This makes the port compile with clang 3.8.0 and higher, or gcc 5.0 and higher. Approved by: ports-secteam (feld) PR: 206650 Added: branches/2016Q1/x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp - copied unchanged from r407380, head/x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp branches/2016Q1/x11/leechcraft/files/patch-util_network_addresses.cpp - copied unchanged from r407380, head/x11/leechcraft/files/patch-util_network_addresses.cpp branches/2016Q1/x11/leechcraft/files/patch-util_xdg_xdg.cpp - copied unchanged from r407380, head/x11/leechcraft/files/patch-util_xdg_xdg.cpp Modified: Directory Properties: branches/2016Q1/ (props changed) Copied: branches/2016Q1/x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp (from r407380, head/x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp Wed Jan 27 21:02:30 2016 (r407389, copy of r407380, head/x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp) @@ -0,0 +1,11 @@ +--- plugins/azoth/plugins/otroid/otrhandler.cpp.orig 2014-07-28 20:35:44.000000000 +0200 ++++ plugins/azoth/plugins/otroid/otrhandler.cpp 2016-01-26 13:30:45.499740000 +0100 +@@ -510,7 +510,7 @@ namespace OTRoid + auto list = proxy->GetReturnValue ().toList (); + + const auto& actionsStruct = Entry2Action_.value (entry); +- const auto actions ++ const auto actions = + { + actionsStruct.ToggleOtr_.get (), + actionsStruct.ToggleOtrCtx_.get (), Copied: branches/2016Q1/x11/leechcraft/files/patch-util_network_addresses.cpp (from r407380, head/x11/leechcraft/files/patch-util_network_addresses.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/x11/leechcraft/files/patch-util_network_addresses.cpp Wed Jan 27 21:02:30 2016 (r407389, copy of r407380, head/x11/leechcraft/files/patch-util_network_addresses.cpp) @@ -0,0 +1,11 @@ +--- util/network/addresses.cpp.orig 2014-07-28 20:35:44.000000000 +0200 ++++ util/network/addresses.cpp 2016-01-26 12:58:09.726934000 +0100 +@@ -38,7 +38,7 @@ namespace Util + AddrList_t GetLocalAddresses (int defaultPort) + { + AddrList_t defaultAddrs; +- const auto locals ++ const auto locals = + { + QHostAddress::parseSubnet ("10.0.0.0/8"), + QHostAddress::parseSubnet ("172.16.0.0/12"), Copied: branches/2016Q1/x11/leechcraft/files/patch-util_xdg_xdg.cpp (from r407380, head/x11/leechcraft/files/patch-util_xdg_xdg.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/x11/leechcraft/files/patch-util_xdg_xdg.cpp Wed Jan 27 21:02:30 2016 (r407389, copy of r407380, head/x11/leechcraft/files/patch-util_xdg_xdg.cpp) @@ -0,0 +1,18 @@ +--- util/xdg/xdg.cpp.orig 2014-07-28 20:35:44.000000000 +0200 ++++ util/xdg/xdg.cpp 2016-01-26 13:01:00.517701000 +0100 +@@ -44,13 +44,13 @@ namespace XDG + + QPixmap GetAppPixmap (const QString& name) + { +- const auto prefixes ++ const auto prefixes = + { + "/usr/share/pixmaps/", + "/usr/local/share/pixmaps/" + }; + +- const auto sizes { "192", "128", "96", "72", "64", "48", "36", "32" }; ++ const auto sizes = { "192", "128", "96", "72", "64", "48", "36", "32" }; + const QStringList themes + { + "/usr/local/share/icons/hicolor/", From owner-svn-ports-branches@freebsd.org Thu Jan 28 01:32:37 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35FC0A70A86; Thu, 28 Jan 2016 01:32:37 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1FAF13D6; Thu, 28 Jan 2016 01:32:36 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0S1WZWC074407; Thu, 28 Jan 2016 01:32:35 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0S1WZcs074405; Thu, 28 Jan 2016 01:32:35 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201601280132.u0S1WZcs074405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 28 Jan 2016 01:32:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407391 - in branches/2016Q1/mail/dovecot2: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2016 01:32:37 -0000 Author: adamw Date: Thu Jan 28 01:32:35 2016 New Revision: 407391 URL: https://svnweb.freebsd.org/changeset/ports/407391 Log: MFH: r405316 Execute run_rc_command even if the config file doesn't exist. Previously, until you followed the instructions in pkg-message, the config file didn't exist and rc.d/dovecot would just silently exit. While here, also spit out a message reminding you to create the config files if necessary. PR: 205761 Submitted by: me@cschwarz.com Approved by: ports-secteam (feld) Modified: branches/2016Q1/mail/dovecot2/Makefile branches/2016Q1/mail/dovecot2/files/dovecot.in Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/mail/dovecot2/Makefile ============================================================================== --- branches/2016Q1/mail/dovecot2/Makefile Wed Jan 27 23:07:08 2016 (r407390) +++ branches/2016Q1/mail/dovecot2/Makefile Thu Jan 28 01:32:35 2016 (r407391) @@ -14,6 +14,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.21 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 Modified: branches/2016Q1/mail/dovecot2/files/dovecot.in ============================================================================== --- branches/2016Q1/mail/dovecot2/files/dovecot.in Wed Jan 27 23:07:08 2016 (r407390) +++ branches/2016Q1/mail/dovecot2/files/dovecot.in Thu Jan 28 01:32:35 2016 (r407391) @@ -55,6 +55,11 @@ for config in ${dovecot_config}; do if [ -f ${config} ]; then base_dir=$(${command} ${command_args} -a | /usr/bin/awk -F '= ' '/^base_dir =/ { print $2 }') pidfile="${base_dir}/master.pid" - run_rc_command "$1" + else + echo "==Error==" + echo "Config file ${config} does not exist. If this is" + echo "a new installation, please create the config files as outlined in" + echo " # pkg info -D dovecot2" fi + run_rc_command "$1" done From owner-svn-ports-branches@freebsd.org Thu Jan 28 07:47:25 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 960C6A701DE; Thu, 28 Jan 2016 07:47:25 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5742C17A3; Thu, 28 Jan 2016 07:47:25 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0S7lOTI081723; Thu, 28 Jan 2016 07:47:24 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0S7lOkn081721; Thu, 28 Jan 2016 07:47:24 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201601280747.u0S7lOkn081721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 28 Jan 2016 07:47:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407398 - branches/2016Q1/databases/phpmyadmin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2016 07:47:25 -0000 Author: matthew Date: Thu Jan 28 07:47:24 2016 New Revision: 407398 URL: https://svnweb.freebsd.org/changeset/ports/407398 Log: MFH: r407397 Security Update to 4.5.4 This is a combination of feature- and security- updates. The PMA project has not yet published the relevant advisories, so there is very little information available about what the vulnerabilities are and what versions they affect. PMSA-2016-1 to PMSA-2016-9 are expected to be available at https://www.phpmyadmin.net/security/ shortly. [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-1 [Security] Unsafe generation of CSRF token, see PMASA-2016-2 [Security] Multiple XSS vulnerabilities, see PMASA-2016-3 [Security] Insecure password generation in JavaScript, see PMASA-2016-4 [Security] Unsafe comparison of CSRF token, see PMASA-2016-5 [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-6 [Security] XSS vulnerability in normalization page, see PMASA-2016-7 [Security] Full path disclosure vulnerability in SQL parser, see PMASA-2016-8 [Security] XSS vulnerability in SQL editor, see PMASA-2016-9 VuXML entries to follow once the advisories are available. Approved by: ports-secteam (miwi) ChangeLog: https://www.phpmyadmin.net/files/4.5.4/ Security: https://www.phpmyadmin.net/security/PMASA-2016-1/ Security: https://www.phpmyadmin.net/security/PMASA-2016-2/ Security: https://www.phpmyadmin.net/security/PMASA-2016-3/ Security: https://www.phpmyadmin.net/security/PMASA-2016-4/ Security: https://www.phpmyadmin.net/security/PMASA-2016-5/ Security: https://www.phpmyadmin.net/security/PMASA-2016-6/ Security: https://www.phpmyadmin.net/security/PMASA-2016-7/ Security: https://www.phpmyadmin.net/security/PMASA-2016-8/ Security: https://www.phpmyadmin.net/security/PMASA-2016-9/ Modified: branches/2016Q1/databases/phpmyadmin/Makefile branches/2016Q1/databases/phpmyadmin/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/databases/phpmyadmin/Makefile ============================================================================== --- branches/2016Q1/databases/phpmyadmin/Makefile Thu Jan 28 07:37:59 2016 (r407397) +++ branches/2016Q1/databases/phpmyadmin/Makefile Thu Jan 28 07:47:24 2016 (r407398) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.5.3.1 +DISTVERSION= 4.5.4 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2016Q1/databases/phpmyadmin/distinfo ============================================================================== --- branches/2016Q1/databases/phpmyadmin/distinfo Thu Jan 28 07:37:59 2016 (r407397) +++ branches/2016Q1/databases/phpmyadmin/distinfo Thu Jan 28 07:47:24 2016 (r407398) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.5.3.1-all-languages.tar.xz) = 75be3589b5e4800afb21581761478ddc5b888d6a09d5235a0ba997401d04fc00 -SIZE (phpMyAdmin-4.5.3.1-all-languages.tar.xz) = 5757736 +SHA256 (phpMyAdmin-4.5.4-all-languages.tar.xz) = 544670aea61d40c1a6e569f0955de2725c354f61c959870749b525d6b3d503dd +SIZE (phpMyAdmin-4.5.4-all-languages.tar.xz) = 5810856 From owner-svn-ports-branches@freebsd.org Thu Jan 28 16:58:51 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F21FDA71BE5; Thu, 28 Jan 2016 16:58:50 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7FCD181D; Thu, 28 Jan 2016 16:58:50 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0SGwnY4041914; Thu, 28 Jan 2016 16:58:49 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0SGwn5G041904; Thu, 28 Jan 2016 16:58:49 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201601281658.u0SGwn5G041904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 28 Jan 2016 16:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407414 - branches/2016Q1/security/openssl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2016 16:58:51 -0000 Author: dinoex Date: Thu Jan 28 16:58:49 2016 New Revision: 407414 URL: https://svnweb.freebsd.org/changeset/ports/407414 Log: MFH: r407411 - Security update: - add LICENSE_FILE Security: CVE-2015-3197 Security: CVE-2016-0701 Security: https://www.openssl.org/news/secadv/20160128.txt Approved by: portmgr (Martin Wilke) Modified: branches/2016Q1/security/openssl/Makefile branches/2016Q1/security/openssl/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/openssl/Makefile ============================================================================== --- branches/2016Q1/security/openssl/Makefile Thu Jan 28 16:46:59 2016 (r407413) +++ branches/2016Q1/security/openssl/Makefile Thu Jan 28 16:58:49 2016 (r407414) @@ -3,8 +3,8 @@ PORTNAME= openssl PORTVERSION= 1.0.2 -DISTVERSIONSUFFIX= e -PORTREVISION= 6 +DISTVERSIONSUFFIX= f +PORTREVISION= 7 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ @@ -19,6 +19,8 @@ COMMENT= SSL and crypto library .endif CONFLICTS?= libressl-* +LICENSE= OpenSSL +LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB GMP SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS MAN3 OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3 Modified: branches/2016Q1/security/openssl/distinfo ============================================================================== --- branches/2016Q1/security/openssl/distinfo Thu Jan 28 16:46:59 2016 (r407413) +++ branches/2016Q1/security/openssl/distinfo Thu Jan 28 16:58:49 2016 (r407414) @@ -1,10 +1,10 @@ -SHA256 (openssl-1.0.2e/openssl-1.0.2e.tar.gz) = e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff -SIZE (openssl-1.0.2e/openssl-1.0.2e.tar.gz) = 5256555 -SHA256 (openssl-1.0.2e/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 2eddcb7ab342285cb637ce6b6be143cca835f449f35dd9bb8c7b9167ba2117a7 -SIZE (openssl-1.0.2e/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3717 -SHA256 (openssl-1.0.2e/1002-backport-changes-from-upstream-padlock-module.patch) = aee88a24622ce9d71e38deeb874e58435dcf8ff5690f56194f0e4a00fb09b260 -SIZE (openssl-1.0.2e/1002-backport-changes-from-upstream-padlock-module.patch) = 5770 -SHA256 (openssl-1.0.2e/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = c10b8aaf56a4f4f79ca195fc587e0bb533f643e777d7a3e6fb0350399a6060ea -SIZE (openssl-1.0.2e/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20935 -SHA256 (openssl-1.0.2e/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 2f7c850af078a3ae71b2dd38d5d0b3964ea4262e52673e36ff33498cc6223e6c -SIZE (openssl-1.0.2e/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 809 +SHA256 (openssl-1.0.2f/openssl-1.0.2f.tar.gz) = 932b4ee4def2b434f85435d9e3e19ca8ba99ce9a065a61524b429a9d5e9b2e9c +SIZE (openssl-1.0.2f/openssl-1.0.2f.tar.gz) = 5258384 +SHA256 (openssl-1.0.2f/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 2eddcb7ab342285cb637ce6b6be143cca835f449f35dd9bb8c7b9167ba2117a7 +SIZE (openssl-1.0.2f/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3717 +SHA256 (openssl-1.0.2f/1002-backport-changes-from-upstream-padlock-module.patch) = aee88a24622ce9d71e38deeb874e58435dcf8ff5690f56194f0e4a00fb09b260 +SIZE (openssl-1.0.2f/1002-backport-changes-from-upstream-padlock-module.patch) = 5770 +SHA256 (openssl-1.0.2f/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = c10b8aaf56a4f4f79ca195fc587e0bb533f643e777d7a3e6fb0350399a6060ea +SIZE (openssl-1.0.2f/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20935 +SHA256 (openssl-1.0.2f/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 2f7c850af078a3ae71b2dd38d5d0b3964ea4262e52673e36ff33498cc6223e6c +SIZE (openssl-1.0.2f/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 809 From owner-svn-ports-branches@freebsd.org Fri Jan 29 09:02:58 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88608A70ADE; Fri, 29 Jan 2016 09:02:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 415341A63; Fri, 29 Jan 2016 09:02:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0T92vLS031008; Fri, 29 Jan 2016 09:02:57 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0T92vWU031005; Fri, 29 Jan 2016 09:02:57 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201601290902.u0T92vWU031005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 29 Jan 2016 09:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407460 - in branches/2016Q1/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 09:02:58 -0000 Author: rene Date: Fri Jan 29 09:02:56 2016 New Revision: 407460 URL: https://svnweb.freebsd.org/changeset/ports/407460 Log: MFH: r407459 www/chromium: update to 48.0.2564.97 [1] While here, fix startup script [2] PR: 204644 [2] Submitted by: Christoph Moench-Tegeder via Github [1] Submitted by: Anthony Eadicicco [2] Approved by: portmgr (erwin) Modified: branches/2016Q1/www/chromium/Makefile branches/2016Q1/www/chromium/distinfo branches/2016Q1/www/chromium/files/chrome.in Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/chromium/Makefile ============================================================================== --- branches/2016Q1/www/chromium/Makefile Fri Jan 29 08:13:57 2016 (r407459) +++ branches/2016Q1/www/chromium/Makefile Fri Jan 29 09:02:56 2016 (r407460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 48.0.2564.82 +PORTVERSION= 48.0.2564.97 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Modified: branches/2016Q1/www/chromium/distinfo ============================================================================== --- branches/2016Q1/www/chromium/distinfo Fri Jan 29 08:13:57 2016 (r407459) +++ branches/2016Q1/www/chromium/distinfo Fri Jan 29 09:02:56 2016 (r407460) @@ -1,4 +1,4 @@ -SHA256 (chromium-48.0.2564.82.tar.xz) = cda64bf427d01bae7d45863812edcd7fa43176238ec07c7752e42afd3e1714fd -SIZE (chromium-48.0.2564.82.tar.xz) = 432281684 -SHA256 (chromium-48.0.2564.82-testdata.tar.xz) = 122e42beb5b4ec694649370616d04b4d94301090f80c9f06b8c8950bb1a4d479 -SIZE (chromium-48.0.2564.82-testdata.tar.xz) = 117232108 +SHA256 (chromium-48.0.2564.97.tar.xz) = 7734b81a329ba9a1588a9dfb12a227b24cc227ef59bcda8aff51524c3fb252db +SIZE (chromium-48.0.2564.97.tar.xz) = 432337592 +SHA256 (chromium-48.0.2564.97-testdata.tar.xz) = b9ae290549e15affa7a0ab2c57ee6a2f19eb58fdcd7ad1f10d0416f34bfcd6fe +SIZE (chromium-48.0.2564.97-testdata.tar.xz) = 117230856 Modified: branches/2016Q1/www/chromium/files/chrome.in ============================================================================== --- branches/2016Q1/www/chromium/files/chrome.in Fri Jan 29 08:13:57 2016 (r407459) +++ branches/2016Q1/www/chromium/files/chrome.in Fri Jan 29 09:02:56 2016 (r407460) @@ -16,4 +16,4 @@ EOMSG exit 1 fi ulimit -c 0 -exec %%PREFIX%%/share/chromium/chrome $* +exec %%PREFIX%%/share/chromium/chrome ${1+"$@"} From owner-svn-ports-branches@freebsd.org Fri Jan 29 15:36:33 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C3D9A7057C; Fri, 29 Jan 2016 15:36:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DAD8159B; Fri, 29 Jan 2016 15:36:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0TFaWxo044824; Fri, 29 Jan 2016 15:36:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0TFaWJo044822; Fri, 29 Jan 2016 15:36:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601291536.u0TFaWJo044822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 29 Jan 2016 15:36:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407474 - branches/2016Q1/www/radicale X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 15:36:33 -0000 Author: feld Date: Fri Jan 29 15:36:31 2016 New Revision: 407474 URL: https://svnweb.freebsd.org/changeset/ports/407474 Log: MFH: r407473 www/radicale: Update to 1.1.1 PR: 206717 Security: CVE-2015-8747 Security: CVE-2015-8748 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/www/radicale/Makefile branches/2016Q1/www/radicale/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/radicale/Makefile ============================================================================== --- branches/2016Q1/www/radicale/Makefile Fri Jan 29 15:35:10 2016 (r407473) +++ branches/2016Q1/www/radicale/Makefile Fri Jan 29 15:36:31 2016 (r407474) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= radicale -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.1 PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= CHEESESHOP Modified: branches/2016Q1/www/radicale/distinfo ============================================================================== --- branches/2016Q1/www/radicale/distinfo Fri Jan 29 15:35:10 2016 (r407473) +++ branches/2016Q1/www/radicale/distinfo Fri Jan 29 15:36:31 2016 (r407474) @@ -1,2 +1,2 @@ -SHA256 (Radicale-1.0.1.tar.gz) = e18a68d0793403e7591c725f7d2b83490dcc5f3cdd008bd75fe952311eee1b60 -SIZE (Radicale-1.0.1.tar.gz) = 45658 +SHA256 (Radicale-1.1.1.tar.gz) = e2c9812913c464ab88ae1f66b29e81f87a4cc6ee1c94d167b33508c530dab4b0 +SIZE (Radicale-1.1.1.tar.gz) = 47174 From owner-svn-ports-branches@freebsd.org Fri Jan 29 15:46:11 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A01BA709A9; Fri, 29 Jan 2016 15:46:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 646F71D5F; Fri, 29 Jan 2016 15:46:11 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0TFkAJS048169; Fri, 29 Jan 2016 15:46:10 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0TFkAIt048168; Fri, 29 Jan 2016 15:46:10 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601291546.u0TFkAIt048168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 29 Jan 2016 15:46:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407478 - branches/2016Q1/www/bolt X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 15:46:11 -0000 Author: feld Date: Fri Jan 29 15:46:10 2016 New Revision: 407478 URL: https://svnweb.freebsd.org/changeset/ports/407478 Log: MFH: r407477 www/bolt: Fix missing php dependencies PR: 206719 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/www/bolt/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/bolt/Makefile ============================================================================== --- branches/2016Q1/www/bolt/Makefile Fri Jan 29 15:45:33 2016 (r407477) +++ branches/2016Q1/www/bolt/Makefile Fri Jan 29 15:46:10 2016 (r407478) @@ -3,7 +3,7 @@ PORTNAME= bolt PORTVERSION= 2.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://bolt.cm/distribution/ @@ -14,7 +14,7 @@ LICENSE= MIT NO_ARCH= yes NO_BUILD= yes -USE_PHP= curl gd openssl simplexml +USE_PHP= ctype curl dom gd json mbstring openssl simplexml tokenizer WANT_PHP_WEB= yes PLIST_SUB+= WWWGRP=${WWWGRP} From owner-svn-ports-branches@freebsd.org Fri Jan 29 18:16:01 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FE16A71C40; Fri, 29 Jan 2016 18:16:01 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0354511EB; Fri, 29 Jan 2016 18:16:00 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0TIG0M5093093; Fri, 29 Jan 2016 18:16:00 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0TIG0gF093088; Fri, 29 Jan 2016 18:16:00 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601291816.u0TIG0gF093088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 29 Jan 2016 18:16:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407490 - branches/2016Q1/www/bigbluebutton X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 18:16:01 -0000 Author: pawel Date: Fri Jan 29 18:15:59 2016 New Revision: 407490 URL: https://svnweb.freebsd.org/changeset/ports/407490 Log: MFH: r407424 - Fix BROKEN, port assumed that WRKDIR = WRKSRC and this is not true since CHANGES@20151105 - Unmute and simplify install commands, move file ownership changes through chown to pkg-plist - Sort pkg-plist and remove deprecated @dirrm Approved by: portmgr blanket Approved by: ports-secteam (feld) Modified: branches/2016Q1/www/bigbluebutton/Makefile branches/2016Q1/www/bigbluebutton/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/bigbluebutton/Makefile ============================================================================== --- branches/2016Q1/www/bigbluebutton/Makefile Fri Jan 29 17:55:26 2016 (r407489) +++ branches/2016Q1/www/bigbluebutton/Makefile Fri Jan 29 18:15:59 2016 (r407490) @@ -27,15 +27,12 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MANUAL_PACKAGE_BUILD= requires www/tomcat6 with HTTP_PORT=8080 -BROKEN= fails to extract: tar: Error opening archive: Failed to open 'bbb-default.tar.gz' - USES= dos2unix DOS2UNIX_REGEX= .+\.(conf|jsp|properties|xml)$ USE_JAVA= yes JAVA_EXTRACT= yes NO_BUILD= yes -NO_WRKSUBDIR= yes DIST_SUBDIR= ${PORTNAME} USE_RC_SUBR= openoffice SOFFICEBIN?= ${PREFIX}/bin/openoffice-4.0.1 @@ -58,7 +55,11 @@ KONFERENCE_DESC= konference Asterisk mod OPENOFFICE_DESC= Include OpenOffice support PLIST_SUB+= RED5_HOME=${RED5_HOME:S,^${PREFIX}/,,} \ + RED5_USER=${RED5_USER} \ + RED5_GROUP=${RED5_GROUP} \ TOMCAT_HOME=${TOMCAT_HOME:S,^${PREFIX}/,,} \ + TOMCAT_USER=${TOMCAT_USER} \ + TOMCAT_GROUP=${TOMCAT_GROUP} \ WWWROOT=${WWWROOT:S,^${PREFIX}/,,} SUB_LIST+= PORTNAME=${PORTNAME} \ @@ -97,21 +98,23 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/openoff .endif post-extract: + @${MKDIR} ${WRKSRC} .for f in bbb_extensions.conf bbb_sip.conf nginx-bigbluebutton.conf - @${INSTALL_DATA} ${_DISTDIR}/${f} ${WRKDIR} + @${INSTALL_DATA} ${_DISTDIR}/${f} ${WRKSRC} .endfor .for f in bbb-default bigbluebutton-webapps client deskshare sip video - @cd ${WRKDIR} && ${TAR} xf ${f}${EXTRACT_SUFX} + @cd ${WRKSRC} && ${TAR} xf ../${f}${EXTRACT_SUFX} .endfor - @cd ${WRKDIR}/client && ${MV} client/* . && ${RMDIR} client - @${MKDIR} ${WRKDIR}/bigbluebutton-tomcat - @cd ${WRKDIR}/bigbluebutton-tomcat && ${JAR} xf \ + @cd ${WRKDIR} && ${MV} conf red5-0.9.1 ${WRKSRC} + @cd ${WRKSRC}/client && ${MV} client/* . && ${RMDIR} client + @${MKDIR} ${WRKSRC}/bigbluebutton-tomcat + @cd ${WRKSRC}/bigbluebutton-tomcat && ${JAR} xf \ ${WRKDIR}/bigbluebutton.war - @cd ${WRKDIR} && ${FIND} . -name .gitignore -delete + @cd ${WRKSRC} && ${FIND} . -name .gitignore -delete post-patch: - @${RM} ${WRKDIR}/deskshare/WEB-INF/deskshare.conf.orig - @${FIND} ${WRKDIR} -type f -name '*.orig' -execdir ${SH} -c \ + @${RM} ${WRKSRC}/deskshare/WEB-INF/deskshare.conf.orig + @${FIND} ${WRKSRC} -type f -name '*.orig' -execdir ${SH} -c \ 'f={} && ${MV} $${f%.orig} $${f%.orig}-dist && ${RM} $$f' ';' pre-install: @@ -134,34 +137,26 @@ pre-install: do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${WWWDIR} - @${INSTALL_SCRIPT} ${WRKDIR}/bbb-conf ${STAGEDIR}${PREFIX}/bin -.for d in asterisk blank freeswitch nginx - @${MKDIR} ${STAGEDIR}${DATADIR}/${d} -.endfor - @${INSTALL_DATA} ${FILESDIR}/nopdfmark.ps ${STAGEDIR}${DATADIR}/blank -.for f in blank-slide.swf blank-thumb.png - @${INSTALL_DATA} ${_DISTDIR}/${f} ${STAGEDIR}${DATADIR}/blank -.endfor -.for f in bbb_extensions.conf bbb_sip.conf - @${INSTALL_DATA} ${WRKDIR}/${f}-dist ${STAGEDIR}${DATADIR}/asterisk -.endfor -.for f in nginx.conf nginx-bigbluebutton.conf - @${INSTALL_DATA} ${WRKDIR}/${f}-dist ${STAGEDIR}${DATADIR}/nginx -.endfor - @cd ${WRKDIR} && ${COPYTREE_SHARE} conf ${STAGEDIR}${DATADIR}/freeswitch + ${INSTALL_SCRIPT} ${WRKDIR}/bbb-conf ${STAGEDIR}${PREFIX}/bin + @(cd ${STAGEDIR}${DATADIR} && ${MKDIR} asterisk blank freeswitch nginx) + ${INSTALL_DATA} ${FILESDIR}/nopdfmark.ps ${STAGEDIR}${DATADIR}/blank + (cd ${_DISTDIR} && ${INSTALL_DATA} blank-slide.swf blank-thumb.png \ + ${STAGEDIR}${DATADIR}/blank) + (cd ${WRKSRC} && ${INSTALL_DATA} bbb_*.conf-dist \ + ${STAGEDIR}${DATADIR}/asterisk) + ${INSTALL_DATA} ${WRKSRC}/nginx-bigbluebutton.conf-dist \ + ${WRKDIR}/nginx.conf-dist ${STAGEDIR}${DATADIR}/nginx + (cd ${WRKSRC} && ${COPYTREE_SHARE} conf ${STAGEDIR}${DATADIR}/freeswitch) @${MKDIR} ${STAGEDIR}${TOMCAT_HOME}/webapps/bigbluebutton - @cd ${WRKDIR}/bigbluebutton-tomcat && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${TOMCAT_HOME}/webapps/bigbluebutton - @${CHOWN} ${TOMCAT_USER}:${TOMCAT_GROUP} \ - ${STAGEDIR}${TOMCAT_HOME}/webapps/bigbluebutton - @cd ${WRKDIR} && ${COPYTREE_SHARE} bigbluebutton-default ${STAGEDIR}${WWWROOT} - @cd ${WRKDIR} && ${COPYTREE_SHARE} client ${STAGEDIR}${WWWDIR} - @cd ${WRKDIR} && ${COPYTREE_SHARE} 'bigbluebutton deskshare sip video' \ - ${STAGEDIR}${RED5_HOME}/webapps - @cd ${RED5_HOME} && ${CHOWN} -R ${RED5_USER}:${RED5_GROUP} \ - webapps -.for f in aopalliance-1.0.jar spring-aop-3.0.0.jar - @${INSTALL_DATA} ${WRKDIR}/red5-0.9.1/lib/${f} ${STAGEDIR}${RED5_HOME}/lib -.endfor + (cd ${WRKSRC}/bigbluebutton-tomcat && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${TOMCAT_HOME}/webapps/bigbluebutton) + (cd ${WRKSRC} && ${COPYTREE_SHARE} bigbluebutton-default \ + ${STAGEDIR}${WWWROOT}) + (cd ${WRKSRC} && ${COPYTREE_SHARE} client ${STAGEDIR}${WWWDIR}) + (cd ${WRKSRC} && ${COPYTREE_SHARE} 'bigbluebutton deskshare sip video' \ + ${STAGEDIR}${RED5_HOME}/webapps) + @${MKDIR} ${STAGEDIR}${RED5_HOME}/lib + (cd ${WRKSRC}/red5-0.9.1/lib && ${INSTALL_DATA} aopalliance-1.0.jar \ + spring-aop-3.0.0.jar ${STAGEDIR}${RED5_HOME}/lib) .include Modified: branches/2016Q1/www/bigbluebutton/pkg-plist ============================================================================== --- branches/2016Q1/www/bigbluebutton/pkg-plist Fri Jan 29 17:55:26 2016 (r407489) +++ branches/2016Q1/www/bigbluebutton/pkg-plist Fri Jan 29 18:15:59 2016 (r407490) @@ -1,1600 +1,1499 @@ @stopdaemon openoffice -bin/bbb-conf -%%RED5_HOME%%/lib/aopalliance-1.0.jar -%%RED5_HOME%%/lib/spring-aop-3.0.0.jar -%%DATADIR%%/asterisk/bbb_extensions.conf-dist -%%DATADIR%%/asterisk/bbb_sip.conf-dist -%%DATADIR%%/blank/nopdfmark.ps -%%DATADIR%%/blank/blank-slide.swf -%%DATADIR%%/blank/blank-thumb.png -%%DATADIR%%/freeswitch/conf/lang/en/demo/demo-ivr.xml -%%DATADIR%%/freeswitch/conf/lang/en/demo/demo.xml -%%DATADIR%%/freeswitch/conf/lang/en/dir/sounds.xml -%%DATADIR%%/freeswitch/conf/lang/en/dir/tts.xml -%%DATADIR%%/freeswitch/conf/lang/en/vm/sounds.xml -%%DATADIR%%/freeswitch/conf/lang/en/vm/tts.xml -%%DATADIR%%/freeswitch/conf/lang/en/en.xml -%%DATADIR%%/freeswitch/conf/lang/fr/demo/demo.xml -%%DATADIR%%/freeswitch/conf/lang/fr/dir/sounds.xml -%%DATADIR%%/freeswitch/conf/lang/fr/dir/tts.xml -%%DATADIR%%/freeswitch/conf/lang/fr/vm/sounds.xml -%%DATADIR%%/freeswitch/conf/lang/fr/fr.xml -%%DATADIR%%/freeswitch/conf/lang/ru/ru.xml -%%DATADIR%%/freeswitch/conf/lang/ru/demo/demo-ivr.xml -%%DATADIR%%/freeswitch/conf/lang/ru/demo/demo.xml -%%DATADIR%%/freeswitch/conf/lang/ru/dir/sounds.xml -%%DATADIR%%/freeswitch/conf/lang/ru/dir/tts.xml -%%DATADIR%%/freeswitch/conf/lang/ru/vm/sounds.xml -%%DATADIR%%/freeswitch/conf/lang/ru/vm/tts.xml -%%DATADIR%%/freeswitch/conf/lang/de/demo/demo.xml -%%DATADIR%%/freeswitch/conf/lang/de/vm/tts.xml -%%DATADIR%%/freeswitch/conf/lang/de/de.xml -%%DATADIR%%/freeswitch/conf/mime.types -%%DATADIR%%/freeswitch/conf/autoload_configs/local_stream.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/post_load_modules.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/conference.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/logfile.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/spidermonkey.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/console.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/sofia.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/syslog.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/switch.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/enum.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/modules.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/timezones.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/cdr_csv.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/zeroconf.conf.xml -%%DATADIR%%/freeswitch/conf/autoload_configs/event_socket.conf.xml-dist -%%DATADIR%%/freeswitch/conf/autoload_configs/acl.conf.xml-dist -%%DATADIR%%/freeswitch/conf/tetris.ttml -%%DATADIR%%/freeswitch/conf/vars.xml -%%DATADIR%%/freeswitch/conf/directory/default/1017.xml -%%DATADIR%%/freeswitch/conf/directory/default/1013.xml -%%DATADIR%%/freeswitch/conf/directory/default/1010.xml -%%DATADIR%%/freeswitch/conf/directory/default/1015.xml -%%DATADIR%%/freeswitch/conf/directory/default/1012.xml -%%DATADIR%%/freeswitch/conf/directory/default/1011.xml -%%DATADIR%%/freeswitch/conf/directory/default/1018.xml -%%DATADIR%%/freeswitch/conf/directory/default/1003.xml -%%DATADIR%%/freeswitch/conf/directory/default/1008.xml -%%DATADIR%%/freeswitch/conf/directory/default/1005.xml -%%DATADIR%%/freeswitch/conf/directory/default/1001.xml -%%DATADIR%%/freeswitch/conf/directory/default/1014.xml -%%DATADIR%%/freeswitch/conf/directory/default/1009.xml -%%DATADIR%%/freeswitch/conf/directory/default/1016.xml -%%DATADIR%%/freeswitch/conf/directory/default/1002.xml -%%DATADIR%%/freeswitch/conf/directory/default/1019.xml -%%DATADIR%%/freeswitch/conf/directory/default/1004.xml -%%DATADIR%%/freeswitch/conf/directory/default/1000.xml -%%DATADIR%%/freeswitch/conf/directory/default/1006.xml -%%DATADIR%%/freeswitch/conf/directory/default/1007.xml -%%DATADIR%%/freeswitch/conf/directory/default/bbbuser.xml-dist -%%DATADIR%%/freeswitch/conf/directory/default.xml -%%DATADIR%%/freeswitch/conf/extensions.conf -%%DATADIR%%/freeswitch/conf/voicemail.tpl -%%DATADIR%%/freeswitch/conf/dialplan/features.xml -%%DATADIR%%/freeswitch/conf/dialplan/public/00_inbound_did.xml -%%DATADIR%%/freeswitch/conf/dialplan/default/99999_enum.xml -%%DATADIR%%/freeswitch/conf/dialplan/public.xml -%%DATADIR%%/freeswitch/conf/dialplan/default.xml -%%DATADIR%%/freeswitch/conf/freeswitch.xml -%%DATADIR%%/freeswitch/conf/freeswitch.serial -%%DATADIR%%/freeswitch/conf/web-vm.tpl -%%DATADIR%%/freeswitch/conf/fur_elise.ttml -%%DATADIR%%/freeswitch/conf/sip_profiles/internal-ipv6.xml -%%DATADIR%%/freeswitch/conf/sip_profiles/internal/example.xml -%%DATADIR%%/freeswitch/conf/sip_profiles/external/example.xml -%%DATADIR%%/freeswitch/conf/sip_profiles/external.xml -%%DATADIR%%/freeswitch/conf/sip_profiles/internal.xml -%%DATADIR%%/nginx/nginx.conf-dist -%%DATADIR%%/nginx/nginx-bigbluebutton.conf-dist -%%RED5_HOME%%/webapps/bigbluebutton/META-INF/MANIFEST.MF -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/red5-web.xml-dist -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/red5-web.properties -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/bbb-voice-asterisk.xml -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/web.xml -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-integration-core-2.0.0.M2.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-integration-stream-2.0.0.M2.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-jms-3.0.0.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-integration-jms-2.0.0.M2.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-integration-adapter-2.0.0.M2.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-integration-file-2.0.0.M2.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/org.freeswitch.esl.client-0.9.0-SNAPSHOT.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/jyaml-1.3.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/bbb-common-message-0.7.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/scala-library-2.7.7.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/geronimo-j2ee-management_1.0_spec-1.0.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/geronimo-jms_1.1_spec-1.0.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/netty-3.1.5.GA.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/activemq-core-5.1.0.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/groovy-all-1.6.4.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-tx-2.5.6.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/lib/asterisk-java-1.0.0.M3.jar -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/bbb-voice-freeswitch.xml -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/bbb-apps.xml -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/logback-bigbluebutton.xml -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/IParticipantStatusChangeListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/RoomListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/RoomsManager.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/PresentationRoomsManager.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/PresentationRoom.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/PresentationHandler.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/ConversionUpdatesMessageListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/ConversionUpdatesReceiverImp.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/PresentationService.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/IPresentationRoomListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/ConversionUpdatesReceiver.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/ConversionUpdatesProcessor.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/ConversionUpdatesProcessor$1.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/PresentationApplication.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/ConversionUpdatesService$1.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/ConversionUpdatesReceiverImp$1.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/ConversionUpdatesService.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/IConversionUpdatesService.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/presentation/PresentationEventRecorder.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/voice/VoiceHandler.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/voice/VoiceService.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/participants/ParticipantsService.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/participants/ParticipantsEventRecorder.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/participants/ParticipantsHandler.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/participants/ParticipantsApplication.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/whiteboard/WhiteboardRoomManager.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/whiteboard/WhiteboardRoom.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/whiteboard/Page.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/whiteboard/Presentation.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/whiteboard/WhiteboardApplication.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/whiteboard/Shape.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/whiteboard/WhiteboardService.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/chat/ChatEventRecorder.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/chat/ChatApplication.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/chat/ChatRoomsManager.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/chat/IChatRoomListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/chat/ChatHandler.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/chat/ChatService.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/chat/ChatRoom.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/recorder/RecorderSession.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/recorder/RecorderEventDispatcher.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/recorder/IRecorder.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/recorder/IEventRecorder.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/recorder/RecorderEventDispatcher$1.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/service/recorder/RecorderApplication.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/BigBlueButtonUtils.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/BigBlueButtonSession.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/BigBlueButtonApplication$1.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/Constants.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/ParticipantUpdatingRoomListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/BigBlueButtonApplication$ShutdownHookListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/IConferenceEventListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/conference/BigBlueButtonApplication.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/commands/ConferenceCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/commands/GetParticipantsCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/commands/EjectParticipantCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/commands/ConferenceCommandResult.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/commands/MuteParticipantCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/meetme/MeetMeToBbbEventAdapter.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/meetme/UserStateChangeListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/meetme/MeetMeApplication.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/meetme/MeetMeApplicationAdapter.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/KonferenceCommandTransformer.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/KonferenceManager.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/KonferenceApplication.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/actions/PopulateRoomCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/actions/EjectParticipantCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/actions/MuteParticipantCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/actions/KonferenceCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/events/ConferenceLeaveEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/events/KonferenceEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/events/ConferenceStateEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/events/ConferenceJoinEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/events/ConferenceMuteEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/events/ConferenceUnmuteEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/events/ConferenceMemberUnmuteEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/events/ConferenceSoundCompleteEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/events/ConferenceUnlockEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/events/ConferenceMemberMuteEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/events/ConferenceLockEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/KonferenceEventsTransformer.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/konference/KonferenceEventHandler.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/AbstractAsteriskServerListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/KeepAlivePing$1.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/KeepAlivePing.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/asterisk/AsteriskServiceProvider.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/ConferenceServerListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/events/ParticipantJoinedEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/events/ParticipantMutedEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/events/ParticipantLeftEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/events/ParticipantLockedEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/events/UnknownConferenceEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/events/ConferenceEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/events/ConferenceEventListener.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/events/ParticipantTalkingEvent.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/Room.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/ConferenceService.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/internal/RoomManager.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/internal/RoomImp.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/internal/ParticipantImp.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/Participant.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/freeswitch/FreeswitchHeartbeatMonitor.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/freeswitch/FreeswitchServiceProvider.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/freeswitch/actions/PopulateRoomCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/freeswitch/actions/FreeswitchCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/freeswitch/actions/EjectParticipantCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/freeswitch/actions/MuteParticipantCommand.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/freeswitch/response/XMLResponseConferenceListParser.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/freeswitch/response/ConferenceMember.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/freeswitch/response/ConferenceMemberFlags.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/freeswitch/FreeswitchApplication.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/freeswitch/FreeswitchHeartbeatMonitor$1.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/voice/ConferenceServiceProvider.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/red5/voice/ClientManager.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/red5/voice/RoomInfo.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/red5/voice/ClientNotifier.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/ConferenceManager.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/webconference/Conference.class -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/classes/logback-bigbluebutton.xml -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/bbb-voice-app.xml -%%RED5_HOME%%/webapps/bigbluebutton/WEB-INF/bigbluebutton.properties-dist -%%WWWROOT%%/bigbluebutton-default/robots.txt -%%WWWROOT%%/bigbluebutton-default/index.html -%%WWWROOT%%/bigbluebutton-default/help.html -%%WWWROOT%%/bigbluebutton-default/css/style.css -%%WWWROOT%%/bigbluebutton-default/images/bbb_overview.png -%%WWWROOT%%/bigbluebutton-default/images/banner_bottom.png -%%WWWROOT%%/bigbluebutton-default/images/bbb_logo.png -%%WWWROOT%%/bigbluebutton-default/images/btn.png -%%WWWROOT%%/bigbluebutton-default/images/arrow.png -%%WWWROOT%%/bigbluebutton-default/images/favicon.ico -%%WWWROOT%%/bigbluebutton-default/favicon.ico %%TOMCAT_HOME%%/webapps/bigbluebutton/META-INF/MANIFEST.MF -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails.xml -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_de.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_it.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_ja.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_ru.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_es.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_fr.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_zh_CN.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/jsecurity.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_nl.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_th.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/presentation/upload.gsp -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/presentation/list.gsp -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/presentation/thumbnails.gsp -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/presentation/upload-file.gsp -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/error.gsp -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/_adminmenubar.gsp -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/layouts/main.gsp -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/web.xml -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/sitemesh.xml -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/spring/doc-conversion.xml -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/spring/resources.xml -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/sitemesh-2.4.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/grails-jsecurity-annotations.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/grails-resources-1.1.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/ehcache-1.5.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/hibernate-annotations-3.3.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/ivy-2.0.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/javassist-3.4.GA.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/oscache-2.4.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/hibernate-commons-annotations-3.3.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/jsr107cache-1.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/jta-1.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/asterisk-java-0.3.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-test-2.5.6.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-webmvc-2.5.6.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/hibernate3-3.3.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-cli-1.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/ognl-2.6.9.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/groovy-all-1.6.3.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-io-1.4.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-fileupload-1.2.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/oro-2.0.8.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/standard-2.4.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/slf4j-api-1.5.6.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/cglib-nodep-2.1_3.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/jsecurity-jdk14.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/grails-scripts-1.1.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/xpp3_min-1.1.3.4.O.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/jcl-over-slf4j-1.5.6.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/org.springframework.webflow-2.0.3.RELEASE.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/unoil-3.0.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/xstream-1.3.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-integration-jms-1.0.2.RELEASE.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-httpclient.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/ridl-3.0.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/backport-util-concurrent-3.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/retroweaver-rt.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-codec-1.3.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/juh-3.0.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/jurt-3.0.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-lang-2.4.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/org.springframework.js-2.0.3.RELEASE.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-2.5.6.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-pool-1.2.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/bbb-common-message-0.7.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-beanutils-1.7.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/jstl-2.4.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/grails-webflow-1.1.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/geronimo-j2ee-management_1.0_spec-1.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/ant-1.7.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/mysql-connector-java-5.1.6-bin.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/grails-crud-1.1.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/geronimo-jms_1.1_spec-1.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/slf4j-log4j12-1.5.6.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/grails-web-1.1.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/activemq-core-5.1.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-cli-1.2.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/grails-bootstrap-1.1.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/antlr-2.7.6.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/jodconverter-2.2.2.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/jug.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/grails-spring-1.1.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/groovy-all-1.6.4.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/ejb3-persistence-3.3.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-integration-adapter-1.0.2.RELEASE.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/hsqldb-1.8.0.5.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/grails-test-1.1.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-validator-1.3.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-integration-core-1.0.2.RELEASE.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/grails-core-1.1.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-integration-file-1.0.2.RELEASE.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-collections-3.2.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/spring-integration-stream-1.0.2.RELEASE.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/log4j-1.2.15.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/dom4j-1.6.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/org.springframework.binding-2.0.3.RELEASE.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/grails-gorm-1.1.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/ant-launcher-1.7.0.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-dbcp-1.2.1.jar -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/tld/grails.tld -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/tld/fmt.tld -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/tld/spring.tld -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/tld/c.tld +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/applicationContext.xml +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/BootStrap$_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/BootStrap$_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/BootStrap.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/BuildConfig$_run_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure19.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure5.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure25_closure29.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecAuthBase.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure6.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure5_closure33.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure1_closure13_closure14.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/resources$_run_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/BuildConfig.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure1_closure3.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure1_closure4.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure1_closure5.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure2_closure6.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure2_closure7.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure7_closure35.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/log4j.properties-dist -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_processAnnotations_closure10.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/HibernateGrailsPlugin$_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/HibernateGrailsPlugin.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecAuthBase$_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecAuthBase.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure10.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure11.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure12.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/BootStrap$_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure26.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure13.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure14.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure15.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure3.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure4.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure5.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure6.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure7.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure8.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure9.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityFilters$_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityFilters$_closure1_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityFilters$_closure1_closure2_closure3.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityFilters.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure1_closure11.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure1_closure12.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure1_closure13.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure1_closure13_closure14.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure2_closure15.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure2_closure16.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure17.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure18.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure18_closure23.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure18_closure24.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure19.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure20.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure21.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure22.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure25.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure25_closure29.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure25_closure29_closure30.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure25_closure29_closure31.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure26.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure27.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure28.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure28_closure32.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure5.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure5_closure33.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure6.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure7.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure7_closure34.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure7_closure35.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure7_closure36.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_processAnnotations_closure10.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_processController_closure8.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_processController_closure9.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure2.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure3.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure14.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure1_closure13.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/DefaultRealmGrailsClass.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmWrapper.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/JsecBasicPermission.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmWrapper$_isPermittedAll_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/AccessControlBuilder.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmAdapter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/FilterAccessControlBuilder.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmGrailsClass.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmArtefactHandler.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/AccessControlBuilder$_role_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmWrapper$_hasAllRoles_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/AccessControlBuilder$_permission_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure4.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure5.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure6.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure7.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure8.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure8_closure9.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/application.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties-dist +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/log4j.properties-dist +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/api/IApiConferenceEventListener.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/api/domain/DynamicConference.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/pbx/IConferenceService.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/pbx/PbxAgi.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/pbx/PbxLive.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/pbx/asterisk/AsteriskAgiService.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ChannelNameConstants.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ConversionMessageConstants.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ConversionProgressNotifier.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ConversionUpdateMessage$1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ConversionUpdateMessage$MessageBuilder.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ConversionUpdateMessage.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ThumbnailCreator.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/GeneratedSlidesInfoHelper.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/DocumentConversionService.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/FileTypeConstants.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/FileTypeRouter.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/GeneratedSlidesInfoHelper.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/GeneratedSlidesInfoHelperImp$_generateUploadedPresentationInfo_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/GeneratedSlidesInfoHelperImp$_generateUploadedPresentationInfo_closure1_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/GeneratedSlidesInfoHelperImp$_generateUploadedPresentationInfo_closure1_closure2_closure3.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/GeneratedSlidesInfoHelperImp$_generateUploadedPresentationInfo_closure1_closure2_closure3_closure4.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/GeneratedSlidesInfoHelperImp.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ImageToSwfSlide.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/OfficeToPdfConversionSuccessFilter.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/PageConverter.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/PageCounter.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/PageExtractor.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/PdfToSwfSlide.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/SupportedDocumentFilter.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/SupportedFileTypes$1.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/SupportedFileTypes$2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/SupportedFileTypes$3.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/SupportedFileTypes.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ThumbnailCreator.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/UploadedPresentation.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/PageExtractor.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/service/AdhocConference.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/GeneratedSlidesInfoHelperImp$_generateUploadedPresentationInfo_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/SupportedDocumentFilter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/PdfToSwfSlidesGenerationService.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/Util.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/CountingPageException$ExceptionType.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/CountingPageException.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/GhostscriptPageExtractor.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/Png2SwfPageConverter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/ThumbnailCreatorImp.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/ImageMagickPageConverter.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/ImageToSwfSlidesGenerationService$1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/ImageToSwfSlidesGenerationService.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/Jpeg2SwfPageConverter.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/Office2PdfPageConverter.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/OfficeToPdfConversionService.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/PageCounterService.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/Pdf2SwfPageConverter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/CountingPageException$ExceptionType.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/OfficeToPdfConversionService.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/ImageToSwfSlidesGenerationService.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/SwfSlidesGenerationProgressNotifier.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/Pdf2SwfPageCounter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/Jpeg2SwfPageConverter.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/PdfPageToImageConversionService.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/CountingPageException.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/PdfToSwfSlidesGenerationService$1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/Office2PdfPageConverter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/ImageMagickPageConverter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/ImageToSwfSlidesGenerationService$1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ConversionProgressNotifier.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ChannelNameConstants.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/GeneratedSlidesInfoHelperImp$_generateUploadedPresentationInfo_closure1_closure2_closure3.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/GeneratedSlidesInfoHelperImp$_generateUploadedPresentationInfo_closure1_closure2_closure3_closure4.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/Util.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/FileTypeRouter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ConversionUpdateMessage$MessageBuilder.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/PdfToSwfSlide.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ConversionUpdateMessage$1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/SupportedFileTypes.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/OfficeToPdfConversionSuccessFilter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/FileTypeConstants.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/PageConverter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/SupportedFileTypes$3.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ImageToSwfSlide.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/ConversionMessageConstants.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/PageCounter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/GeneratedSlidesInfoHelperImp$_generateUploadedPresentationInfo_closure1_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12_closure25.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28_closure32.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure6.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13_closure56_closure59.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13_closure55_closure57_closure58.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure4_closure19.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/PdfToSwfSlidesGenerationService.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/Png2SwfPageConverter.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/SwfSlidesGenerationProgressNotifier.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/imp/ThumbnailCreatorImp.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/presentation/service/AdhocConference.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure10.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure1_closure14.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure1_closure14_closure15.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure1_closure14_closure15_closure16.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure1_closure14_closure15_closure16_closure17.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure2_closure18.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure3.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure4.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure4_closure19.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure4_closure19_closure20.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure4_closure19_closure20_closure21.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure4_closure19_closure20_closure21_closure22.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure5.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure5_closure23.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure2_closure14_closure15_closure16_closure17_closure18.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure38_closure40.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure5_closure23_closure24.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure5_closure23_closure24_closure25.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure5_closure23_closure24_closure25_closure26.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure6.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure27.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure27_closure29.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConference_closure12_closure52_closure53.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure2_closure14_closure15_closure16_closure17.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28_closure32_closure33_closure34_closure35_closure36.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure13.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure27_closure29_closure30.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure27_closure29_closure30_closure31.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28_closure32.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28_closure32_closure33.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure11_closure19_closure20_closure21_closure22_closure23.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28_closure32_closure33_closure34.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28_closure32_closure33_closure34_closure35.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure4_closure19_closure20_closure21_closure22.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11_closure46.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12_closure25_closure26_closure27.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure11_closure19.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure11_closure19_closure20_closure21_closure22.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28_closure32_closure33_closure34_closure35_closure36.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28_closure32_closure33_closure34_closure35_closure36_closure37.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure38.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11_closure46_closure47.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure4.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConference_closure12.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure1_closure14_closure15.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure5_closure23_closure24_closure25_closure26.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13_closure56.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure38_closure40.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure38_closure40_closure41.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12_closure25_closure26_closure27_closure28_closure29.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure38_closure40_closure41_closure42.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure39.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure39_closure43.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure39_closure43_closure44.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure39_closure43_closure44_closure45.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure9.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13_closure55.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13_closure55_closure57.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13_closure55_closure57_closure58.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13_closure56.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13_closure56_closure59.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11_closure46.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11_closure46_closure47.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11_closure46_closure47_closure48.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11_closure46_closure47_closure48_closure49.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28_closure32_closure33_closure34.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure10.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11_closure46_closure47_closure48_closure49_closure50.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11_closure46_closure47_closure48_closure49_closure50_closure51.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConference_closure12.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConference_closure12_closure52.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConference_closure12_closure52_closure53.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConference_closure12_closure52_closure53_closure54.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure39.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure4_closure19_closure20_closure21.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure10.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure11.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure1_closure14_closure15_closure16_closure17.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure39_closure43.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure1_closure14.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure2_closure14_closure15_closure16.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure39_closure43_closure44_closure45.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure9.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12_closure25_closure26.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure3.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure5_closure23_closure24_closure25.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure7.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure10.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure8.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure27_closure29_closure30.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure2_closure14.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure11_closure19.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure11_closure19_closure20.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure28_closure32_closure33_closure34_closure35_closure36_closure37.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConference_closure12_closure52.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure11_closure19_closure20_closure21.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure11_closure19_closure20_closure21_closure22.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure11_closure19_closure20_closure21_closure22_closure23.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure11_closure19_closure20_closure21_closure22_closure23_closure24.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12_closure25.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12_closure25_closure26.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12_closure25_closure26_closure27.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12_closure25_closure26_closure27_closure28.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12_closure25_closure26_closure27_closure28_closure29.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12_closure25_closure26_closure27_closure28_closure29_closure30.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11_closure46_closure47_closure48.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure9.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure27_closure29_closure30_closure31.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure4.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure6.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure13.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure2_closure14.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure2_closure14_closure15.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure5.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure39_closure43_closure44.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11_closure46_closure47_closure48_closure49_closure50_closure51.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure11_closure19_closure20_closure21_closure22_closure23_closure24.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure2_closure14_closure15_closure16.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure2_closure14_closure15_closure16_closure17.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure2_closure14_closure15_closure16_closure17_closure18.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure3.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure4.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure5.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure3.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13_closure55_closure57.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure7_closure27.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure2_closure18.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure12_closure25_closure26_closure27_closure28.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_invalid_closure13_closure55.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure4_closure19_closure20.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_closure8_closure38_closure40_closure41_closure42.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/ApiController$_respondWithConferenceDetails_closure11.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure5.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure6.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure7.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure8.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController$_closure9.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/controllers/PresentationController.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/ConversionUpdatesNotificationService$_generateUploadedPresentationInfo_closure1.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/ConversionUpdatesNotificationService$_generateUploadedPresentationInfo_closure1_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure8.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure4.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure3_closure10.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/ConversionUpdatesNotificationService$_generateUploadedPresentationInfo_closure1_closure2_closure3.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/ConversionUpdatesNotificationService$_generateUploadedPresentationInfo_closure1_closure2_closure3_closure4.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/ConversionUpdatesNotificationService.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/DynamicConferenceService.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/DynamicConferenceServiceCleanupTimerTask.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PngFilter.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure3.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_testConversionProcess_closure9.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure3.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure3_closure10.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure4.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure4_closure11.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure5.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure6.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure7.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/DynamicConferenceService.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/ConversionUpdatesNotificationService$_generateUploadedPresentationInfo_closure1_closure2_closure3.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/ConversionUpdatesNotificationService$_generateUploadedPresentationInfo_closure1_closure2_closure3_closure4.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/DynamicConferenceServiceCleanupTimerTask.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/ConversionUpdatesNotificationService.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/pbx/IConferenceService.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/pbx/PbxLive.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/pbx/PbxAgi.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/pbx/asterisk/AsteriskAgiService.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/api/IApiConferenceEventListener.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/api/domain/DynamicConference.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_closure8.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService$_testConversionProcess_closure9.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/bigbluebutton/web/services/PresentationService.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/AccessControlBuilder$_permission_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/AccessControlBuilder$_role_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/AccessControlBuilder.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/DefaultRealmGrailsClass.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/FilterAccessControlBuilder.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/JsecBasicPermission.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmAdapter.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmArtefactHandler.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmGrailsClass.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmWrapper$_hasAllRoles_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmWrapper$_isPermittedAll_closure2.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/org/jsecurity/grails/RealmWrapper.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/resources$_run_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/resources$_run_closure1_closure2.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/resources$_run_closure1_closure2_closure5.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure10.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure9.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure8_closure9.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure18_closure23.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/HibernateGrailsPlugin$_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityFilters$_closure1.class +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/resources$_run_closure1_closure3.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/resources$_run_closure1_closure4.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure28.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityFilters$_closure1_closure2_closure3.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure1_closure3.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/BootStrap.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure7.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure1_closure5.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure4.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure18.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure5.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_processController_closure9.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure2_closure15.class %%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/resources.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure15.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure13.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure6.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure4.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure22.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure20.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure8.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure2_closure6.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure18_closure24.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure7_closure36.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure6.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure1_closure4.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/BuildConfig.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/HibernateGrailsPlugin.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityFilters$_closure1_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure8.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/resources$_run_closure1_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure25_closure29_closure31.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/application.properties -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure27.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure5.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure25.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecAuthBase$_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/resources$_run_closure1_closure3.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/BootStrap$_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityFilters.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1_closure7.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_processController_closure8.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure25_closure29_closure30.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure3_closure17.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure7_closure34.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure7.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure2.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure2_closure7.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure1_closure11.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure4_closure28_closure32.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure1_closure12.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecurityGrailsPlugin$_closure2_closure16.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure3.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/JsecTagLib$_closure11.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/Config$_run_closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings$__clinit__closure1.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/UrlMappings.class -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties-dist -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/plugins/jsecurity-0.4.1/plugin.xml -%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/plugins/jsecurity-0.4.1/grails-app/i18n/messages.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/jsecurity.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_de.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_es.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_fr.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_it.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_ja.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_nl.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_ru.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_th.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/i18n/messages_zh_CN.properties +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/_adminmenubar.gsp +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/error.gsp +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/layouts/main.gsp +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/presentation/list.gsp +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/presentation/thumbnails.gsp +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/presentation/upload-file.gsp +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails-app/views/presentation/upload.gsp +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/grails.xml +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/activemq-core-5.1.0.jar +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/ant-1.7.0.jar +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/ant-launcher-1.7.0.jar +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/antlr-2.7.6.jar +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/asterisk-java-0.3.1.jar +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/backport-util-concurrent-3.0.jar +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/bbb-common-message-0.7.jar +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/cglib-nodep-2.1_3.jar +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-beanutils-1.7.0.jar +%%TOMCAT_HOME%%/webapps/bigbluebutton/WEB-INF/lib/commons-cli-1.0.jar *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Fri Jan 29 19:32:14 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65640A7295E; Fri, 29 Jan 2016 19:32:14 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2723E1B7C; Fri, 29 Jan 2016 19:32:14 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0TJWD4Q016519; Fri, 29 Jan 2016 19:32:13 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0TJWDH5016517; Fri, 29 Jan 2016 19:32:13 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201601291932.u0TJWDH5016517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 29 Jan 2016 19:32:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407493 - in branches/2016Q1/editors/openoffice-4: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 19:32:14 -0000 Author: truckman Date: Fri Jan 29 19:32:12 2016 New Revision: 407493 URL: https://svnweb.freebsd.org/changeset/ports/407493 Log: MFH: r405096 (direct commit to openoffice-4 only) MFH: r406872 (direct commit to openoffice-4 only) MFH: r407439 r405096: Correct the Icon entry in the .desktop files so that the icons are visible in the menu. r406872: PORTREVISION bump to allow a clean merge of the next r470439: [1] Fix nss-related problems with password-protected documents. Apply patches from upstream commits r1724971 and r1726068 to fix upstream bug , "The Password is incorrect. The file cannot be opened." PR: 205758 PR: 206234 Submitted by: Arrigo Marchiori [1] Approved by: ports-secteam (miwi - r407439) Approved by: ports-secteam (feld - r405096, r406872) Added: branches/2016Q1/editors/openoffice-4/files/patch-nss - copied unchanged from r407439, head/editors/openoffice-4/files/patch-nss Modified: branches/2016Q1/editors/openoffice-4/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/editors/openoffice-4/Makefile ============================================================================== --- branches/2016Q1/editors/openoffice-4/Makefile Fri Jan 29 19:00:52 2016 (r407492) +++ branches/2016Q1/editors/openoffice-4/Makefile Fri Jan 29 19:32:12 2016 (r407493) @@ -3,6 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} +PORTREVISION= 3 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ @@ -325,7 +326,7 @@ post-extract: -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_W3C} post-patch: - ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '-${AOOSUFFIX}'/" \ + ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '${AOOVERSION1}'/" \ ${WRKSRC}/sysui/desktop/productversion.mk ${REINPLACE_CMD} -e "s|%%JAVA_HOME%%|${JAVA_HOME}|" \ ${WRKSRC}/desktop/scripts/soffice.sh Copied: branches/2016Q1/editors/openoffice-4/files/patch-nss (from r407439, head/editors/openoffice-4/files/patch-nss) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/editors/openoffice-4/files/patch-nss Fri Jan 29 19:32:12 2016 (r407493, copy of r407439, head/editors/openoffice-4/files/patch-nss) @@ -0,0 +1,69 @@ +--- extensions/source/mozbootstrap/MNSProfileDiscover.cxx.orig 2014-04-22 09:27:50 UTC ++++ extensions/source/mozbootstrap/MNSProfileDiscover.cxx +@@ -123,9 +123,14 @@ namespace connectivity + { + isRelative = sIsRelative.toInt32(); + } ++ if (isRelative) ++ { ++ // Make it absolute ++ profilePath = regDir + profilePath; ++ } + + ProfileStruct* profileItem = new ProfileStruct(product,profileName, +- regDir + profilePath); ++ profilePath); + m_Product.mProfileList[profileName] = profileItem; + + sal_Int32 isDefault = 0; +--- xmlsecurity/source/xmlsec/nss/makefile.mk.orig 2015-09-28 07:58:41 UTC ++++ xmlsecurity/source/xmlsec/nss/makefile.mk +@@ -42,6 +42,10 @@ CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS) + @echo "No nss -> no libxmlsec -> no xmlsecurity/nss" + .ENDIF + ++.IF "$(SYSTEM_NSS)" == "YES" ++CFLAGS+=-DSYSTEM_NSS ++.ENDIF ++ + .IF "$(SYSTEM_NSS)" != "YES" + MOZ_INC = $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/mozilla + NSS_CFLAGS = -I$(MOZ_INC)$/nss +--- xmlsecurity/source/xmlsec/nss/nssinitializer.cxx.orig 2015-09-24 07:42:09 UTC ++++ xmlsecurity/source/xmlsec/nss/nssinitializer.cxx +@@ -234,7 +234,7 @@ void deleteRootsModule() + //the location of the roots module to the profile, which makes FF2 and TB2 use + //it instead of there own module. + // +-//When using SYSTEM_MOZILLA then the libnss3.so lib is typically found in ++//When using SYSTEM_NSS then the libnss3.so lib is typically found in + ///usr/lib. This folder may, however, NOT contain the roots certificate + //module. That is, just providing the library name in SECMOD_LoadUserModule or + //SECMOD_AddNewModule will FAIL to load the mozilla unless the LD_LIBRARY_PATH +@@ -289,7 +289,7 @@ bool nsscrypto_initialize( const css::un + out_nss_init = true; + + #ifdef XMLSEC_CRYPTO_NSS +-#if defined SYSTEM_MOZILLA ++#if defined SYSTEM_NSS + if (!SECMOD_HasRootCerts()) + { + #endif +@@ -298,7 +298,7 @@ bool nsscrypto_initialize( const css::un + #if defined OS2 + // YD the nss system dlls names are ending with 'k' + OUString rootModule(RTL_CONSTASCII_USTRINGPARAM( "nssckbik" SAL_DLLEXTENSION)); +-#elif defined SYSTEM_MOZILLA ++#elif defined SYSTEM_NSS + OUString rootModule(RTL_CONSTASCII_USTRINGPARAM( "libnssckbi" SAL_DLLEXTENSION)); + #else + OUString rootModule(RTL_CONSTASCII_USTRINGPARAM( "${OOO_BASE_DIR}/program/libnssckbi" SAL_DLLEXTENSION)); +@@ -352,7 +352,7 @@ bool nsscrypto_initialize( const css::un + xmlsec_trace("Adding new root certificate module failed."); + return_value = false; + } +-#if SYSTEM_MOZILLA ++#if SYSTEM_NSS + } + #endif + #endif From owner-svn-ports-branches@freebsd.org Sat Jan 30 05:35:37 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 492CBA73EDD; Sat, 30 Jan 2016 05:35:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1675C1C8C; Sat, 30 Jan 2016 05:35:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0U5ZaC7092723; Sat, 30 Jan 2016 05:35:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0U5ZZFg092721; Sat, 30 Jan 2016 05:35:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601300535.u0U5ZZFg092721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 30 Jan 2016 05:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407511 - branches/2016Q1/www/nginx X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 05:35:37 -0000 Author: feld Date: Sat Jan 30 05:35:35 2016 New Revision: 407511 URL: https://svnweb.freebsd.org/changeset/ports/407511 Log: MFH: r407509 www/nginx: Update to 1.8.1 PR: 206698 Security: CVE-2016-0742 Security: CVE-2016-0746 Security: CVE-2016-0747 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/www/nginx/Makefile branches/2016Q1/www/nginx/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/nginx/Makefile ============================================================================== --- branches/2016Q1/www/nginx/Makefile Sat Jan 30 05:34:41 2016 (r407510) +++ branches/2016Q1/www/nginx/Makefile Sat Jan 30 05:35:35 2016 (r407511) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.8.0 -PORTREVISION= 3 +PORTVERSION= 1.8.1 +PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ Modified: branches/2016Q1/www/nginx/distinfo ============================================================================== --- branches/2016Q1/www/nginx/distinfo Sat Jan 30 05:34:41 2016 (r407510) +++ branches/2016Q1/www/nginx/distinfo Sat Jan 30 05:35:35 2016 (r407511) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.8.0.tar.gz) = 23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5 -SIZE (nginx-1.8.0.tar.gz) = 832104 +SHA256 (nginx-1.8.1.tar.gz) = 8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7 +SIZE (nginx-1.8.1.tar.gz) = 833473 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 From owner-svn-ports-branches@freebsd.org Sat Jan 30 05:36:09 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2B13A73F16; Sat, 30 Jan 2016 05:36:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C33BF1D77; Sat, 30 Jan 2016 05:36:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0U5a8Gj092913; Sat, 30 Jan 2016 05:36:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0U5a8vR092911; Sat, 30 Jan 2016 05:36:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601300536.u0U5a8vR092911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 30 Jan 2016 05:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407512 - branches/2016Q1/www/nginx-devel X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 05:36:10 -0000 Author: feld Date: Sat Jan 30 05:36:08 2016 New Revision: 407512 URL: https://svnweb.freebsd.org/changeset/ports/407512 Log: MFH: r407510 www/nginx-devel: Update to 1.9.10 PR: 206698 Security: CVE-2016-0742 Security: CVE-2016-0746 Security: CVE-2016-0747 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/www/nginx-devel/Makefile branches/2016Q1/www/nginx-devel/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/nginx-devel/Makefile ============================================================================== --- branches/2016Q1/www/nginx-devel/Makefile Sat Jan 30 05:35:35 2016 (r407511) +++ branches/2016Q1/www/nginx-devel/Makefile Sat Jan 30 05:36:08 2016 (r407512) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.9.9 +PORTVERSION= 1.9.10 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa Modified: branches/2016Q1/www/nginx-devel/distinfo ============================================================================== --- branches/2016Q1/www/nginx-devel/distinfo Sat Jan 30 05:35:35 2016 (r407511) +++ branches/2016Q1/www/nginx-devel/distinfo Sat Jan 30 05:36:08 2016 (r407512) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.9.9.tar.gz) = de66bb2b11c82533aa5cb5ccc27cbce736ab87c9f2c761e5237cda0b00068d73 -SIZE (nginx-1.9.9.tar.gz) = 887908 +SHA256 (nginx-1.9.10.tar.gz) = fb14d76844cab0a5a0880768be28965e74f9956790f618c454ef6098e26631d9 +SIZE (nginx-1.9.10.tar.gz) = 889267 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 From owner-svn-ports-branches@freebsd.org Sat Jan 30 18:45:31 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0B3EA73650; Sat, 30 Jan 2016 18:45:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A112C758; Sat, 30 Jan 2016 18:45:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0UIjTWH029727; Sat, 30 Jan 2016 18:45:29 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0UIjTDc029723; Sat, 30 Jan 2016 18:45:29 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601301845.u0UIjTDc029723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 30 Jan 2016 18:45:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407539 - in branches/2016Q1: german/wordpress www/wordpress X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 18:45:31 -0000 Author: miwi Date: Sat Jan 30 18:45:29 2016 New Revision: 407539 URL: https://svnweb.freebsd.org/changeset/ports/407539 Log: MFH: r405400 - Update to 4.4.1 Security: http://vuxml.freebsd.org/freebsd/fb754341-c3e2-11e5-b5fe-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q1/german/wordpress/Makefile branches/2016Q1/german/wordpress/distinfo branches/2016Q1/www/wordpress/Makefile branches/2016Q1/www/wordpress/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/german/wordpress/Makefile ============================================================================== --- branches/2016Q1/german/wordpress/Makefile Sat Jan 30 18:42:17 2016 (r407538) +++ branches/2016Q1/german/wordpress/Makefile Sat Jan 30 18:45:29 2016 (r407539) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.4 +PORTVERSION= 4.4.1 DISTVERSIONSUFFIX= -de_DE PORTREVISION= 1 CATEGORIES= german www @@ -20,7 +20,7 @@ CONFLICTS_INSTALL= wordpress-[0-9].* ja- NO_ARCH= yes NO_BUILD= yes USES= cpe -USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib ftp +USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} Modified: branches/2016Q1/german/wordpress/distinfo ============================================================================== --- branches/2016Q1/german/wordpress/distinfo Sat Jan 30 18:42:17 2016 (r407538) +++ branches/2016Q1/german/wordpress/distinfo Sat Jan 30 18:45:29 2016 (r407539) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.4-de_DE.tar.gz) = 6da0d4921b7b3ad7fc680dec52ff26601879e0ab53c0adb7d31f29bbc9c9fcd0 -SIZE (wordpress-4.4-de_DE.tar.gz) = 7526933 +SHA256 (wordpress-4.4.1-de_DE.tar.gz) = 8189fd1e584d0634b3770af6b86924c5f51a1faa5248fe1dea6948dbc9ffd324 +SIZE (wordpress-4.4.1-de_DE.tar.gz) = 7544365 Modified: branches/2016Q1/www/wordpress/Makefile ============================================================================== --- branches/2016Q1/www/wordpress/Makefile Sat Jan 30 18:42:17 2016 (r407538) +++ branches/2016Q1/www/wordpress/Makefile Sat Jan 30 18:45:29 2016 (r407539) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.4 +PORTVERSION= 4.4.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: branches/2016Q1/www/wordpress/distinfo ============================================================================== --- branches/2016Q1/www/wordpress/distinfo Sat Jan 30 18:42:17 2016 (r407538) +++ branches/2016Q1/www/wordpress/distinfo Sat Jan 30 18:45:29 2016 (r407539) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.4.tar.gz) = 02047ded951bc9d3e3d7e33dc4add71165edff202bee0c00d536e9640813ce99 -SIZE (wordpress-4.4.tar.gz) = 7079339 +SHA256 (wordpress-4.4.1.tar.gz) = 4895ac8c2ee348513ead161103ae2d97d3ef3f684167e5ce602d3998370c05f4 +SIZE (wordpress-4.4.1.tar.gz) = 7099537 From owner-svn-ports-branches@freebsd.org Sat Jan 30 18:48:10 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2F31A736BD; Sat, 30 Jan 2016 18:48:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98E26858; Sat, 30 Jan 2016 18:48:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0UIm9ah029974; Sat, 30 Jan 2016 18:48:09 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0UIm9nF029972; Sat, 30 Jan 2016 18:48:09 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601301848.u0UIm9nF029972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 30 Jan 2016 18:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407540 - branches/2016Q1/russian/wordpress X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 18:48:11 -0000 Author: miwi Date: Sat Jan 30 18:48:09 2016 New Revision: 407540 URL: https://svnweb.freebsd.org/changeset/ports/407540 Log: MFH: r405518 - Update to 4.4.1 - Sync dependency with www/wordpress PR: 206020 Submitted by: maintainer Security: http://vuxml.freebsd.org/freebsd/fb754341-c3e2-11e5-b5fe-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q1/russian/wordpress/Makefile branches/2016Q1/russian/wordpress/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/russian/wordpress/Makefile ============================================================================== --- branches/2016Q1/russian/wordpress/Makefile Sat Jan 30 18:45:29 2016 (r407539) +++ branches/2016Q1/russian/wordpress/Makefile Sat Jan 30 18:48:09 2016 (r407540) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.4 -PORTREVISION= 1 +PORTVERSION= 4.4.1 DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ @@ -20,7 +19,7 @@ CONFLICTS_INSTALL= wordpress-3.* de-word NO_ARCH= yes NO_BUILD= yes USES= cpe -USE_PHP= curl gd hash mysql pcre tokenizer xml zip zlib +USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} Modified: branches/2016Q1/russian/wordpress/distinfo ============================================================================== --- branches/2016Q1/russian/wordpress/distinfo Sat Jan 30 18:45:29 2016 (r407539) +++ branches/2016Q1/russian/wordpress/distinfo Sat Jan 30 18:48:09 2016 (r407540) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.4-ru_RU.tar.gz) = 0ca4aaa47804bacb9efd18bceddd41940c38e7e19677e15565d1580dde0bc441 -SIZE (wordpress-4.4-ru_RU.tar.gz) = 7559141 +SHA256 (wordpress-4.4.1-ru_RU.tar.gz) = c027d87823993647540ee9b5f0e42d768962dae10bcafe5bf20745ddf06abbcb +SIZE (wordpress-4.4.1-ru_RU.tar.gz) = 7578641 From owner-svn-ports-branches@freebsd.org Sat Jan 30 18:50:41 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AA33A73795; Sat, 30 Jan 2016 18:50:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D8A1965; Sat, 30 Jan 2016 18:50:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0UIoeRm030845; Sat, 30 Jan 2016 18:50:40 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0UIoeVU030843; Sat, 30 Jan 2016 18:50:40 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601301850.u0UIoeVU030843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 30 Jan 2016 18:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407541 - branches/2016Q1/japanese/wordpress X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 18:50:41 -0000 Author: miwi Date: Sat Jan 30 18:50:39 2016 New Revision: 407541 URL: https://svnweb.freebsd.org/changeset/ports/407541 Log: MFH: r406032 - Update to 4.4.1 Security: http://vuxml.freebsd.org/freebsd/fb754341-c3e2-11e5-b5fe-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q1/japanese/wordpress/Makefile branches/2016Q1/japanese/wordpress/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/japanese/wordpress/Makefile ============================================================================== --- branches/2016Q1/japanese/wordpress/Makefile Sat Jan 30 18:48:09 2016 (r407540) +++ branches/2016Q1/japanese/wordpress/Makefile Sat Jan 30 18:50:39 2016 (r407541) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.4 +PORTVERSION= 4.4.1 PORTREVISION= 1 DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www Modified: branches/2016Q1/japanese/wordpress/distinfo ============================================================================== --- branches/2016Q1/japanese/wordpress/distinfo Sat Jan 30 18:48:09 2016 (r407540) +++ branches/2016Q1/japanese/wordpress/distinfo Sat Jan 30 18:50:39 2016 (r407541) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.4-ja.tar.gz) = e1fc166b53ecd5c887a1bb60e3bb176839a0848cfe7c902e723a38c62a1ea3ae -SIZE (wordpress-4.4-ja.tar.gz) = 7526597 +SHA256 (wordpress-4.4.1-ja.tar.gz) = 2821835eb4d76839bc99f9bffe03e0734c97d6be5e80a214d380e54a9e409169 +SIZE (wordpress-4.4.1-ja.tar.gz) = 7557890 From owner-svn-ports-branches@freebsd.org Sat Jan 30 18:54:46 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C58D6A7392E; Sat, 30 Jan 2016 18:54:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95D1FC34; Sat, 30 Jan 2016 18:54:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0UIsjZu033098; Sat, 30 Jan 2016 18:54:45 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0UIsjw6033096; Sat, 30 Jan 2016 18:54:45 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601301854.u0UIsjw6033096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 30 Jan 2016 18:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407542 - branches/2016Q1/chinese/wordpress-zh_TW X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 18:54:46 -0000 Author: miwi Date: Sat Jan 30 18:54:45 2016 New Revision: 407542 URL: https://svnweb.freebsd.org/changeset/ports/407542 Log: MFH: r405516 - Update to 4.4.1 Security: http://vuxml.freebsd.org/freebsd/fb754341-c3e2-11e5-b5fe-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q1/chinese/wordpress-zh_TW/Makefile branches/2016Q1/chinese/wordpress-zh_TW/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/chinese/wordpress-zh_TW/Makefile ============================================================================== --- branches/2016Q1/chinese/wordpress-zh_TW/Makefile Sat Jan 30 18:50:39 2016 (r407541) +++ branches/2016Q1/chinese/wordpress-zh_TW/Makefile Sat Jan 30 18:54:45 2016 (r407542) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.4 +PORTVERSION= 4.4.1 DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ Modified: branches/2016Q1/chinese/wordpress-zh_TW/distinfo ============================================================================== --- branches/2016Q1/chinese/wordpress-zh_TW/distinfo Sat Jan 30 18:50:39 2016 (r407541) +++ branches/2016Q1/chinese/wordpress-zh_TW/distinfo Sat Jan 30 18:54:45 2016 (r407542) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.4-zh_TW.tar.gz) = ce7865249c00b8b0a5b55773e22373b73218df2e9e24c99ce3d0bb3adf633e45 -SIZE (wordpress-4.4-zh_TW.tar.gz) = 7506232 +SHA256 (wordpress-4.4.1-zh_TW.tar.gz) = eb67bf54e33c53bba34e59e154baec22c30a5edff0641e152005345994cfd9df +SIZE (wordpress-4.4.1-zh_TW.tar.gz) = 7526879 From owner-svn-ports-branches@freebsd.org Sat Jan 30 18:58:23 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71F93A73A3D; Sat, 30 Jan 2016 18:58:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4336CDF7; Sat, 30 Jan 2016 18:58:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0UIwMnB033407; Sat, 30 Jan 2016 18:58:22 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0UIwMe5033405; Sat, 30 Jan 2016 18:58:22 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601301858.u0UIwMe5033405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 30 Jan 2016 18:58:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407543 - branches/2016Q1/chinese/wordpress-zh_CN X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 18:58:23 -0000 Author: miwi Date: Sat Jan 30 18:58:22 2016 New Revision: 407543 URL: https://svnweb.freebsd.org/changeset/ports/407543 Log: MFH: r405817 - Update to 4.4.1 Security: http://vuxml.freebsd.org/freebsd/fb754341-c3e2-11e5-b5fe-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q1/chinese/wordpress-zh_CN/Makefile branches/2016Q1/chinese/wordpress-zh_CN/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/chinese/wordpress-zh_CN/Makefile ============================================================================== --- branches/2016Q1/chinese/wordpress-zh_CN/Makefile Sat Jan 30 18:54:45 2016 (r407542) +++ branches/2016Q1/chinese/wordpress-zh_CN/Makefile Sat Jan 30 18:58:22 2016 (r407543) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.4 +PORTVERSION= 4.4.1 DISTVERSIONSUFFIX= -zh_CN CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ Modified: branches/2016Q1/chinese/wordpress-zh_CN/distinfo ============================================================================== --- branches/2016Q1/chinese/wordpress-zh_CN/distinfo Sat Jan 30 18:54:45 2016 (r407542) +++ branches/2016Q1/chinese/wordpress-zh_CN/distinfo Sat Jan 30 18:58:22 2016 (r407543) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.4-zh_CN.tar.gz) = af04d3e4e59500260e9f97a6f7ae037850a6ff7a45654422e70949a7eddfc9d5 -SIZE (wordpress-4.4-zh_CN.tar.gz) = 7475647 +SHA256 (wordpress-4.4.1-zh_CN.tar.gz) = a1ca8c2cb0954c8e4e58a94c8ab8dbdf4e33480033c34d955792f25f0977d07a +SIZE (wordpress-4.4.1-zh_CN.tar.gz) = 7541624 From owner-svn-ports-branches@freebsd.org Sat Jan 30 19:12:03 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDF93A73E59; Sat, 30 Jan 2016 19:12:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE2871366; Sat, 30 Jan 2016 19:12:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0UJC2ag038604; Sat, 30 Jan 2016 19:12:02 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0UJC2Xs038603; Sat, 30 Jan 2016 19:12:02 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601301912.u0UJC2Xs038603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 30 Jan 2016 19:12:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407545 - branches/2016Q1/devel/compiz-bcop X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 19:12:04 -0000 Author: riggs Date: Sat Jan 30 19:12:02 2016 New Revision: 407545 URL: https://svnweb.freebsd.org/changeset/ports/407545 Log: MFH: r407544 Fix build (distfile fetch), new maintainer portmaster@bsdforge.com PR: 206477 Submitted by: portmaster@bsdforge.com Approved by: ports-secteam (build fix blanket), freebsd-ports@dan.me.uk (previous maintainer) Modified: branches/2016Q1/devel/compiz-bcop/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/compiz-bcop/Makefile ============================================================================== --- branches/2016Q1/devel/compiz-bcop/Makefile Sat Jan 30 19:04:00 2016 (r407544) +++ branches/2016Q1/devel/compiz-bcop/Makefile Sat Jan 30 19:12:02 2016 (r407545) @@ -4,9 +4,10 @@ PORTNAME= compiz-bcop PORTVERSION= 0.8.8 CATEGORIES= devel x11-wm -MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ +MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ \ + http://BSDforge.com/projects/source/devel/compiz-bcop/ -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= portmaster@bsdforge.com COMMENT= Code generator for Compiz Fusion Plugins RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ @@ -14,7 +15,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${POR GNU_CONFIGURE= yes -BROKEN= Does not fetch USES= pkgconfig tar:bzip2 USE_GNOME= libxslt From owner-svn-ports-branches@freebsd.org Sat Jan 30 19:16:18 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DF2FA72044; Sat, 30 Jan 2016 19:16:18 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 009C319D2; Sat, 30 Jan 2016 19:16:17 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0UJGGPH039584; Sat, 30 Jan 2016 19:16:16 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0UJGGv6039583; Sat, 30 Jan 2016 19:16:16 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601301916.u0UJGGv6039583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 30 Jan 2016 19:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407546 - branches/2016Q1/games/retroarch X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 19:16:18 -0000 Author: riggs Date: Sat Jan 30 19:16:16 2016 New Revision: 407546 URL: https://svnweb.freebsd.org/changeset/ports/407546 Log: MFH: r407536 Fix missing dependencies, correct USE_PYTHON PR: 206010 Submitted by: yuri@rawbw.com (maintainer) Approved by: portmgr (miwi) Modified: branches/2016Q1/games/retroarch/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/games/retroarch/Makefile ============================================================================== --- branches/2016Q1/games/retroarch/Makefile Sat Jan 30 19:12:02 2016 (r407545) +++ branches/2016Q1/games/retroarch/Makefile Sat Jan 30 19:16:16 2016 (r407546) @@ -4,6 +4,7 @@ PORTNAME= RetroArch PORTVERSION= 1.2.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= yuri@rawbw.com @@ -12,7 +13,8 @@ COMMENT= Cross-platform entertainment sy LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libxkbcommon.so:${PORTSDIR}/x11/libxkbcommon +LIB_DEPENDS= libxkbcommon.so:${PORTSDIR}/x11/libxkbcommon \ + libdrm.so:${PORTSDIR}/graphics/libdrm OPTIONS_DEFINE= FFMPEG OSS JACK PULSEAUDIO ALSA SDL OPENGL OPENAL NETPLAY PYTHON V4L FREETYPE FBO OPTIONS_DEFAULT=FFMPEG OSS PULSEAUDIO SDL OPENGL OPENAL NETPLAY PYTHON V4L FREETYPE FBO @@ -33,14 +35,15 @@ ALSA_CONFIGURE_ENABLE= alsa SDL_USE= SDL=sdl2 image2 SDL_CONFIGURE_ON= --disable-sdl --enable-sdl2 SDL_CONFIGURE_OFF= --disable-sdl --disable-sdl2 -OPENGL_USE= GL=gl +OPENGL_USE= GL=gl,gbm OPENGL_CONFIGURE_ENABLE=opengl OPENAL_USES= openal:soft OPENAL_CONFIGURE_ENABLE=al NETPLAY_CONFIGURE_ENABLE= netplay PYTHON_CONFIGURE_ENABLE=python -PYTHON_USES= python:3.4+ +PYTHON_USES= python:3 V4L_LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l +V4L_BUILD_DEPENDS= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat V4L_CONFIGURE_ENABLE= v4l2 FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 FREETYPE_CONFIGURE_ENABLE= freetype @@ -56,7 +59,7 @@ GH_ACCOUNT= libretro SUB_FILES= pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS+=--global-config-dir=${LOCALBASE}/etc -USES= compiler:c++11-lib gmake +USES= compiler:c++11-lib gmake pkgconfig USE_XORG= x11 xext xinerama xv xxf86vm MAN1PAGES= retroarch-cg2glsl.1 retroarch-joyconfig.1 retroarch.1