From owner-svn-ports-all@freebsd.org Sun Aug 30 02:33:37 2015 Return-Path: Delivered-To: svn-ports-all@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 8BA699C545E; Sun, 30 Aug 2015 02:33:37 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 7C73B27D; Sun, 30 Aug 2015 02:33:37 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U2XbYw066243; Sun, 30 Aug 2015 02:33:37 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U2XbuQ066241; Sun, 30 Aug 2015 02:33:37 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201508300233.t7U2XbuQ066241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 30 Aug 2015 02:33:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395579 - head/www/iojs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 02:33:37 -0000 Author: vanilla Date: Sun Aug 30 02:33:36 2015 New Revision: 395579 URL: https://svnweb.freebsd.org/changeset/ports/395579 Log: Upgrade to 3.2.0. PR: 202747 Submitted by: maintainer Modified: head/www/iojs/Makefile head/www/iojs/distinfo Modified: head/www/iojs/Makefile ============================================================================== --- head/www/iojs/Makefile Sat Aug 29 23:26:24 2015 (r395578) +++ head/www/iojs/Makefile Sun Aug 30 02:33:36 2015 (r395579) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iojs -PORTVERSION= 3.0.0 +PORTVERSION= 3.2.0 DISTVERSIONPREFIX= v CATEGORIES= www @@ -18,6 +18,8 @@ GH_PROJECT= io.js HAS_CONFIGURE= yes USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/node-${PORTVERSION} + CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* ONLY_FOR_ARCHS= i386 amd64 Modified: head/www/iojs/distinfo ============================================================================== --- head/www/iojs/distinfo Sat Aug 29 23:26:24 2015 (r395578) +++ head/www/iojs/distinfo Sun Aug 30 02:33:36 2015 (r395579) @@ -1,2 +1,2 @@ -SHA256 (nodejs-io.js-v3.0.0_GH0.tar.gz) = bef86ca4305e6441d5dd22b6dbdb1e54c4efdaa1542a38c1606d4b7485aa58f7 -SIZE (nodejs-io.js-v3.0.0_GH0.tar.gz) = 36326169 +SHA256 (nodejs-io.js-v3.2.0_GH0.tar.gz) = bfaf8fef105ea6568f6f8512c08b1f16d9539fcdcde0815b8d5285b4bf92a29f +SIZE (nodejs-io.js-v3.2.0_GH0.tar.gz) = 36352683 From owner-svn-ports-all@freebsd.org Sun Aug 30 02:59:05 2015 Return-Path: Delivered-To: svn-ports-all@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 178B19C5FA5; Sun, 30 Aug 2015 02:59:05 +0000 (UTC) (envelope-from shurd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 06C5CD6B; Sun, 30 Aug 2015 02:59:05 +0000 (UTC) (envelope-from shurd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U2x4WU076369; Sun, 30 Aug 2015 02:59:04 GMT (envelope-from shurd@FreeBSD.org) Received: (from shurd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U2x1sa076352; Sun, 30 Aug 2015 02:59:01 GMT (envelope-from shurd@FreeBSD.org) Message-Id: <201508300259.t7U2x1sa076352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: shurd set sender to shurd@FreeBSD.org using -f From: Stephen Hurd Date: Sun, 30 Aug 2015 02:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395580 - in head/devel: . wxformbuilder wxformbuilder/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 02:59:05 -0000 Author: shurd Date: Sun Aug 30 02:59:01 2015 New Revision: 395580 URL: https://svnweb.freebsd.org/changeset/ports/395580 Log: New Port: devel/wxformbuilder WYSIWYG GUI Designer and Code Generator for wxWidgets Added: head/devel/wxformbuilder/ head/devel/wxformbuilder/Makefile (contents, props changed) head/devel/wxformbuilder/distinfo (contents, props changed) head/devel/wxformbuilder/files/ head/devel/wxformbuilder/files/patch-build_premake_bsd_Premake4.make (contents, props changed) head/devel/wxformbuilder/files/patch-build_premake_wxformbuilder.lua (contents, props changed) head/devel/wxformbuilder/files/patch-build_premake_wxwidgets.lua (contents, props changed) head/devel/wxformbuilder/files/patch-create__build__files4.sh (contents, props changed) head/devel/wxformbuilder/files/patch-sdk_plugin__interface_premake.lua (contents, props changed) head/devel/wxformbuilder/files/patch-sdk_premake_scripts_wxpresets.lua (contents, props changed) head/devel/wxformbuilder/pkg-descr (contents, props changed) head/devel/wxformbuilder/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 30 02:33:36 2015 (r395579) +++ head/devel/Makefile Sun Aug 30 02:59:01 2015 (r395580) @@ -5167,6 +5167,7 @@ SUBDIR += winpdb SUBDIR += wizardkit SUBDIR += wxGlade + SUBDIR += wxformbuilder SUBDIR += xa65 SUBDIR += xc3sprog SUBDIR += xdg-user-dirs Added: head/devel/wxformbuilder/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/wxformbuilder/Makefile Sun Aug 30 02:59:01 2015 (r395580) @@ -0,0 +1,42 @@ +# $FreeBSD$ + +PORTNAME= wxformbuilder +DISTVERSION= 3.5.0-beta +CATEGORIES= devel +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-nightly/${DISTVERSION} +DISTNAME= wxFormBuilder_v${DISTVERSION}-source + +MAINTAINER= shurd@freebsd.org +COMMENT= WYSIWYG GUI Designer and Code Generator for wxWidgets + +LICENSE= GPLv2 + +USES= dos2unix gmake zip +USE_LDCONFIG= yes +USE_WX= 3.0+ +WANT_UNICODE= yes +WRKSRC= ${WRKDIR}/source +MAKE_ARGS= config=release ARCH= +BUILD_WRKSRC= ${WRKSRC}/build/${WX_VERSION}/gmake +DOS2UNIX_GLOB= *.lua + +do-configure: + cd ${WRKSRC} && ${SH} create_build_files4.sh + +post-patch: + @${REINPLACE_CMD} -e 's|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/build/premake/wxwidgets.lua \ + ${WRKSRC}/create_build_files4.sh ${WRKSRC}/sdk/plugin_interface/premake.lua \ + ${WRKSRC}/sdk/premake/scripts/wxpresets.lua + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/wxformbuilder + (cd ${WRKSRC}/output && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) + (cd ${STAGEDIR}${DATADIR}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin) + ${RM} -r ${STAGEDIR}${DATADIR}/bin/ + (cd ${STAGEDIR}${DATADIR}/lib && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/lib) + ${RM} -r ${STAGEDIR}${DATADIR}/lib/ + ${RM} -r ${STAGEDIR}${DATADIR}/share/ + ${RM} ${STAGEDIR}${DATADIR}/license.txt + ${RM} ${STAGEDIR}${DATADIR}/Changelog.txt + +.include Added: head/devel/wxformbuilder/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/wxformbuilder/distinfo Sun Aug 30 02:59:01 2015 (r395580) @@ -0,0 +1,2 @@ +SHA256 (wxFormBuilder_v3.5.0-beta-source.zip) = a8991efc268de36377ef21ad99320ff15d35d1b14ac6b50e5e63f7af86e16b64 +SIZE (wxFormBuilder_v3.5.0-beta-source.zip) = 2303953 Added: head/devel/wxformbuilder/files/patch-build_premake_bsd_Premake4.make ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/wxformbuilder/files/patch-build_premake_bsd_Premake4.make Sun Aug 30 02:59:01 2015 (r395580) @@ -0,0 +1,35 @@ +--- build/premake/bsd/Premake4.make.orig 2011-10-20 19:58:38 UTC ++++ build/premake/bsd/Premake4.make +@@ -26,13 +26,13 @@ ifeq ($(config),release) + DEFINES += -DNDEBUG + INCLUDES += -I../4.3/src/host/lua-5.1.4/src + CPPFLAGS += -MMD -MP $(DEFINES) $(INCLUDES) +- CFLAGS += $(CPPFLAGS) $(ARCH) -Wall -Os ++ CFLAGS += $(CPPFLAGS) -Wall -Os + CXXFLAGS += $(CFLAGS) + LDFLAGS += -s -rdynamic +- LIBS += ++ LIBS += -lm + RESFLAGS += $(DEFINES) $(INCLUDES) + LDDEPS += +- LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(ARCH) $(LIBS) ++ LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(LIBS) + define PREBUILDCMDS + endef + define PRELINKCMDS +@@ -48,13 +48,13 @@ ifeq ($(config),debug) + DEFINES += -D_DEBUG + INCLUDES += -I../4.3/src/host/lua-5.1.4/src + CPPFLAGS += -MMD -MP $(DEFINES) $(INCLUDES) +- CFLAGS += $(CPPFLAGS) $(ARCH) -Wall -g ++ CFLAGS += $(CPPFLAGS) -Wall -g + CXXFLAGS += $(CFLAGS) + LDFLAGS += -rdynamic + LIBS += + RESFLAGS += $(DEFINES) $(INCLUDES) + LDDEPS += +- LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(ARCH) $(LIBS) ++ LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(LIBS) + define PREBUILDCMDS + endef + define PRELINKCMDS Added: head/devel/wxformbuilder/files/patch-build_premake_wxformbuilder.lua ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/wxformbuilder/files/patch-build_premake_wxformbuilder.lua Sun Aug 30 02:59:01 2015 (r395580) @@ -0,0 +1,11 @@ +--- build/premake/wxformbuilder.lua.orig 2015-08-29 07:06:33 UTC ++++ build/premake/wxformbuilder.lua +@@ -101,7 +101,7 @@ end + libdirs {"../../output/lib/wxformbuilder"} + targetdir "../../output/bin" + targetname "wxformbuilder" +- links {"dl"} ++ links {} + + configuration "windows" + files {"../../src/*.rc"} Added: head/devel/wxformbuilder/files/patch-build_premake_wxwidgets.lua ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/wxformbuilder/files/patch-build_premake_wxwidgets.lua Sun Aug 30 02:59:01 2015 (r395580) @@ -0,0 +1,11 @@ +--- build/premake/wxwidgets.lua.orig 2015-08-29 07:09:15 UTC ++++ build/premake/wxwidgets.lua +@@ -246,7 +246,7 @@ function wx_config_Private(wxRoot, wxDeb + + -- use wx-config to figure out build parameters + function wx_config_for_posix() +- local configCmd = "wx-config" -- this is the wx-config command line ++ local configCmd = "%%WX_CONFIG%%" -- this is the wx-config command line + if wxRoot ~= "" then configCmd = path.join(wxRoot, "wx-config") end + + local function checkYesNo(value, option) Added: head/devel/wxformbuilder/files/patch-create__build__files4.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/wxformbuilder/files/patch-create__build__files4.sh Sun Aug 30 02:59:01 2015 (r395580) @@ -0,0 +1,50 @@ +--- create_build_files4.sh.orig 2013-08-02 21:08:28 UTC ++++ create_build_files4.sh +@@ -4,7 +4,7 @@ + shared="" + arch="" + wxroot="" +-wxpath=`wx-config --prefix` ++wxpath=`%%WX_CONFIG%% --prefix` + + # These works only on wxWidgets 2.8.10+ + #wxcharset=`wx-config --query-chartype` +@@ -63,7 +63,7 @@ done + + # Autodetect wxWidgets version + if [ "$wxroot" = "" ]; then +- wxver=`wx-config --release` ++ wxver=`%%WX_CONFIG%% --release` + else + wxpath=${wxroot#-*=} + wxver=`$wxpath/wx-config --release` +@@ -72,9 +72,9 @@ fi + wxversion="--wx-version="$wxver + + # Autodetect OS ++unamestr=`uname` + isbsd=`expr "$unamestr" : '.*BSD'` + platform="unknown" +-unamestr=$(uname) + + if ( [ "$isbsd" -gt "0" ] ); then + platform="bsd" +@@ -86,12 +86,12 @@ fi + + # Build premake + cd build +-make CONFIG=Release -C./premake/$platform ++gmake CONFIG=Release -C./premake/$platform + +-./premake/$platform/bin/release/premake4 --file=./premake/solution.lua $wxunicode $wxroot $wxversion $mediactrl $shared $arch codeblocks +-./premake/$platform/bin/release/premake4 --file=./premake/solution.lua $wxunicode $wxroot $wxversion $mediactrl $shared $arch $rpath codelite ++#./premake/$platform/bin/release/premake4 --file=./premake/solution.lua $wxunicode $wxroot $wxversion $mediactrl $shared $arch codeblocks ++#./premake/$platform/bin/release/premake4 --file=./premake/solution.lua $wxunicode $wxroot $wxversion $mediactrl $shared $arch $rpath codelite + ./premake/$platform/bin/release/premake4 --file=./premake/solution.lua $wxunicode $wxroot $wxversion $mediactrl $shared $arch $rpath gmake +-if [ "$platform" = "macosx" ]; then +- ./premake/$platform/bin/release/premake4 --file=./premake/solution.lua $wxunicode $wxroot $wxversion $mediactrl $shared $arch xcode3 +-fi ++#if [ "$platform" = "macosx" ]; then ++# ./premake/$platform/bin/release/premake4 --file=./premake/solution.lua $wxunicode $wxroot $wxversion $mediactrl $shared $arch xcode3 ++#fi + Added: head/devel/wxformbuilder/files/patch-sdk_plugin__interface_premake.lua ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/wxformbuilder/files/patch-sdk_plugin__interface_premake.lua Sun Aug 30 02:59:01 2015 (r395580) @@ -0,0 +1,17 @@ +--- sdk/plugin_interface/premake.lua.orig 2015-08-29 07:10:51 UTC ++++ sdk/plugin_interface/premake.lua +@@ -216,10 +216,10 @@ else + table.insert( package.buildoptions, "-fPIC" ) + + -- Set wxWidgets build options. +- table.insert( package.config["Debug"].buildoptions, "`wx-config "..debug_option.." --cflags`" ) +- table.insert( package.config["Release"].buildoptions, "`wx-config --debug=no --cflags`" ) ++ table.insert( package.config["Debug"].buildoptions, "`%%WX_CONFIG%% "..debug_option.." --cflags`" ) ++ table.insert( package.config["Release"].buildoptions, "`%%WX_CONFIG%% --debug=no --cflags`" ) + + -- Set the wxWidgets link options. +- table.insert( package.config["Debug"].linkoptions, "`wx-config "..debug_option.." --libs`" ) +- table.insert( package.config["Release"].linkoptions, "`wx-config --libs`" ) ++ table.insert( package.config["Debug"].linkoptions, "`%%WX_CONFIG%% "..debug_option.." --libs`" ) ++ table.insert( package.config["Release"].linkoptions, "`%%WX_CONFIG%% --libs`" ) + end Added: head/devel/wxformbuilder/files/patch-sdk_premake_scripts_wxpresets.lua ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/wxformbuilder/files/patch-sdk_premake_scripts_wxpresets.lua Sun Aug 30 02:59:01 2015 (r395580) @@ -0,0 +1,30 @@ +--- sdk/premake/scripts/wxpresets.lua.orig 2015-08-29 07:11:48 UTC ++++ sdk/premake/scripts/wxpresets.lua +@@ -197,12 +197,12 @@ function ConfigureWxWidgets( package, al + table.insert( package.excludes, matchrecursive( "*.rc" ) ) + + -- Set wxWidgets build options. +- table.insert( package.config["Debug"].buildoptions, "`wx-config "..debug_option.." --cflags`" ) +- table.insert( package.config["Release"].buildoptions, "`wx-config --debug=no --cflags`" ) ++ table.insert( package.config["Debug"].buildoptions, "`%%WX_CONFIG%% "..debug_option.." --cflags`" ) ++ table.insert( package.config["Release"].buildoptions, "`%%WX_CONFIG%% --debug=no --cflags`" ) + + -- Set the wxWidgets link options. +- table.insert( package.config["Debug"].linkoptions, "`wx-config "..debug_option.." --libs`" ) +- table.insert( package.config["Release"].linkoptions, "`wx-config --libs`" ) ++ table.insert( package.config["Debug"].linkoptions, "`%%WX_CONFIG%% "..debug_option.." --libs`" ) ++ table.insert( package.config["Release"].linkoptions, "`%%WX_CONFIG%% --libs`" ) + + -- Set the Linux defines. + table.insert( package.defines, "__WXGTK__" ) +@@ -212,8 +212,8 @@ function ConfigureWxWidgets( package, al + package.config["Release"].target = targetName + package.config["Debug"].target = targetName.."d" + else +- package.config["Debug"].target = "`wx-config "..debug_option.." --basename`_"..targetName.."-`wx-config --release`" +- package.config["Release"].target = "`wx-config --basename`_"..targetName.."-`wx-config --release`" ++ package.config["Debug"].target = "`%%WX_CONFIG%% "..debug_option.." --basename`_"..targetName.."-`%%WX_CONFIG%% --release`" ++ package.config["Release"].target = "`%%WX_CONFIG%% --basename`_"..targetName.."-`%%WX_CONFIG%% --release`" + end + end + end Added: head/devel/wxformbuilder/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/wxformbuilder/pkg-descr Sun Aug 30 02:59:01 2015 (r395580) @@ -0,0 +1,5 @@ +wxFormBuilder a GUI designer application for wxWidgets toolkit. A +streamlined, easy to use interface enables faster development and +easier maintenance of software. + +WWW: http://wxformbuilder.org/ Added: head/devel/wxformbuilder/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/wxformbuilder/pkg-plist Sun Aug 30 02:59:01 2015 (r395580) @@ -0,0 +1,193 @@ +bin/wxformbuilder +lib/wxformbuilder/libadditional.so +lib/wxformbuilder/libcommon.so +lib/wxformbuilder/libcontainers.so +lib/wxformbuilder/libforms.so +lib/wxformbuilder/liblayout.so +%%DATADIR%%/plugins/additional/icons/calendar.xpm +%%DATADIR%%/plugins/additional/icons/calendar16x16.xpm +%%DATADIR%%/plugins/additional/icons/checklistbox.xpm +%%DATADIR%%/plugins/additional/icons/colourPickerIcon.xpm +%%DATADIR%%/plugins/additional/icons/combo_box.xpm +%%DATADIR%%/plugins/additional/icons/custom_control.xpm +%%DATADIR%%/plugins/additional/icons/dataview_ctrl.xpm +%%DATADIR%%/plugins/additional/icons/dataviewlist_column.xpm +%%DATADIR%%/plugins/additional/icons/dataviewlist_ctrl.xpm +%%DATADIR%%/plugins/additional/icons/dataviewtree_ctrl.xpm +%%DATADIR%%/plugins/additional/icons/datepicker.xpm +%%DATADIR%%/plugins/additional/icons/dirPicker.xpm +%%DATADIR%%/plugins/additional/icons/filePicker.xpm +%%DATADIR%%/plugins/additional/icons/fontPicker.xpm +%%DATADIR%%/plugins/additional/icons/genericdir_ctrl.xpm +%%DATADIR%%/plugins/additional/icons/grid.xpm +%%DATADIR%%/plugins/additional/icons/htmlwin.xpm +%%DATADIR%%/plugins/additional/icons/hyperlink_ctrl.xpm +%%DATADIR%%/plugins/additional/icons/media_ctrl.xpm +%%DATADIR%%/plugins/additional/icons/propgrid.xpm +%%DATADIR%%/plugins/additional/icons/propgriditem.xpm +%%DATADIR%%/plugins/additional/icons/propgridman.xpm +%%DATADIR%%/plugins/additional/icons/propgridpage.xpm +%%DATADIR%%/plugins/additional/icons/ribbon_bar.xpm +%%DATADIR%%/plugins/additional/icons/ribbon_button.xpm +%%DATADIR%%/plugins/additional/icons/ribbon_button_dropdown.xpm +%%DATADIR%%/plugins/additional/icons/ribbon_button_hybrid.xpm +%%DATADIR%%/plugins/additional/icons/ribbon_button_toggle.xpm +%%DATADIR%%/plugins/additional/icons/ribbon_buttonbar.xpm +%%DATADIR%%/plugins/additional/icons/ribbon_gallery.xpm +%%DATADIR%%/plugins/additional/icons/ribbon_page.xpm +%%DATADIR%%/plugins/additional/icons/ribbon_panel.xpm +%%DATADIR%%/plugins/additional/icons/richtextctrl.xpm +%%DATADIR%%/plugins/additional/icons/scintilla.xpm +%%DATADIR%%/plugins/additional/icons/scrollbar.xpm +%%DATADIR%%/plugins/additional/icons/search.xpm +%%DATADIR%%/plugins/additional/icons/spin_ctrl.xpm +%%DATADIR%%/plugins/additional/icons/spinbtn.xpm +%%DATADIR%%/plugins/additional/icons/timer.xpm +%%DATADIR%%/plugins/additional/icons/toggle_button.xpm +%%DATADIR%%/plugins/additional/icons/tree_ctrl.xpm +%%DATADIR%%/plugins/additional/xml/additional.cppcode +%%DATADIR%%/plugins/additional/xml/additional.luacode +%%DATADIR%%/plugins/additional/xml/additional.phpcode +%%DATADIR%%/plugins/additional/xml/additional.pythoncode +%%DATADIR%%/plugins/additional/xml/additional.xml +%%DATADIR%%/plugins/additional/xml/data.cppcode +%%DATADIR%%/plugins/additional/xml/data.luacode +%%DATADIR%%/plugins/additional/xml/data.phpcode +%%DATADIR%%/plugins/additional/xml/data.pythoncode +%%DATADIR%%/plugins/additional/xml/data.xml +%%DATADIR%%/plugins/additional/xml/ribbon.cppcode +%%DATADIR%%/plugins/additional/xml/ribbon.luacode +%%DATADIR%%/plugins/additional/xml/ribbon.phpcode +%%DATADIR%%/plugins/additional/xml/ribbon.pythoncode +%%DATADIR%%/plugins/additional/xml/ribbon.xml +%%DATADIR%%/plugins/common/icons/animation.xpm +%%DATADIR%%/plugins/common/icons/auitoolbar.xpm +%%DATADIR%%/plugins/common/icons/bitmap_button.xpm +%%DATADIR%%/plugins/common/icons/button.xpm +%%DATADIR%%/plugins/common/icons/button16x16.xpm +%%DATADIR%%/plugins/common/icons/checkbox.xpm +%%DATADIR%%/plugins/common/icons/choice.xpm +%%DATADIR%%/plugins/common/icons/combo_box.xpm +%%DATADIR%%/plugins/common/icons/gauge.xpm +%%DATADIR%%/plugins/common/icons/infobar.xpm +%%DATADIR%%/plugins/common/icons/list_box.xpm +%%DATADIR%%/plugins/common/icons/list_ctrl.xpm +%%DATADIR%%/plugins/common/icons/menu.xpm +%%DATADIR%%/plugins/common/icons/menubar.xpm +%%DATADIR%%/plugins/common/icons/menuitem.xpm +%%DATADIR%%/plugins/common/icons/radio_box.xpm +%%DATADIR%%/plugins/common/icons/radio_button.xpm +%%DATADIR%%/plugins/common/icons/separator.xpm +%%DATADIR%%/plugins/common/icons/slider.xpm +%%DATADIR%%/plugins/common/icons/static_bitmap.xpm +%%DATADIR%%/plugins/common/icons/static_line.xpm +%%DATADIR%%/plugins/common/icons/static_text.xpm +%%DATADIR%%/plugins/common/icons/statusbar.xpm +%%DATADIR%%/plugins/common/icons/submenu.xpm +%%DATADIR%%/plugins/common/icons/text_ctrl.xpm +%%DATADIR%%/plugins/common/icons/tool.xpm +%%DATADIR%%/plugins/common/icons/toolSeparator.xpm +%%DATADIR%%/plugins/common/icons/toolbar.xpm +%%DATADIR%%/plugins/common/xml/common.cppcode +%%DATADIR%%/plugins/common/xml/common.luacode +%%DATADIR%%/plugins/common/xml/common.phpcode +%%DATADIR%%/plugins/common/xml/common.pythoncode +%%DATADIR%%/plugins/common/xml/common.xml +%%DATADIR%%/plugins/common/xml/menutoolbar.cppcode +%%DATADIR%%/plugins/common/xml/menutoolbar.luacode +%%DATADIR%%/plugins/common/xml/menutoolbar.phpcode +%%DATADIR%%/plugins/common/xml/menutoolbar.pythoncode +%%DATADIR%%/plugins/common/xml/menutoolbar.xml +%%DATADIR%%/plugins/containers/icons/auinotebook.xpm +%%DATADIR%%/plugins/containers/icons/choicebook.xpm +%%DATADIR%%/plugins/containers/icons/listbook.xpm +%%DATADIR%%/plugins/containers/icons/notebook.xpm +%%DATADIR%%/plugins/containers/icons/panel.xpm +%%DATADIR%%/plugins/containers/icons/scrollwin.xpm +%%DATADIR%%/plugins/containers/icons/splitter_window.xpm +%%DATADIR%%/plugins/containers/xml/containers.cppcode +%%DATADIR%%/plugins/containers/xml/containers.luacode +%%DATADIR%%/plugins/containers/xml/containers.phpcode +%%DATADIR%%/plugins/containers/xml/containers.pythoncode +%%DATADIR%%/plugins/containers/xml/containers.xml +%%DATADIR%%/plugins/forms/icons/dialog.xpm +%%DATADIR%%/plugins/forms/icons/doc_mdi_parent_frame.xpm +%%DATADIR%%/plugins/forms/icons/doc_parent_frame.xpm +%%DATADIR%%/plugins/forms/icons/document.xpm +%%DATADIR%%/plugins/forms/icons/frame.xpm +%%DATADIR%%/plugins/forms/icons/frame16x16.png +%%DATADIR%%/plugins/forms/icons/menubar.xpm +%%DATADIR%%/plugins/forms/icons/panel.xpm +%%DATADIR%%/plugins/forms/icons/toolbar.xpm +%%DATADIR%%/plugins/forms/icons/wizard.xpm +%%DATADIR%%/plugins/forms/icons/wizpage.xpm +%%DATADIR%%/plugins/forms/xml/forms.cppcode +%%DATADIR%%/plugins/forms/xml/forms.luacode +%%DATADIR%%/plugins/forms/xml/forms.phpcode +%%DATADIR%%/plugins/forms/xml/forms.pythoncode +%%DATADIR%%/plugins/forms/xml/forms.xml +%%DATADIR%%/plugins/layout/icons/flex_grid_sizer.xpm +%%DATADIR%%/plugins/layout/icons/grid_bag_sizer.xpm +%%DATADIR%%/plugins/layout/icons/grid_sizer.xpm +%%DATADIR%%/plugins/layout/icons/sizer.xpm +%%DATADIR%%/plugins/layout/icons/sizer16x16.xpm +%%DATADIR%%/plugins/layout/icons/spacer.xpm +%%DATADIR%%/plugins/layout/icons/staticbox_sizer.xpm +%%DATADIR%%/plugins/layout/icons/stddialogbuttonsizer.xpm +%%DATADIR%%/plugins/layout/xml/layout.cppcode +%%DATADIR%%/plugins/layout/xml/layout.luacode +%%DATADIR%%/plugins/layout/xml/layout.phpcode +%%DATADIR%%/plugins/layout/xml/layout.pythoncode +%%DATADIR%%/plugins/layout/xml/layout.xml +%%DATADIR%%/resources/about.html +%%DATADIR%%/resources/icons/balign.png +%%DATADIR%%/resources/icons/bottom.xpm +%%DATADIR%%/resources/icons/c++.png +%%DATADIR%%/resources/icons/chalign.png +%%DATADIR%%/resources/icons/copy.xpm +%%DATADIR%%/resources/icons/cpp.png +%%DATADIR%%/resources/icons/cut.png +%%DATADIR%%/resources/icons/cvalign.png +%%DATADIR%%/resources/icons/delete.png +%%DATADIR%%/resources/icons/designer.png +%%DATADIR%%/resources/icons/events.png +%%DATADIR%%/resources/icons/expand.png +%%DATADIR%%/resources/icons/generate.png +%%DATADIR%%/resources/icons/h.png +%%DATADIR%%/resources/icons/lalign.png +%%DATADIR%%/resources/icons/left.xpm +%%DATADIR%%/resources/icons/logo.png +%%DATADIR%%/resources/icons/logo.xpm +%%DATADIR%%/resources/icons/lua.png +%%DATADIR%%/resources/icons/new.png +%%DATADIR%%/resources/icons/open.png +%%DATADIR%%/resources/icons/paste.png +%%DATADIR%%/resources/icons/php.png +%%DATADIR%%/resources/icons/prefs.xpm +%%DATADIR%%/resources/icons/project.xpm +%%DATADIR%%/resources/icons/properties.png +%%DATADIR%%/resources/icons/python.png +%%DATADIR%%/resources/icons/ralign.png +%%DATADIR%%/resources/icons/redo.png +%%DATADIR%%/resources/icons/right.xpm +%%DATADIR%%/resources/icons/save.png +%%DATADIR%%/resources/icons/stretch.png +%%DATADIR%%/resources/icons/swap.png +%%DATADIR%%/resources/icons/talign.png +%%DATADIR%%/resources/icons/top.xpm +%%DATADIR%%/resources/icons/undo.png +%%DATADIR%%/resources/icons/wxwin16x16.xpm +%%DATADIR%%/resources/icons/xrc.png +%%DATADIR%%/resources/splash.png +%%DATADIR%%/resources/wxFormBuilder_Banner.png +%%DATADIR%%/xml/default.cppcode +%%DATADIR%%/xml/default.luacode +%%DATADIR%%/xml/default.phpcode +%%DATADIR%%/xml/default.pythoncode +%%DATADIR%%/xml/default.xml +%%DATADIR%%/xml/icons.xml +%%DATADIR%%/xml/objtypes.xml +%%DATADIR%%/xml/properties.cppcode +%%DATADIR%%/xml/properties.luacode +%%DATADIR%%/xml/properties.phpcode +%%DATADIR%%/xml/properties.pythoncode From owner-svn-ports-all@freebsd.org Sun Aug 30 03:56:23 2015 Return-Path: Delivered-To: svn-ports-all@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 9080E9C4D72; Sun, 30 Aug 2015 03:56:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 67251C15; Sun, 30 Aug 2015 03:56:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3uNB2003585; Sun, 30 Aug 2015 03:56:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3uNn9003584; Sun, 30 Aug 2015 03:56:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300356.t7U3uNn9003584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:56:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395581 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:56:23 -0000 Author: sunpoet Date: Sun Aug 30 03:56:22 2015 New Revision: 395581 URL: https://svnweb.freebsd.org/changeset/ports/395581 Log: - Convert to new options targer helper Modified: head/editors/vim/Makefile Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sun Aug 30 02:59:01 2015 (r395580) +++ head/editors/vim/Makefile Sun Aug 30 03:56:22 2015 (r395581) @@ -98,14 +98,6 @@ X11_MAKE_ARGS= CONF_OPT_GUI="--enable-g X11_PLIST_SUB= GUI="@comment " X11_USE= XORG=x11,xt -.include - -.if ${PORT_OPTIONS:MEXUBERANT_CTAGS} -CTAGS_CMD= exctags -R . -.else -CTAGS_CMD= ${FIND} . -type f \\| ${XARGS} ctags -.endif - .include .if ${PORT_OPTIONS:MPYTHON} @@ -119,10 +111,15 @@ MAKE_ARGS+= CONF_OPT_PYTHON="--enable-py post-patch: @${REINPLACE_CMD} -e '/^install_normal: / s|install-icons|# &|; /cd $$(DEST_BIN); ln -s/d' ${WRKSRC}/src/Makefile @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|g' ${WRKSRC}/src/auto/configure - @${FIND} ${WRKSRC}/runtime/ -name menu\*.vim -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's,ctags -R \.,${CTAGS_CMD},g' @${ECHO_CMD} '#define SYS_VIMRC_FILE "'${ETCDIR}'/vimrc"' >> ${WRKSRC}/src/feature.h @${ECHO_CMD} '#define SYS_GVIMRC_FILE "'${ETCDIR}'/gvimrc"' >> ${WRKSRC}/src/feature.h +post-patch-EXUBERANT_CTAGS-off: + @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|ctags -R \.|${FIND} . -type f \| ${XARGS} ctags|g' + +post-patch-EXUBERANT_CTAGS-on: + @${FIND} ${WRKSRC}/runtime/ -name 'menu*.vim' -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's|ctags -R \.|exctags -R .|g' + pre-configure: @${CP} ${WRKSRC}/src/config.mk.dist ${WRKSRC}/src/auto/config.mk @(cd ${WRKSRC}/src/ && ${MAKE_CMD} distclean) @@ -130,9 +127,9 @@ pre-configure: -e 's|\$$gtk_config_prefix/bin/gtk-config|\$${GTK_CONFIG}|g' \ -e 's|\$$gtk_config_exec_prefix/bin/gtk-config|\$${GTK_CONFIG}|g' \ -e 's|set dummy lua;|set dummy ${LUA_CMD};|g' ${WRKSRC}/src/auto/configure -.if ${PORT_OPTIONS:MXTERM_SAVE} + +pre-configure-XTERM_SAVE-on: @${REINPLACE_CMD} -e '/FEAT_XTERM_SAVE/ s|.*|#define FEAT_XTERM_SAVE|' ${WRKSRC}/src/feature.h -.endif post-configure: @(cd ${WRKSRC}/src/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} scratch config) From owner-svn-ports-all@freebsd.org Sun Aug 30 03:56:27 2015 Return-Path: Delivered-To: svn-ports-all@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 B42749C4D94; Sun, 30 Aug 2015 03:56:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 A4EB4C32; Sun, 30 Aug 2015 03:56:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3uRFf003690; Sun, 30 Aug 2015 03:56:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3uRrs003689; Sun, 30 Aug 2015 03:56:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300356.t7U3uRrs003689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:56:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395582 - head/misc/help2man X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:56:27 -0000 Author: sunpoet Date: Sun Aug 30 03:56:26 2015 New Revision: 395582 URL: https://svnweb.freebsd.org/changeset/ports/395582 Log: - Cleanup Makefile Modified: head/misc/help2man/Makefile Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Sun Aug 30 03:56:22 2015 (r395581) +++ head/misc/help2man/Makefile Sun Aug 30 03:56:26 2015 (r395582) @@ -38,13 +38,6 @@ NLS_PLIST_FILES+= man/${lang}/man1/help2 share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo .endfor -.include - -# Add temporary note of build failure caused by Perl infrastructure change in 20130612 -.if ${PORT_OPTIONS:MNLS} -CONFIGURE_FAIL_MESSAGE= Please read UPDATING entry 20130612 \(http://svnweb.freebsd.org/ports/head/UPDATING\?r1=320405\&r2=320679\) and PR/184276 \(http://www.freebsd.org/cgi/query-pr.cgi\?pr=ports/184276\) to fix your Perl installation if you got the error message \"configure: error: perl module Locale::gettext required\". -.endif - post-patch: @${REINPLACE_CMD} -e '/^pkglibdir/ s|/${PORTNAME}$$||' ${WRKSRC}/Makefile.in From owner-svn-ports-all@freebsd.org Sun Aug 30 03:56:32 2015 Return-Path: Delivered-To: svn-ports-all@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 497FF9C4DC2; Sun, 30 Aug 2015 03:56:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 3A819D14; Sun, 30 Aug 2015 03:56:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3uWQv003793; Sun, 30 Aug 2015 03:56:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3uW6X003792; Sun, 30 Aug 2015 03:56:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300356.t7U3uW6X003792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:56:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395583 - head/www/httrack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:56:32 -0000 Author: sunpoet Date: Sun Aug 30 03:56:31 2015 New Revision: 395583 URL: https://svnweb.freebsd.org/changeset/ports/395583 Log: - Convert to new options variable helper Modified: head/www/httrack/Makefile Modified: head/www/httrack/Makefile ============================================================================== --- head/www/httrack/Makefile Sun Aug 30 03:56:26 2015 (r395582) +++ head/www/httrack/Makefile Sun Aug 30 03:56:31 2015 (r395583) @@ -33,16 +33,14 @@ PORTDOCS= * SHEBANG_FILES= src/webhttrack +ICONS_VARS= INSTALLS_ICONS=yes + .include .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv=no .endif -.if ${PORT_OPTIONS:MICONS} -INSTALLS_ICONS= yes -.endif - post-patch: @${REINPLACE_CMD} -e '/DEFAULT_CFLAGS=/ s|-O -g3 ||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/ install-data-hook/d' ${WRKSRC}/html/Makefile.in From owner-svn-ports-all@freebsd.org Sun Aug 30 03:56:37 2015 Return-Path: Delivered-To: svn-ports-all@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 3EC009C4DF3; Sun, 30 Aug 2015 03:56:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 2F5C0DEC; Sun, 30 Aug 2015 03:56:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3ublb003896; Sun, 30 Aug 2015 03:56:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3ubGU003895; Sun, 30 Aug 2015 03:56:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300356.t7U3ubGU003895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395584 - head/devel/p5-Moose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:56:37 -0000 Author: sunpoet Date: Sun Aug 30 03:56:36 2015 New Revision: 395584 URL: https://svnweb.freebsd.org/changeset/ports/395584 Log: - Update *_DEPENDS - Reword COMMENT - Strip shared library - Bump PORTREVISION for package change Modified: head/devel/p5-Moose/Makefile Modified: head/devel/p5-Moose/Makefile ============================================================================== --- head/devel/p5-Moose/Makefile Sun Aug 30 03:56:31 2015 (r395583) +++ head/devel/p5-Moose/Makefile Sun Aug 30 03:56:36 2015 (r395584) @@ -3,6 +3,7 @@ PORTNAME= Moose PORTVERSION= 2.1603 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -15,12 +16,12 @@ COMMENT= Complete modern object system f LICENSE= ART10 GPLv1 LICENSE_COMB= dual -# Do not add devel/p5-Data-Visitor to TEST_DEPENDS to avoid cyclic dependency in tinderbox +# Do not add p5-Data-Visitor to TEST_DEPENDS to avoid cyclic dependency BUILD_DEPENDS= p5-Class-Load>=0.09:${PORTSDIR}/devel/p5-Class-Load \ p5-Class-Load-XS>=0.01:${PORTSDIR}/devel/p5-Class-Load-XS \ p5-Data-OptList>=0.107:${PORTSDIR}/devel/p5-Data-OptList \ p5-Devel-GlobalDestruction>=0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ - p5-Devel-OverloadInfo>=0.002:${PORTSDIR}/devel/p5-Devel-OverloadInfo \ + p5-Devel-OverloadInfo>=0.004:${PORTSDIR}/devel/p5-Devel-OverloadInfo \ p5-Devel-StackTrace>=1.33:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-Eval-Closure>=0.04:${PORTSDIR}/devel/p5-Eval-Closure \ p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils \ @@ -74,4 +75,7 @@ BUILD_DEPENDS+= p5-Scalar-List-Utils>=1. RUN_DEPENDS+= p5-Scalar-List-Utils>=1.35:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Moose/Moose.so + .include From owner-svn-ports-all@freebsd.org Sun Aug 30 03:56:42 2015 Return-Path: Delivered-To: svn-ports-all@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 AA6E89C4E3A; Sun, 30 Aug 2015 03:56:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 9B33BEE5; Sun, 30 Aug 2015 03:56:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3ugww004012; Sun, 30 Aug 2015 03:56:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3ugda004010; Sun, 30 Aug 2015 03:56:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300356.t7U3ugda004010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:56:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395585 - head/devel/rubygem-cf-uaa-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:56:42 -0000 Author: sunpoet Date: Sun Aug 30 03:56:41 2015 New Revision: 395585 URL: https://svnweb.freebsd.org/changeset/ports/395585 Log: - Update to 3.2.3 Changes: https://github.com/cloudfoundry/cf-uaa-lib/commits/master Modified: head/devel/rubygem-cf-uaa-lib/Makefile head/devel/rubygem-cf-uaa-lib/distinfo Modified: head/devel/rubygem-cf-uaa-lib/Makefile ============================================================================== --- head/devel/rubygem-cf-uaa-lib/Makefile Sun Aug 30 03:56:36 2015 (r395584) +++ head/devel/rubygem-cf-uaa-lib/Makefile Sun Aug 30 03:56:41 2015 (r395585) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cf-uaa-lib -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-cf-uaa-lib/distinfo ============================================================================== --- head/devel/rubygem-cf-uaa-lib/distinfo Sun Aug 30 03:56:36 2015 (r395584) +++ head/devel/rubygem-cf-uaa-lib/distinfo Sun Aug 30 03:56:41 2015 (r395585) @@ -1,2 +1,2 @@ -SHA256 (rubygem/cf-uaa-lib-3.2.2.gem) = 171f0587367705be01ee81e2b09acf8bfb9fb2a056ae9ab884b5b3a323b12789 -SIZE (rubygem/cf-uaa-lib-3.2.2.gem) = 118272 +SHA256 (rubygem/cf-uaa-lib-3.2.3.gem) = f9edcab13db6010622a5c437b9882bbecce70e5702158b5c84fee090055cc739 +SIZE (rubygem/cf-uaa-lib-3.2.3.gem) = 118272 From owner-svn-ports-all@freebsd.org Sun Aug 30 03:56:48 2015 Return-Path: Delivered-To: svn-ports-all@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 874589C4E72; Sun, 30 Aug 2015 03:56:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 3B6832F; Sun, 30 Aug 2015 03:56:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3ul1N004129; Sun, 30 Aug 2015 03:56:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3ulXZ004127; Sun, 30 Aug 2015 03:56:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300356.t7U3ulXZ004127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:56:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395586 - head/devel/rubygem-little-plugger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:56:48 -0000 Author: sunpoet Date: Sun Aug 30 03:56:46 2015 New Revision: 395586 URL: https://svnweb.freebsd.org/changeset/ports/395586 Log: - Update to 1.1.4 Changes: https://github.com/TwP/little-plugger/blob/master/History.txt Modified: head/devel/rubygem-little-plugger/Makefile head/devel/rubygem-little-plugger/distinfo Modified: head/devel/rubygem-little-plugger/Makefile ============================================================================== --- head/devel/rubygem-little-plugger/Makefile Sun Aug 30 03:56:41 2015 (r395585) +++ head/devel/rubygem-little-plugger/Makefile Sun Aug 30 03:56:46 2015 (r395586) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= little-plugger -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.1.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-little-plugger/distinfo ============================================================================== --- head/devel/rubygem-little-plugger/distinfo Sun Aug 30 03:56:41 2015 (r395585) +++ head/devel/rubygem-little-plugger/distinfo Sun Aug 30 03:56:46 2015 (r395586) @@ -1,2 +1,2 @@ -SHA256 (rubygem/little-plugger-1.1.3.gem) = d7a3a4582a00ff65955eeded02c6d127f3858f4e101e2fe4c795c7423dd83d33 -SIZE (rubygem/little-plugger-1.1.3.gem) = 9216 +SHA256 (rubygem/little-plugger-1.1.4.gem) = d5f347c00d9d648040ef7c17d6eb09d3d0719adf19ca30d1a3b6fb26d0a631bb +SIZE (rubygem/little-plugger-1.1.4.gem) = 10240 From owner-svn-ports-all@freebsd.org Sun Aug 30 03:56:52 2015 Return-Path: Delivered-To: svn-ports-all@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 C6B629C4E90; Sun, 30 Aug 2015 03:56:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 B6374115; Sun, 30 Aug 2015 03:56:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3uq55004226; Sun, 30 Aug 2015 03:56:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3uqBn004225; Sun, 30 Aug 2015 03:56:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300356.t7U3uqBn004225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:56:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395587 - head/devel/rubygem-bones/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:56:52 -0000 Author: sunpoet Date: Sun Aug 30 03:56:51 2015 New Revision: 395587 URL: https://svnweb.freebsd.org/changeset/ports/395587 Log: - Regenerate patch file with makepatch: Modified: head/devel/rubygem-bones/files/patch-gemspec Modified: head/devel/rubygem-bones/files/patch-gemspec ============================================================================== --- head/devel/rubygem-bones/files/patch-gemspec Sun Aug 30 03:56:46 2015 (r395586) +++ head/devel/rubygem-bones/files/patch-gemspec Sun Aug 30 03:56:51 2015 (r395587) @@ -1,6 +1,6 @@ ---- bones.gemspec.orig 2015-03-30 13:39:32.602329000 +0800 -+++ bones.gemspec 2015-03-30 13:39:52.986969479 +0800 -@@ -26,7 +26,6 @@ +--- bones.gemspec.orig 2015-03-30 05:39:33 UTC ++++ bones.gemspec +@@ -26,7 +26,6 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["~> 10.0"]) From owner-svn-ports-all@freebsd.org Sun Aug 30 03:56:58 2015 Return-Path: Delivered-To: svn-ports-all@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 551069C4ECD; Sun, 30 Aug 2015 03:56:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 1F01126A; Sun, 30 Aug 2015 03:56:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3uvK8004343; Sun, 30 Aug 2015 03:56:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3uvl6004341; Sun, 30 Aug 2015 03:56:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300356.t7U3uvl6004341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:56:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395588 - head/devel/rubygem-gitlab_git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:56:58 -0000 Author: sunpoet Date: Sun Aug 30 03:56:56 2015 New Revision: 395588 URL: https://svnweb.freebsd.org/changeset/ports/395588 Log: - Update to 7.2.15 Changes: https://github.com/gitlabhq/gitlab_git/blob/master/CHANGELOG Modified: head/devel/rubygem-gitlab_git/Makefile head/devel/rubygem-gitlab_git/distinfo Modified: head/devel/rubygem-gitlab_git/Makefile ============================================================================== --- head/devel/rubygem-gitlab_git/Makefile Sun Aug 30 03:56:51 2015 (r395587) +++ head/devel/rubygem-gitlab_git/Makefile Sun Aug 30 03:56:56 2015 (r395588) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab_git -PORTVERSION= 7.2.6 +PORTVERSION= 7.2.15 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-gitlab_git/distinfo ============================================================================== --- head/devel/rubygem-gitlab_git/distinfo Sun Aug 30 03:56:51 2015 (r395587) +++ head/devel/rubygem-gitlab_git/distinfo Sun Aug 30 03:56:56 2015 (r395588) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gitlab_git-7.2.6.gem) = 5ed80b877695ea64f28f581e44b213fa811d9080f9e332ce8d0e310eead65421 -SIZE (rubygem/gitlab_git-7.2.6.gem) = 22016 +SHA256 (rubygem/gitlab_git-7.2.15.gem) = a2134edc378b288de97f19b94af57ef8a08a4ed4131a48bcd3420ca90b31caa9 +SIZE (rubygem/gitlab_git-7.2.15.gem) = 22528 From owner-svn-ports-all@freebsd.org Sun Aug 30 03:57:03 2015 Return-Path: Delivered-To: svn-ports-all@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 30F769C4F0A; Sun, 30 Aug 2015 03:57:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 035BC370; Sun, 30 Aug 2015 03:57:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3v23R004464; Sun, 30 Aug 2015 03:57:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3v2gs004462; Sun, 30 Aug 2015 03:57:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300357.t7U3v2gs004462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:57:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395589 - head/sysutils/rubygem-puppet_forge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:57:03 -0000 Author: sunpoet Date: Sun Aug 30 03:57:01 2015 New Revision: 395589 URL: https://svnweb.freebsd.org/changeset/ports/395589 Log: - Update to 2.1.0 Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-puppet_forge/Makefile head/sysutils/rubygem-puppet_forge/distinfo Modified: head/sysutils/rubygem-puppet_forge/Makefile ============================================================================== --- head/sysutils/rubygem-puppet_forge/Makefile Sun Aug 30 03:56:56 2015 (r395588) +++ head/sysutils/rubygem-puppet_forge/Makefile Sun Aug 30 03:57:01 2015 (r395589) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppet_forge -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-puppet_forge/distinfo ============================================================================== --- head/sysutils/rubygem-puppet_forge/distinfo Sun Aug 30 03:56:56 2015 (r395588) +++ head/sysutils/rubygem-puppet_forge/distinfo Sun Aug 30 03:57:01 2015 (r395589) @@ -1,2 +1,2 @@ -SHA256 (rubygem/puppet_forge-2.0.0.gem) = 063a9f1c5dd21c0785ff3144e3f17be66cebba08d4fcf7ba0b56948643c4208b -SIZE (rubygem/puppet_forge-2.0.0.gem) = 773632 +SHA256 (rubygem/puppet_forge-2.1.0.gem) = 95bfc8794681d51324c0db030eafc76151bbd247797b2769452027b7e902f0d7 +SIZE (rubygem/puppet_forge-2.1.0.gem) = 768512 From owner-svn-ports-all@freebsd.org Sun Aug 30 03:57:08 2015 Return-Path: Delivered-To: svn-ports-all@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 6D8F59C4F43; Sun, 30 Aug 2015 03:57:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 3961268D; Sun, 30 Aug 2015 03:57:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3v7O8004578; Sun, 30 Aug 2015 03:57:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3v7bO004576; Sun, 30 Aug 2015 03:57:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300357.t7U3v7bO004576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:57:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395590 - head/security/p5-Session-Token X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:57:08 -0000 Author: sunpoet Date: Sun Aug 30 03:57:06 2015 New Revision: 395590 URL: https://svnweb.freebsd.org/changeset/ports/395590 Log: - Update to 1.010 - While I'm here, remove outdated CHMOD Changes: http://search.cpan.org/dist/Session-Token/Changes PR: 202729 Submitted by: Henk van Oers (maintainer) Modified: head/security/p5-Session-Token/Makefile head/security/p5-Session-Token/distinfo Modified: head/security/p5-Session-Token/Makefile ============================================================================== --- head/security/p5-Session-Token/Makefile Sun Aug 30 03:57:01 2015 (r395589) +++ head/security/p5-Session-Token/Makefile Sun Aug 30 03:57:06 2015 (r395590) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Session-Token -PORTVERSION= 1.008 +PORTVERSION= 1.010 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FRACTAL @@ -18,8 +18,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Session/Token/Token.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Session/Token/Token.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Session/Token/Token.so .include Modified: head/security/p5-Session-Token/distinfo ============================================================================== --- head/security/p5-Session-Token/distinfo Sun Aug 30 03:57:01 2015 (r395589) +++ head/security/p5-Session-Token/distinfo Sun Aug 30 03:57:06 2015 (r395590) @@ -1,2 +1,2 @@ -SHA256 (Session-Token-1.008.tar.gz) = 80a8e2c4a97b2d712990052bdc2bf70c489171f1bf88f8e0ba5f58d7e1c2a3f8 -SIZE (Session-Token-1.008.tar.gz) = 21732 +SHA256 (Session-Token-1.010.tar.gz) = cf7533b7bfa4988e6ab1e0138370a0a98b2b4ba7c39c80d890872f0244bcd043 +SIZE (Session-Token-1.010.tar.gz) = 23184 From owner-svn-ports-all@freebsd.org Sun Aug 30 03:57:13 2015 Return-Path: Delivered-To: svn-ports-all@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 254769C4F78; Sun, 30 Aug 2015 03:57:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 16515786; Sun, 30 Aug 2015 03:57:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3vCKR004708; Sun, 30 Aug 2015 03:57:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3vCBW004706; Sun, 30 Aug 2015 03:57:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300357.t7U3vCBW004706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395591 - head/www/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:57:13 -0000 Author: sunpoet Date: Sun Aug 30 03:57:12 2015 New Revision: 395591 URL: https://svnweb.freebsd.org/changeset/ports/395591 Log: - Update to 4.3 Changes: https://wordpress.org/news/2015/08/billie/ PR: 202734 Submitted by: Yuan-Chung Hsiao (maintainer) Modified: head/www/wordpress/Makefile head/www/wordpress/distinfo Modified: head/www/wordpress/Makefile ============================================================================== --- head/www/wordpress/Makefile Sun Aug 30 03:57:06 2015 (r395590) +++ head/www/wordpress/Makefile Sun Aug 30 03:57:12 2015 (r395591) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2.4 +PORTVERSION= 4.3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: head/www/wordpress/distinfo ============================================================================== --- head/www/wordpress/distinfo Sun Aug 30 03:57:06 2015 (r395590) +++ head/www/wordpress/distinfo Sun Aug 30 03:57:12 2015 (r395591) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2.4.tar.gz) = 42ca594afc709cbef8528a6096f5a1efe96dcf3164e7ce321e87d57ae015cc82 -SIZE (wordpress-4.2.4.tar.gz) = 6313249 +SHA256 (wordpress-4.3.tar.gz) = 3b0db3abe8504f15a33cf64188a493ec0de01eaa8d20e37c3d6a1d9fa0a40fb4 +SIZE (wordpress-4.3.tar.gz) = 6524201 From owner-svn-ports-all@freebsd.org Sun Aug 30 03:57:18 2015 Return-Path: Delivered-To: svn-ports-all@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 50F699C4FB2; Sun, 30 Aug 2015 03:57:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 24D2A894; Sun, 30 Aug 2015 03:57:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3vHDg004811; Sun, 30 Aug 2015 03:57:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3vH0W004810; Sun, 30 Aug 2015 03:57:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300357.t7U3vH0W004810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395592 - head/devel/py-itools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:57:18 -0000 Author: sunpoet Date: Sun Aug 30 03:57:17 2015 New Revision: 395592 URL: https://svnweb.freebsd.org/changeset/ports/395592 Log: - Convert to new options target helper Approved by: portmgr (blanket) Modified: head/devel/py-itools/Makefile Modified: head/devel/py-itools/Makefile ============================================================================== --- head/devel/py-itools/Makefile Sun Aug 30 03:57:12 2015 (r395591) +++ head/devel/py-itools/Makefile Sun Aug 30 03:57:17 2015 (r395592) @@ -44,22 +44,18 @@ PORTDOCS= INSTALL.txt MANIFEST README.rs RELEASE-0.75.1 RELEASE-0.75.2 UPGRADE-0.75.0 PORTEXAMPLES= * -.include - post-install: .for f in office pdf web xml ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/${f}/*.so .endfor -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/docs/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.endif regression-test: build cd ${WRKSRC}/test && ${PYTHON_CMD} test.py From owner-svn-ports-all@freebsd.org Sun Aug 30 03:57:23 2015 Return-Path: Delivered-To: svn-ports-all@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 6BE329C4FED; Sun, 30 Aug 2015 03:57:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 403CA97D; Sun, 30 Aug 2015 03:57:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3vNgB004928; Sun, 30 Aug 2015 03:57:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3vMPZ004926; Sun, 30 Aug 2015 03:57:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300357.t7U3vMPZ004926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:57:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395593 - head/devel/p5-Minion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:57:23 -0000 Author: sunpoet Date: Sun Aug 30 03:57:21 2015 New Revision: 395593 URL: https://svnweb.freebsd.org/changeset/ports/395593 Log: - Update to 1.17 - Add NO_ARCH Changes: http://search.cpan.org/dist/Minion/Changes Modified: head/devel/p5-Minion/Makefile head/devel/p5-Minion/distinfo Modified: head/devel/p5-Minion/Makefile ============================================================================== --- head/devel/p5-Minion/Makefile Sun Aug 30 03:57:17 2015 (r395592) +++ head/devel/p5-Minion/Makefile Sun Aug 30 03:57:21 2015 (r395593) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Minion -PORTVERSION= 1.15 +PORTVERSION= 1.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI @@ -17,6 +17,7 @@ BUILD_DEPENDS= p5-DBM-Deep>=2.0011:${POR p5-Mojolicious>=6.0:${PORTSDIR}/www/p5-Mojolicious RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Minion/distinfo ============================================================================== --- head/devel/p5-Minion/distinfo Sun Aug 30 03:57:17 2015 (r395592) +++ head/devel/p5-Minion/distinfo Sun Aug 30 03:57:21 2015 (r395593) @@ -1,2 +1,2 @@ -SHA256 (Minion-1.15.tar.gz) = 2868624d9e5f38f3622b5fcb5f482e91a906b4df5eb38cf1c27e74d770486379 -SIZE (Minion-1.15.tar.gz) = 25031 +SHA256 (Minion-1.17.tar.gz) = c9d247492260a783d89e41af87ac0c02389419ee102d0a2e04d597bb7d69a25e +SIZE (Minion-1.17.tar.gz) = 25627 From owner-svn-ports-all@freebsd.org Sun Aug 30 03:57:29 2015 Return-Path: Delivered-To: svn-ports-all@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 30E129C502A; Sun, 30 Aug 2015 03:57:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 E2225A87; Sun, 30 Aug 2015 03:57:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3vS4t005045; Sun, 30 Aug 2015 03:57:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3vSUX005043; Sun, 30 Aug 2015 03:57:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300357.t7U3vSUX005043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:57:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395594 - head/devel/p5-Time-Progress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:57:29 -0000 Author: sunpoet Date: Sun Aug 30 03:57:27 2015 New Revision: 395594 URL: https://svnweb.freebsd.org/changeset/ports/395594 Log: - Update to 1.10 Changes: http://search.cpan.org/dist/Time-Progress/Changes Modified: head/devel/p5-Time-Progress/Makefile head/devel/p5-Time-Progress/distinfo Modified: head/devel/p5-Time-Progress/Makefile ============================================================================== --- head/devel/p5-Time-Progress/Makefile Sun Aug 30 03:57:21 2015 (r395593) +++ head/devel/p5-Time-Progress/Makefile Sun Aug 30 03:57:27 2015 (r395594) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Time-Progress -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Time-Progress/distinfo ============================================================================== --- head/devel/p5-Time-Progress/distinfo Sun Aug 30 03:57:21 2015 (r395593) +++ head/devel/p5-Time-Progress/distinfo Sun Aug 30 03:57:27 2015 (r395594) @@ -1,2 +1,2 @@ -SHA256 (Time-Progress-1.9.tar.gz) = 4ac46ab02f419f27fee5f566010453e081f54110dea226253784071bb747d9ba -SIZE (Time-Progress-1.9.tar.gz) = 5700 +SHA256 (Time-Progress-1.10.tar.gz) = 828a16ad38ed62f4666952b6b5c653959e360f43bae0f729d845184b513fff2b +SIZE (Time-Progress-1.10.tar.gz) = 6913 From owner-svn-ports-all@freebsd.org Sun Aug 30 03:57:34 2015 Return-Path: Delivered-To: svn-ports-all@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 9735F9C505F; Sun, 30 Aug 2015 03:57:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 55273BAA; Sun, 30 Aug 2015 03:57:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3vYpR005178; Sun, 30 Aug 2015 03:57:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3vXMg005174; Sun, 30 Aug 2015 03:57:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300357.t7U3vXMg005174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:57:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395595 - head/math/p5-bignum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:57:34 -0000 Author: sunpoet Date: Sun Aug 30 03:57:32 2015 New Revision: 395595 URL: https://svnweb.freebsd.org/changeset/ports/395595 Log: - Update to 0.38 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/bignum/CHANGES Modified: head/math/p5-bignum/Makefile head/math/p5-bignum/distinfo head/math/p5-bignum/pkg-plist Modified: head/math/p5-bignum/Makefile ============================================================================== --- head/math/p5-bignum/Makefile Sun Aug 30 03:57:27 2015 (r395594) +++ head/math/p5-bignum/Makefile Sun Aug 30 03:57:32 2015 (r395595) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bignum -PORTVERSION= 0.37 -PORTREVISION= 1 +PORTVERSION= 0.38 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM @@ -14,6 +13,7 @@ COMMENT= Transparent BigNumber/BigRation LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/math/p5-bignum/distinfo ============================================================================== --- head/math/p5-bignum/distinfo Sun Aug 30 03:57:27 2015 (r395594) +++ head/math/p5-bignum/distinfo Sun Aug 30 03:57:32 2015 (r395595) @@ -1,2 +1,2 @@ -SHA256 (bignum-0.37.tar.gz) = 9d2e035222d8b00d062959cb5ae491cb6ce80b7ea0ea8c05e53c415022e4f871 -SIZE (bignum-0.37.tar.gz) = 40666 +SHA256 (bignum-0.38.tar.gz) = ded6e3f3135c059fcc398c30e483c916948dbd033ce674215ad6fd49a2069513 +SIZE (bignum-0.38.tar.gz) = 40310 Modified: head/math/p5-bignum/pkg-plist ============================================================================== --- head/math/p5-bignum/pkg-plist Sun Aug 30 03:57:27 2015 (r395594) +++ head/math/p5-bignum/pkg-plist Sun Aug 30 03:57:32 2015 (r395595) @@ -1,8 +1,8 @@ -%%PERL5_MAN3%%/bigint.3.gz -%%PERL5_MAN3%%/bignum.3.gz -%%PERL5_MAN3%%/bigrat.3.gz %%SITE_PERL%%/Math/BigFloat/Trace.pm %%SITE_PERL%%/Math/BigInt/Trace.pm %%SITE_PERL%%/bigint.pm %%SITE_PERL%%/bignum.pm %%SITE_PERL%%/bigrat.pm +%%PERL5_MAN3%%/bigint.3.gz +%%PERL5_MAN3%%/bignum.3.gz +%%PERL5_MAN3%%/bigrat.3.gz From owner-svn-ports-all@freebsd.org Sun Aug 30 03:57:39 2015 Return-Path: Delivered-To: svn-ports-all@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 6CA729C5087; Sun, 30 Aug 2015 03:57:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 3F96CC1F; Sun, 30 Aug 2015 03:57:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3vdOt005292; Sun, 30 Aug 2015 03:57:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3vcYu005290; Sun, 30 Aug 2015 03:57:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300357.t7U3vcYu005290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:57:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395596 - head/textproc/p5-HTML-FormatExternal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:57:39 -0000 Author: sunpoet Date: Sun Aug 30 03:57:37 2015 New Revision: 395596 URL: https://svnweb.freebsd.org/changeset/ports/395596 Log: - Update to 26 Changes: http://search.cpan.org/dist/HTML-FormatExternal/Changes Modified: head/textproc/p5-HTML-FormatExternal/Makefile head/textproc/p5-HTML-FormatExternal/distinfo Modified: head/textproc/p5-HTML-FormatExternal/Makefile ============================================================================== --- head/textproc/p5-HTML-FormatExternal/Makefile Sun Aug 30 03:57:32 2015 (r395595) +++ head/textproc/p5-HTML-FormatExternal/Makefile Sun Aug 30 03:57:37 2015 (r395596) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= HTML-FormatExternal -PORTVERSION= 25 +PORTVERSION= 26 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-HTML-FormatExternal/distinfo ============================================================================== --- head/textproc/p5-HTML-FormatExternal/distinfo Sun Aug 30 03:57:32 2015 (r395595) +++ head/textproc/p5-HTML-FormatExternal/distinfo Sun Aug 30 03:57:37 2015 (r395596) @@ -1,2 +1,2 @@ -SHA256 (HTML-FormatExternal-25.tar.gz) = db8d8b1a2f01d25a331d92b56dd3567abb75ad9ba87e66360fe6771c30e1afa5 -SIZE (HTML-FormatExternal-25.tar.gz) = 57220 +SHA256 (HTML-FormatExternal-26.tar.gz) = 3c59f233d0b10686a85aed0c994011cec68626da0128dea90b5c4fdc1746cfc3 +SIZE (HTML-FormatExternal-26.tar.gz) = 57363 From owner-svn-ports-all@freebsd.org Sun Aug 30 03:57:44 2015 Return-Path: Delivered-To: svn-ports-all@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 443DF9C50BE; Sun, 30 Aug 2015 03:57:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 0FF14CEC; Sun, 30 Aug 2015 03:57:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3vhc4005409; Sun, 30 Aug 2015 03:57:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3vhCr005407; Sun, 30 Aug 2015 03:57:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300357.t7U3vhCr005407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395597 - head/textproc/rubygem-jekyll-gist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:57:44 -0000 Author: sunpoet Date: Sun Aug 30 03:57:42 2015 New Revision: 395597 URL: https://svnweb.freebsd.org/changeset/ports/395597 Log: - Update to 1.3.4 Changes: https://github.com/jekyll/jekyll-gist/blob/master/History.markdown Modified: head/textproc/rubygem-jekyll-gist/Makefile head/textproc/rubygem-jekyll-gist/distinfo Modified: head/textproc/rubygem-jekyll-gist/Makefile ============================================================================== --- head/textproc/rubygem-jekyll-gist/Makefile Sun Aug 30 03:57:37 2015 (r395596) +++ head/textproc/rubygem-jekyll-gist/Makefile Sun Aug 30 03:57:42 2015 (r395597) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jekyll-gist -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-jekyll-gist/distinfo ============================================================================== --- head/textproc/rubygem-jekyll-gist/distinfo Sun Aug 30 03:57:37 2015 (r395596) +++ head/textproc/rubygem-jekyll-gist/distinfo Sun Aug 30 03:57:42 2015 (r395597) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jekyll-gist-1.3.3.gem) = e0a4a5f908f39dd59108500694148d7e5b005e05320d40901761f042682d01d3 -SIZE (rubygem/jekyll-gist-1.3.3.gem) = 9216 +SHA256 (rubygem/jekyll-gist-1.3.4.gem) = 6cd2205e9dec46fa3bb6e79a4193406c2bc8345b877a0c4c2ce4c799703eda2e +SIZE (rubygem/jekyll-gist-1.3.4.gem) = 9216 From owner-svn-ports-all@freebsd.org Sun Aug 30 03:57:49 2015 Return-Path: Delivered-To: svn-ports-all@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 7D6F09C50F7; Sun, 30 Aug 2015 03:57:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 474FDDEC; Sun, 30 Aug 2015 03:57:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U3vmQP005526; Sun, 30 Aug 2015 03:57:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U3vmoc005524; Sun, 30 Aug 2015 03:57:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508300357.t7U3vmoc005524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 03:57:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395598 - head/www/rubygem-chosen-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 03:57:49 -0000 Author: sunpoet Date: Sun Aug 30 03:57:47 2015 New Revision: 395598 URL: https://svnweb.freebsd.org/changeset/ports/395598 Log: - Update to 1.4.3 Changes: https://github.com/tsechingho/chosen-rails/commits/master Modified: head/www/rubygem-chosen-rails/Makefile head/www/rubygem-chosen-rails/distinfo Modified: head/www/rubygem-chosen-rails/Makefile ============================================================================== --- head/www/rubygem-chosen-rails/Makefile Sun Aug 30 03:57:42 2015 (r395597) +++ head/www/rubygem-chosen-rails/Makefile Sun Aug 30 03:57:47 2015 (r395598) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= chosen-rails -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.4.3 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-chosen-rails/distinfo ============================================================================== --- head/www/rubygem-chosen-rails/distinfo Sun Aug 30 03:57:42 2015 (r395597) +++ head/www/rubygem-chosen-rails/distinfo Sun Aug 30 03:57:47 2015 (r395598) @@ -1,2 +1,2 @@ -SHA256 (rubygem/chosen-rails-1.4.2.gem) = 2212ee544cb8643b9f89e198c3c38ba3c0b77edac12539066dd9b1210c50031a -SIZE (rubygem/chosen-rails-1.4.2.gem) = 20992 +SHA256 (rubygem/chosen-rails-1.4.3.gem) = 7506cf1ed7690a3e1143963893b8d40323e662098498cdfdefa3724a721ad4c2 +SIZE (rubygem/chosen-rails-1.4.3.gem) = 20992 From owner-svn-ports-all@freebsd.org Sun Aug 30 05:02:12 2015 Return-Path: Delivered-To: svn-ports-all@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 3694E9C40F0; Sun, 30 Aug 2015 05:02:12 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 27D69AC9; Sun, 30 Aug 2015 05:02:12 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 2682E1A23; Sun, 30 Aug 2015 05:02:12 +0000 (UTC) Date: Sun, 30 Aug 2015 05:02:12 +0000 From: Alexey Dokuchaev To: Babak Farrokhi Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395565 - head/net/pathneck Message-ID: <20150830050211.GA66024@FreeBSD.org> References: <201508291835.t7TIZrPG056665@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201508291835.t7TIZrPG056665@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 05:02:12 -0000 On Sat, Aug 29, 2015 at 06:35:53PM +0000, Babak Farrokhi wrote: > Author: farrokhi > Date: Sat Aug 29 18:35:52 2015 > New Revision: 395565 > URL: https://svnweb.freebsd.org/changeset/ports/395565 > > Log: > - Clarify LICENSE > [...] Thank you, look a lot cleaner now. Commit message is a bit weird though. ./danfe From owner-svn-ports-all@freebsd.org Sun Aug 30 06:28:23 2015 Return-Path: Delivered-To: svn-ports-all@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 187C49C0D8A; Sun, 30 Aug 2015 06:28:23 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 099FD1CCD; Sun, 30 Aug 2015 06:28:23 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U6SMiE066578; Sun, 30 Aug 2015 06:28:22 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U6SMuU066577; Sun, 30 Aug 2015 06:28:22 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508300628.t7U6SMuU066577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Aug 2015 06:28:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395599 - head/multimedia/mpv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 06:28:23 -0000 Author: pi Date: Sun Aug 30 06:28:22 2015 New Revision: 395599 URL: https://svnweb.freebsd.org/changeset/ports/395599 Log: multimedia/mpv: zsh completions ensure zsh completions are actually installed (and prevent package error) when the option is selected PR: 202736 Submitted by: Joseph Mingrone Approved by: Carlos J Puga Medina (maintainer) Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Sun Aug 30 03:57:47 2015 (r395598) +++ head/multimedia/mpv/Makefile Sun Aug 30 06:28:22 2015 (r395599) @@ -134,7 +134,7 @@ XINERAMA_IMPLIES= X11 ZSH_USES= perl5 ZSH_USE= PERL5=build -ZSH_CONFIGURE_OFF= --disable-zsh-comp +ZSH_CONFIGURE_ENABLE= zsh-comp .include From owner-svn-ports-all@freebsd.org Sun Aug 30 07:43:12 2015 Return-Path: Delivered-To: svn-ports-all@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 EBD339C54AC; Sun, 30 Aug 2015 07:43:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 DCCA3ED0; Sun, 30 Aug 2015 07:43:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U7hCnn099196; Sun, 30 Aug 2015 07:43:12 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U7hCFA099195; Sun, 30 Aug 2015 07:43:12 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508300743.t7U7hCFA099195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Aug 2015 07:43:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395600 - head/multimedia/mpv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 07:43:13 -0000 Author: pi Date: Sun Aug 30 07:43:12 2015 New Revision: 395600 URL: https://svnweb.freebsd.org/changeset/ports/395600 Log: multimedia/mpv: Add freetype as a required dependency Without freetype, mpv will crash outputting a bus error when it tries to draw the menu text. PR: 202765 Submitted by: Peyton@openmailbox.org Approved by: Carlos J Puga Medina (maintainer) Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Sun Aug 30 06:28:22 2015 (r395599) +++ head/multimedia/mpv/Makefile Sun Aug 30 07:43:12 2015 (r395600) @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= http://ftp.waf.io/pub/release/:1 \ @@ -17,7 +17,8 @@ COMMENT= Free and open-source general-pu LICENSE= GPLv2 -LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ + libfreetype.so:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= rst2man:${PORTSDIR}/textproc/py-docutils USE_GITHUB= yes From owner-svn-ports-all@freebsd.org Sun Aug 30 08:16:45 2015 Return-Path: Delivered-To: svn-ports-all@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 762879C087D; Sun, 30 Aug 2015 08:16:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5C1A6CE5; Sun, 30 Aug 2015 08:16:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U8GjYT011718; Sun, 30 Aug 2015 08:16:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U8Gi6Q011715; Sun, 30 Aug 2015 08:16:44 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201508300816.t7U8Gi6Q011715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 30 Aug 2015 08:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395601 - head/databases/elixir-geo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 08:16:45 -0000 Author: olgeni Date: Sun Aug 30 08:16:43 2015 New Revision: 395601 URL: https://svnweb.freebsd.org/changeset/ports/395601 Log: Upgrade to version 0.16.1, which now requires elixir-postgrex. Modified: head/databases/elixir-geo/Makefile head/databases/elixir-geo/distinfo head/databases/elixir-geo/pkg-plist Modified: head/databases/elixir-geo/Makefile ============================================================================== --- head/databases/elixir-geo/Makefile Sun Aug 30 07:43:12 2015 (r395600) +++ head/databases/elixir-geo/Makefile Sun Aug 30 08:16:43 2015 (r395601) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= geo -PORTVERSION= 0.15.2 +PORTVERSION= 0.16.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- @@ -16,24 +16,11 @@ USES= elixir USE_GITHUB= yes GH_ACCOUNT= bryanjos -OPTIONS_DEFINE= POSTGIS - -.include - MIX_BUILD_DEPS= databases/elixir-ecto \ + databases/elixir-postgrex \ devel/elixir-poison -.if ${PORT_OPTIONS:MPOSTGIS} -MIX_BUILD_DEPS+=databases/elixir-postgrex -.endif - MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} MIX_REWRITE= yes -post-patch: -.if ! ${PORT_OPTIONS:MPOSTGIS} - # These files must be removed or the build will hang forever - ${RM} -r ${WRKSRC}/lib/geo/postgis.ex ${WRKSRC}/lib/geo/postgis -.endif - .include Modified: head/databases/elixir-geo/distinfo ============================================================================== --- head/databases/elixir-geo/distinfo Sun Aug 30 07:43:12 2015 (r395600) +++ head/databases/elixir-geo/distinfo Sun Aug 30 08:16:43 2015 (r395601) @@ -1,2 +1,2 @@ -SHA256 (bryanjos-geo-v0.15.2_GH0.tar.gz) = 25b0d3725b2fd2f70fca6a64b49f7dcfc819c9d733c2fab9f6814200fcac98bc -SIZE (bryanjos-geo-v0.15.2_GH0.tar.gz) = 15564 +SHA256 (bryanjos-geo-v0.16.1_GH0.tar.gz) = 60ea48b880ef726b6ca84eb5b2b77fc74a8d6feb604d8f8061e417f929815e06 +SIZE (bryanjos-geo-v0.16.1_GH0.tar.gz) = 15575 Modified: head/databases/elixir-geo/pkg-plist ============================================================================== --- head/databases/elixir-geo/pkg-plist Sun Aug 30 07:43:12 2015 (r395600) +++ head/databases/elixir-geo/pkg-plist Sun Aug 30 08:16:43 2015 (r395601) @@ -6,8 +6,8 @@ lib/elixir/lib/geo/ebin/Elixir.Geo.Multi lib/elixir/lib/geo/ebin/Elixir.Geo.MultiPolygon.beam lib/elixir/lib/geo/ebin/Elixir.Geo.Point.beam lib/elixir/lib/geo/ebin/Elixir.Geo.Polygon.beam -%%POSTGIS%%lib/elixir/lib/geo/ebin/Elixir.Geo.PostGIS.Extension.beam -%%POSTGIS%%lib/elixir/lib/geo/ebin/Elixir.Geo.PostGIS.beam +lib/elixir/lib/geo/ebin/Elixir.Geo.PostGIS.Extension.beam +lib/elixir/lib/geo/ebin/Elixir.Geo.PostGIS.beam lib/elixir/lib/geo/ebin/Elixir.Geo.Utils.beam lib/elixir/lib/geo/ebin/Elixir.Geo.WKB.Reader.beam lib/elixir/lib/geo/ebin/Elixir.Geo.WKB.Writer.beam @@ -31,8 +31,8 @@ lib/elixir/lib/geo/lib/geo/multi_point.e lib/elixir/lib/geo/lib/geo/multi_polygon.ex lib/elixir/lib/geo/lib/geo/point.ex lib/elixir/lib/geo/lib/geo/polygon.ex -%%POSTGIS%%lib/elixir/lib/geo/lib/geo/postgis.ex -%%POSTGIS%%lib/elixir/lib/geo/lib/geo/postgis/extension.ex +lib/elixir/lib/geo/lib/geo/postgis.ex +lib/elixir/lib/geo/lib/geo/postgis/extension.ex lib/elixir/lib/geo/lib/geo/utils.ex lib/elixir/lib/geo/lib/geo/wkb.ex lib/elixir/lib/geo/lib/geo/wkb/reader.ex From owner-svn-ports-all@freebsd.org Sun Aug 30 08:39:33 2015 Return-Path: Delivered-To: svn-ports-all@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 1EE5C9C338C; Sun, 30 Aug 2015 08:39:33 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 0FE97808; Sun, 30 Aug 2015 08:39:33 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U8dWYI020074; Sun, 30 Aug 2015 08:39:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U8dWCB020072; Sun, 30 Aug 2015 08:39:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508300839.t7U8dWCB020072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Aug 2015 08:39:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395602 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 08:39:33 -0000 Author: pi Date: Sun Aug 30 08:39:31 2015 New Revision: 395602 URL: https://svnweb.freebsd.org/changeset/ports/395602 Log: databases/cego: 2.24.3 -> 2.24.4 - Fix in CegoAction::execViewCreate. Views must be compiled successful now immediately after creation. Otherwise, the calculated schema is not stored correctly into dictionary. - Fix in CegoFactor::getId. If sysdate is used in queries, it should be resolved, otherwise query couldbe used from cache which returns invalid result Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Aug 30 08:16:43 2015 (r395601) +++ head/databases/cego/Makefile Sun Aug 30 08:39:31 2015 (r395602) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.24.3 +PORTVERSION= 2.24.4 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Aug 30 08:16:43 2015 (r395601) +++ head/databases/cego/distinfo Sun Aug 30 08:39:31 2015 (r395602) @@ -1,2 +1,2 @@ -SHA256 (cego-2.24.3.tar.gz) = 68e77a90fb2bc64b9317e0c3a6e56660df68e1f366676f6c6333185d4ea5b505 -SIZE (cego-2.24.3.tar.gz) = 1103993 +SHA256 (cego-2.24.4.tar.gz) = 307b0452bcd8157814f040140c2d7191b4d402df5e7997e99392adfa9bf56ad8 +SIZE (cego-2.24.4.tar.gz) = 1103992 From owner-svn-ports-all@freebsd.org Sun Aug 30 09:45:36 2015 Return-Path: Delivered-To: svn-ports-all@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 BB40A9C487A; Sun, 30 Aug 2015 09:45:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 A8C3FA54; Sun, 30 Aug 2015 09:45:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7U9jaNr049668; Sun, 30 Aug 2015 09:45:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7U9jai5049666; Sun, 30 Aug 2015 09:45:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201508300945.t7U9jai5049666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 30 Aug 2015 09:45:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395603 - head/graphics/linux-c6-png X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 09:45:36 -0000 Author: antoine Date: Sun Aug 30 09:45:35 2015 New Revision: 395603 URL: https://svnweb.freebsd.org/changeset/ports/395603 Log: Cleanup plist, fixing packaging with OPTIONS_UNSET=DOCS PR: 202211 Modified: head/graphics/linux-c6-png/pkg-plist.i686 head/graphics/linux-c6-png/pkg-plist.x86_64 Modified: head/graphics/linux-c6-png/pkg-plist.i686 ============================================================================== --- head/graphics/linux-c6-png/pkg-plist.i686 Sun Aug 30 08:39:31 2015 (r395602) +++ head/graphics/linux-c6-png/pkg-plist.i686 Sun Aug 30 09:45:35 2015 (r395603) @@ -3,4 +3,3 @@ usr/lib/libpng.so.3.49.0 usr/lib/libpng12.so.0 usr/lib/libpng12.so.0.49.0 usr/share/man/man5/png.5.gz -@dirrmtry usr/share/doc/libpng-1.2.49 Modified: head/graphics/linux-c6-png/pkg-plist.x86_64 ============================================================================== --- head/graphics/linux-c6-png/pkg-plist.x86_64 Sun Aug 30 08:39:31 2015 (r395602) +++ head/graphics/linux-c6-png/pkg-plist.x86_64 Sun Aug 30 09:45:35 2015 (r395603) @@ -3,4 +3,3 @@ usr/lib64/libpng.so.3.49.0 usr/lib64/libpng12.so.0 usr/lib64/libpng12.so.0.49.0 usr/share/man/man5/png.5.gz -@dirrmtry usr/share/doc/libpng-1.2.49 From owner-svn-ports-all@freebsd.org Sun Aug 30 10:08:12 2015 Return-Path: Delivered-To: svn-ports-all@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 A9DF89C563A; Sun, 30 Aug 2015 10:08:12 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 9AC4E13A6; Sun, 30 Aug 2015 10:08:12 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UA8C1d058979; Sun, 30 Aug 2015 10:08:12 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UA8Cok058978; Sun, 30 Aug 2015 10:08:12 GMT (envelope-from az@FreeBSD.org) Message-Id: <201508301008.t7UA8Cok058978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Sun, 30 Aug 2015 10:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395604 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:08:12 -0000 Author: az Date: Sun Aug 30 10:08:11 2015 New Revision: 395604 URL: https://svnweb.freebsd.org/changeset/ports/395604 Log: Help portscout to detect a new version of the module on CPAN if the AUTHOR_ID for the new version and the current are not equal. This is only partial hack and won't work for all modules. Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sun Aug 30 09:45:35 2015 (r395603) +++ head/Mk/bsd.sites.mk Sun Aug 30 10:08:11 2015 (r395604) @@ -1038,17 +1038,17 @@ MASTER_SITE_PERL_CPAN_BY+= \ http://backpan.perl.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://ftp.twaren.net/Unix/Lang/CPAN/%CPANSORT%/%SUBDIR%/ \ - ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%SUBDIR%/ \ - http://www.cpan.dk/modules/by-module/%SUBDIR%/ + http://cpan.metacpan.org/modules/by-module/%SUBDIRPLUS%/ \ + ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%SUBDIRPLUS%/ _PERL_CPAN_FLAG=${MASTER_SITE_SUBDIR:C/(CPAN):.*$/\1/} _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^CPAN:(.)(.)(.*)$/\1\/\1\2\/\1\2\3/} .if !empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan" _PERL_CPAN_SORT=authors/id/${_PERL_CPAN_ID} - MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/:S/%SUBDIR%\///} + MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/:S/%SUBDIR%\///:S/%SUBDIRPLUS%\//${PORTNAME:C/-.*//}\//} .else - MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/} + MASTER_SITE_PERL_CPAN=${MASTER_SITE_PERL_CPAN_BY:S/%CPANSORT%/${_PERL_CPAN_SORT}/:S/%SUBDIRPLUS%\///} .endif .endif From owner-svn-ports-all@freebsd.org Sun Aug 30 10:15:41 2015 Return-Path: Delivered-To: svn-ports-all@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 13A5A9C5A94; Sun, 30 Aug 2015 10:15:41 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 0405D1955; Sun, 30 Aug 2015 10:15:41 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UAFeia063390; Sun, 30 Aug 2015 10:15:40 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UAFeU4063388; Sun, 30 Aug 2015 10:15:40 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201508301015.t7UAFeU4063388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 30 Aug 2015 10:15:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r395605 - branches/2015Q3/sysutils/iocage X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:15:41 -0000 Author: robak Date: Sun Aug 30 10:15:39 2015 New Revision: 395605 URL: https://svnweb.freebsd.org/changeset/ports/395605 Log: MFH: r395563 sysutils/iocage: update 1.7.1 -> 1.7.3 - Adds ability to create 10.2 jails PR: 202661 Submitted by: olegni Approved by: ports-secteam Modified: branches/2015Q3/sysutils/iocage/Makefile branches/2015Q3/sysutils/iocage/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/sysutils/iocage/Makefile ============================================================================== --- branches/2015Q3/sysutils/iocage/Makefile Sun Aug 30 10:08:11 2015 (r395604) +++ branches/2015Q3/sysutils/iocage/Makefile Sun Aug 30 10:15:39 2015 (r395605) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= iocage -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.3 +DISTVERSIONPREFIX=v CATEGORIES= sysutils MAINTAINER= robak@FreeBSD.org Modified: branches/2015Q3/sysutils/iocage/distinfo ============================================================================== --- branches/2015Q3/sysutils/iocage/distinfo Sun Aug 30 10:08:11 2015 (r395604) +++ branches/2015Q3/sysutils/iocage/distinfo Sun Aug 30 10:15:39 2015 (r395605) @@ -1,2 +1,2 @@ -SHA256 (pannon-iocage-1.6.2_GH0.tar.gz) = 4c9c77af36aabc34005f8fa679051879939a74c39f7934406729dd25105046f9 -SIZE (pannon-iocage-1.6.2_GH0.tar.gz) = 287582 +SHA256 (iocage-iocage-v1.7.3_GH0.tar.gz) = 9a79926d1a37adf9439b49343f2ca73547921e2f492069ede949d7bd9189691a +SIZE (iocage-iocage-v1.7.3_GH0.tar.gz) = 295327 From owner-svn-ports-all@freebsd.org Sun Aug 30 10:18:29 2015 Return-Path: Delivered-To: svn-ports-all@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 67D7A9C5BAE; Sun, 30 Aug 2015 10:18:29 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 588861A79; Sun, 30 Aug 2015 10:18:29 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UAITMJ063735; Sun, 30 Aug 2015 10:18:29 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UAITcQ063734; Sun, 30 Aug 2015 10:18:29 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201508301018.t7UAITcQ063734@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, 30 Aug 2015 10:18:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395606 - head/graphics/qgis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:18:29 -0000 Author: rakuco Date: Sun Aug 30 10:18:28 2015 New Revision: 395606 URL: https://svnweb.freebsd.org/changeset/ports/395606 Log: Drop USES=iconv:wchar_t. The port has a FindIconv.cmake, but it is not used anywhere, nor does the code actually call any iconv() functions. PR: 202744 Approved by: Rainer Hurling (maintainer) Modified: head/graphics/qgis/Makefile Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Sun Aug 30 10:15:39 2015 (r395605) +++ head/graphics/qgis/Makefile Sun Aug 30 10:18:28 2015 (r395606) @@ -3,7 +3,7 @@ PORTNAME= qgis PORTVERSION= 2.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -26,7 +26,7 @@ USE_GITHUB= yes GH_PROJECT= ${PORTNAME:tu} GH_TAGNAME= e5928c7 -USES= cpe bison cmake fortran iconv:wchar_t gmake python +USES= cpe bison cmake fortran gmake python USE_SQLITE= yes USE_QT4= gui svg xml network sql designer testlib linguist_build \ qmake_build moc_build rcc_build uic_build From owner-svn-ports-all@freebsd.org Sun Aug 30 10:19:24 2015 Return-Path: Delivered-To: svn-ports-all@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 3AC739C5C52; Sun, 30 Aug 2015 10:19:24 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 2BAB01BAE; Sun, 30 Aug 2015 10:19:24 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UAJOJL063937; Sun, 30 Aug 2015 10:19:24 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UAJOGg063936; Sun, 30 Aug 2015 10:19:24 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201508301019.t7UAJOGg063936@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, 30 Aug 2015 10:19:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395607 - head/astro/stellarium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:19:24 -0000 Author: rakuco Date: Sun Aug 30 10:19:23 2015 New Revision: 395607 URL: https://svnweb.freebsd.org/changeset/ports/395607 Log: Drop USES=iconv. Even though the port still has a few FindIconv.cmake files scattered around, they are not actually used by the build system anymore, so the dependency is unnecessary. Approved by: danfe (maintainer) Differential Revision: https://reviews.freebsd.org/D3531 Modified: head/astro/stellarium/Makefile Modified: head/astro/stellarium/Makefile ============================================================================== --- head/astro/stellarium/Makefile Sun Aug 30 10:18:28 2015 (r395606) +++ head/astro/stellarium/Makefile Sun Aug 30 10:19:23 2015 (r395607) @@ -3,6 +3,7 @@ PORTNAME= stellarium PORTVERSION= 0.13.3 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -15,7 +16,7 @@ LICENSE= GPLv2 CONFLICTS_INSTALL= ${PORTNAME}-qt4-0.12.* -USES= cmake gettext iconv +USES= cmake gettext USE_QT5= qmake_build buildtools_build linguisttools_build \ core concurrent declarative From owner-svn-ports-all@freebsd.org Sun Aug 30 10:20:00 2015 Return-Path: Delivered-To: svn-ports-all@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 2A58F9C5D32 for ; Sun, 30 Aug 2015 10:20:00 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) (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 E90E41CD0 for ; Sun, 30 Aug 2015 10:19:59 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by obcbp4 with SMTP id bp4so1195214obc.2 for ; Sun, 30 Aug 2015 03:19:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=SkJVgaIqr+NHzDeSRfpzJKWpsqyZrCdmEqrmbcU+/mw=; b=K0c6qHs655dywR/eDJY+V/1aWmM1qPql5WTdGYF9rjaJaySm9B3qB9dN3y60791EMr r+CkcguLcFn3WOkk1gSar+2+mzh85TE23gLGOUBtY0RKaaAEqNjNztq3riMrNAahTX5H gboXOAdDkOfpt98ypb5/wkI17/BAS1Ol/rv/9iaEuQrjNJFIEyi0vzS6zIIupeYnPcZW wMHNNwM4h/G1dA8Rb2Gx9nrJyqBZ6stEEIwaSTMW/sN4l4Swt3J56EmXE/h170NEuT+6 fc5X7DMiOki8CLV7vUgmcfM40FRUTQwX+T3YVdSG+lf+LXyQnZ5XbrEXtLdrYkl2tM82 3ERg== X-Gm-Message-State: ALoCoQnrr+maCF4RFvIwAE8i2NPITmAXBc3C+X+KVMInk44M+2x4WTIHy853UM+JcSUrjVzwS/M3 X-Received: by 10.182.81.98 with SMTP id z2mr10484325obx.70.1440929993250; Sun, 30 Aug 2015 03:19:53 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.218.133 with HTTP; Sun, 30 Aug 2015 03:19:13 -0700 (PDT) In-Reply-To: References: <201508291004.t7TA4Bhc024526@repo.freebsd.org> <4C40EBBA-37E8-4F77-9AE6-05C27E7A59DE@adamw.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Aug 2015 18:19:13 +0800 X-Google-Sender-Auth: bscEZm5gAhe4Tl6f3PEK6Ie8SDE Message-ID: Subject: Re: svn commit: r395540 - head/mail/p5-Dancer-Plugin-Email To: Andrej Zverev Cc: Adam Weinberger , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:20:00 -0000 Hello, Adam has explained why I removed MASTER_SITE_SUBDIR. Though you could download new versions from by-module URL but portscout did not detect new versions which released by another author. According to my experience, I saw module released by another author month ago and it was not on portscout.FreeBSD.org. I think this bug(?) still exists. Regards, sunpoet On Sun, Aug 30, 2015 at 3:36 AM, Andrej Zverev wrote: > I saw previous thead about that. But as I know and especially for > portscout was created fallback mechanism which allow search by-module > name if by-author can't be found. If author is changed it will also > fallback to search by-module. > > Before this change: > => Attempting to fetch > > http://cpan.metacpan.org/authors/id/I/IR/IRONCAMEL/Dancer-Plugin-Email-1.0400.tar.gz > Dancer-Plugin-Email-1.0400.tar.gz > > 100% of 18 kB 399 kBps 00m00s > ===> Fetching all distfiles required by p5-Dancer-Plugin-Email-1.0400 > for building > > With this change: > => Attempting to fetch > > http://cpan.metacpan.org/modules/by-module/Dancer/Dancer-Plugin-Email-1.0400.tar.gz > Dancer-Plugin-Email-1.0400.tar.gz > > 100% of 18 kB 390 kBps 00m00s > > Maybe you know example for case when portscout can't find new version > and AUTHOR was changed for module? > I really can't understand these nop changes. > > On Sat, Aug 29, 2015 at 5:10 PM, Adam Weinberger wrote: > >> On 29 Aug, 2015, at 4:07, Andrej Zverev > wrote: > >> > >> Can you explain why? > > > > I did a couple of these a few months back as well. When Perl modules > haven't been added to CPAN/by-module/ yet, when updates are released by a > different person (fairly often these days, especially on popular modules), > portscout cannot find it. It appears that once a module arrives in > CPAN/by-module/, further updates will be available there too. > > > > Whenever possible, I'd prefer to see perl modules without > MASTER_SITE_SUBDIR. > > > > # Adam > > > > > > -- > > Adam Weinberger > > adamw@adamw.org > > http://www.adamw.org > > > > > >> On Sat, Aug 29, 2015 at 1:04 PM, Sunpoet Po-Chuan Hsieh > >> wrote: > >>> Author: sunpoet > >>> Date: Sat Aug 29 10:04:11 2015 > >>> New Revision: 395540 > >>> URL: https://svnweb.freebsd.org/changeset/ports/395540 > >>> > >>> Log: > >>> - Remove MASTER_SITE_SUBDIR > >>> > >>> Modified: > >>> head/mail/p5-Dancer-Plugin-Email/Makefile > >>> > >>> Modified: head/mail/p5-Dancer-Plugin-Email/Makefile > >>> > ============================================================================== > >>> --- head/mail/p5-Dancer-Plugin-Email/Makefile Sat Aug 29 10:02:33 > 2015 (r395539) > >>> +++ head/mail/p5-Dancer-Plugin-Email/Makefile Sat Aug 29 10:04:11 > 2015 (r395540) > >>> @@ -4,7 +4,6 @@ PORTNAME= Dancer-Plugin-Email > >>> PORTVERSION= 1.0400 > >>> CATEGORIES= mail perl5 > >>> MASTER_SITES= CPAN > >>> -MASTER_SITE_SUBDIR= CPAN:IRONCAMEL > >>> PKGNAMEPREFIX= p5- > >>> > >>> MAINTAINER= sunpoet@FreeBSD.org > >>> > >> > > > From owner-svn-ports-all@freebsd.org Sun Aug 30 10:30:12 2015 Return-Path: Delivered-To: svn-ports-all@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 40FFC9C027E; Sun, 30 Aug 2015 10:30:12 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 23898234; Sun, 30 Aug 2015 10:30:12 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UAUC4W069397; Sun, 30 Aug 2015 10:30:12 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UAUBJb069391; Sun, 30 Aug 2015 10:30:11 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201508301030.t7UAUBJb069391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 30 Aug 2015 10:30:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395608 - in head/audio/easytag: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:30:12 -0000 Author: novel Date: Sun Aug 30 10:30:10 2015 New Revision: 395608 URL: https://svnweb.freebsd.org/changeset/ports/395608 Log: - Update to 2.4.0 - Drop GTK2, GTK3 options as only GTK3 is now supported - Sort USES and un-mute INSTALL_DATA command to pet portlint Modified: head/audio/easytag/Makefile head/audio/easytag/distinfo head/audio/easytag/files/patch-Makefile.in head/audio/easytag/pkg-plist Modified: head/audio/easytag/Makefile ============================================================================== --- head/audio/easytag/Makefile Sun Aug 30 10:19:23 2015 (r395607) +++ head/audio/easytag/Makefile Sun Aug 30 10:30:10 2015 (r395608) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= easytag -PORTVERSION= 2.2.6 +PORTVERSION= 2.4.0 CATEGORIES= audio MASTER_SITES= GNOME @@ -21,8 +21,9 @@ LIB_DEPENDS= libid3.so:${PORTSDIR}/audio libFLAC.so:${PORTSDIR}/audio/flac \ libtag.so:${PORTSDIR}/audio/taglib -USES= desktop-file-utils gmake pkgconfig tar:xz gettext-tools -USE_GNOME= glib20 intltool intlhack libxslt +USES= desktop-file-utils gettext-tools gmake pkgconfig tar:xz +USE_GNOME= gtk30 glib20 intltool intlhack libxslt +GLIB_SCHEMAS= org.gnome.EasyTAG.gschema.xml org.gnome.EasyTAG.enums.xml INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GTK @@ -35,9 +36,7 @@ CONFIGURE_ARGS= --disable-appdata-valida PORTDOCS= HACKING THANKS TODO OPTIONS_DEFINE= WAVPACK NLS OPUS SPEEX DOCS -OPTIONS_SINGLE= GTK -OPTIONS_SINGLE_GTK= GTK2 GTK3 -OPTIONS_DEFAULT= GTK2 NLS +OPTIONS_DEFAULT= NLS OPTIONS_SUB= yes WAVPACK_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack @@ -50,16 +49,10 @@ SPEEX_CONFIGURE_ENABLE= speex NLS_USES= gettext-runtime -GTK2_USE= GNOME=gtk20 -GTK2_CONFIGURE_ON=--with-gtk2 - -GTK3_USE= GNOME=gtk30 -GTK3_CONFIGURE_ON=--without-gtk2 - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor pre-configure: Modified: head/audio/easytag/distinfo ============================================================================== --- head/audio/easytag/distinfo Sun Aug 30 10:19:23 2015 (r395607) +++ head/audio/easytag/distinfo Sun Aug 30 10:30:10 2015 (r395608) @@ -1,2 +1,2 @@ -SHA256 (easytag-2.2.6.tar.xz) = 26437f0d698c3b16794336c335b40f53fa26aefeb77322e45e4e2501c4cff14a -SIZE (easytag-2.2.6.tar.xz) = 1016508 +SHA256 (easytag-2.4.0.tar.xz) = b8d882bc168abca96b1b369b10e5b97fa29a7a43f7b33f34489768d111610c3d +SIZE (easytag-2.4.0.tar.xz) = 1342852 Modified: head/audio/easytag/files/patch-Makefile.in ============================================================================== --- head/audio/easytag/files/patch-Makefile.in Sun Aug 30 10:19:23 2015 (r395607) +++ head/audio/easytag/files/patch-Makefile.in Sun Aug 30 10:30:10 2015 (r395608) @@ -1,6 +1,6 @@ ---- ./Makefile.in.orig 2014-04-11 23:01:28.000000000 +0000 -+++ ./Makefile.in 2014-04-12 13:01:19.000000000 +0000 -@@ -612,7 +612,6 @@ +--- Makefile.in.orig 2015-08-29 14:34:05 UTC ++++ Makefile.in +@@ -806,7 +806,6 @@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ @@ -8,7 +8,7 @@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ -@@ -657,7 +656,7 @@ +@@ -852,7 +851,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = \ @@ -17,24 +17,24 @@ --enable-flac \ --enable-id3v23 \ --enable-ogg \ -@@ -783,8 +782,6 @@ - @WINDOWS_HOST_TRUE@easytag_LDFLAGS = \ - @WINDOWS_HOST_TRUE@ -Wl,--subsystem,windows +@@ -1056,8 +1055,6 @@ easytag_enum_headers = \ + @ENABLE_NAUTILUS_ACTIONS_TRUE@libnautilus_easytag_la_LIBADD = \ + @ENABLE_NAUTILUS_ACTIONS_TRUE@ $(NAUTILUS_LIBS) --appdata_in_files = data/easytag.appdata.xml.in --appdata_XML = $(appdata_in_files:.appdata.xml.in=.appdata.xml) +-appdata_in_files = data/easytag.appdata.xml.in data/easytag-nautilus.metainfo.xml.in +-appdata_XML = $(appdata_in_files:.xml.in=.xml) desktopdir = $(datadir)/applications desktop_in_files = data/easytag.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -@@ -844,7 +841,6 @@ +@@ -1124,7 +1121,6 @@ dist_appiconsymbolic_DATA = \ UPDATE_ICON_CACHE = gtk-update-icon-cache --ignore-theme-index --force dist_noinst_DATA = \ - $(appdata_in_files) \ $(desktop_in_files) \ + $(gsettings_SCHEMAS) \ $(easytag_headers) \ - src/id3lib/patch_id3lib_3.8.3_UTF16_writing_bug.diff \ -@@ -895,7 +891,6 @@ +@@ -1271,7 +1267,6 @@ dist_noinst_SCRIPTS = \ @EASYTAG_ENABLE_TESTS_TRUE@ $(check_SCRIPTS) CLEANFILES = \ Modified: head/audio/easytag/pkg-plist ============================================================================== --- head/audio/easytag/pkg-plist Sun Aug 30 10:19:23 2015 (r395607) +++ head/audio/easytag/pkg-plist Sun Aug 30 10:30:10 2015 (r395608) @@ -10,7 +10,9 @@ share/icons/hicolor/32x32/apps/easytag.p share/icons/hicolor/48x48/apps/easytag.png share/icons/hicolor/64x64/apps/easytag.png share/icons/hicolor/scalable/apps/easytag.svg +share/icons/hicolor/symbolic/apps/easytag-symbolic.svg %%NLS%%share/locale/bg/LC_MESSAGES/easytag.mo +%%NLS%%share/locale/bs/LC_MESSAGES/easytag.mo %%NLS%%share/locale/ca/LC_MESSAGES/easytag.mo %%NLS%%share/locale/cs/LC_MESSAGES/easytag.mo %%NLS%%share/locale/da/LC_MESSAGES/easytag.mo @@ -29,6 +31,7 @@ share/icons/hicolor/scalable/apps/easyta %%NLS%%share/locale/nb/LC_MESSAGES/easytag.mo %%NLS%%share/locale/nl/LC_MESSAGES/easytag.mo %%NLS%%share/locale/pl/LC_MESSAGES/easytag.mo +%%NLS%%share/locale/pt/LC_MESSAGES/easytag.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/easytag.mo %%NLS%%share/locale/ro/LC_MESSAGES/easytag.mo %%NLS%%share/locale/ru/LC_MESSAGES/easytag.mo From owner-svn-ports-all@freebsd.org Sun Aug 30 10:36:18 2015 Return-Path: Delivered-To: svn-ports-all@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 AB68F9C05DE; Sun, 30 Aug 2015 10:36:18 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 9AB5981D; Sun, 30 Aug 2015 10:36:18 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UAaIZB073133; Sun, 30 Aug 2015 10:36:18 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UAaEcw073114; Sun, 30 Aug 2015 10:36:14 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201508301036.t7UAaEcw073114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 30 Aug 2015 10:36:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395609 - in head/net/asterisk: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:36:18 -0000 Author: koobs Date: Sun Aug 30 10:36:13 2015 New Revision: 395609 URL: https://svnweb.freebsd.org/changeset/ports/395609 Log: net/asterisk: Overhaul & Add *BONUS* user feature This port now supports custom Asterisk configurations using a *user-supplied* menuselect.makeopt file. This feature is of most value for users that want to disable or override default functionality that they dont want or need, particular in space and/or resource constrained, or embedded environments. For more information see this ports pkg-message file. OPTIONS Changes: - Make speex, libexecinfo and mpg123 OPTION'al - Make menuselect backends (curses/newt) OPTION'al - Re-order, sort and group all OPTIONS - Rename MP3 option to MP3PLAYER (ambiguous with format_mp3 module) - Remove override-able OPTION descriptions (dont appear necessary) - Add CODECS, SOUNDS and DATABASE options groups for better UX - Improve OPTION descriptions - Temporarily disable ICONV option until libxml2 is fixed [1][2] General Changes: - Add support for fetching G.279 Core and MOH sounds - Re-do patches using makepatch (portlint) - Use %%DATADIR%% in pkg-plist (portlint) - Make DATADIR-safe (portlint) - Re-order Makefile sections (portlint) - Reset @owner/@group after pkg-plist entries - Simplify post-install: find files/dirs pkg-plist commands - De-scope global use of LDFLAGS and CPPFLAGS - Use OPTIONS helpers for openh323 CPPFLAGS and MAKE_ENV - Use USE_OPENSSL and its respective variables in CONFIGURE_ARGS - Modify build to be verbose (NOISY_BUILD) - Pass CFLAGS/LDFLAGS to ASTCFLAGS/ASTLDFLAGS respectively in MAKE_ENV - Update and cleanup pkg-plist - Bump PORTREVISION Note: These changes will be merged into net/asterisk11 and net/asterisk13 ports in the near future. [1] https://reviews.freebsd.org/D3261 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202006 Reviewed by: madpilot (maintainer) Approved by: madpilot (maintainer) Differential Revision: https://reviews.freebsd.org/D3262 Added: head/net/asterisk/pkg-message (contents, props changed) Modified: head/net/asterisk/Makefile head/net/asterisk/distinfo head/net/asterisk/files/patch-Makefile head/net/asterisk/files/patch-agi__Makefile head/net/asterisk/files/patch-channels-chan_dahdi.c head/net/asterisk/files/patch-channels__Makefile head/net/asterisk/files/patch-channels__sip__include__sip.h head/net/asterisk/files/patch-channels_h323_Makefile.in head/net/asterisk/files/patch-configure head/net/asterisk/files/patch-main__asterisk.exports.in head/net/asterisk/files/patch-main__db.c head/net/asterisk/files/patch-main__lock.c head/net/asterisk/files/patch-main__utils.c head/net/asterisk/pkg-plist Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/Makefile Sun Aug 30 10:36:13 2015 (r395609) @@ -3,11 +3,14 @@ PORTNAME= asterisk PORTVERSION= 1.8.32.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ - http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ +MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 +MASTER_SITE_SUBDIR= asterisk/:main \ + asterisk/old-releases/:main \ + sounds/releases/:g729 PKGNAMESUFFIX= 18 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main MAINTAINER= madpilot@FreeBSD.org COMMENT= Open Source PBX and telephony toolkit @@ -15,108 +18,172 @@ COMMENT= Open Source PBX and telephony t LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex \ - libnewt.so:${PORTSDIR}/devel/newt \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 +EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 -GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 -USE_GCC= yes +USES= alias bison cpe gmake shebangfix USE_CSTD= gnu89 +USE_GCC= yes USE_GNOME= libxml2 -USES= alias bison cpe gmake shebangfix +USE_OPENSSL= yes +USE_RC_SUBR= asterisk + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-crypto=${OPENSSLBASE} \ + --with-ssl=${OPENSSLBASE} + CPE_VENDOR= digium + SHEBANG_FILES= agi/agi-test.agi \ agi/jukebox.agi STRIP= -USE_RC_SUBR= asterisk MAKE_ENV= PTHREAD_LIBS="-lpthread" \ MKDIR="${MKDIR}" \ PWLIBDIR=${LOCALBASE}/share/pwlib \ - OPENH323DIR=${LOCALBASE}/share/openh323 \ OSVERSION=${OSVERSION} \ - NOISY_BUILD=YES \ DOCSDIR=${DOCSDIR} \ - ASTCFLAGS="${CFLAGS}" + ASTCFLAGS="${CFLAGS}" \ + ASTLDFLAGS="${LDFLAGS}" +MAKE_ARGS+= NOISY_BUILD=yes \ + ASTDATADIR=${DATADIR} CONFLICTS_BUILD= linuxthreads-* CONFLICTS_INSTALL= asterisk*-11* asterisk*-13* -OPTIONS_DEFINE= VORBIS PGSQL MYSQL ODBC RADIUS SNMP H323 FREETDS JABBER SQLITE GSM \ - CURL SPANDSP EXCHANGE NEWG711 SRTP LUA LDAP OOH323 SYSINFO -OPTIONS_DEFAULT= VORBIS ODBC PGSQL RADIUS SNMP H323 FREETDS JABBER GSM \ - SQLITE CURL LUA +OPTIONS_DEFINE= BACKTRACE CURL EXCHANGE FREETDS H323 JABBER LUA LDAP \ + MP3PLAYER OOH323 RADIUS SNMP SPANDSP SRTP SYSINFO +OPTIONS_DEFAULT= BACKTRACE CURL FREETDS GSM H323 JABBER LUA NEWT ODBC PGSQL RADIUS SNMP SPEEX \ + SQLITE VORBIS OPTIONS_DEFINE_i386= DAHDI OPTIONS_DEFINE_amd64= DAHDI OPTIONS_DEFINE_sparc64= DAHDI -OPTIONS_DEFAULT_i386= DAHDI -OPTIONS_DEFAULT_amd64= DAHDI +OPTIONS_DEFAULT_i386= DAHDI +OPTIONS_DEFAULT_amd64= DAHDI OPTIONS_DEFAULT_sparc64= DAHDI -EXCHANGE_DESC?= Exchange calendar support -NEWG711_DESC?= New G711 Codec -SRTP_DESC?= SecureRTP support -OOH323_DESC?= ooh323 support -DAHDI_DESC?= DAHDI support -SYSINFO_DESC?= Use devel/libsysinfo to get system information +OPTIONS_GROUP= CODECS +OPTIONS_GROUP_CODECS= GSM NEWG711 SPEEX VORBIS +CODECS_DESC= Encoder/Decoder (Codec) Support + +OPTIONS_GROUP+= DATABASE +OPTIONS_GROUP_DATABASE= MYSQL ODBC PGSQL SQLITE +DATABASE_DESC= Database Support + +OPTIONS_MULTI= MENU +OPTIONS_MULTI_MENU= NCURSES NEWT +MENU_DESC= Menuselect Interface Backend +NEWT_DESC= Newt User Interface + +OPTIONS_GROUP+= SOUNDS +OPTIONS_GROUP_SOUNDS= G729 +SOUNDS_DESC= Core and Music-on-Hold (MoH) Sound Files +ASTERISK_CORE_G729_SOUNDS= asterisk-core-sounds-en-g729-1.4.26.tar.gz +ASTERISK_MOH_G729_SOUNDS= asterisk-moh-opsound-g729-2.03.tar.gz + +G729_DESC= Install G.729 format sounds +G729_DISTFILES= ${ASTERISK_CORE_G729_SOUNDS}:g729 \ + ${ASTERISK_MOH_G729_SOUNDS}:g729 OPTIONS_SUB= yes -H323_CONFIGURE_WITH= h323 -H323_LIB_DEPENDS= libpt_r.so:${PORTSDIR}/devel/pwlib \ - libh323_r.so:${PORTSDIR}/net/openh323 + +BACKTRACE_DESC= Stack backtrace support via (lib)execinfo +DAHDI_DESC= Digium Asterisk Hardware Device Interface (DAHDI) support +EXCHANGE_DESC= Exchange calendar support +MP3PLAYER_DESC= Install MP3 Player for Music-On-Hold (mpg123) +NEWG711_DESC= Use the NEW G.711 (ulaw/alaw) codecs (slower, but cleaner) + +OOH323_DESC= ooh323 support +SRTP_DESC= Secure Real-time Transport Protocol (SRTP RFC3711) support +SYSINFO_DESC= Use devel/libsysinfo to get system information + +BACKTRACE_CONFIGURE_WITH= execinfo +BACKTRACE_LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo + +CURL_CONFIGURE_ON= --with-libcurl +CURL_CONFIGURE_OFF= --with-libcurl=no +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl + DAHDI_CONFIGURE_ON= --with-dahdi --with-openr2 DAHDI_CONFIGURE_OFF= --without-dahdi --without-openr2 DAHDI_BUILD_DEPENDS= libpri>=1.4.10:${PORTSDIR}/misc/libpri \ ${LOCALBASE}/include/dahdi/user.h:${PORTSDIR}/misc/dahdi DAHDI_LIB_DEPENDS= libpri.so:${PORTSDIR}/misc/libpri \ libopenr2.so:${PORTSDIR}/misc/openr2 + +EXCHANGE_CONFIGURE_OFF= --without-neon --without-neon29 +EXCHANGE_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon + +FREETDS_CONFIGURE_ON= --with-tds=${LOCALBASE} +FREETDS_CONFIGURE_OFF= --without-tds +FREETDS_LIB_DEPENDS= libsybdb.so:${PORTSDIR}/databases/freetds + +GSM_CONFIGURE_WITH= gsm +GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm + +H323_CONFIGURE_WITH= h323 +H323_CPPFLAGS= -I${LOCALBASE}/include/openh323 +H323_LIB_DEPENDS= libpt_r.so:${PORTSDIR}/devel/pwlib \ + libh323_r.so:${PORTSDIR}/net/openh323 +H323_MAKE_ENV= OPENH323DIR=${LOCALBASE}/share/openh323 + +ICONV_CONFIGURE_OFF= --with-iconv=/dev/null --with-iconv=no +ICONV_CONFIGURE_WITH= iconv +ICONV_USES= iconv + +JABBER_CONFIGURE_WITH= iksemel +JABBER_LIB_DEPENDS= libiksemel.so:${PORTSDIR}/textproc/iksemel + ODBC_CONFIGURE_WITH= unixodbc ODBC_CONFIGURE_ON= --with-ltdl ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC \ libltdl.so:${PORTSDIR}/devel/libltdl -FREETDS_CONFIGURE_ON= --with-tds=${LOCALBASE} -FREETDS_CONFIGURE_OFF= --without-tds -FREETDS_LIB_DEPENDS= libsybdb.so:${PORTSDIR}/databases/freetds -PGSQL_CONFIGURE_WITH= postgres -PGSQL_USES= pgsql + +LDAP_CONFIGURE_WITH= ldap +LDAP_USE= OPENLDAP=yes + +LUA_CONFIGURE_WITH= lua +LUA_USES= lua:51 +LUA_CFLAGS= -I${LUA_INCDIR} +LUA_LDFLAGS= -L${LUA_LIBDIR} + +MP3PLAYER_RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 + MYSQL_CONFIGURE_WITH= mysqlclient MYSQL_USE= MYSQL=yes -VORBIS_CONFIGURE_WITH= ogg -VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis + +NCURSES_USES= ncurses + +NEWT_LIB_DEPENDS= libnewt.so:${PORTSDIR}/devel/newt + +PGSQL_CONFIGURE_WITH= postgres +PGSQL_USES= pgsql + RADIUS_CONFIGURE_WITH= radius RADIUS_LIB_DEPENDS= libradiusclient-ng.so:${PORTSDIR}/net/radiusclient + SNMP_CONFIGURE_WITH= netsnmp SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp -JABBER_CONFIGURE_WITH= iksemel -JABBER_LIB_DEPENDS= libiksemel.so:${PORTSDIR}/textproc/iksemel + +SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex + SQLITE_CONFIGURE_WITH= sqlite SQLITE_CONFIGURE_OFF= --with-sqlite3=no SQLITE_LIB_DEPENDS= libsqlite.so:${PORTSDIR}/databases/sqlite2 \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 -GSM_CONFIGURE_WITH= gsm -GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm -CURL_CONFIGURE_ON= --with-libcurl -CURL_CONFIGURE_OFF= --with-libcurl=no -CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl + +VORBIS_CONFIGURE_WITH= ogg +VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis + SPANDSP_CONFIGURE_WITH= spandsp SPANDSP_LIB_DEPENDS= libspandsp.so:${PORTSDIR}/comms/spandsp -EXCHANGE_CONFIGURE_OFF= --without-neon --without-neon29 -EXCHANGE_LIB_DEPENDS= libneon.so:${PORTSDIR}/www/neon + SRTP_CONFIGURE_WITH= srtp SRTP_BUILD_DEPENDS= libsrtp>=1.4.4:${PORTSDIR}/net/libsrtp -LUA_CONFIGURE_WITH= lua -LUA_USES= lua:51 -LUA_CFLAGS= -I${LUA_INCDIR} -LUA_LDFLAGS= -L${LUA_LIBDIR} -LDAP_CONFIGURE_WITH= ldap -LDAP_USE= OPENLDAP=yes + SYSINFO_LIB_DEPENDS= libsysinfo.so:${PORTSDIR}/devel/libsysinfo PORTSCOUT= limit:^1\.8\. @@ -136,13 +203,18 @@ VARDIR=${PREFIX}/var .endif SUB_LIST+= ASTERISK_USER=${ASTERISK_USER} -PLIST_SUB+= ASTERISK_USER=${ASTERISK_USER} -PLIST_SUB+= ASTERISK_GROUP=${ASTERISK_GROUP} -PLIST_SUB+= VARDIR=${VARDIR} +PLIST_SUB+= ASTERISK_USER=${ASTERISK_USER} \ + ASTERISK_GROUP=${ASTERISK_GROUP} \ + VARDIR=${VARDIR} post-extract: @${FIND} ${WRKSRC} -name '*.d' -delete +.if ${PORT_OPTIONS:MG729} + ${CP} ${DISTDIR}/${ASTERISK_CORE_G729_SOUNDS} ${WRKSRC}/sounds + ${CP} ${DISTDIR}/${ASTERISK_MOH_G729_SOUNDS} ${WRKSRC}/sounds +.endif + post-patch: @${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample .if ${PORT_OPTIONS:MSYSINFO} @@ -152,9 +224,14 @@ post-patch: @${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile .endif +.if exists(${FILESDIR}/.asterisk.makeopts) +USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts +.else +USER_MAKEOPTS_FILE= +.endif + post-configure: - @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts - @cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts + @cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts USER_MAKEOPTS="${USER_MAKEOPTS_FILE}" .if ${PORT_OPTIONS:MMYSQL} @cd ${WRKSRC} && ./menuselect/menuselect --enable res_config_mysql menuselect.makeopts @cd ${WRKSRC} && ./menuselect/menuselect --enable app_mysql menuselect.makeopts @@ -164,10 +241,17 @@ post-configure: @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_ooh323 menuselect.makeopts .endif .if ${PORT_OPTIONS:MNEWG711} - @cd ${WRKSRC} && ./menuselect/menuselect --enable G711_NEW_ALGORITHM menuselect.makeopts + @cd ${WRKSRC} && ./menuselect/menuselect --enable G711_NEW_ALGORITHM menuselect.makeopts .endif post-install: @${RM} ${STAGEDIR}${ETCDIR}/*.conf ${STAGEDIR}${ETCDIR}/extensions.ael ${STAGEDIR}${ETCDIR}/extensions.lua + ${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules -type f -name '*.so' | ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} + ${FIND} ${STAGEDIR}${DATADIR}/sounds -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} + ${FIND} ${STAGEDIR}${DATADIR}/moh -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} + + (cd ${STAGEDIR} && \ + ${FIND} var/spool/${PORTNAME}/voicemail/default -type f | ${SED} "s,^,/," >> ${TMPPLIST} && \ + ${FIND} var/spool/${PORTNAME}/voicemail/ -type d | ${SED} "s,^,@dir /," >> ${TMPPLIST}); .include Modified: head/net/asterisk/distinfo ============================================================================== --- head/net/asterisk/distinfo Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/distinfo Sun Aug 30 10:36:13 2015 (r395609) @@ -1,2 +1,6 @@ SHA256 (asterisk-1.8.32.3.tar.gz) = 3c12ddbb86e2b901af449bd5a3ac7bbc55a28664159d0c4fb70f89d761d8bf9e SIZE (asterisk-1.8.32.3.tar.gz) = 29637478 +SHA256 (asterisk-core-sounds-en-g729-1.4.26.tar.gz) = 0e81f61b22650bd350c17fd5eaad746fb1f184386773b792a5a1106f22d27df4 +SIZE (asterisk-core-sounds-en-g729-1.4.26.tar.gz) = 1381942 +SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 +SIZE (asterisk-moh-opsound-g729-2.03.tar.gz) = 1103000 Modified: head/net/asterisk/files/patch-Makefile ============================================================================== --- head/net/asterisk/files/patch-Makefile Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/files/patch-Makefile Sun Aug 30 10:36:13 2015 (r395609) @@ -1,6 +1,6 @@ ---- Makefile.orig 2012-06-13 16:27:57.000000000 +0200 -+++ Makefile 2012-08-02 00:02:38.030569971 +0200 -@@ -121,7 +121,7 @@ +--- Makefile.orig 2014-10-31 16:37:55 UTC ++++ Makefile +@@ -121,7 +121,7 @@ ASTTOPDIR:=$(subst $(space),\$(space),$( OVERWRITE=y # Include debug and macro symbols in the executables (-g) and profiling info (-pg) @@ -9,7 +9,7 @@ # Asterisk.conf is located in ASTETCDIR or by using the -C flag # when starting Asterisk -@@ -188,7 +188,7 @@ +@@ -187,7 +187,7 @@ endif ifeq ($(OSARCH),FreeBSD) # -V is understood by BSD Make, not by GNU make. @@ -18,7 +18,7 @@ _ASTCFLAGS+=$(shell if test $(BSDVERSION) -lt 500016 ; then echo "-D_THREAD_SAFE"; fi) endif -@@ -415,8 +415,13 @@ +@@ -418,8 +418,13 @@ datafiles: _all doc/core-en_US.xml $(INSTALL) -m 644 $$x "$(DESTDIR)$(ASTDATADIR)/static-http" ; \ done $(INSTALL) -m 644 doc/core-en_US.xml "$(DESTDIR)$(ASTDATADIR)/static-http"; @@ -33,7 +33,7 @@ done $(MAKE) -C sounds install -@@ -475,7 +480,7 @@ +@@ -478,7 +483,7 @@ INSTALLDIRS="$(ASTLIBDIR)" "$(MODULES_DI "$(ASTDATADIR)/documentation/thirdparty" "$(ASTDATADIR)/firmware" \ "$(ASTDATADIR)/firmware/iax" "$(ASTDATADIR)/images" "$(ASTDATADIR)/keys" \ "$(ASTDATADIR)/phoneprov" "$(ASTDATADIR)/static-http" "$(ASTDATADIR)/sounds" \ @@ -42,7 +42,7 @@ installdirs: @for i in $(INSTALLDIRS); do \ -@@ -542,7 +547,7 @@ +@@ -545,7 +550,7 @@ ifneq ($(filter ~%,$(DESTDIR)),) @exit 1 endif @@ -51,7 +51,7 @@ @if [ -x /usr/sbin/asterisk-post-install ]; then \ /usr/sbin/asterisk-post-install "$(DESTDIR)" . ; \ fi -@@ -584,29 +589,18 @@ +@@ -587,29 +592,18 @@ adsi: else \ echo "Installing $$x" ; \ fi ; \ @@ -87,7 +87,7 @@ echo "Updating asterisk.conf" ; \ sed -e 's|^astetcdir.*$$|astetcdir => $(ASTETCDIR)|' \ -e 's|^astmoddir.*$$|astmoddir => $(MODULES_DIR)|' \ -@@ -620,6 +614,7 @@ +@@ -623,6 +617,7 @@ samples: adsi -e 's|^astlogdir.*$$|astlogdir => $(ASTLOGDIR)|' \ "$(DESTDIR)$(ASTCONFPATH)" > "$(DESTDIR)$(ASTCONFPATH).tmp" ; \ $(INSTALL) -m 644 "$(DESTDIR)$(ASTCONFPATH).tmp" "$(DESTDIR)$(ASTCONFPATH)" ; \ Modified: head/net/asterisk/files/patch-agi__Makefile ============================================================================== --- head/net/asterisk/files/patch-agi__Makefile Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/files/patch-agi__Makefile Sun Aug 30 10:36:13 2015 (r395609) @@ -1,6 +1,6 @@ ---- ./agi/Makefile.orig 2010-07-23 15:26:41.000000000 +0200 -+++ ./agi/Makefile 2010-11-06 14:54:36.000000000 +0100 -@@ -16,7 +16,9 @@ +--- agi/Makefile.orig 2011-08-17 19:21:36 UTC ++++ agi/Makefile +@@ -16,7 +16,9 @@ ASTTOPDIR?=.. .PHONY: clean all uninstall Modified: head/net/asterisk/files/patch-channels-chan_dahdi.c ============================================================================== --- head/net/asterisk/files/patch-channels-chan_dahdi.c Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/files/patch-channels-chan_dahdi.c Sun Aug 30 10:36:13 2015 (r395609) @@ -1,6 +1,6 @@ ---- channels/chan_dahdi.c.orig 2010-11-09 11:18:39.000000000 +0100 -+++ channels/chan_dahdi.c 2010-11-09 11:22:15.000000000 +0100 -@@ -4688,6 +4688,8 @@ +--- channels/chan_dahdi.c.orig 2014-07-03 21:38:30 UTC ++++ channels/chan_dahdi.c +@@ -4907,6 +4907,8 @@ static void dahdi_enable_ec(struct dahdi return; } if (p->echocancel.head.tap_length) { @@ -9,7 +9,7 @@ #if defined(HAVE_PRI) || defined(HAVE_SS7) switch (p->sig) { #if defined(HAVE_PRI) -@@ -4718,7 +4720,9 @@ +@@ -4937,7 +4939,9 @@ static void dahdi_enable_ec(struct dahdi break; } #endif /* defined(HAVE_PRI) || defined(HAVE_SS7) */ @@ -20,7 +20,7 @@ if (res) { ast_log(LOG_WARNING, "Unable to enable echo cancellation on channel %d (%s)\n", p->channel, strerror(errno)); } else { -@@ -4752,8 +4756,9 @@ +@@ -4971,8 +4975,9 @@ static void dahdi_disable_ec(struct dahd if (p->echocanon) { struct dahdi_echocanparams ecp = { .tap_length = 0 }; Modified: head/net/asterisk/files/patch-channels__Makefile ============================================================================== --- head/net/asterisk/files/patch-channels__Makefile Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/files/patch-channels__Makefile Sun Aug 30 10:36:13 2015 (r395609) @@ -1,6 +1,6 @@ ---- ./channels/Makefile.orig 2010-06-07 22:04:42.000000000 +0200 -+++ ./channels/Makefile 2010-11-06 14:54:36.000000000 +0100 -@@ -27,9 +27,10 @@ +--- channels/Makefile.orig 2010-06-07 20:04:42 UTC ++++ channels/Makefile +@@ -27,9 +27,10 @@ ifeq ($(OSARCH),linux-gnu) endif ifeq ($(OSARCH),FreeBSD) @@ -13,7 +13,7 @@ endif ifeq ($(OSARCH),NetBSD) -@@ -86,9 +87,13 @@ +@@ -86,9 +87,13 @@ chan_h323.so: chan_h323.o h323/libchanh3 else chan_h323.so: chan_h323.o h323/libchanh323.a $(ECHO_PREFIX) echo " [LD] $^ -> $@" Modified: head/net/asterisk/files/patch-channels__sip__include__sip.h ============================================================================== --- head/net/asterisk/files/patch-channels__sip__include__sip.h Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/files/patch-channels__sip__include__sip.h Sun Aug 30 10:36:13 2015 (r395609) @@ -1,6 +1,6 @@ ---- ./channels/sip/include/sip.h.orig 2010-11-08 04:46:46.000000000 +0100 -+++ ./channels/sip/include/sip.h 2010-11-08 04:47:07.000000000 +0100 -@@ -180,7 +180,7 @@ +--- channels/sip/include/sip.h.orig 2014-05-09 22:18:59 UTC ++++ channels/sip/include/sip.h +@@ -184,7 +184,7 @@ #define DEFAULT_MOHINTERPRET "default" /*!< The default music class */ #define DEFAULT_MOHSUGGEST "" #define DEFAULT_VMEXTEN "asterisk" /*!< Default voicemail extension */ Modified: head/net/asterisk/files/patch-channels_h323_Makefile.in ============================================================================== --- head/net/asterisk/files/patch-channels_h323_Makefile.in Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/files/patch-channels_h323_Makefile.in Sun Aug 30 10:36:13 2015 (r395609) @@ -1,6 +1,6 @@ ---- ./channels/h323/Makefile.in.orig 2010-06-03 16:48:09.000000000 +0200 -+++ ./channels/h323/Makefile.in 2010-11-06 14:54:36.000000000 +0100 -@@ -13,7 +13,7 @@ +--- channels/h323/Makefile.in.orig 2010-06-03 14:48:09 UTC ++++ channels/h323/Makefile.in +@@ -13,7 +13,7 @@ STDCCFLAGS = -DNDEBUG STDCCFLAGS += -I../../include -include ../../include/asterisk/autoconfig.h STDCCFLAGS += -fPIC #OPTCCFLAGS += Modified: head/net/asterisk/files/patch-configure ============================================================================== --- head/net/asterisk/files/patch-configure Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/files/patch-configure Sun Aug 30 10:36:13 2015 (r395609) @@ -1,6 +1,6 @@ ---- configure.orig 2014-06-21 01:12:25.000000000 +0200 -+++ configure 2014-07-30 00:01:20.820891824 +0200 -@@ -4720,9 +4720,9 @@ +--- configure.orig 2014-08-17 22:31:23 UTC ++++ configure +@@ -4698,9 +4698,9 @@ astetcdir='${sysconfdir}/asterisk' astheaderdir='${includedir}/asterisk' astlibdir='${libdir}/asterisk' astmandir='${mandir}' @@ -12,7 +12,7 @@ astkeydir='${astvarlibdir}' astspooldir='${localstatedir}/spool/asterisk' astlogdir='${localstatedir}/log/asterisk' -@@ -4745,8 +4745,6 @@ +@@ -4723,8 +4723,6 @@ esac case "${host_os}" in freebsd*) ac_default_prefix=/usr/local @@ -21,7 +21,7 @@ ;; openbsd*) ac_default_prefix=/usr/local -@@ -18493,6 +18491,8 @@ +@@ -18470,6 +18468,8 @@ $as_echo_n "checking if \"struct ifaddrs cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -30,7 +30,7 @@ #include int main () -@@ -26268,7 +26268,7 @@ +@@ -26245,7 +26245,7 @@ $as_echo "${OPENH323_BUILD}" >&6; } fi @@ -39,7 +39,7 @@ if test "${HAS_OPENH323:-unset}" != "unset"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenH323 installation validity" >&5 -@@ -26366,13 +26366,13 @@ +@@ -26343,13 +26343,13 @@ if test "x${PBX_LUA}" != "x1" -a "${USE_ ast_ext_lib_check_save_CFLAGS="${CFLAGS}" CFLAGS="${CFLAGS} " as_ac_Lib=`$as_echo "ac_cv_lib_lua5.2_${pbxfuncname}" | $as_tr_sh` @@ -56,7 +56,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -26414,18 +26414,18 @@ +@@ -26391,18 +26391,18 @@ fi # now check for the header. if test "${AST_LUA_FOUND}" = "yes"; then @@ -78,7 +78,7 @@ if test "x$ac_cv_header_lua5_2_lua_h" = xyes; then : LUA_HEADER_FOUND=1 else -@@ -26478,13 +26478,13 @@ +@@ -26455,13 +26455,13 @@ if test "x${PBX_LUA}" != "x1" -a "${USE_ ast_ext_lib_check_save_CFLAGS="${CFLAGS}" CFLAGS="${CFLAGS} " as_ac_Lib=`$as_echo "ac_cv_lib_lua5.1_${pbxfuncname}" | $as_tr_sh` @@ -95,7 +95,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -26526,18 +26526,18 @@ +@@ -26503,18 +26503,18 @@ fi # now check for the header. if test "${AST_LUA_FOUND}" = "yes"; then Modified: head/net/asterisk/files/patch-main__asterisk.exports.in ============================================================================== --- head/net/asterisk/files/patch-main__asterisk.exports.in Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/files/patch-main__asterisk.exports.in Sun Aug 30 10:36:13 2015 (r395609) @@ -1,5 +1,5 @@ ---- main/asterisk.exports.in.orig 2013-08-22 10:19:02.000000000 +0200 -+++ main/asterisk.exports.in 2013-10-27 13:37:29.053477896 +0100 +--- main/asterisk.exports.in.orig 2013-08-22 08:19:02 UTC ++++ main/asterisk.exports.in @@ -63,6 +63,8 @@ */ Modified: head/net/asterisk/files/patch-main__db.c ============================================================================== --- head/net/asterisk/files/patch-main__db.c Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/files/patch-main__db.c Sun Aug 30 10:36:13 2015 (r395609) @@ -1,6 +1,6 @@ ---- ./main/db.c.orig 2010-09-10 22:31:58.000000000 +0200 -+++ ./main/db.c 2010-11-06 14:54:37.000000000 +0100 -@@ -36,6 +36,7 @@ +--- main/db.c.orig 2012-12-10 23:13:48 UTC ++++ main/db.c +@@ -40,6 +40,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi #include #include #include @@ -8,7 +8,7 @@ #include "asterisk/channel.h" #include "asterisk/file.h" -@@ -46,7 +47,6 @@ +@@ -50,7 +51,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi #include "asterisk/utils.h" #include "asterisk/lock.h" #include "asterisk/manager.h" Modified: head/net/asterisk/files/patch-main__lock.c ============================================================================== --- head/net/asterisk/files/patch-main__lock.c Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/files/patch-main__lock.c Sun Aug 30 10:36:13 2015 (r395609) @@ -1,6 +1,6 @@ ---- ./main/lock.c.orig 2010-11-06 15:00:15.000000000 +0100 -+++ ./main/lock.c 2010-11-06 15:00:23.000000000 +0100 -@@ -679,10 +679,6 @@ +--- main/lock.c.orig 2013-09-09 19:56:02 UTC ++++ main/lock.c +@@ -691,10 +691,6 @@ int __ast_rwlock_init(int tracking, cons pthread_rwlockattr_init(&attr); Modified: head/net/asterisk/files/patch-main__utils.c ============================================================================== --- head/net/asterisk/files/patch-main__utils.c Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/files/patch-main__utils.c Sun Aug 30 10:36:13 2015 (r395609) @@ -1,6 +1,6 @@ ---- ./main/utils.c.orig 2010-08-06 20:57:10.000000000 +0200 -+++ ./main/utils.c 2010-11-06 14:54:37.000000000 +0100 -@@ -990,8 +990,8 @@ +--- main/utils.c.orig 2014-11-07 20:16:06 UTC ++++ main/utils.c +@@ -1192,8 +1192,8 @@ int ast_pthread_create_stack(pthread_t * pthread_attr_init(attr); } Added: head/net/asterisk/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/asterisk/pkg-message Sun Aug 30 10:36:13 2015 (r395609) @@ -0,0 +1,36 @@ +########################################################################### + + This port supports custom Asterisk configurations using a *user-supplied* + menuselect.makeopt file. + + This feature is of most value for users that want to disable or override + default functionality that they dont want or need, particular in space + and/or resource constrained, or embedded environments. + + If a file named ".asterisk.makeopts" is found in the ports files/ + directory, its contents will be used to configure Asterisk at the + post-configure stage. + + If the file is *not* found, the port will default to a 'normal' Asterisk + menuselect configuration, and only execute menuselect commands according + to what port OPTIONS the user has selected. + + The format of this file is the same as the output of a standard + `make menuselect` command, as per standard build instructions for + Asterisk. + + NOTE: The contents of this file *MUST* be syntactically and semantically + valid, as the port does *NOT* perform validation of this file. + + In particular, ensure that all Asterisk options have their + dependencies met, using the corresponding port OPTIONS dependencies. + + The `menuselect --check-deps` command can be used to verify the + configuration + + The following related documentation resources are also available: + + * https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options + * http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_base_configuration.html#Installing_id293213 + +################################################################################ Modified: head/net/asterisk/pkg-plist ============================================================================== --- head/net/asterisk/pkg-plist Sun Aug 30 10:30:10 2015 (r395608) +++ head/net/asterisk/pkg-plist Sun Aug 30 10:36:13 2015 (r395609) @@ -421,217 +421,6 @@ include/asterisk/utils.h include/asterisk/version.h include/asterisk/xml.h include/asterisk/xmldoc.h -lib/asterisk/modules/app_celgenuserevent.so -lib/asterisk/modules/app_confbridge.so -lib/asterisk/modules/app_minivm.so -%%MYSQL%%lib/asterisk/modules/app_mysql.so -lib/asterisk/modules/app_originate.so -lib/asterisk/modules/app_playtones.so -lib/asterisk/modules/app_readexten.so -lib/asterisk/modules/app_waituntil.so -lib/asterisk/modules/bridge_builtin_features.so -lib/asterisk/modules/bridge_multiplexed.so -lib/asterisk/modules/bridge_simple.so -lib/asterisk/modules/bridge_softmix.so -%%ODBC%%lib/asterisk/modules/cdr_adaptive_odbc.so -%%JABBER%%lib/asterisk/modules/chan_jingle.so -lib/asterisk/modules/chan_bridge.so -lib/asterisk/modules/chan_unistim.so -lib/asterisk/modules/codec_g722.so -lib/asterisk/modules/format_g719.so -lib/asterisk/modules/format_sln16.so -lib/asterisk/modules/format_siren14.so -lib/asterisk/modules/format_siren7.so -lib/asterisk/modules/func_aes.so -lib/asterisk/modules/func_audiohookinherit.so -lib/asterisk/modules/func_blacklist.so -lib/asterisk/modules/func_config.so -lib/asterisk/modules/func_devstate.so -lib/asterisk/modules/func_dialgroup.so -lib/asterisk/modules/func_dialplan.so -lib/asterisk/modules/func_extstate.so -lib/asterisk/modules/func_iconv.so -lib/asterisk/modules/func_lock.so -lib/asterisk/modules/func_module.so -lib/asterisk/modules/func_shell.so -lib/asterisk/modules/func_speex.so -lib/asterisk/modules/func_sprintf.so -lib/asterisk/modules/func_sysinfo.so -lib/asterisk/modules/func_version.so -lib/asterisk/modules/func_vmcount.so -lib/asterisk/modules/func_volume.so -lib/asterisk/modules/res_ael_share.so -lib/asterisk/modules/res_clialiases.so -%%CURL%%lib/asterisk/modules/res_curl.so -%%CURL%%lib/asterisk/modules/res_config_curl.so -%%LDAP%%lib/asterisk/modules/res_config_ldap.so -%%SQLITE%%lib/asterisk/modules/res_config_sqlite.so -lib/asterisk/modules/res_limit.so -lib/asterisk/modules/res_phoneprov.so -lib/asterisk/modules/res_realtime.so -%%SRTP%%lib/asterisk/modules/res_srtp.so -%%DAHDI%%lib/asterisk/modules/res_timing_dahdi.so -lib/asterisk/modules/res_timing_pthread.so -lib/asterisk/modules/app_adsiprog.so -lib/asterisk/modules/app_alarmreceiver.so -lib/asterisk/modules/app_amd.so -lib/asterisk/modules/app_authenticate.so -lib/asterisk/modules/app_cdr.so -lib/asterisk/modules/app_chanisavail.so -lib/asterisk/modules/app_channelredirect.so -lib/asterisk/modules/app_chanspy.so -lib/asterisk/modules/app_controlplayback.so -lib/asterisk/modules/app_db.so -lib/asterisk/modules/app_dial.so -lib/asterisk/modules/app_dictate.so -lib/asterisk/modules/app_directed_pickup.so -lib/asterisk/modules/app_directory.so -lib/asterisk/modules/app_disa.so -lib/asterisk/modules/app_dumpchan.so -lib/asterisk/modules/app_echo.so -lib/asterisk/modules/app_exec.so -lib/asterisk/modules/app_externalivr.so -lib/asterisk/modules/app_festival.so -lib/asterisk/modules/app_followme.so -lib/asterisk/modules/app_forkcdr.so -lib/asterisk/modules/app_getcpeid.so -lib/asterisk/modules/app_ices.so -lib/asterisk/modules/app_image.so -lib/asterisk/modules/app_macro.so -lib/asterisk/modules/app_milliwatt.so -lib/asterisk/modules/app_mixmonitor.so -lib/asterisk/modules/app_morsecode.so -lib/asterisk/modules/app_mp3.so -lib/asterisk/modules/app_nbscat.so -lib/asterisk/modules/app_parkandannounce.so -lib/asterisk/modules/app_playback.so -lib/asterisk/modules/app_privacy.so -lib/asterisk/modules/app_queue.so -lib/asterisk/modules/app_read.so -lib/asterisk/modules/app_readfile.so -lib/asterisk/modules/app_record.so -lib/asterisk/modules/app_sayunixtime.so -lib/asterisk/modules/app_senddtmf.so -lib/asterisk/modules/app_sendtext.so -lib/asterisk/modules/app_setcallerid.so -lib/asterisk/modules/app_sms.so -lib/asterisk/modules/app_softhangup.so -lib/asterisk/modules/app_speech_utils.so -lib/asterisk/modules/app_stack.so -lib/asterisk/modules/app_system.so -lib/asterisk/modules/app_talkdetect.so -lib/asterisk/modules/app_test.so -lib/asterisk/modules/app_transfer.so -lib/asterisk/modules/app_url.so -lib/asterisk/modules/app_userevent.so -lib/asterisk/modules/app_verbose.so -lib/asterisk/modules/app_voicemail.so -lib/asterisk/modules/app_waitforring.so -lib/asterisk/modules/app_waitforsilence.so -lib/asterisk/modules/app_while.so -lib/asterisk/modules/app_zapateller.so -lib/asterisk/modules/cdr_csv.so -lib/asterisk/modules/cdr_custom.so -lib/asterisk/modules/cdr_manager.so -%%MYSQL%%lib/asterisk/modules/cdr_mysql.so -%%PGSQL%%lib/asterisk/modules/cdr_pgsql.so -%%RADIUS%%lib/asterisk/modules/cdr_radius.so -%%SQLITE%%lib/asterisk/modules/cdr_sqlite.so -%%SQLITE%%lib/asterisk/modules/cdr_sqlite3_custom.so -lib/asterisk/modules/cdr_syslog.so -lib/asterisk/modules/cel_custom.so -lib/asterisk/modules/cel_manager.so -%%ODBC%%lib/asterisk/modules/cel_odbc.so -%%PGSQL%%lib/asterisk/modules/cel_pgsql.so -%%RADIUS%%lib/asterisk/modules/cel_radius.so -%%SQLITE%%lib/asterisk/modules/cel_sqlite3_custom.so -%%FREETDS%%lib/asterisk/modules/cel_tds.so -lib/asterisk/modules/chan_agent.so -%%JABBER%%lib/asterisk/modules/chan_gtalk.so -lib/asterisk/modules/chan_iax2.so -lib/asterisk/modules/chan_local.so -@comment lib/asterisk/modules/chan_mgcp.so -lib/asterisk/modules/chan_multicast_rtp.so -%%OOH323%%lib/asterisk/modules/chan_ooh323.so -lib/asterisk/modules/chan_oss.so -lib/asterisk/modules/chan_sip.so -lib/asterisk/modules/chan_skinny.so -lib/asterisk/modules/codec_a_mu.so -lib/asterisk/modules/codec_adpcm.so -lib/asterisk/modules/codec_alaw.so -lib/asterisk/modules/codec_g726.so -%%GSM%%lib/asterisk/modules/codec_gsm.so -lib/asterisk/modules/codec_ilbc.so -lib/asterisk/modules/codec_lpc10.so -lib/asterisk/modules/codec_speex.so -lib/asterisk/modules/codec_ulaw.so -lib/asterisk/modules/format_g723.so -lib/asterisk/modules/format_g726.so -lib/asterisk/modules/format_g729.so -lib/asterisk/modules/format_gsm.so -lib/asterisk/modules/format_h263.so -lib/asterisk/modules/format_h264.so -lib/asterisk/modules/format_ilbc.so -lib/asterisk/modules/format_jpeg.so -%%VORBIS%%lib/asterisk/modules/format_ogg_vorbis.so -lib/asterisk/modules/format_pcm.so -lib/asterisk/modules/format_sln.so -lib/asterisk/modules/format_vox.so -lib/asterisk/modules/format_wav.so -lib/asterisk/modules/format_wav_gsm.so -lib/asterisk/modules/func_base64.so -lib/asterisk/modules/func_callcompletion.so -lib/asterisk/modules/func_callerid.so -lib/asterisk/modules/func_cdr.so -lib/asterisk/modules/func_channel.so -%%CURL%%lib/asterisk/modules/func_curl.so -lib/asterisk/modules/func_cut.so -lib/asterisk/modules/func_db.so -lib/asterisk/modules/func_enum.so -lib/asterisk/modules/func_env.so -lib/asterisk/modules/func_frame_trace.so -lib/asterisk/modules/func_global.so -lib/asterisk/modules/func_groupcount.so -lib/asterisk/modules/func_logic.so -lib/asterisk/modules/func_math.so -lib/asterisk/modules/func_md5.so -%%ODBC%%lib/asterisk/modules/func_odbc.so -lib/asterisk/modules/func_pitchshift.so -lib/asterisk/modules/func_rand.so -lib/asterisk/modules/func_realtime.so -lib/asterisk/modules/func_sha1.so -lib/asterisk/modules/func_srv.so -lib/asterisk/modules/func_strings.so -lib/asterisk/modules/func_timeout.so -lib/asterisk/modules/func_uri.so -lib/asterisk/modules/pbx_ael.so -lib/asterisk/modules/pbx_config.so -lib/asterisk/modules/pbx_dundi.so -lib/asterisk/modules/pbx_loopback.so -lib/asterisk/modules/pbx_realtime.so -lib/asterisk/modules/pbx_spool.so -lib/asterisk/modules/res_adsi.so -lib/asterisk/modules/res_agi.so -lib/asterisk/modules/res_calendar.so -%%EXCHANGE%%lib/asterisk/modules/res_calendar_ews.so -lib/asterisk/modules/res_clioriginate.so -%%MYSQL%%lib/asterisk/modules/res_config_mysql.so -%%PGSQL%%lib/asterisk/modules/res_config_pgsql.so -lib/asterisk/modules/res_convert.so -lib/asterisk/modules/res_crypto.so -lib/asterisk/modules/res_fax.so -%%SPANDSP%%lib/asterisk/modules/res_fax_spandsp.so -%%JABBER%%lib/asterisk/modules/res_jabber.so -lib/asterisk/modules/res_monitor.so -lib/asterisk/modules/res_musiconhold.so -lib/asterisk/modules/res_mutestream.so -lib/asterisk/modules/res_rtp_asterisk.so -lib/asterisk/modules/res_rtp_multicast.so -lib/asterisk/modules/res_security_log.so -lib/asterisk/modules/res_stun_monitor.so -lib/asterisk/modules/res_smdi.so -%%SNMP%%lib/asterisk/modules/res_snmp.so -lib/asterisk/modules/res_speech.so man/man8/asterisk.8.gz man/man8/astgenkey.8.gz man/man8/autosupport.8.gz @@ -642,569 +431,32 @@ sbin/astgenkey sbin/autosupport sbin/rasterisk sbin/safe_asterisk -share/asterisk/agi-bin/agi-test.agi -share/asterisk/agi-bin/eagi-sphinx-test -share/asterisk/agi-bin/eagi-test -share/asterisk/agi-bin/jukebox.agi -share/asterisk/documentation/appdocsxml.dtd -share/asterisk/documentation/core-en_US.xml -share/asterisk/moh/.asterisk-moh-opsound-wav-2.03 -share/asterisk/moh/CHANGES-asterisk-moh-opsound-wav -share/asterisk/moh/CREDITS-asterisk-moh-opsound-wav -share/asterisk/moh/LICENSE-asterisk-moh-opsound-wav -share/asterisk/moh/macroform-cold_day.wav -share/asterisk/moh/macroform-robot_dity.wav -share/asterisk/moh/macroform-the_simplicity.wav -share/asterisk/moh/manolo_camp-morning_coffee.wav -share/asterisk/moh/reno_project-system.wav -share/asterisk/phoneprov/000000000000-directory.xml -share/asterisk/phoneprov/000000000000-phone.cfg -share/asterisk/phoneprov/000000000000.cfg -share/asterisk/phoneprov/polycom.xml -share/asterisk/phoneprov/polycom_line.xml -share/asterisk/phoneprov/snom-mac.xml -share/asterisk/sounds/en/CHANGES-asterisk-core-en-1.4.26 -share/asterisk/sounds/en/CREDITS-asterisk-core-en-1.4.26 -share/asterisk/sounds/en/LICENSE-asterisk-core-en-1.4.26 -share/asterisk/sounds/en/ascending-2tone.gsm -share/asterisk/sounds/en/conf-adminmenu-18.gsm -share/asterisk/sounds/en/conf-adminmenu-162.gsm -share/asterisk/sounds/en/conf-adminmenu-menu8.gsm -share/asterisk/sounds/en/conf-extended.gsm -share/asterisk/sounds/en/conf-nonextended.gsm -share/asterisk/sounds/en/conf-now-muted.gsm -share/asterisk/sounds/en/conf-now-recording.gsm -share/asterisk/sounds/en/conf-now-unmuted.gsm -share/asterisk/sounds/en/conf-roll-callcomplete.gsm -share/asterisk/sounds/en/conf-usermenu-162.gsm -share/asterisk/sounds/en/confbridge-begin-glorious-a.gsm -share/asterisk/sounds/en/confbridge-begin-glorious-b.gsm -share/asterisk/sounds/en/confbridge-begin-glorious-c.gsm -share/asterisk/sounds/en/confbridge-begin-leader.gsm -share/asterisk/sounds/en/confbridge-conf-begin.gsm -share/asterisk/sounds/en/confbridge-conf-end.gsm -share/asterisk/sounds/en/confbridge-dec-list-vol-in.gsm -share/asterisk/sounds/en/confbridge-dec-list-vol-out.gsm -share/asterisk/sounds/en/confbridge-dec-talk-vol-in.gsm -share/asterisk/sounds/en/confbridge-dec-talk-vol-out.gsm -share/asterisk/sounds/en/confbridge-has-joined.gsm -share/asterisk/sounds/en/confbridge-has-left.gsm -share/asterisk/sounds/en/confbridge-inc-list-vol-in.gsm -share/asterisk/sounds/en/confbridge-inc-list-vol-out.gsm -share/asterisk/sounds/en/confbridge-inc-talk-vol-in.gsm -share/asterisk/sounds/en/confbridge-inc-talk-vol-out.gsm -share/asterisk/sounds/en/confbridge-invalid.gsm -share/asterisk/sounds/en/confbridge-join.gsm -share/asterisk/sounds/en/confbridge-leave-in.gsm -share/asterisk/sounds/en/confbridge-leave-out.gsm -share/asterisk/sounds/en/confbridge-leave.gsm -share/asterisk/sounds/en/confbridge-lock-extended.gsm -share/asterisk/sounds/en/confbridge-lock-in.gsm -share/asterisk/sounds/en/confbridge-lock-no-join.gsm -share/asterisk/sounds/en/confbridge-lock-out.gsm -share/asterisk/sounds/en/confbridge-locked.gsm -share/asterisk/sounds/en/confbridge-menu-exit-in.gsm -share/asterisk/sounds/en/confbridge-menu-exit-out.gsm -share/asterisk/sounds/en/confbridge-mute-extended.gsm -share/asterisk/sounds/en/confbridge-mute-in.gsm -share/asterisk/sounds/en/confbridge-mute-out.gsm -share/asterisk/sounds/en/confbridge-muted.gsm -share/asterisk/sounds/en/confbridge-only-one.gsm -share/asterisk/sounds/en/confbridge-only-participant.gsm -share/asterisk/sounds/en/confbridge-participants.gsm -share/asterisk/sounds/en/confbridge-pin-bad.gsm -share/asterisk/sounds/en/confbridge-pin.gsm -share/asterisk/sounds/en/confbridge-remove-last-in.gsm -share/asterisk/sounds/en/confbridge-remove-last-out.gsm -share/asterisk/sounds/en/confbridge-removed.gsm -share/asterisk/sounds/en/confbridge-rest-list-vol-in.gsm -share/asterisk/sounds/en/confbridge-rest-list-vol-out.gsm -share/asterisk/sounds/en/confbridge-rest-talk-vol-in.gsm -share/asterisk/sounds/en/confbridge-rest-talk-vol-out.gsm -share/asterisk/sounds/en/confbridge-there-are.gsm -share/asterisk/sounds/en/confbridge-unlocked.gsm -share/asterisk/sounds/en/confbridge-unmuted.gsm -share/asterisk/sounds/en/descending-2tone.gsm -share/asterisk/sounds/en/spy-dahdi.gsm -share/asterisk/sounds/en/vm-Urgent.gsm -share/asterisk/sounds/en/vm-forward-multiple.gsm -share/asterisk/sounds/en/vm-invalid-password.gsm -share/asterisk/sounds/en/vm-marked-nonurgent.gsm -share/asterisk/sounds/en/vm-marked-urgent.gsm -share/asterisk/sounds/en/vm-pls-try-again.gsm -share/asterisk/sounds/en/vm-record-prepend.gsm -share/asterisk/sounds/en/vm-review-nonurgent.gsm -share/asterisk/sounds/en/vm-review-urgent.gsm -share/asterisk/sounds/en/dir-usingkeypad.gsm -share/asterisk/sounds/en/dir-welcome.gsm -share/asterisk/sounds/en/agent-alreadyon.gsm -share/asterisk/sounds/en/agent-incorrect.gsm -share/asterisk/sounds/en/agent-loggedoff.gsm -share/asterisk/sounds/en/agent-loginok.gsm -share/asterisk/sounds/en/agent-newlocation.gsm -share/asterisk/sounds/en/agent-pass.gsm -share/asterisk/sounds/en/agent-user.gsm -share/asterisk/sounds/en/auth-incorrect.gsm -share/asterisk/sounds/en/auth-thankyou.gsm -share/asterisk/sounds/en/beep.gsm -share/asterisk/sounds/en/beeperr.gsm -share/asterisk/sounds/en/conf-adminmenu.gsm -share/asterisk/sounds/en/conf-enteringno.gsm -share/asterisk/sounds/en/conf-errormenu.gsm -share/asterisk/sounds/en/conf-getchannel.gsm -share/asterisk/sounds/en/conf-getconfno.gsm -share/asterisk/sounds/en/conf-getpin.gsm -share/asterisk/sounds/en/conf-hasjoin.gsm -share/asterisk/sounds/en/conf-hasleft.gsm -share/asterisk/sounds/en/conf-invalid.gsm -share/asterisk/sounds/en/conf-invalidpin.gsm -share/asterisk/sounds/en/conf-kicked.gsm -share/asterisk/sounds/en/conf-leaderhasleft.gsm -share/asterisk/sounds/en/conf-locked.gsm -share/asterisk/sounds/en/conf-lockednow.gsm -share/asterisk/sounds/en/conf-muted.gsm -share/asterisk/sounds/en/conf-noempty.gsm -share/asterisk/sounds/en/conf-onlyone.gsm -share/asterisk/sounds/en/conf-onlyperson.gsm -share/asterisk/sounds/en/conf-otherinparty.gsm -share/asterisk/sounds/en/conf-placeintoconf.gsm -share/asterisk/sounds/en/conf-thereare.gsm -share/asterisk/sounds/en/conf-unlockednow.gsm -share/asterisk/sounds/en/conf-unmuted.gsm -share/asterisk/sounds/en/conf-usermenu.gsm -share/asterisk/sounds/en/conf-userswilljoin.gsm -share/asterisk/sounds/en/conf-userwilljoin.gsm -share/asterisk/sounds/en/conf-waitforleader.gsm -share/asterisk/sounds/en/core-sounds-en.txt -share/asterisk/sounds/en/demo-abouttotry.gsm -share/asterisk/sounds/en/demo-congrats.gsm -share/asterisk/sounds/en/demo-echodone.gsm -share/asterisk/sounds/en/demo-echotest.gsm -share/asterisk/sounds/en/demo-enterkeywords.gsm -share/asterisk/sounds/en/demo-instruct.gsm -share/asterisk/sounds/en/demo-moreinfo.gsm -share/asterisk/sounds/en/demo-nogo.gsm -share/asterisk/sounds/en/demo-nomatch.gsm -share/asterisk/sounds/en/demo-thanks.gsm *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Aug 30 10:51:19 2015 Return-Path: Delivered-To: svn-ports-all@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 B9C929C0A62; Sun, 30 Aug 2015 10:51:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 90BE5D8C; Sun, 30 Aug 2015 10:51:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UApJ9e080644; Sun, 30 Aug 2015 10:51:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UApJO2080642; Sun, 30 Aug 2015 10:51:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508301051.t7UApJO2080642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 30 Aug 2015 10:51:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395610 - head/misc/hotkeys X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:51:19 -0000 Author: amdmi3 Date: Sun Aug 30 10:51:18 2015 New Revision: 395610 URL: https://svnweb.freebsd.org/changeset/ports/395610 Log: - Clarify LICENSE - Add LICENSE_FILE - Pet portlint - Switch to @sample Modified: head/misc/hotkeys/Makefile head/misc/hotkeys/pkg-plist Modified: head/misc/hotkeys/Makefile ============================================================================== --- head/misc/hotkeys/Makefile Sun Aug 30 10:36:13 2015 (r395609) +++ head/misc/hotkeys/Makefile Sun Aug 30 10:51:18 2015 (r395610) @@ -11,7 +11,8 @@ DISTNAME= hotkeys_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Allows usage of special keys on internet/multimedia keyboards -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 @@ -20,7 +21,7 @@ CONFIGURE_ARGS= --with-db3-inc=${BDB_INC --with-db3-lib=${BDB_LIB_DIR} \ --with-db-name=${BDB_LIB_NAME} -USE_XORG= x11 xkbfile xmu xft +USE_XORG= x11 xft xkbfile xmu GNU_CONFIGURE= yes USE_BDB= yes USES= gmake @@ -43,6 +44,6 @@ post-configure: ${REINPLACE_CMD} -e 's,-lXinerama,-lXinerama `pkgconf --libs pangoxft`,g' ${WRKSRC}/src/Makefile post-install: - @${INSTALL_DATA} ${WRKSRC}/src/hotkeys.conf ${STAGEDIR}${PREFIX}/etc/hotkeys.conf.sample + ${INSTALL_DATA} ${WRKSRC}/src/hotkeys.conf ${STAGEDIR}${PREFIX}/etc/hotkeys.conf.sample .include Modified: head/misc/hotkeys/pkg-plist ============================================================================== --- head/misc/hotkeys/pkg-plist Sun Aug 30 10:36:13 2015 (r395609) +++ head/misc/hotkeys/pkg-plist Sun Aug 30 10:51:18 2015 (r395610) @@ -1,7 +1,5 @@ bin/hotkeys -@unexec if cmp -s %D/etc/hotkeys.conf.sample %D/etc/hotkeys.conf; then rm -f %D/etc/hotkeys.conf; fi -etc/hotkeys.conf.sample -@exec if [ ! -f %D/etc/hotkeys.conf ] ; then cp -p %D/%F %B/hotkeys.conf; fi +@sample etc/hotkeys.conf.sample man/man1/hotkeys.1.gz %%DATADIR%%/splash.png %%DATADIR%%/acerwl.def From owner-svn-ports-all@freebsd.org Sun Aug 30 10:51:42 2015 Return-Path: Delivered-To: svn-ports-all@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 DA8649C0AEC; Sun, 30 Aug 2015 10:51:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 B1FC1EB5; Sun, 30 Aug 2015 10:51:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UApg57081415; Sun, 30 Aug 2015 10:51:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UApgLx081412; Sun, 30 Aug 2015 10:51:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508301051.t7UApgLx081412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 30 Aug 2015 10:51:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395611 - head/emulators/qemu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:51:43 -0000 Author: amdmi3 Date: Sun Aug 30 10:51:41 2015 New Revision: 395611 URL: https://svnweb.freebsd.org/changeset/ports/395611 Log: - Add LICENSE - Pet portlint - Switch to @sample Approved by: portmgr blanket Modified: head/emulators/qemu/Makefile head/emulators/qemu/pkg-plist Modified: head/emulators/qemu/Makefile ============================================================================== --- head/emulators/qemu/Makefile Sun Aug 30 10:51:18 2015 (r395610) +++ head/emulators/qemu/Makefile Sun Aug 30 10:51:41 2015 (r395611) @@ -12,8 +12,11 @@ DIST_SUBDIR= qemu MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + HAS_CONFIGURE= yes -USES= cpe gmake perl5 compiler:features +USES= compiler:features cpe gmake perl5 USE_PERL5= build PATCH_STRIP= -p1 MAKE_ENV+= BSD_MAKE="${MAKE}" @@ -156,7 +159,7 @@ post-configure: ${WRKSRC}/config-host.mak post-install: - @${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup.sample ${STAGEDIR}${PREFIX}/etc - @${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc + ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup.sample ${STAGEDIR}${PREFIX}/etc + ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc .include Modified: head/emulators/qemu/pkg-plist ============================================================================== --- head/emulators/qemu/pkg-plist Sun Aug 30 10:51:18 2015 (r395610) +++ head/emulators/qemu/pkg-plist Sun Aug 30 10:51:41 2015 (r395611) @@ -18,12 +18,8 @@ bin/qemu-img bin/qemu-system-x86_64 man/man1/qemu.1.gz man/man1/qemu-img.1.gz -@unexec if cmp -s %D/etc/qemu-ifup.sample %D/etc/qemu-ifup; then rm -f %D/etc/qemu-ifup; fi -etc/qemu-ifup.sample -@exec if [ ! -f %D/etc/qemu-ifup ] ; then cp -p %D/%F %B/qemu-ifup; fi -@unexec if cmp -s %D/etc/qemu-ifdown.sample %D/etc/qemu-ifdown; then rm -f %D/etc/qemu-ifdown; fi -etc/qemu-ifdown.sample -@exec if [ ! -f %D/etc/qemu-ifdown ] ; then cp -p %D/%F %B/qemu-ifdown; fi +@sample etc/qemu-ifup.sample +@sample etc/qemu-ifdown.sample %%PORTDOCS%%%%DOCSDIR%%/qemu-doc.html %%PORTDOCS%%%%DOCSDIR%%/qemu-tech.html %%DATADIR%%/bios.bin From owner-svn-ports-all@freebsd.org Sun Aug 30 10:51:49 2015 Return-Path: Delivered-To: svn-ports-all@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 455BB9C0B2D; Sun, 30 Aug 2015 10:51:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 28FE4F70; Sun, 30 Aug 2015 10:51:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UApmvo081516; Sun, 30 Aug 2015 10:51:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UApmPJ081513; Sun, 30 Aug 2015 10:51:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508301051.t7UApmPJ081513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 30 Aug 2015 10:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395612 - head/net/opentracker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:51:49 -0000 Author: amdmi3 Date: Sun Aug 30 10:51:47 2015 New Revision: 395612 URL: https://svnweb.freebsd.org/changeset/ports/395612 Log: - Switch to @sample Approved by: portmgr blanket Modified: head/net/opentracker/Makefile head/net/opentracker/pkg-plist Modified: head/net/opentracker/Makefile ============================================================================== --- head/net/opentracker/Makefile Sun Aug 30 10:51:41 2015 (r395611) +++ head/net/opentracker/Makefile Sun Aug 30 10:51:47 2015 (r395612) @@ -12,7 +12,7 @@ COMMENT= Free lightweight bittorrent tra BUILD_DEPENDS= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/devel/libowfat -USES= tar:bzip2 +USES= tar:bzip2 USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= COMPRESSION_GZIP DEBUG_HTTPERROR FULLSCRAPE RESTRICT_STATS IPV6 Modified: head/net/opentracker/pkg-plist ============================================================================== --- head/net/opentracker/pkg-plist Sun Aug 30 10:51:41 2015 (r395611) +++ head/net/opentracker/pkg-plist Sun Aug 30 10:51:47 2015 (r395612) @@ -1,4 +1,2 @@ bin/opentracker -@unexec if cmp -s %D/%%ETCDIR%%/opentracker.conf.sample %D/%%ETCDIR%%/opentracker.conf; then rm -f %D/%%ETCDIR%%/opentracker.conf; fi -%%ETCDIR%%/opentracker.conf.sample -@exec cp -np %D/%F %B/opentracker.conf +@sample %%ETCDIR%%/opentracker.conf.sample From owner-svn-ports-all@freebsd.org Sun Aug 30 10:52:06 2015 Return-Path: Delivered-To: svn-ports-all@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 45D399C0B5D; Sun, 30 Aug 2015 10:52:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 1CB7810AB; Sun, 30 Aug 2015 10:52:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UAq5iq082130; Sun, 30 Aug 2015 10:52:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UAq5o3082128; Sun, 30 Aug 2015 10:52:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508301052.t7UAq5o3082128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 30 Aug 2015 10:52:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395613 - head/net/exaddos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 10:52:06 -0000 Author: amdmi3 Date: Sun Aug 30 10:52:04 2015 New Revision: 395613 URL: https://svnweb.freebsd.org/changeset/ports/395613 Log: - Add LICENSE_FILE - Pet portlint - Switch to @sample Approved by: portmgr blanket Modified: head/net/exaddos/Makefile head/net/exaddos/pkg-plist Modified: head/net/exaddos/Makefile ============================================================================== --- head/net/exaddos/Makefile Sun Aug 30 10:51:47 2015 (r395612) +++ head/net/exaddos/Makefile Sun Aug 30 10:52:04 2015 (r395613) @@ -5,19 +5,19 @@ PORTNAME= exaddos PORTVERSION= 0.4.0 CATEGORIES= net MASTER_SITES= http://mirrors.rit.edu/zi/ -EXTRACT_SUFX= .tgz MAINTAINER= zi@FreeBSD.org COMMENT= Monitor your network for DDoS LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}snmp4-mibs>=0.1.4:${PORTSDIR}/net-mgmt/py-snmp4-mibs \ ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.3:${PORTSDIR}/net-mgmt/py-snmp4 USE_GITHUB= yes GH_ACCOUNT= Exa-Networks -USES= python +USES= python tar:tgz SUB_FILES= pkg-message exaddos.sh exaddos.conf.sample SUB_LIST= PYTHON_LIBDIR=${PYTHON_LIBDIR} PYTHON_CMD=${PYTHON_CMD} \ PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} @@ -30,11 +30,11 @@ do-build: @${PYTHON_CMD} -m compileall ${WRKSRC}/lib do-install: - @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} ${STAGEDIR}${ETCDIR} @(cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PYTHON_SITELIBDIR}) @(cd ${WRKSRC}/data/${PORTNAME} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/${PORTNAME}) - @${INSTALL_DATA} ${WRKDIR}/exaddos.conf.sample \ + ${INSTALL_DATA} ${WRKDIR}/exaddos.conf.sample \ ${STAGEDIR}${ETCDIR} .include Modified: head/net/exaddos/pkg-plist ============================================================================== --- head/net/exaddos/pkg-plist Sun Aug 30 10:51:47 2015 (r395612) +++ head/net/exaddos/pkg-plist Sun Aug 30 10:52:04 2015 (r395613) @@ -42,7 +42,5 @@ www/exaddos/html/index.html www/exaddos/html/overview.html www/exaddos/html/talkers.html www/exaddos/html/talker.html -@unexec if cmp -s %D/etc/exaddos/exaddos.conf %D/etc/exaddos/exaddos.conf.sample ; then rm -f %D/etc/exaddos/exaddos.conf ; fi -etc/exaddos/exaddos.conf.sample -@exec if [ ! -f %D/etc/exaddos/exaddos.conf ]; then cp -p %D/%F %B/exaddos.conf; fi +@sample etc/exaddos/exaddos.conf.sample @unexec if [ -d %D/%%ETCDIR%% ]; then echo "==> If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/exaddos`` to remove any configuration files left."; fi From owner-svn-ports-all@freebsd.org Sun Aug 30 11:23:43 2015 Return-Path: Delivered-To: svn-ports-all@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 3F9F49C6122; Sun, 30 Aug 2015 11:23:43 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 264AF1B2E; Sun, 30 Aug 2015 11:23:43 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UBNhe5094387; Sun, 30 Aug 2015 11:23:43 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UBNgMA094385; Sun, 30 Aug 2015 11:23:42 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201508301123.t7UBNgMA094385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 30 Aug 2015 11:23:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395614 - head/devel/rubygem-rufus-scheduler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 11:23:43 -0000 Author: robak Date: Sun Aug 30 11:23:42 2015 New Revision: 395614 URL: https://svnweb.freebsd.org/changeset/ports/395614 Log: devel/rubygem-rufus-scheduler: update 3.1.3 -> 3.1.4 Modified: head/devel/rubygem-rufus-scheduler/Makefile head/devel/rubygem-rufus-scheduler/distinfo Modified: head/devel/rubygem-rufus-scheduler/Makefile ============================================================================== --- head/devel/rubygem-rufus-scheduler/Makefile Sun Aug 30 10:52:04 2015 (r395613) +++ head/devel/rubygem-rufus-scheduler/Makefile Sun Aug 30 11:23:42 2015 (r395614) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rufus-scheduler -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rufus-scheduler/distinfo ============================================================================== --- head/devel/rubygem-rufus-scheduler/distinfo Sun Aug 30 10:52:04 2015 (r395613) +++ head/devel/rubygem-rufus-scheduler/distinfo Sun Aug 30 11:23:42 2015 (r395614) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rufus-scheduler-3.1.3.gem) = 2667d22d339a47c732415bb2400b8dd724ce1478fdf63b73d056d739c189b42d -SIZE (rubygem/rufus-scheduler-3.1.3.gem) = 63488 +SHA256 (rubygem/rufus-scheduler-3.1.4.gem) = 7bb95c551742ebbc2dc1132bb9e4d1923bca411306e51c07fba7a9768b686f69 +SIZE (rubygem/rufus-scheduler-3.1.4.gem) = 64000 From owner-svn-ports-all@freebsd.org Sun Aug 30 12:09:57 2015 Return-Path: Delivered-To: svn-ports-all@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 C0E8E9C6E2B; Sun, 30 Aug 2015 12:09:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 B249B157; Sun, 30 Aug 2015 12:09:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UC9vm7010978; Sun, 30 Aug 2015 12:09:57 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UC9vQ3010977; Sun, 30 Aug 2015 12:09:57 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508301209.t7UC9vQ3010977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Aug 2015 12:09:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395615 - head/net/jwhois X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 12:09:57 -0000 Author: pi Date: Sun Aug 30 12:09:56 2015 New Revision: 395615 URL: https://svnweb.freebsd.org/changeset/ports/395615 Log: net/jwhois: fix all build issues with/without NLS PR: 202673 Submitted by: Carlos J Puga Medina Modified: head/net/jwhois/Makefile Modified: head/net/jwhois/Makefile ============================================================================== --- head/net/jwhois/Makefile Sun Aug 30 11:23:42 2015 (r395614) +++ head/net/jwhois/Makefile Sun Aug 30 12:09:56 2015 (r395615) @@ -3,7 +3,7 @@ PORTNAME= jwhois PORTVERSION= 4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= GNU @@ -12,6 +12,8 @@ COMMENT= Improved WHOIS client capable o LICENSE= GPLv3 +LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn + GNU_CONFIGURE= yes USES= gettext gmake iconv CPPFLAGS+= -I${PREFIX}/include @@ -21,7 +23,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls +NLS_CONFIGURE_OFF= --disable-nls --without-libiconv-prefix INSTALL_TARGET= install-strip From owner-svn-ports-all@freebsd.org Sun Aug 30 12:48:28 2015 Return-Path: Delivered-To: svn-ports-all@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 6E0159C6668; Sun, 30 Aug 2015 12:48:28 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5EEF8123; Sun, 30 Aug 2015 12:48:28 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UCmSPq027143; Sun, 30 Aug 2015 12:48:28 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UCmS6A027142; Sun, 30 Aug 2015 12:48:28 GMT (envelope-from az@FreeBSD.org) Message-Id: <201508301248.t7UCmS6A027142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Sun, 30 Aug 2015 12:48:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395616 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 12:48:28 -0000 Author: az Date: Sun Aug 30 12:48:27 2015 New Revision: 395616 URL: https://svnweb.freebsd.org/changeset/ports/395616 Log: Move one of the fallback site upper Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sun Aug 30 12:09:56 2015 (r395615) +++ head/Mk/bsd.sites.mk Sun Aug 30 12:48:27 2015 (r395616) @@ -1027,6 +1027,7 @@ MASTER_SITE_PERL_CPAN?= MASTER_SITE_PERL_CPAN_BY+= \ http://cpan.metacpan.org/%CPANSORT%/%SUBDIR%/ \ + http://cpan.metacpan.org/modules/by-module/%SUBDIRPLUS%/ \ http://www.cpan.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.cpan.org/pub/CPAN/%CPANSORT%/%SUBDIR%/ \ http://www.cpan.dk/%CPANSORT%/%SUBDIR%/ \ @@ -1038,7 +1039,6 @@ MASTER_SITE_PERL_CPAN_BY+= \ http://backpan.perl.org/%CPANSORT%/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/%CPANSORT%/%SUBDIR%/ \ http://ftp.twaren.net/Unix/Lang/CPAN/%CPANSORT%/%SUBDIR%/ \ - http://cpan.metacpan.org/modules/by-module/%SUBDIRPLUS%/ \ ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%SUBDIRPLUS%/ _PERL_CPAN_FLAG=${MASTER_SITE_SUBDIR:C/(CPAN):.*$/\1/} From owner-svn-ports-all@freebsd.org Sun Aug 30 13:23:57 2015 Return-Path: Delivered-To: svn-ports-all@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 8B19F9C6EF3; Sun, 30 Aug 2015 13:23:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 7BCBC674; Sun, 30 Aug 2015 13:23:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UDNvc4043131; Sun, 30 Aug 2015 13:23:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UDNvd1043129; Sun, 30 Aug 2015 13:23:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201508301323.t7UDNvd1043129@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 30 Aug 2015 13:23:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395617 - head/databases/elixir-ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 13:23:57 -0000 Author: olgeni Date: Sun Aug 30 13:23:56 2015 New Revision: 395617 URL: https://svnweb.freebsd.org/changeset/ports/395617 Log: Upgrade to version 1.0.1. Modified: head/databases/elixir-ecto/Makefile head/databases/elixir-ecto/distinfo Modified: head/databases/elixir-ecto/Makefile ============================================================================== --- head/databases/elixir-ecto/Makefile Sun Aug 30 12:48:27 2015 (r395616) +++ head/databases/elixir-ecto/Makefile Sun Aug 30 13:23:56 2015 (r395617) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ecto -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-ecto/distinfo ============================================================================== --- head/databases/elixir-ecto/distinfo Sun Aug 30 12:48:27 2015 (r395616) +++ head/databases/elixir-ecto/distinfo Sun Aug 30 13:23:56 2015 (r395617) @@ -1,2 +1,2 @@ -SHA256 (elixir-lang-ecto-v1.0.0_GH0.tar.gz) = 5435ba0978350b479ae3094bf8450c8b80c7f85d48553587bf9044a6b2b8b04c -SIZE (elixir-lang-ecto-v1.0.0_GH0.tar.gz) = 209080 +SHA256 (elixir-lang-ecto-v1.0.1_GH0.tar.gz) = bf3e4383a1a535517907053111cc739d808dc7091323cdd58815b95088b8e848 +SIZE (elixir-lang-ecto-v1.0.1_GH0.tar.gz) = 210289 From owner-svn-ports-all@freebsd.org Sun Aug 30 13:39:28 2015 Return-Path: Delivered-To: svn-ports-all@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 7C1489C6117; Sun, 30 Aug 2015 13:39:28 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5FF7FA69; Sun, 30 Aug 2015 13:39:28 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UDdSVA047502; Sun, 30 Aug 2015 13:39:28 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UDdRBr047499; Sun, 30 Aug 2015 13:39:27 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201508301339.t7UDdRBr047499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 30 Aug 2015 13:39:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395618 - head/x11-themes/gnome-icons-elementary X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 13:39:28 -0000 Author: olivierd Date: Sun Aug 30 13:39:26 2015 New Revision: 395618 URL: https://svnweb.freebsd.org/changeset/ports/395618 Log: Update to 3.2.2 PR: 202553 Submitted by: myself Approved by: Nicole Reid (maintainer) Modified: head/x11-themes/gnome-icons-elementary/Makefile head/x11-themes/gnome-icons-elementary/distinfo head/x11-themes/gnome-icons-elementary/pkg-plist Modified: head/x11-themes/gnome-icons-elementary/Makefile ============================================================================== --- head/x11-themes/gnome-icons-elementary/Makefile Sun Aug 30 13:23:56 2015 (r395617) +++ head/x11-themes/gnome-icons-elementary/Makefile Sun Aug 30 13:39:26 2015 (r395618) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= elementary -PORTVERSION= 3.1 +PORTVERSION= 3.2.2 CATEGORIES= x11-themes gnome -MASTER_SITES= https://launchpadlibrarian.net/147829592/ \ +MASTER_SITES= https://launchpadlibrarian.net/215062034/ \ https://launchpad.net/elementaryicons/3.x/${PORTVERSION}/+download/ PKGNAMEPREFIX= gnome-icons- -DISTNAME= ${PORTNAME}icons${PORTVERSION} +DISTNAME= ${PORTNAME}-icon-theme-${PORTVERSION} MAINTAINER= root@cooltrainer.org COMMENT= Elementary icon set LICENSE= GPLv3 +USES= tar:xz NO_BUILD= yes INSTALLS_ICONS= yes Modified: head/x11-themes/gnome-icons-elementary/distinfo ============================================================================== --- head/x11-themes/gnome-icons-elementary/distinfo Sun Aug 30 13:23:56 2015 (r395617) +++ head/x11-themes/gnome-icons-elementary/distinfo Sun Aug 30 13:39:26 2015 (r395618) @@ -1,2 +1,2 @@ -SHA256 (elementaryicons3.1.tar.gz) = 9a3f2c8e5067c64992f2efcddd13b5665e30143729e26ab89da73ab3211220de -SIZE (elementaryicons3.1.tar.gz) = 2937506 +SHA256 (elementary-icon-theme-3.2.2.tar.xz) = ed3a566fe925ef1881622fcb5df6a1a112115fc5c22068aa5231f76f4db4ebf2 +SIZE (elementary-icon-theme-3.2.2.tar.xz) = 1585108 Modified: head/x11-themes/gnome-icons-elementary/pkg-plist ============================================================================== --- head/x11-themes/gnome-icons-elementary/pkg-plist Sun Aug 30 13:23:56 2015 (r395617) +++ head/x11-themes/gnome-icons-elementary/pkg-plist Sun Aug 30 13:39:26 2015 (r395618) @@ -6,8 +6,6 @@ share/icons/elementary/actions/128/addre share/icons/elementary/actions/128/bookmark-new.svg share/icons/elementary/actions/128/browser-download.svg share/icons/elementary/actions/128/contact-new.svg -share/icons/elementary/actions/128/document-export.svg -share/icons/elementary/actions/128/document-import.svg share/icons/elementary/actions/128/document-new.svg share/icons/elementary/actions/128/document-open-recent.svg share/icons/elementary/actions/128/document-open.svg @@ -28,15 +26,12 @@ share/icons/elementary/actions/128/list- share/icons/elementary/actions/128/mail-forward.svg share/icons/elementary/actions/128/mail-reply-all.svg share/icons/elementary/actions/128/mail-reply-sender.svg -share/icons/elementary/actions/128/media-import-audio-cd.svg -share/icons/elementary/actions/128/media-optical-audio-new.svg share/icons/elementary/actions/128/media-playback-stop.svg share/icons/elementary/actions/128/media-record.svg share/icons/elementary/actions/128/object-inverse.svg share/icons/elementary/actions/128/process-stop.svg share/icons/elementary/actions/128/remove.svg share/icons/elementary/actions/128/tag-new.svg -share/icons/elementary/actions/128/window-new.svg share/icons/elementary/actions/16/add.svg share/icons/elementary/actions/16/address-book-new.svg share/icons/elementary/actions/16/align-horizontal-center.svg @@ -46,6 +41,7 @@ share/icons/elementary/actions/16/align- share/icons/elementary/actions/16/align-vertical-center.svg share/icons/elementary/actions/16/align-vertical-top.svg share/icons/elementary/actions/16/appointment-new.svg +share/icons/elementary/actions/16/appointment.svg share/icons/elementary/actions/16/bookmark-new.svg share/icons/elementary/actions/16/browser-download.svg share/icons/elementary/actions/16/call-start.svg @@ -58,25 +54,34 @@ share/icons/elementary/actions/16/dialog share/icons/elementary/actions/16/distribute-horizontal-right.svg share/icons/elementary/actions/16/distribute-vertical-bottom.svg share/icons/elementary/actions/16/distribute-vertical-top.svg -share/icons/elementary/actions/16/document-export.svg -share/icons/elementary/actions/16/document-import.svg share/icons/elementary/actions/16/document-new.svg share/icons/elementary/actions/16/document-open-recent.svg share/icons/elementary/actions/16/document-open.svg share/icons/elementary/actions/16/document-page-setup.svg -share/icons/elementary/actions/16/document-print-preview.svg -share/icons/elementary/actions/16/document-print.svg share/icons/elementary/actions/16/document-properties.svg share/icons/elementary/actions/16/document-revert.svg share/icons/elementary/actions/16/document-save.svg share/icons/elementary/actions/16/edit-copy.svg +share/icons/elementary/actions/16/edit-cut.svg share/icons/elementary/actions/16/edit-delete.svg share/icons/elementary/actions/16/edit-find.svg +share/icons/elementary/actions/16/edit-flag.svg share/icons/elementary/actions/16/edit-redo.svg +share/icons/elementary/actions/16/edit-select-all.svg share/icons/elementary/actions/16/edit-undo.svg share/icons/elementary/actions/16/edit.svg +share/icons/elementary/actions/16/folder-copy.svg +share/icons/elementary/actions/16/folder-move.svg share/icons/elementary/actions/16/folder-new.svg +share/icons/elementary/actions/16/format-justify-center.svg +share/icons/elementary/actions/16/format-justify-fill.svg +share/icons/elementary/actions/16/format-justify-left.svg +share/icons/elementary/actions/16/format-justify-right.svg +share/icons/elementary/actions/16/format-text-bold.svg +share/icons/elementary/actions/16/format-text-italic.svg share/icons/elementary/actions/16/format-text-none.svg +share/icons/elementary/actions/16/format-text-strikethrough.svg +share/icons/elementary/actions/16/format-text-underline.svg share/icons/elementary/actions/16/go-bottom.svg share/icons/elementary/actions/16/go-down.svg share/icons/elementary/actions/16/go-first.svg @@ -86,28 +91,13 @@ share/icons/elementary/actions/16/go-nex share/icons/elementary/actions/16/go-previous.svg share/icons/elementary/actions/16/go-top.svg share/icons/elementary/actions/16/go-up.svg -share/icons/elementary/actions/16/gtk-go-back-ltr.svg -share/icons/elementary/actions/16/gtk-go-back-rtl.svg -share/icons/elementary/actions/16/gtk-go-forward-ltr.svg -share/icons/elementary/actions/16/gtk-go-forward-rtl.svg -share/icons/elementary/actions/16/gtk-goto-first-ltr.svg -share/icons/elementary/actions/16/gtk-goto-first-rtl.svg -share/icons/elementary/actions/16/gtk-goto-last-ltr.svg -share/icons/elementary/actions/16/gtk-goto-last-rtl.svg -share/icons/elementary/actions/16/gtk-media-forward-ltr.svg -share/icons/elementary/actions/16/gtk-media-forward-rtl.svg -share/icons/elementary/actions/16/gtk-media-next-ltr.svg -share/icons/elementary/actions/16/gtk-media-next-rtl.svg -share/icons/elementary/actions/16/gtk-media-play-ltr.svg -share/icons/elementary/actions/16/gtk-media-previous-ltr.svg -share/icons/elementary/actions/16/gtk-media-previous-rtl.svg -share/icons/elementary/actions/16/gtk-media-rewind-ltr.svg -share/icons/elementary/actions/16/gtk-media-rewind-rtl.svg share/icons/elementary/actions/16/help-about.svg share/icons/elementary/actions/16/help-contents.svg share/icons/elementary/actions/16/help-hint.svg share/icons/elementary/actions/16/help-info.svg share/icons/elementary/actions/16/im-message-new.svg +share/icons/elementary/actions/16/insert-image.svg +share/icons/elementary/actions/16/insert-link.svg share/icons/elementary/actions/16/list-add.svg share/icons/elementary/actions/16/list-remove.svg share/icons/elementary/actions/16/mail-archive.svg @@ -120,8 +110,6 @@ share/icons/elementary/actions/16/media- share/icons/elementary/actions/16/media-playback-start.svg share/icons/elementary/actions/16/media-playback-stop.svg share/icons/elementary/actions/16/media-record.svg -share/icons/elementary/actions/16/media-seek-backward.svg -share/icons/elementary/actions/16/media-seek-forward.svg share/icons/elementary/actions/16/media-skip-backward.svg share/icons/elementary/actions/16/media-skip-forward.svg share/icons/elementary/actions/16/node-add.svg @@ -140,11 +128,13 @@ share/icons/elementary/actions/16/node-s share/icons/elementary/actions/16/node-symmetric.svg share/icons/elementary/actions/16/object-group.svg share/icons/elementary/actions/16/object-inverse.svg +share/icons/elementary/actions/16/object-merge.svg share/icons/elementary/actions/16/object-rotate-left.svg share/icons/elementary/actions/16/object-rotate-right.svg share/icons/elementary/actions/16/object-to-path.svg share/icons/elementary/actions/16/object-ungroup.svg share/icons/elementary/actions/16/package-available-locked.svg +share/icons/elementary/actions/16/package-available-new.svg share/icons/elementary/actions/16/package-available.svg share/icons/elementary/actions/16/package-broken.svg share/icons/elementary/actions/16/package-downgrade.svg @@ -156,228 +146,113 @@ share/icons/elementary/actions/16/packag share/icons/elementary/actions/16/package-purge.svg share/icons/elementary/actions/16/package-reinstall.svg share/icons/elementary/actions/16/package-remove.svg +share/icons/elementary/actions/16/package-supported.svg share/icons/elementary/actions/16/package-upgrade.svg -share/icons/elementary/actions/16/panel-searchtool.svg share/icons/elementary/actions/16/process-stop.svg share/icons/elementary/actions/16/remove.svg share/icons/elementary/actions/16/segment-curve.svg share/icons/elementary/actions/16/segment-line.svg +share/icons/elementary/actions/16/selection-add.svg share/icons/elementary/actions/16/selection-break.svg +share/icons/elementary/actions/16/selection-checked.svg share/icons/elementary/actions/16/selection-combine.svg share/icons/elementary/actions/16/selection-exclude.svg +share/icons/elementary/actions/16/selection-remove.svg share/icons/elementary/actions/16/stroke-to-path.svg -share/icons/elementary/actions/16/system-lock-screen.svg share/icons/elementary/actions/16/system-log-out.svg -share/icons/elementary/actions/16/system-search.svg -share/icons/elementary/actions/16/tab-new.svg share/icons/elementary/actions/16/tag-new.svg share/icons/elementary/actions/16/view-refresh.svg share/icons/elementary/actions/16/window-close.svg -share/icons/elementary/actions/16/window-new.svg -share/icons/elementary/actions/22/add.svg -share/icons/elementary/actions/22/address-book-new.svg -share/icons/elementary/actions/22/align-horizontal-center.svg -share/icons/elementary/actions/22/align-horizontal-left.svg -share/icons/elementary/actions/22/align-horizontal-right.svg -share/icons/elementary/actions/22/align-vertical-bottom.svg -share/icons/elementary/actions/22/align-vertical-center.svg -share/icons/elementary/actions/22/align-vertical-top.svg -share/icons/elementary/actions/22/appointment-new.svg -share/icons/elementary/actions/22/bookmark-new.svg -share/icons/elementary/actions/22/browser-download.svg -share/icons/elementary/actions/22/contact-new.svg -share/icons/elementary/actions/22/dialog-apply.svg -share/icons/elementary/actions/22/dialog-cancel.svg -share/icons/elementary/actions/22/dialog-close.svg -share/icons/elementary/actions/22/dialog-no.svg -share/icons/elementary/actions/22/dialog-ok.svg -share/icons/elementary/actions/22/distribute-horizontal-left.svg -share/icons/elementary/actions/22/distribute-horizontal-right.svg -share/icons/elementary/actions/22/distribute-vertical-bottom.svg -share/icons/elementary/actions/22/distribute-vertical-center.svg -share/icons/elementary/actions/22/distribute-vertical-top.svg -share/icons/elementary/actions/22/document-export.svg -share/icons/elementary/actions/22/document-import.svg -share/icons/elementary/actions/22/document-new.svg -share/icons/elementary/actions/22/document-open-recent.svg -share/icons/elementary/actions/22/document-open.svg -share/icons/elementary/actions/22/document-page-setup.svg -share/icons/elementary/actions/22/document-print-preview.svg -share/icons/elementary/actions/22/document-print.svg -share/icons/elementary/actions/22/document-properties.svg -share/icons/elementary/actions/22/document-revert.svg -share/icons/elementary/actions/22/document-save-as.svg -share/icons/elementary/actions/22/document-save.svg -share/icons/elementary/actions/22/edit-copy.svg -share/icons/elementary/actions/22/edit-delete.svg -share/icons/elementary/actions/22/edit-find-replace.svg -share/icons/elementary/actions/22/edit-find.svg -share/icons/elementary/actions/22/edit-redo.svg -share/icons/elementary/actions/22/edit-select-all.svg -share/icons/elementary/actions/22/edit-undo.svg -share/icons/elementary/actions/22/edit.svg -share/icons/elementary/actions/22/folder-new.svg -share/icons/elementary/actions/22/gnome-searchtool.svg -share/icons/elementary/actions/22/go-bottom.svg -share/icons/elementary/actions/22/go-down.svg -share/icons/elementary/actions/22/go-first.svg -share/icons/elementary/actions/22/go-home.svg -share/icons/elementary/actions/22/go-jump.svg -share/icons/elementary/actions/22/go-last.svg -share/icons/elementary/actions/22/go-next.svg -share/icons/elementary/actions/22/go-previous.svg -share/icons/elementary/actions/22/go-top.svg -share/icons/elementary/actions/22/go-up.svg -share/icons/elementary/actions/22/gtk-go-back-ltr.svg -share/icons/elementary/actions/22/gtk-go-back-rtl.svg -share/icons/elementary/actions/22/gtk-go-forward-ltr.svg -share/icons/elementary/actions/22/gtk-go-forward-rtl.svg -share/icons/elementary/actions/22/gtk-goto-first-ltr.svg -share/icons/elementary/actions/22/gtk-goto-first-rtl.svg -share/icons/elementary/actions/22/gtk-goto-last-ltr.svg -share/icons/elementary/actions/22/gtk-goto-last-rtl.svg -share/icons/elementary/actions/22/gtk-media-play-ltr.svg -share/icons/elementary/actions/22/help-about.svg -share/icons/elementary/actions/22/help-contents.svg -share/icons/elementary/actions/22/help-hint.svg -share/icons/elementary/actions/22/help-info.svg -share/icons/elementary/actions/22/im-message-new.svg -share/icons/elementary/actions/22/list-add.svg -share/icons/elementary/actions/22/list-remove.svg -share/icons/elementary/actions/22/mail-archive.svg -share/icons/elementary/actions/22/mail-forward-all.svg -share/icons/elementary/actions/22/mail-forward.svg -share/icons/elementary/actions/22/mail-message-new.svg -share/icons/elementary/actions/22/mail-reply-all.svg -share/icons/elementary/actions/22/mail-reply-sender.svg -share/icons/elementary/actions/22/media-eject.svg -share/icons/elementary/actions/22/media-import-audio-cd.svg -share/icons/elementary/actions/22/media-playback-pause.svg -share/icons/elementary/actions/22/media-playback-start.svg -share/icons/elementary/actions/22/media-playback-stop.svg -share/icons/elementary/actions/22/media-record.svg -share/icons/elementary/actions/22/media-skip-backward.svg -share/icons/elementary/actions/22/media-skip-forward.svg -share/icons/elementary/actions/22/node-add.svg -share/icons/elementary/actions/22/node-align-horizontal.svg -share/icons/elementary/actions/22/node-align-vertical.svg -share/icons/elementary/actions/22/node-break.svg -share/icons/elementary/actions/22/node-curve.svg -share/icons/elementary/actions/22/node-cusp.svg -share/icons/elementary/actions/22/node-delete-segment.svg -share/icons/elementary/actions/22/node-delete.svg -share/icons/elementary/actions/22/node-distribute-horizontal.svg -share/icons/elementary/actions/22/node-distribute-vertical.png -share/icons/elementary/actions/22/node-distribute-vertical.svg -share/icons/elementary/actions/22/node-insert.svg -share/icons/elementary/actions/22/node-join-segment.svg -share/icons/elementary/actions/22/node-join.svg -share/icons/elementary/actions/22/node-line.svg -share/icons/elementary/actions/22/node-smooth.svg -share/icons/elementary/actions/22/node-symmectric.svg -share/icons/elementary/actions/22/node-symmetric.svg -share/icons/elementary/actions/22/node-to-curve.svg -share/icons/elementary/actions/22/object-flip-horizontal.svg -share/icons/elementary/actions/22/object-flip-vertical.svg -share/icons/elementary/actions/22/object-inverse.svg -share/icons/elementary/actions/22/object-to-path.svg -share/icons/elementary/actions/22/process-stop.svg -share/icons/elementary/actions/22/remove.svg -share/icons/elementary/actions/22/segment-curve.svg -share/icons/elementary/actions/22/segment-line.svg -share/icons/elementary/actions/22/selection-break.svg -share/icons/elementary/actions/22/selection-exclude.svg -share/icons/elementary/actions/22/selection-union.svg -share/icons/elementary/actions/22/sleep.svg -share/icons/elementary/actions/22/stroke-to-path.svg -share/icons/elementary/actions/22/system-lock-screen.svg -share/icons/elementary/actions/22/system-reboot.svg -share/icons/elementary/actions/22/system-restart.svg -share/icons/elementary/actions/22/system-search.svg -share/icons/elementary/actions/22/system-upgrade.svg -share/icons/elementary/actions/22/tab-new.svg -share/icons/elementary/actions/22/tag-new.svg -share/icons/elementary/actions/22/view-refresh.svg -share/icons/elementary/actions/22/window-close.svg -share/icons/elementary/actions/22/window-new.svg +share/icons/elementary/actions/16/zoom-fit-best.svg +share/icons/elementary/actions/16/zoom-in.svg +share/icons/elementary/actions/16/zoom-original.svg +share/icons/elementary/actions/16/zoom-out.svg share/icons/elementary/actions/24/add.svg share/icons/elementary/actions/24/address-book-new.svg share/icons/elementary/actions/24/align-horizontal-center.svg share/icons/elementary/actions/24/align-horizontal-left.svg share/icons/elementary/actions/24/align-horizontal-right.svg +share/icons/elementary/actions/24/appointment-new-symbolic.svg share/icons/elementary/actions/24/appointment-new.svg share/icons/elementary/actions/24/bookmark-new.svg share/icons/elementary/actions/24/browser-download.svg share/icons/elementary/actions/24/contact-new.svg share/icons/elementary/actions/24/dialog-apply.svg -share/icons/elementary/actions/24/dialog-cancel.svg -share/icons/elementary/actions/24/dialog-close.svg share/icons/elementary/actions/24/dialog-ok.svg +share/icons/elementary/actions/24/document-export-symbolic.svg share/icons/elementary/actions/24/document-export.svg +share/icons/elementary/actions/24/document-import-symbolic.svg share/icons/elementary/actions/24/document-import.svg share/icons/elementary/actions/24/document-new.svg share/icons/elementary/actions/24/document-open-recent.svg share/icons/elementary/actions/24/document-open.svg share/icons/elementary/actions/24/document-page-setup.svg -share/icons/elementary/actions/24/document-print-preview.svg share/icons/elementary/actions/24/document-print.svg share/icons/elementary/actions/24/document-properties.svg share/icons/elementary/actions/24/document-revert.svg share/icons/elementary/actions/24/document-save-as.svg share/icons/elementary/actions/24/document-save.svg +share/icons/elementary/actions/24/edit-clear-symbolic.svg share/icons/elementary/actions/24/edit-clear.svg share/icons/elementary/actions/24/edit-copy.svg +share/icons/elementary/actions/24/edit-cut.svg share/icons/elementary/actions/24/edit-delete.svg share/icons/elementary/actions/24/edit-find-replace.svg share/icons/elementary/actions/24/edit-find.svg share/icons/elementary/actions/24/edit-flag.svg share/icons/elementary/actions/24/edit-mark.svg +share/icons/elementary/actions/24/edit-redo-rtl.svg share/icons/elementary/actions/24/edit-redo.svg share/icons/elementary/actions/24/edit-select-all.svg share/icons/elementary/actions/24/edit-undo-archive.svg +share/icons/elementary/actions/24/edit-undo-rtl.svg share/icons/elementary/actions/24/edit-undo.svg share/icons/elementary/actions/24/edit.svg share/icons/elementary/actions/24/event-new.svg +share/icons/elementary/actions/24/folder-copy.svg +share/icons/elementary/actions/24/folder-move.svg share/icons/elementary/actions/24/folder-new.svg +share/icons/elementary/actions/24/format-indent-less-rtl.svg +share/icons/elementary/actions/24/format-indent-less.svg +share/icons/elementary/actions/24/format-indent-more-rtl.svg +share/icons/elementary/actions/24/format-indent-more.svg +share/icons/elementary/actions/24/format-justify-center.svg +share/icons/elementary/actions/24/format-justify-fill.svg +share/icons/elementary/actions/24/format-justify-left.svg +share/icons/elementary/actions/24/format-justify-right.svg +share/icons/elementary/actions/24/format-text-bold.svg +share/icons/elementary/actions/24/format-text-italic.svg share/icons/elementary/actions/24/format-text-none.svg +share/icons/elementary/actions/24/format-text-strikethrough.svg +share/icons/elementary/actions/24/format-text-underline.svg +share/icons/elementary/actions/24/go-back-rtl.svg share/icons/elementary/actions/24/go-bottom.svg share/icons/elementary/actions/24/go-down.svg +share/icons/elementary/actions/24/go-first-rtl.svg share/icons/elementary/actions/24/go-first.svg +share/icons/elementary/actions/24/go-forward-rtl.svg share/icons/elementary/actions/24/go-home.svg +share/icons/elementary/actions/24/go-jump-rtl.svg share/icons/elementary/actions/24/go-jump.svg +share/icons/elementary/actions/24/go-last-rtl.svg share/icons/elementary/actions/24/go-last.svg +share/icons/elementary/actions/24/go-next-rtl-symbolic.svg +share/icons/elementary/actions/24/go-next-symbolic.svg share/icons/elementary/actions/24/go-next.svg +share/icons/elementary/actions/24/go-previous-rtl-symbolic.svg +share/icons/elementary/actions/24/go-previous-symbolic.svg share/icons/elementary/actions/24/go-previous.svg share/icons/elementary/actions/24/go-top.svg share/icons/elementary/actions/24/go-up.svg -share/icons/elementary/actions/24/gtk-go-back-ltr.svg -share/icons/elementary/actions/24/gtk-go-back-rtl.svg -share/icons/elementary/actions/24/gtk-go-forward-ltr.svg -share/icons/elementary/actions/24/gtk-go-forward-rtl.svg -share/icons/elementary/actions/24/gtk-goto-first-ltr.svg -share/icons/elementary/actions/24/gtk-goto-first-rtl.svg -share/icons/elementary/actions/24/gtk-goto-last-ltr.svg -share/icons/elementary/actions/24/gtk-goto-last-rtl.svg -share/icons/elementary/actions/24/gtk-jump-to-ltr.svg -share/icons/elementary/actions/24/gtk-jump-to-rtl.svg -share/icons/elementary/actions/24/gtk-media-forward-ltr.svg -share/icons/elementary/actions/24/gtk-media-forward-rtl.svg -share/icons/elementary/actions/24/gtk-media-next-ltr.svg -share/icons/elementary/actions/24/gtk-media-next-rtl.svg -share/icons/elementary/actions/24/gtk-media-play-ltr.svg -share/icons/elementary/actions/24/gtk-media-previous-ltr.svg -share/icons/elementary/actions/24/gtk-media-previous-rtl.svg -share/icons/elementary/actions/24/gtk-media-rewind-ltr.svg -share/icons/elementary/actions/24/gtk-media-rewind-rtl.svg -share/icons/elementary/actions/24/gtk-redo-ltr.svg -share/icons/elementary/actions/24/gtk-redo-rtl.svg -share/icons/elementary/actions/24/gtk-undo-ltr.svg -share/icons/elementary/actions/24/gtk-undo-rtl.svg share/icons/elementary/actions/24/help-about.svg share/icons/elementary/actions/24/help-contents.svg share/icons/elementary/actions/24/help-hint.svg share/icons/elementary/actions/24/help-info.svg share/icons/elementary/actions/24/im-message-new.svg +share/icons/elementary/actions/24/image-adjust.svg +share/icons/elementary/actions/24/image-auto-adjust.svg +share/icons/elementary/actions/24/image-crop.svg +share/icons/elementary/actions/24/image-red-eye.svg share/icons/elementary/actions/24/jockey-proprietary.svg share/icons/elementary/actions/24/list-add.svg share/icons/elementary/actions/24/list-remove.svg @@ -387,47 +262,70 @@ share/icons/elementary/actions/24/mail-m share/icons/elementary/actions/24/mail-move.svg share/icons/elementary/actions/24/mail-reply-all.svg share/icons/elementary/actions/24/mail-reply-sender.svg -share/icons/elementary/actions/24/mail-send-receive.svg share/icons/elementary/actions/24/media-eject.svg share/icons/elementary/actions/24/media-import-audio-cd.svg +share/icons/elementary/actions/24/media-playback-pause-symbolic.svg share/icons/elementary/actions/24/media-playback-pause.svg +share/icons/elementary/actions/24/media-playback-start-symbolic.svg share/icons/elementary/actions/24/media-playback-start.svg share/icons/elementary/actions/24/media-playback-stop.svg share/icons/elementary/actions/24/media-record.svg -share/icons/elementary/actions/24/media-seek-backward.svg -share/icons/elementary/actions/24/media-seek-forward.svg +share/icons/elementary/actions/24/media-seek-backward-rtl-symbolic.svg +share/icons/elementary/actions/24/media-seek-backward-symbolic-rtl.svg +share/icons/elementary/actions/24/media-seek-backward-symbolic.svg +share/icons/elementary/actions/24/media-seek-forward-rtl-symbolic.svg +share/icons/elementary/actions/24/media-seek-forward-symbolic-rtl.svg +share/icons/elementary/actions/24/media-seek-forward-symbolic.svg +share/icons/elementary/actions/24/media-skip-backward-rtl-symbolic.svg +share/icons/elementary/actions/24/media-skip-backward-rtl.svg +share/icons/elementary/actions/24/media-skip-backward-symbolic-rtl.svg +share/icons/elementary/actions/24/media-skip-backward-symbolic.svg share/icons/elementary/actions/24/media-skip-backward.svg +share/icons/elementary/actions/24/media-skip-forward-rtl-symbolic.svg +share/icons/elementary/actions/24/media-skip-forward-rtl.svg +share/icons/elementary/actions/24/media-skip-forward-symbolic-rtl.svg +share/icons/elementary/actions/24/media-skip-forward-symbolic.svg share/icons/elementary/actions/24/media-skip-forward.svg share/icons/elementary/actions/24/object-flip-horizontal.svg share/icons/elementary/actions/24/object-flip-vertical.svg share/icons/elementary/actions/24/object-inverse.svg +share/icons/elementary/actions/24/object-merge.svg share/icons/elementary/actions/24/object-rotate-left.svg share/icons/elementary/actions/24/object-rotate-right.svg +share/icons/elementary/actions/24/object-straighten.svg +share/icons/elementary/actions/24/open-menu.svg +share/icons/elementary/actions/24/pane-hide-symbolic-rtl.svg +share/icons/elementary/actions/24/pane-hide-symbolic.svg +share/icons/elementary/actions/24/pane-show-symbolic-rtl.svg +share/icons/elementary/actions/24/pane-show-symbolic.svg share/icons/elementary/actions/24/process-stop.svg share/icons/elementary/actions/24/remove.svg -share/icons/elementary/actions/24/system-lock-screen.svg +share/icons/elementary/actions/24/selection-add.svg +share/icons/elementary/actions/24/selection-checked.svg +share/icons/elementary/actions/24/selection-remove.svg share/icons/elementary/actions/24/system-log-out.svg share/icons/elementary/actions/24/system-reboot.svg share/icons/elementary/actions/24/system-restart.svg share/icons/elementary/actions/24/system-run.svg -share/icons/elementary/actions/24/system-search.svg -share/icons/elementary/actions/24/system-upgrade.svg -share/icons/elementary/actions/24/tab-new.svg +share/icons/elementary/actions/24/system-shutdown-symbolic.svg share/icons/elementary/actions/24/tag-new.svg share/icons/elementary/actions/24/view-refresh.svg share/icons/elementary/actions/24/window-close.svg -share/icons/elementary/actions/24/window-new.svg +share/icons/elementary/actions/24/zoom-fit-best.svg +share/icons/elementary/actions/24/zoom-in.svg +share/icons/elementary/actions/24/zoom-original.svg +share/icons/elementary/actions/24/zoom-out.svg share/icons/elementary/actions/32/add.svg share/icons/elementary/actions/32/address-book-new.svg +share/icons/elementary/actions/32/appointment-new.svg share/icons/elementary/actions/32/bookmark-new.svg share/icons/elementary/actions/32/browser-download.svg share/icons/elementary/actions/32/contact-new.svg -share/icons/elementary/actions/32/document-export.svg -share/icons/elementary/actions/32/document-import.svg share/icons/elementary/actions/32/document-new.svg share/icons/elementary/actions/32/document-open-recent.svg share/icons/elementary/actions/32/document-open.svg share/icons/elementary/actions/32/document-page-setup.svg +share/icons/elementary/actions/32/document-print.svg share/icons/elementary/actions/32/document-properties.svg share/icons/elementary/actions/32/document-revert.svg share/icons/elementary/actions/32/document-save.svg @@ -448,19 +346,15 @@ share/icons/elementary/actions/32/media- share/icons/elementary/actions/32/media-playback-stop.svg share/icons/elementary/actions/32/media-record.svg share/icons/elementary/actions/32/object-inverse.svg -share/icons/elementary/actions/32/playlist-new.svg share/icons/elementary/actions/32/process-stop.svg share/icons/elementary/actions/32/remove.svg -share/icons/elementary/actions/32/system-lock-screen.svg share/icons/elementary/actions/32/system-log-out.svg -share/icons/elementary/actions/32/system-reboot.svg share/icons/elementary/actions/32/system-restart.svg -share/icons/elementary/actions/32/system-upgrade.svg +share/icons/elementary/actions/32/system-shutdown.svg +share/icons/elementary/actions/32/system-suspend.svg share/icons/elementary/actions/32/tag-new.svg share/icons/elementary/actions/32/view-refresh.svg -share/icons/elementary/actions/32/window-new.svg share/icons/elementary/actions/48/add.svg -share/icons/elementary/actions/48/address-book-insert.svg share/icons/elementary/actions/48/address-book-new.svg share/icons/elementary/actions/48/appointment-new.svg share/icons/elementary/actions/48/bookmark-new.svg @@ -478,7 +372,6 @@ share/icons/elementary/actions/48/docume share/icons/elementary/actions/48/document-open-recent.svg share/icons/elementary/actions/48/document-open.svg share/icons/elementary/actions/48/document-page-setup.svg -share/icons/elementary/actions/48/document-print-preview.svg share/icons/elementary/actions/48/document-print.svg share/icons/elementary/actions/48/document-properties.svg share/icons/elementary/actions/48/document-revert.svg @@ -493,10 +386,10 @@ share/icons/elementary/actions/48/edit-s share/icons/elementary/actions/48/edit-undo.svg share/icons/elementary/actions/48/edit.svg share/icons/elementary/actions/48/folder-new.svg +share/icons/elementary/actions/48/gnome-lockscreen.svg share/icons/elementary/actions/48/go-bottom.svg share/icons/elementary/actions/48/go-down.svg share/icons/elementary/actions/48/go-first.svg -share/icons/elementary/actions/48/go-home.svg share/icons/elementary/actions/48/go-jump.svg share/icons/elementary/actions/48/go-last.svg share/icons/elementary/actions/48/go-next.svg @@ -511,18 +404,14 @@ share/icons/elementary/actions/48/im-mes share/icons/elementary/actions/48/list-add.svg share/icons/elementary/actions/48/list-remove.svg share/icons/elementary/actions/48/mail-forward.svg -share/icons/elementary/actions/48/mail-mark-important.svg share/icons/elementary/actions/48/mail-reply-all.svg share/icons/elementary/actions/48/mail-reply-sender.svg -share/icons/elementary/actions/48/mail-send-receive.svg share/icons/elementary/actions/48/media-eject.svg share/icons/elementary/actions/48/media-import-audio-cd.svg share/icons/elementary/actions/48/media-playback-pause.svg share/icons/elementary/actions/48/media-playback-start.svg share/icons/elementary/actions/48/media-playback-stop.svg share/icons/elementary/actions/48/media-record.svg -share/icons/elementary/actions/48/media-seek-backward.svg -share/icons/elementary/actions/48/media-seek-forward.svg share/icons/elementary/actions/48/media-skip-backward.svg share/icons/elementary/actions/48/media-skip-forward.svg share/icons/elementary/actions/48/object-inverse.svg @@ -536,22 +425,17 @@ share/icons/elementary/actions/48/system share/icons/elementary/actions/48/system-reboot.svg share/icons/elementary/actions/48/system-restart.svg share/icons/elementary/actions/48/system-run.svg -share/icons/elementary/actions/48/system-search.svg share/icons/elementary/actions/48/system-shutdown.svg -share/icons/elementary/actions/48/system-upgrade.svg -share/icons/elementary/actions/48/tab-new.svg share/icons/elementary/actions/48/tag-new.svg share/icons/elementary/actions/48/transform-rotate.svg share/icons/elementary/actions/48/view-refresh.svg share/icons/elementary/actions/48/window-close.svg -share/icons/elementary/actions/48/window-new.svg share/icons/elementary/actions/64/add.svg share/icons/elementary/actions/64/address-book-new.svg +share/icons/elementary/actions/64/appointment-new.svg share/icons/elementary/actions/64/bookmark-new.svg share/icons/elementary/actions/64/browser-download.svg share/icons/elementary/actions/64/contact-new.svg -share/icons/elementary/actions/64/document-export.svg -share/icons/elementary/actions/64/document-import.svg share/icons/elementary/actions/64/document-new.svg share/icons/elementary/actions/64/document-open-recent.svg share/icons/elementary/actions/64/document-open.svg @@ -581,63 +465,170 @@ share/icons/elementary/actions/64/object share/icons/elementary/actions/64/process-stop.svg share/icons/elementary/actions/64/remove.svg share/icons/elementary/actions/64/tag-new.svg -share/icons/elementary/actions/64/window-new.svg +share/icons/elementary/actions/symbolic/action-unavailable-symbolic.svg +share/icons/elementary/actions/symbolic/address-book-new-symbolic.svg +share/icons/elementary/actions/symbolic/application-add-symbolic.svg +share/icons/elementary/actions/symbolic/application-exit-symbolic.svg +share/icons/elementary/actions/symbolic/application-menu-symbolic.svg +share/icons/elementary/actions/symbolic/appointment-new-symbolic.svg +share/icons/elementary/actions/symbolic/appointment-symbolic.svg +share/icons/elementary/actions/symbolic/bookmark-new-symbolic.svg share/icons/elementary/actions/symbolic/browser-download-symbolic.svg share/icons/elementary/actions/symbolic/call-end-symbolic.svg share/icons/elementary/actions/symbolic/call-start-symbolic.svg +share/icons/elementary/actions/symbolic/call-stop-symbolic.svg +share/icons/elementary/actions/symbolic/close-symbolic.svg +share/icons/elementary/actions/symbolic/color-select-symbolic.svg share/icons/elementary/actions/symbolic/contact-new-symbolic.svg share/icons/elementary/actions/symbolic/document-export-symbolic.svg +share/icons/elementary/actions/symbolic/document-import-symbolic.svg +share/icons/elementary/actions/symbolic/document-new-symbolic.svg +share/icons/elementary/actions/symbolic/document-open-recent-symbolic.svg +share/icons/elementary/actions/symbolic/document-open-symbolic.svg +share/icons/elementary/actions/symbolic/document-page-setup-symbolic.svg +share/icons/elementary/actions/symbolic/document-print-preview-symbolic.svg share/icons/elementary/actions/symbolic/document-print-symbolic.svg share/icons/elementary/actions/symbolic/document-properties-symbolic.svg +share/icons/elementary/actions/symbolic/document-revert-symbolic-rtl.svg +share/icons/elementary/actions/symbolic/document-revert-symbolic.svg +share/icons/elementary/actions/symbolic/document-save-as-symbolic.svg +share/icons/elementary/actions/symbolic/document-save-symbolic.svg +share/icons/elementary/actions/symbolic/document-send-symbolic.svg +share/icons/elementary/actions/symbolic/edit-clear-all-symbolic.svg share/icons/elementary/actions/symbolic/edit-clear-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/edit-clear-symbolic-rtl.svg share/icons/elementary/actions/symbolic/edit-clear-symbolic.svg +share/icons/elementary/actions/symbolic/edit-copy-symbolic.svg +share/icons/elementary/actions/symbolic/edit-cut-symbolic.svg share/icons/elementary/actions/symbolic/edit-delete-symbolic.svg +share/icons/elementary/actions/symbolic/edit-find-replace-symbolic.svg share/icons/elementary/actions/symbolic/edit-find-symbolic.svg +share/icons/elementary/actions/symbolic/edit-paste-symbolic.svg +share/icons/elementary/actions/symbolic/edit-redo-rtl-symbolic.svg share/icons/elementary/actions/symbolic/edit-redo-symbolic.svg +share/icons/elementary/actions/symbolic/edit-select-all-symbolic.svg +share/icons/elementary/actions/symbolic/edit-select-symbolic.svg +share/icons/elementary/actions/symbolic/edit-symbolic.svg +share/icons/elementary/actions/symbolic/edit-undo-rtl-symbolic.svg share/icons/elementary/actions/symbolic/edit-undo-symbolic.svg +share/icons/elementary/actions/symbolic/find-location-symbolic.svg +share/icons/elementary/actions/symbolic/folder-new-symbolic.svg +share/icons/elementary/actions/symbolic/font-select-symbolic.svg share/icons/elementary/actions/symbolic/format-indent-less-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/format-indent-less-symbolic-rtl.svg share/icons/elementary/actions/symbolic/format-indent-less-symbolic.svg share/icons/elementary/actions/symbolic/format-indent-more-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/format-indent-more-symbolic-rtl.svg share/icons/elementary/actions/symbolic/format-indent-more-symbolic.svg share/icons/elementary/actions/symbolic/format-justify-center-symbolic.svg share/icons/elementary/actions/symbolic/format-justify-fill-symbolic.svg share/icons/elementary/actions/symbolic/format-justify-left-symbolic.svg share/icons/elementary/actions/symbolic/format-justify-right-symbolic.svg +share/icons/elementary/actions/symbolic/format-text-bold-symbolic.svg +share/icons/elementary/actions/symbolic/format-text-direction-ltr-symbolic.svg +share/icons/elementary/actions/symbolic/format-text-direction-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/format-text-direction-symbolic-rtl.svg +share/icons/elementary/actions/symbolic/format-text-italic-symbolic.svg share/icons/elementary/actions/symbolic/format-text-larger-symbolic.svg share/icons/elementary/actions/symbolic/format-text-smaller-symbolic.svg +share/icons/elementary/actions/symbolic/format-text-strikethrough-symbolic.svg +share/icons/elementary/actions/symbolic/format-text-underline-symbolic.svg share/icons/elementary/actions/symbolic/go-bottom-symbolic.svg share/icons/elementary/actions/symbolic/go-down-symbolic.svg +share/icons/elementary/actions/symbolic/go-first-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/go-first-symbolic-rtl.svg share/icons/elementary/actions/symbolic/go-first-symbolic.svg share/icons/elementary/actions/symbolic/go-home-symbolic.svg +share/icons/elementary/actions/symbolic/go-jump-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/go-jump-symbolic-rtl.svg share/icons/elementary/actions/symbolic/go-jump-symbolic.svg +share/icons/elementary/actions/symbolic/go-last-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/go-last-symbolic-rtl.svg share/icons/elementary/actions/symbolic/go-last-symbolic.svg +share/icons/elementary/actions/symbolic/go-next-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/go-next-symbolic-rtl.svg share/icons/elementary/actions/symbolic/go-next-symbolic.svg +share/icons/elementary/actions/symbolic/go-previous-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/go-previous-symbolic-rtl.svg share/icons/elementary/actions/symbolic/go-previous-symbolic.svg share/icons/elementary/actions/symbolic/go-top-symbolic.svg share/icons/elementary/actions/symbolic/go-up-symbolic.svg +share/icons/elementary/actions/symbolic/gtk-about-symbolic.svg +share/icons/elementary/actions/symbolic/help-about-symbolic.svg share/icons/elementary/actions/symbolic/help-info-symbolic.svg share/icons/elementary/actions/symbolic/image-crop-symbolic.svg share/icons/elementary/actions/symbolic/image-red-eye-symbolic.svg share/icons/elementary/actions/symbolic/insert-image-symbolic.svg +share/icons/elementary/actions/symbolic/insert-link-symbolic.svg +share/icons/elementary/actions/symbolic/insert-object-symbolic.svg +share/icons/elementary/actions/symbolic/insert-text-symbolic.svg share/icons/elementary/actions/symbolic/list-add-symbolic.svg +share/icons/elementary/actions/symbolic/list-remove-all-symbolic.svg share/icons/elementary/actions/symbolic/list-remove-symbolic.svg share/icons/elementary/actions/symbolic/mail-forward-symbolic.svg +share/icons/elementary/actions/symbolic/mail-mark-important-symbolic.svg +share/icons/elementary/actions/symbolic/mail-reply-all-symbolic.svg share/icons/elementary/actions/symbolic/mail-reply-sender-symbolic.svg +share/icons/elementary/actions/symbolic/mail-send-receive-symbolic.svg +share/icons/elementary/actions/symbolic/mail-send-symbolic.svg +share/icons/elementary/actions/symbolic/mark-location-symbolic.svg +share/icons/elementary/actions/symbolic/marker-symbolic.svg share/icons/elementary/actions/symbolic/media-eject-symbolic.svg share/icons/elementary/actions/symbolic/media-eq-symbolic.svg share/icons/elementary/actions/symbolic/media-playback-pause-symbolic.svg +share/icons/elementary/actions/symbolic/media-playback-start-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/media-playback-start-symbolic-rtl.svg share/icons/elementary/actions/symbolic/media-playback-start-symbolic.svg +share/icons/elementary/actions/symbolic/media-playback-stop-symbolic.svg +share/icons/elementary/actions/symbolic/media-record-symbolic.svg +share/icons/elementary/actions/symbolic/media-seek-backward-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/media-seek-backward-symbolic-rtl.svg share/icons/elementary/actions/symbolic/media-seek-backward-symbolic.svg +share/icons/elementary/actions/symbolic/media-seek-forward-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/media-seek-forward-symbolic-rtl.svg share/icons/elementary/actions/symbolic/media-seek-forward-symbolic.svg +share/icons/elementary/actions/symbolic/media-skip-backward-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/media-skip-backward-symbolic-rtl.svg share/icons/elementary/actions/symbolic/media-skip-backward-symbolic.svg +share/icons/elementary/actions/symbolic/media-skip-forward-rtl-symbolic.svg +share/icons/elementary/actions/symbolic/media-skip-forward-symbolic-rtl.svg share/icons/elementary/actions/symbolic/media-skip-forward-symbolic.svg +share/icons/elementary/actions/symbolic/media-view-subtitles-symbolic.svg +share/icons/elementary/actions/symbolic/object-flip-horizontal-symbolic.svg +share/icons/elementary/actions/symbolic/object-flip-vertical-symbolic.svg +share/icons/elementary/actions/symbolic/object-rotate-left-symbolic.svg +share/icons/elementary/actions/symbolic/object-rotate-right-symbolic.svg +share/icons/elementary/actions/symbolic/object-select-symbolic.svg +share/icons/elementary/actions/symbolic/open-menu-symbolic.svg +share/icons/elementary/actions/symbolic/pan-down-symbolic.svg +share/icons/elementary/actions/symbolic/pan-end-symbolic-rtl.svg +share/icons/elementary/actions/symbolic/pan-end-symbolic.svg +share/icons/elementary/actions/symbolic/pan-start-symbolic-rtl.svg +share/icons/elementary/actions/symbolic/pan-start-symbolic.svg +share/icons/elementary/actions/symbolic/pan-up-symbolic.svg +share/icons/elementary/actions/symbolic/pane-hide-symbolic-rtl.svg share/icons/elementary/actions/symbolic/pane-hide-symbolic.svg +share/icons/elementary/actions/symbolic/pane-show-symbolic-rtl.svg share/icons/elementary/actions/symbolic/pane-show-symbolic.svg share/icons/elementary/actions/symbolic/process-stop-symbolic.svg +share/icons/elementary/actions/symbolic/selection-end-symbolic-rtl.svg +share/icons/elementary/actions/symbolic/selection-end-symbolic.svg +share/icons/elementary/actions/symbolic/selection-start-symbolic-rtl.svg +share/icons/elementary/actions/symbolic/selection-start-symbolic.svg +share/icons/elementary/actions/symbolic/send-to-symbolic.svg +share/icons/elementary/actions/symbolic/spam-symbolic.svg +share/icons/elementary/actions/symbolic/star-new-symbolic.svg share/icons/elementary/actions/symbolic/system-devices-symbolic.svg +share/icons/elementary/actions/symbolic/system-run-symbolic.svg +share/icons/elementary/actions/symbolic/system-search-symbolic.svg share/icons/elementary/actions/symbolic/system-shutdown-symbolic.svg +share/icons/elementary/actions/symbolic/tab-new-symbolic.svg +share/icons/elementary/actions/symbolic/tag-symbolic.svg +share/icons/elementary/actions/symbolic/tools-check-spelling-symbolic.svg share/icons/elementary/actions/symbolic/view-column-symbolic.svg -share/icons/elementary/actions/symbolic/view-coverflow-symbolic.svg +share/icons/elementary/actions/symbolic/view-continuous-symbolic.svg +share/icons/elementary/actions/symbolic/view-dual-symbolic.svg +share/icons/elementary/actions/symbolic/view-filter-symbolic-rtl.svg share/icons/elementary/actions/symbolic/view-filter-symbolic.svg share/icons/elementary/actions/symbolic/view-fullscreen-symbolic.svg share/icons/elementary/actions/symbolic/view-grid-symbolic.svg @@ -645,53 +636,23 @@ share/icons/elementary/actions/symbolic/ share/icons/elementary/actions/symbolic/view-list-images-symbolic.svg share/icons/elementary/actions/symbolic/view-list-symbolic.svg share/icons/elementary/actions/symbolic/view-list-video-symbolic.svg +share/icons/elementary/actions/symbolic/view-more-symbolic.svg +share/icons/elementary/actions/symbolic/view-paged-symbolic.svg share/icons/elementary/actions/symbolic/view-refresh-symbolic.svg share/icons/elementary/actions/symbolic/view-restore-symbolic.svg +share/icons/elementary/actions/symbolic/view-sort-ascending-symbolic.svg +share/icons/elementary/actions/symbolic/view-sort-descending-symbolic.svg share/icons/elementary/actions/symbolic/window-close-symbolic.svg -share/icons/elementary/animations/22/nm-stage01-connecting01.svg -share/icons/elementary/animations/22/nm-stage01-connecting02.svg -share/icons/elementary/animations/22/nm-stage01-connecting03.svg -share/icons/elementary/animations/22/nm-stage01-connecting04.svg -share/icons/elementary/animations/22/nm-stage01-connecting05.svg -share/icons/elementary/animations/22/nm-stage01-connecting06.svg -share/icons/elementary/animations/22/nm-stage01-connecting07.svg -share/icons/elementary/animations/22/nm-stage01-connecting08.svg -share/icons/elementary/animations/22/nm-stage01-connecting09.svg -share/icons/elementary/animations/22/nm-stage01-connecting10.svg -share/icons/elementary/animations/22/nm-stage01-connecting11.svg -share/icons/elementary/animations/22/nm-stage02-connecting01.svg -share/icons/elementary/animations/22/nm-stage02-connecting02.svg -share/icons/elementary/animations/22/nm-stage02-connecting03.svg -share/icons/elementary/animations/22/nm-stage02-connecting04.svg -share/icons/elementary/animations/22/nm-stage02-connecting05.svg -share/icons/elementary/animations/22/nm-stage02-connecting06.svg -share/icons/elementary/animations/22/nm-stage02-connecting07.svg -share/icons/elementary/animations/22/nm-stage02-connecting08.svg -share/icons/elementary/animations/22/nm-stage02-connecting09.svg -share/icons/elementary/animations/22/nm-stage02-connecting10.svg -share/icons/elementary/animations/22/nm-stage02-connecting11.svg -share/icons/elementary/animations/22/nm-stage03-connecting01.svg -share/icons/elementary/animations/22/nm-stage03-connecting02.svg -share/icons/elementary/animations/22/nm-stage03-connecting03.svg -share/icons/elementary/animations/22/nm-stage03-connecting04.svg -share/icons/elementary/animations/22/nm-stage03-connecting05.svg -share/icons/elementary/animations/22/nm-stage03-connecting06.svg -share/icons/elementary/animations/22/nm-stage03-connecting07.svg -share/icons/elementary/animations/22/nm-stage03-connecting08.svg -share/icons/elementary/animations/22/nm-stage03-connecting09.svg -share/icons/elementary/animations/22/nm-stage03-connecting10.svg -share/icons/elementary/animations/22/nm-stage03-connecting11.svg -share/icons/elementary/animations/22/nm-vpn-connecting01.svg -share/icons/elementary/animations/22/nm-vpn-connecting02.svg -share/icons/elementary/animations/22/nm-vpn-connecting03.svg -share/icons/elementary/animations/22/nm-vpn-connecting04.svg -share/icons/elementary/animations/22/nm-vpn-connecting05.svg -share/icons/elementary/animations/22/nm-vpn-connecting06.svg -share/icons/elementary/animations/22/nm-vpn-connecting07.svg -share/icons/elementary/animations/22/nm-vpn-connecting08.svg -share/icons/elementary/animations/22/nm-vpn-connecting09.svg -share/icons/elementary/animations/22/nm-vpn-connecting10.svg -share/icons/elementary/animations/22/nm-vpn-connecting11.svg +share/icons/elementary/actions/symbolic/window-maximize-symbolic-rtl.svg +share/icons/elementary/actions/symbolic/window-maximize-symbolic.svg +share/icons/elementary/actions/symbolic/window-minimize-symbolic.svg +share/icons/elementary/actions/symbolic/window-restore-symbolic-rtl.svg +share/icons/elementary/actions/symbolic/window-restore-symbolic.svg +share/icons/elementary/actions/symbolic/zoom-fit-best-symbolic.svg +share/icons/elementary/actions/symbolic/zoom-in-symbolic.svg +share/icons/elementary/actions/symbolic/zoom-original-symbolic.svg +share/icons/elementary/actions/symbolic/zoom-out-symbolic.svg +share/icons/elementary/actions@2x share/icons/elementary/animations/24/nm-stage01-connecting01.svg share/icons/elementary/animations/24/nm-stage01-connecting02.svg share/icons/elementary/animations/24/nm-stage01-connecting03.svg @@ -739,156 +700,130 @@ share/icons/elementary/animations/24/nm- share/icons/elementary/animations/24/nm-vpn-connecting12.svg share/icons/elementary/animations/24/nm-vpn-connecting13.svg share/icons/elementary/animations/24/nm-vpn-connecting14.svg -share/icons/elementary/animations/48/pk-action-refresh-cache.svg -share/icons/elementary/apps/128/accessories-dictionary.svg +share/icons/elementary/animations@2x +share/icons/elementary/apps/128/accessories-camera.svg share/icons/elementary/apps/128/accessories-text-editor.svg +share/icons/elementary/apps/128/applets-screenshooter.svg share/icons/elementary/apps/128/application-default-icon.svg +share/icons/elementary/apps/128/archive-manager.svg share/icons/elementary/apps/128/evince.svg -share/icons/elementary/apps/128/facebook.svg -share/icons/elementary/apps/128/help-browser.svg -share/icons/elementary/apps/128/help.svg -share/icons/elementary/apps/128/im-facebook.svg +share/icons/elementary/apps/128/file-roller.svg +share/icons/elementary/apps/128/geary.svg share/icons/elementary/apps/128/internet-mail.svg share/icons/elementary/apps/128/internet-news-reader.svg +share/icons/elementary/apps/128/internet-web-browser.svg share/icons/elementary/apps/128/midori.svg share/icons/elementary/apps/128/multimedia-audio-player.svg +share/icons/elementary/apps/128/multimedia-photo-manager.svg share/icons/elementary/apps/128/multimedia-video-player.svg share/icons/elementary/apps/128/office-address-book.svg share/icons/elementary/apps/128/office-calendar.svg -share/icons/elementary/apps/128/office-database.svg share/icons/elementary/apps/128/postscript-viewer.svg +share/icons/elementary/apps/128/preferences-desktop-font.svg share/icons/elementary/apps/128/preferences-desktop.svg -share/icons/elementary/apps/128/shotwell.svg -share/icons/elementary/apps/128/softwarecenter.svg share/icons/elementary/apps/128/system-file-manager.svg share/icons/elementary/apps/128/system-software-installer.svg share/icons/elementary/apps/128/system-software-update.svg -share/icons/elementary/apps/128/totem.svg -share/icons/elementary/apps/128/twitter.svg share/icons/elementary/apps/128/ubiquity.svg -share/icons/elementary/apps/128/utilities-system-monitor.svg share/icons/elementary/apps/128/utilities-terminal.svg -share/icons/elementary/apps/16/accessories-calculator.svg -share/icons/elementary/apps/16/accessories-dictionary.svg +share/icons/elementary/apps/128/web-browser.svg +share/icons/elementary/apps/16/accessories-camera.svg share/icons/elementary/apps/16/accessories-text-editor.svg share/icons/elementary/apps/16/application-default-icon.svg +share/icons/elementary/apps/16/archive-manager.svg +share/icons/elementary/apps/16/bluetooth.svg +share/icons/elementary/apps/16/calendar.svg share/icons/elementary/apps/16/evince.svg -share/icons/elementary/apps/16/facebook.svg -share/icons/elementary/apps/16/flickr.svg -share/icons/elementary/apps/16/help-browser.svg -share/icons/elementary/apps/16/help.svg -share/icons/elementary/apps/16/im-facebook.svg +share/icons/elementary/apps/16/file-roller.svg +share/icons/elementary/apps/16/geary.svg +share/icons/elementary/apps/16/internet-chat.svg share/icons/elementary/apps/16/internet-mail.svg share/icons/elementary/apps/16/internet-news-reader.svg +share/icons/elementary/apps/16/internet-web-browser.svg share/icons/elementary/apps/16/multimedia-audio-player.svg +share/icons/elementary/apps/16/multimedia-photo-manager.svg share/icons/elementary/apps/16/multimedia-video-player.svg share/icons/elementary/apps/16/office-address-book.svg share/icons/elementary/apps/16/office-calendar.svg -share/icons/elementary/apps/16/office-database.svg share/icons/elementary/apps/16/postscript-viewer.svg -share/icons/elementary/apps/16/shotwell.svg -share/icons/elementary/apps/16/softwarecenter.svg +share/icons/elementary/apps/16/preferences-desktop-font.svg share/icons/elementary/apps/16/system-file-manager.svg share/icons/elementary/apps/16/system-software-installer.svg share/icons/elementary/apps/16/system-software-update.svg share/icons/elementary/apps/16/system-users.svg -share/icons/elementary/apps/16/totem.svg share/icons/elementary/apps/16/ubiquity.svg share/icons/elementary/apps/16/utilities-terminal.svg -share/icons/elementary/apps/22/accessories-calculator.svg -share/icons/elementary/apps/22/accessories-dictionary.svg -share/icons/elementary/apps/22/accessories-text-editor.svg -share/icons/elementary/apps/22/application-default-icon.svg -share/icons/elementary/apps/22/bluetooth.svg -share/icons/elementary/apps/22/evince.svg -share/icons/elementary/apps/22/gmail.svg -share/icons/elementary/apps/22/help-browser.svg -share/icons/elementary/apps/22/help.svg -share/icons/elementary/apps/22/internet-news-reader.svg -share/icons/elementary/apps/22/multimedia-audio-player.svg -share/icons/elementary/apps/22/office-address-book.svg -share/icons/elementary/apps/22/office-calendar.svg -share/icons/elementary/apps/22/office-database.svg -share/icons/elementary/apps/22/postscript-viewer.svg -share/icons/elementary/apps/22/softwarecenter.svg -share/icons/elementary/apps/22/system-file-manager.svg -share/icons/elementary/apps/22/system-software-installer.svg -share/icons/elementary/apps/22/system-software-update.svg -share/icons/elementary/apps/22/system-users.svg -share/icons/elementary/apps/22/ubiquity.svg -share/icons/elementary/apps/22/utilities-terminal.svg -share/icons/elementary/apps/24/accessories-calculator.svg -share/icons/elementary/apps/24/accessories-dictionary.svg share/icons/elementary/apps/24/accessories-text-editor.svg share/icons/elementary/apps/24/application-default-icon.svg -share/icons/elementary/apps/24/bluetooth.svg +share/icons/elementary/apps/24/archive-manager.svg +share/icons/elementary/apps/24/empathy.svg share/icons/elementary/apps/24/evince.svg -share/icons/elementary/apps/24/gmail.svg -share/icons/elementary/apps/24/help-browser.svg -share/icons/elementary/apps/24/help.svg -share/icons/elementary/apps/24/hwbrowser.svg -share/icons/elementary/apps/24/hwinfo.svg +share/icons/elementary/apps/24/file-roller.svg +share/icons/elementary/apps/24/internet-chat.svg share/icons/elementary/apps/24/internet-news-reader.svg share/icons/elementary/apps/24/internet-web-browser.svg -share/icons/elementary/apps/24/jockey.svg share/icons/elementary/apps/24/multimedia-audio-player.svg +share/icons/elementary/apps/24/multimedia-photo-manager.svg +share/icons/elementary/apps/24/multimedia-photo-viewer.svg share/icons/elementary/apps/24/multimedia-video-player.svg share/icons/elementary/apps/24/office-address-book.svg +share/icons/elementary/apps/24/office-calendar-symbolic.svg share/icons/elementary/apps/24/office-calendar.svg -share/icons/elementary/apps/24/office-database.svg share/icons/elementary/apps/24/postscript-viewer.svg -share/icons/elementary/apps/24/software-properties.svg -share/icons/elementary/apps/24/softwarecenter.svg +share/icons/elementary/apps/24/preferences-desktop-font.svg +share/icons/elementary/apps/24/preferences-desktop.svg share/icons/elementary/apps/24/system-file-manager.svg share/icons/elementary/apps/24/system-software-installer.svg share/icons/elementary/apps/24/system-software-update.svg share/icons/elementary/apps/24/system-users.svg -share/icons/elementary/apps/24/totem.svg share/icons/elementary/apps/24/ubiquity.svg -share/icons/elementary/apps/24/utilities-system-monitor.svg share/icons/elementary/apps/24/utilities-terminal.svg -share/icons/elementary/apps/24/web-browser.svg -share/icons/elementary/apps/32/accessories-dictionary.svg +share/icons/elementary/apps/32/accessories-calculator.svg +share/icons/elementary/apps/32/accessories-camera.svg share/icons/elementary/apps/32/accessories-text-editor.svg +share/icons/elementary/apps/32/applets-screenshooter.svg share/icons/elementary/apps/32/application-default-icon.svg -share/icons/elementary/apps/32/bluetooth.svg +share/icons/elementary/apps/32/archive-manager.svg +share/icons/elementary/apps/32/empathy.svg share/icons/elementary/apps/32/evince.svg -share/icons/elementary/apps/32/help-browser.svg -share/icons/elementary/apps/32/help.svg +share/icons/elementary/apps/32/file-roller.svg +share/icons/elementary/apps/32/geary.svg +share/icons/elementary/apps/32/ibus-setup.svg +share/icons/elementary/apps/32/internet-chat.svg share/icons/elementary/apps/32/internet-mail.svg share/icons/elementary/apps/32/internet-news-reader.svg +share/icons/elementary/apps/32/internet-web-browser.svg +share/icons/elementary/apps/32/jockey.svg *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun Aug 30 13:43:06 2015 Return-Path: Delivered-To: svn-ports-all@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 6EBEA9C6260; Sun, 30 Aug 2015 13:43:06 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (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 0F020D98; Sun, 30 Aug 2015 13:43:06 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: by wicne3 with SMTP id ne3so52996672wic.0; Sun, 30 Aug 2015 06:43:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=Ju7akEM74q7OKnZHrO3PYXZ4PcAOkG2xV/oDeJnsu3I=; b=ixgWsDhmRpJP6ZEcRiYEj03w0cleMXea9rY1LcTqVNFdpY51Y8bdNs+GQcHMctmuj6 3shMMETmifxm8+A5QnfdhysMfoVnKYfNF/B2K+yMfFc5QMYDK8I9DWeIieue1jbuRzrg 1EHgb39FdI0vD1P9WNm8nTUVL0aA5kjH/+Xhb22fJz+fuHPwV0BWDBcAJgl6h3HDV0Mz UKQMECle+MFRLpFeg/49/B4x08rX2DPlIDfSMjT1bNRiLcCAQT4NSsDgvpM1NlX5M0HO B8SR0MfvQuwG729CtxIjLKHfg0Wq6jMw0bNM2xI6uk+PyqIu9G2tgpcFPz7OTZ2sM3KV HX2g== X-Received: by 10.180.211.82 with SMTP id na18mr14810821wic.76.1440942184535; Sun, 30 Aug 2015 06:43:04 -0700 (PDT) Received: from tuborg (AMarseille-655-1-632-116.w86-219.abo.wanadoo.fr. [86.219.57.116]) by smtp.gmail.com with ESMTPSA id c3sm17484211wja.3.2015.08.30.06.43.03 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Aug 2015 06:43:03 -0700 (PDT) Sender: Olivier Duchateau Date: Sun, 30 Aug 2015 15:41:57 +0000 From: Olivier Duchateau To: "Vanilla I. Shu" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395579 - head/www/iojs Message-Id: <20150830154157.13a5fd1386078a4ca486d223@freebsd.org> In-Reply-To: <201508300233.t7U2XbuQ066241@repo.freebsd.org> References: <201508300233.t7U2XbuQ066241@repo.freebsd.org> X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.25; i386-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 13:43:06 -0000 On Sun, 30 Aug 2015 02:33:37 +0000 (UTC) "Vanilla I. Shu" wrote: > Author: vanilla > Date: Sun Aug 30 02:33:36 2015 > New Revision: 395579 > URL: https://svnweb.freebsd.org/changeset/ports/395579 > > Log: > Upgrade to 3.2.0. > > PR: 202747 > Submitted by: maintainer I'm not the maintainer, it's a mistake. I just sent PR in order to update www/iojs. > > Modified: > head/www/iojs/Makefile > head/www/iojs/distinfo > > Modified: head/www/iojs/Makefile > ============================================================================== > --- head/www/iojs/Makefile Sat Aug 29 23:26:24 2015 (r395578) > +++ head/www/iojs/Makefile Sun Aug 30 02:33:36 2015 (r395579) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= iojs > -PORTVERSION= 3.0.0 > +PORTVERSION= 3.2.0 > DISTVERSIONPREFIX= v > CATEGORIES= www > > @@ -18,6 +18,8 @@ GH_PROJECT= io.js > HAS_CONFIGURE= yes > USE_LDCONFIG= yes > > +WRKSRC= ${WRKDIR}/node-${PORTVERSION} > + > CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* > > ONLY_FOR_ARCHS= i386 amd64 > > Modified: head/www/iojs/distinfo > ============================================================================== > --- head/www/iojs/distinfo Sat Aug 29 23:26:24 2015 (r395578) > +++ head/www/iojs/distinfo Sun Aug 30 02:33:36 2015 (r395579) > @@ -1,2 +1,2 @@ > -SHA256 (nodejs-io.js-v3.0.0_GH0.tar.gz) = bef86ca4305e6441d5dd22b6dbdb1e54c4efdaa1542a38c1606d4b7485aa58f7 > -SIZE (nodejs-io.js-v3.0.0_GH0.tar.gz) = 36326169 > +SHA256 (nodejs-io.js-v3.2.0_GH0.tar.gz) = bfaf8fef105ea6568f6f8512c08b1f16d9539fcdcde0815b8d5285b4bf92a29f > +SIZE (nodejs-io.js-v3.2.0_GH0.tar.gz) = 36352683 > -- Olivier Duchateau From owner-svn-ports-all@freebsd.org Sun Aug 30 13:47:11 2015 Return-Path: Delivered-To: svn-ports-all@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 7FD4F9C636A; Sun, 30 Aug 2015 13:47:11 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 540AF131D; Sun, 30 Aug 2015 13:47:11 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UDlBcW051688; Sun, 30 Aug 2015 13:47:11 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UDlAoi051684; Sun, 30 Aug 2015 13:47:10 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201508301347.t7UDlAoi051684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 30 Aug 2015 13:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395619 - head/x11-themes/greybird-theme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 13:47:11 -0000 Author: olivierd Date: Sun Aug 30 13:47:09 2015 New Revision: 395619 URL: https://svnweb.freebsd.org/changeset/ports/395619 Log: Update to 1.6.1 Modified: head/x11-themes/greybird-theme/Makefile head/x11-themes/greybird-theme/distinfo head/x11-themes/greybird-theme/pkg-plist Modified: head/x11-themes/greybird-theme/Makefile ============================================================================== --- head/x11-themes/greybird-theme/Makefile Sun Aug 30 13:39:26 2015 (r395618) +++ head/x11-themes/greybird-theme/Makefile Sun Aug 30 13:47:09 2015 (r395619) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= greybird -PORTVERSION= 1.6 +PORTVERSION= 1.6.1 DISTVERSIONPREFIX= v CATEGORIES= x11-themes xfce PKGNAMESUFFIX= -theme Modified: head/x11-themes/greybird-theme/distinfo ============================================================================== --- head/x11-themes/greybird-theme/distinfo Sun Aug 30 13:39:26 2015 (r395618) +++ head/x11-themes/greybird-theme/distinfo Sun Aug 30 13:47:09 2015 (r395619) @@ -1,2 +1,2 @@ -SHA256 (shimmerproject-Greybird-v1.6_GH0.tar.gz) = 983b6fe80ac8fb3598b01b53379c617b43a60762df6ea90bd4373fe2dec71fa5 -SIZE (shimmerproject-Greybird-v1.6_GH0.tar.gz) = 119157 +SHA256 (shimmerproject-Greybird-v1.6.1_GH0.tar.gz) = 92a47d1fb9535f3cf0b59ae63fe804a6c308f72d90957d2dc7a2abbad42c9b1c +SIZE (shimmerproject-Greybird-v1.6.1_GH0.tar.gz) = 120862 Modified: head/x11-themes/greybird-theme/pkg-plist ============================================================================== --- head/x11-themes/greybird-theme/pkg-plist Sun Aug 30 13:39:26 2015 (r395618) +++ head/x11-themes/greybird-theme/pkg-plist Sun Aug 30 13:47:09 2015 (r395619) @@ -48,6 +48,15 @@ share/themes/Greybird/gtk-3.0/assets/rad share/themes/Greybird/gtk-3.0/assets/radio-unselected-insensitive.png share/themes/Greybird/gtk-3.0/assets/radio-unselected.png share/themes/Greybird/gtk-3.0/assets/resize-grip.png +share/themes/Greybird/gtk-3.0/assets/titlebutton-close-active.png +share/themes/Greybird/gtk-3.0/assets/titlebutton-close-hover.png +share/themes/Greybird/gtk-3.0/assets/titlebutton-close.png +share/themes/Greybird/gtk-3.0/assets/titlebutton-maximize-active.png +share/themes/Greybird/gtk-3.0/assets/titlebutton-maximize-hover.png +share/themes/Greybird/gtk-3.0/assets/titlebutton-maximize.png +share/themes/Greybird/gtk-3.0/assets/titlebutton-minimize-active.png +share/themes/Greybird/gtk-3.0/assets/titlebutton-minimize-hover.png +share/themes/Greybird/gtk-3.0/assets/titlebutton-minimize.png share/themes/Greybird/gtk-3.0/gtk-widgets-assets.css share/themes/Greybird/gtk-3.0/gtk-widgets.css share/themes/Greybird/gtk-3.0/gtk.css From owner-svn-ports-all@freebsd.org Sun Aug 30 14:11:24 2015 Return-Path: Delivered-To: svn-ports-all@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 1C3EC9C67AF; Sun, 30 Aug 2015 14:11:24 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 0A2B11F99; Sun, 30 Aug 2015 14:11:24 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UEBNWb063146; Sun, 30 Aug 2015 14:11:23 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UEBNvU063144; Sun, 30 Aug 2015 14:11:23 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201508301411.t7UEBNvU063144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Sun, 30 Aug 2015 14:11:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395620 - head/www/py-tornado X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 14:11:24 -0000 Author: gblach Date: Sun Aug 30 14:11:22 2015 New Revision: 395620 URL: https://svnweb.freebsd.org/changeset/ports/395620 Log: Update to 4.2.1 PR: 202100 Approved by: maintainer timeout Modified: head/www/py-tornado/Makefile head/www/py-tornado/distinfo Modified: head/www/py-tornado/Makefile ============================================================================== --- head/www/py-tornado/Makefile Sun Aug 30 13:47:09 2015 (r395619) +++ head/www/py-tornado/Makefile Sun Aug 30 14:11:22 2015 (r395620) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tornado -PORTVERSION= 4.2 -PORTREVISION= 1 +PORTVERSION= 4.2.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-tornado/distinfo ============================================================================== --- head/www/py-tornado/distinfo Sun Aug 30 13:47:09 2015 (r395619) +++ head/www/py-tornado/distinfo Sun Aug 30 14:11:22 2015 (r395620) @@ -1,2 +1,2 @@ -SHA256 (tornado-4.2.tar.gz) = e8b1207da67dbdceebfb291292b4ef1b547d6171525bec1b366853f923456a5f -SIZE (tornado-4.2.tar.gz) = 433734 +SHA256 (tornado-4.2.1.tar.gz) = a16fcdc4f76b184cb82f4f9eaeeacef6113b524b26a2cb331222e4a7fa6f2969 +SIZE (tornado-4.2.1.tar.gz) = 434304 From owner-svn-ports-all@freebsd.org Sun Aug 30 14:21:07 2015 Return-Path: Delivered-To: svn-ports-all@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 6F23B9C6A22 for ; Sun, 30 Aug 2015 14:21:07 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-vk0-f52.google.com (mail-vk0-f52.google.com [209.85.213.52]) (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 306502F5 for ; Sun, 30 Aug 2015 14:21:06 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by vkhf67 with SMTP id f67so27636203vkh.1 for ; Sun, 30 Aug 2015 07:21:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=OdUVDk5LvBLMoQNynE50fY9ItCCoWeUW3FtJrLY9nPs=; b=QRygrAvSDIovL5qBeVhJPsWLzJjdaD4WCWM88FKStH8DYilUQVLz69ml2LHhVp2hZD 7ixTD/OoQTOUWwbToUbwNEQLXxEalTlcpndUekq262D7HdE0avS1chYhMIiK2JMZU2x5 Vllo53XbVyntFPf4r7azxP5Q43xJf0Es+zkDkx2orPm4BwAWKy16DMG/UBFmcALbsfA3 15JqaaskuO9IL1he90AbCbN/v8X6NzHJ7qHdqh+bf9XgliPV1aZ/zVvjxUMQFr35QDgH FBz6tO25BNNqx3VDDptd+PE2lhvlx7DRj9196lgGsP+uTTsMBDNSlJrW91L3cSRLGzCB RH5w== X-Gm-Message-State: ALoCoQlxePohMeyhe+C3ONxCeNyDHMGLP8//ZPqowMZcZGms9k44YV5KTTqd7L7EcF8858fVBeVH MIME-Version: 1.0 X-Received: by 10.52.164.109 with SMTP id yp13mr15571408vdb.30.1440944459952; Sun, 30 Aug 2015 07:20:59 -0700 (PDT) Received: by 10.31.72.135 with HTTP; Sun, 30 Aug 2015 07:20:59 -0700 (PDT) Reply-To: v@fatpipi.com In-Reply-To: <20150830154157.13a5fd1386078a4ca486d223@freebsd.org> References: <201508300233.t7U2XbuQ066241@repo.freebsd.org> <20150830154157.13a5fd1386078a4ca486d223@freebsd.org> Date: Sun, 30 Aug 2015 22:20:59 +0800 Message-ID: Subject: Re: svn commit: r395579 - head/www/iojs From: Vanilla Hsu To: Olivier Duchateau , Daniel Lin Cc: "Vanilla I. Shu" , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 14:21:07 -0000 ops, my fault. Daniel, it's my mistake, would you approved this pr? 2015-08-30 23:41 GMT+08:00 Olivier Duchateau : > On Sun, 30 Aug 2015 02:33:37 +0000 (UTC) > "Vanilla I. Shu" wrote: > > > Author: vanilla > > Date: Sun Aug 30 02:33:36 2015 > > New Revision: 395579 > > URL: https://svnweb.freebsd.org/changeset/ports/395579 > > > > Log: > > Upgrade to 3.2.0. > > > > PR: 202747 > > Submitted by: maintainer > > I'm not the maintainer, it's a mistake. I just sent PR in order to update > www/iojs. > > > > > Modified: > > head/www/iojs/Makefile > > head/www/iojs/distinfo > > > > Modified: head/www/iojs/Makefile > > > ============================================================================== > > --- head/www/iojs/Makefile Sat Aug 29 23:26:24 2015 (r395578) > > +++ head/www/iojs/Makefile Sun Aug 30 02:33:36 2015 (r395579) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= iojs > > -PORTVERSION= 3.0.0 > > +PORTVERSION= 3.2.0 > > DISTVERSIONPREFIX= v > > CATEGORIES= www > > > > @@ -18,6 +18,8 @@ GH_PROJECT= io.js > > HAS_CONFIGURE= yes > > USE_LDCONFIG= yes > > > > +WRKSRC= ${WRKDIR}/node-${PORTVERSION} > > + > > CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* > > > > ONLY_FOR_ARCHS= i386 amd64 > > > > Modified: head/www/iojs/distinfo > > > ============================================================================== > > --- head/www/iojs/distinfo Sat Aug 29 23:26:24 2015 (r395578) > > +++ head/www/iojs/distinfo Sun Aug 30 02:33:36 2015 (r395579) > > @@ -1,2 +1,2 @@ > > -SHA256 (nodejs-io.js-v3.0.0_GH0.tar.gz) = > bef86ca4305e6441d5dd22b6dbdb1e54c4efdaa1542a38c1606d4b7485aa58f7 > > -SIZE (nodejs-io.js-v3.0.0_GH0.tar.gz) = 36326169 > > +SHA256 (nodejs-io.js-v3.2.0_GH0.tar.gz) = > bfaf8fef105ea6568f6f8512c08b1f16d9539fcdcde0815b8d5285b4bf92a29f > > +SIZE (nodejs-io.js-v3.2.0_GH0.tar.gz) = 36352683 > > > > > -- > Olivier Duchateau > From owner-svn-ports-all@freebsd.org Sun Aug 30 14:38:28 2015 Return-Path: Delivered-To: svn-ports-all@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 45FF09C6D95; Sun, 30 Aug 2015 14:38:28 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 369F2B52; Sun, 30 Aug 2015 14:38:28 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UEcSHL072455; Sun, 30 Aug 2015 14:38:28 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UEcSa5072454; Sun, 30 Aug 2015 14:38:28 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201508301438.t7UEcSa5072454@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, 30 Aug 2015 14:38:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395621 - head/textproc/wv2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 14:38:28 -0000 Author: rakuco Date: Sun Aug 30 14:38:27 2015 New Revision: 395621 URL: https://svnweb.freebsd.org/changeset/ports/395621 Log: Switch to USES=cmake:outsource. Modified: head/textproc/wv2/Makefile Modified: head/textproc/wv2/Makefile ============================================================================== --- head/textproc/wv2/Makefile Sun Aug 30 14:11:22 2015 (r395620) +++ head/textproc/wv2/Makefile Sun Aug 30 14:38:27 2015 (r395621) @@ -12,7 +12,7 @@ COMMENT= Library providing routines to a USE_GNOME= libgsf GNU_CONFIGURE= yes -USES= cmake iconv pkgconfig libtool tar:bzip2 +USES= cmake:outsource iconv pkgconfig libtool tar:bzip2 USE_LDCONFIG= yes post-patch: From owner-svn-ports-all@freebsd.org Sun Aug 30 15:25:29 2015 Return-Path: Delivered-To: svn-ports-all@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 F28B99C67A4; Sun, 30 Aug 2015 15:25:28 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 D725C1FC; Sun, 30 Aug 2015 15:25:28 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UFPS7R094498; Sun, 30 Aug 2015 15:25:28 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UFPRMQ094493; Sun, 30 Aug 2015 15:25:27 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201508301525.t7UFPRMQ094493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 30 Aug 2015 15:25:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395622 - in head/graphics: . hdr_tools hdr_tools/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 15:25:29 -0000 Author: danfe Date: Sun Aug 30 15:25:26 2015 New Revision: 395622 URL: https://svnweb.freebsd.org/changeset/ports/395622 Log: Add a port of HDR tools, a set of command-line utilities for creating and manipulating High Dynamic Range (HDR) images. WWW: http://ttic.uchicago.edu/~cotter/projects/hdr_tools/ Added: head/graphics/hdr_tools/ head/graphics/hdr_tools/Makefile (contents, props changed) head/graphics/hdr_tools/distinfo (contents, props changed) head/graphics/hdr_tools/files/ head/graphics/hdr_tools/files/patch-Makefile (contents, props changed) head/graphics/hdr_tools/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Aug 30 14:38:27 2015 (r395621) +++ head/graphics/Makefile Sun Aug 30 15:25:26 2015 (r395622) @@ -329,6 +329,7 @@ SUBDIR += guilib SUBDIR += gwenview-kde4 SUBDIR += gx + SUBDIR += hdr_tools SUBDIR += hobbes-icons-xpm SUBDIR += hppsmtools SUBDIR += hs-HGL Added: head/graphics/hdr_tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/hdr_tools/Makefile Sun Aug 30 15:25:26 2015 (r395622) @@ -0,0 +1,52 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= hdr_tools +PORTVERSION= 0.0.2010.11.23 # unspecified by the author, so use the date +CATEGORIES= graphics +MASTER_SITES= http://ttic.uchicago.edu/~cotter/projects/hdr_tools/archives/ \ + http://freebsd.nsu.ru/distfiles/ +DISTNAME= hdr_src + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Command-line tools for creating and manipulating HDR images + +LICENSE= GPLv3 + +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ + libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick + +USES= compiler:features gmake pkgconfig tar:tgz +NO_WRKSUBDIR= yes + +PROGRAMS= hdr_adjust hdr_convert hdr_create hdr_denoise hdr_fix_ca \ + hdr_squish + +PLIST_FILES= ${PROGRAMS:S,^,bin/,} + +.include + +.if ${MACHINE_CPU:Msse2} +CXXFLAGS+= -msse2 -mfpmath=sse +.endif + +.if ${COMPILER_FEATURES:Mopenmp} +CXXFLAGS+= -fopenmp +.endif + +# NB: `math/ldouble' port provides these functions, but does not export +# them correctly; as a result linking with C++ code is currently broken +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000034 +BROKEN= requires logl(), expl(), log2l() +.endif + +post-patch: + @${REINPLACE_CMD} -e 's,RGBColorspace,s&,' ${WRKSRC}/image.cc + +do-install: + ${INSTALL_PROGRAM} ${PROGRAMS:S,^,${WRKSRC}/,} \ + ${STAGEDIR}/${PREFIX}/bin + +.include Added: head/graphics/hdr_tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/hdr_tools/distinfo Sun Aug 30 15:25:26 2015 (r395622) @@ -0,0 +1,2 @@ +SHA256 (hdr_src.tgz) = 8df65c7198552f33040c6400759b3849bd3212c04d434cda8a2b86f99694eb01 +SIZE (hdr_src.tgz) = 38943 Added: head/graphics/hdr_tools/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/hdr_tools/files/patch-Makefile Sun Aug 30 15:25:26 2015 (r395622) @@ -0,0 +1,47 @@ +--- Makefile.orig 2010-11-23 21:27:55 UTC ++++ Makefile +@@ -31,8 +31,12 @@ DEPENDENCY_HEADERS = \ + + + ifeq (${PLATFORM},linux) +-CFLAGS = -pthread -fopenmp -Wall -msse2 -mfpmath=sse -I/usr/include/ImageMagick -I/usr/include/OpenEXR +-LDFLAGS = -lIlmImf -lMagick++ -ltiff -lpopt -lstdc++ -lm ++CXX?= c++ ++CXXFLAGS+= -Wall ++CPPFLAGS+= `pkg-config --cflags popt` `pkg-config --cflags OpenEXR` \ ++ `Magick++-config --cppflags` ++LDFLAGS+= `pkg-config --libs popt` `pkg-config --libs libtiff-4` \ ++ `pkg-config --libs OpenEXR` `Magick++-config --libs` + EXECUTABLES = ${TARGET_SOURCES:%.cc=%} + endif + +@@ -64,14 +68,24 @@ CFLAGS := -O3 -funroll-loops -fomit-fram + endif + + ++TARGET_OBJS = $(TARGET_SOURCES:%.cc=%.o) ++DEPENDENCY_OBJS = $(DEPENDENCY_SOURCES:%.cc=%.o) ++ + .PHONY : all +-all : ${TARGET_SOURCES:%.cc=%} ++all : $(EXECUTABLES) + +-% : %.cc $(DEPENDENCY_HEADERS) $(DEPENDENCY_SOURCES) Makefile +- @echo "---- building \"$@\" from \"$<\" ($(PLATFORM)/$(BUILD)) ----" +- g++ $(CFLAGS) $< $(DEPENDENCY_SOURCES) -o $@ $(LDFLAGS) +- @echo ++$(TARGET_OBJS) $(DEPENDENCY_OBJS) : $(DEPENDENCY_HEADERS) ++$(EXECUTABLES) : $(DEPENDENCY_OBJS) ++$(foreach prog,$(EXECUTABLES),$(eval $$prog : $$prog.o)) ++ ++%.o : %.cc ++# Clang cannot compile image.cc and squish_luminance.cc with -O2 and above ++ $(CXX) $(if $(and $(shell $(CXX) -v 2>&1 | grep clang),$(filter \ ++ image.cc squish_luminance.cc,$<)),$(CXXFLAGS:-O%=-O1), \ ++ $(CXXFLAGS)) $(CPPFLAGS) -o $@ -c $< + ++% : %.o ++ $(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@ + + .PHONY : strip + strip : all Added: head/graphics/hdr_tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/hdr_tools/pkg-descr Sun Aug 30 15:25:26 2015 (r395622) @@ -0,0 +1,11 @@ +HDR Tools is a set of command-line tools for creating and manipulating High +Dynamic Range (HDR) images. It consists of six programs: hdr_create, +hdr_fix_ca, hdr_denoise, hdr_squish, hdr_adjust, and hdr_convert. + +Together, they can convert a set of bracketed photographs to HDR image (in +EXR format), fix chromatic aberrations and CCD noise, perform tone mapping +and some simple color manipulations, apply gamma correction and optionally +adjusts the exposure, crop, and finally convert the result into a "normal" +image (a JPG, for example). + +WWW: http://ttic.uchicago.edu/~cotter/projects/hdr_tools/ From owner-svn-ports-all@freebsd.org Sun Aug 30 15:43:02 2015 Return-Path: Delivered-To: svn-ports-all@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 49F689C6C8E; Sun, 30 Aug 2015 15:43:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 38027E9B; Sun, 30 Aug 2015 15:43:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UFh2Vf003464; Sun, 30 Aug 2015 15:43:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UFh24h003463; Sun, 30 Aug 2015 15:43:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508301543.t7UFh24h003463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 30 Aug 2015 15:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r395623 - branches/2015Q3/audio/libtremor X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 15:43:02 -0000 Author: jbeich Date: Sun Aug 30 15:43:01 2015 New Revision: 395623 URL: https://svnweb.freebsd.org/changeset/ports/395623 Log: MFH: r395573 audio/libtremor: chase homepage Not Found The requested URL /ogg/vorbis/ was not found on this server. Approved by: ports-secteam (delphij) Modified: branches/2015Q3/audio/libtremor/pkg-descr Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/audio/libtremor/pkg-descr ============================================================================== --- branches/2015Q3/audio/libtremor/pkg-descr Sun Aug 30 15:25:26 2015 (r395622) +++ branches/2015Q3/audio/libtremor/pkg-descr Sun Aug 30 15:43:01 2015 (r395623) @@ -1,4 +1,4 @@ The Tremor decoder library is an integer-only fully Ogg Vorbis compliant software decoder library. -WWW: http://www.xiph.org/ogg/vorbis/ +WWW: https://xiph.org/vorbis/ From owner-svn-ports-all@freebsd.org Sun Aug 30 16:04:45 2015 Return-Path: Delivered-To: svn-ports-all@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 401629C62C8; Sun, 30 Aug 2015 16:04:45 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 2F029B09; Sun, 30 Aug 2015 16:04:45 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UG4jes012888; Sun, 30 Aug 2015 16:04:45 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UG4h5C012879; Sun, 30 Aug 2015 16:04:43 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201508301604.t7UG4h5C012879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 30 Aug 2015 16:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395624 - in head/x11-toolkits/granite: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 16:04:45 -0000 Author: olivierd Date: Sun Aug 30 16:04:42 2015 New Revision: 395624 URL: https://svnweb.freebsd.org/changeset/ports/395624 Log: - Update to 0.3.1 - Sort USES - Remove unneeded patches Added: head/x11-toolkits/granite/files/patch-lib_Widgets_DatePicker.vala (contents, props changed) Deleted: head/x11-toolkits/granite/files/patch-lib__Widgets__ContractorView.vala head/x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala Modified: head/x11-toolkits/granite/Makefile head/x11-toolkits/granite/distinfo head/x11-toolkits/granite/files/patch-CMakeLists.txt head/x11-toolkits/granite/files/patch-lib__Application.vala head/x11-toolkits/granite/pkg-plist Modified: head/x11-toolkits/granite/Makefile ============================================================================== --- head/x11-toolkits/granite/Makefile Sun Aug 30 15:43:01 2015 (r395623) +++ head/x11-toolkits/granite/Makefile Sun Aug 30 16:04:42 2015 (r395624) @@ -3,14 +3,13 @@ # PORTNAME= granite -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.1 CATEGORIES= x11-toolkits -MASTER_SITES= https://launchpadlibrarian.net/176306383/ \ - https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION:R}/+download/ +MASTER_SITES= https://launchpadlibrarian.net/215905441/ \ + https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ MAINTAINER= olivierd@FreeBSD.org -COMMENT= Extensions of Gtk+ toolkit +COMMENT= Extensions of GTK3 toolkit LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING @@ -19,10 +18,11 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/va LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee RUN_DEPENDS= contractor:${PORTSDIR}/sysutils/contractor -USE_GCC= yes -USES= cmake pkgconfig gettext +USES= cmake gettext pkgconfig tar:xz USE_GNOME= glib20 gtk30 introspection:build INSTALLS_ICONS= yes USE_LDCONFIG= yes +CFLAGS+= -Wno-return-type + .include Modified: head/x11-toolkits/granite/distinfo ============================================================================== --- head/x11-toolkits/granite/distinfo Sun Aug 30 15:43:01 2015 (r395623) +++ head/x11-toolkits/granite/distinfo Sun Aug 30 16:04:42 2015 (r395624) @@ -1,2 +1,2 @@ -SHA256 (granite-0.3.0.tar.gz) = df950dd79749213971d50316c68edadf1fb3c2151cb7d63f6a6b9edf12084ad1 -SIZE (granite-0.3.0.tar.gz) = 285072 +SHA256 (granite-0.3.1.tar.xz) = 8ec1d61f9aba75f1b3a745e721288b0dfb34cb11d1307be80cef7b0571c2dec6 +SIZE (granite-0.3.1.tar.xz) = 277640 Modified: head/x11-toolkits/granite/files/patch-CMakeLists.txt ============================================================================== --- head/x11-toolkits/granite/files/patch-CMakeLists.txt Sun Aug 30 15:43:01 2015 (r395623) +++ head/x11-toolkits/granite/files/patch-CMakeLists.txt Sun Aug 30 16:04:42 2015 (r395624) @@ -1,26 +1,19 @@ ---- ./CMakeLists.txt.orig 2014-05-25 19:42:24.000000000 +0000 -+++ ./CMakeLists.txt 2014-07-27 10:49:39.000000000 +0000 -@@ -61,12 +61,18 @@ - --thread - --target-glib=2.32) - --if (CMAKE_SYSTEM_NAME MATCHES "Linux") -+if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") - set (VALAC_OPTIONS ${VALAC_OPTIONS} --define=LINUX) -+elseif (${CMAKE_SYSTEM_NAME} MATCHES "DragonFly") -+ set (VALAC_OPTIONS ${VALAC_OPTIONS} --define=DragonFly) -+elseif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") -+ set (VALAC_OPTIONS ${VALAC_OPTIONS} --define=FreeBSD) -+elseif (${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") -+ set (VALAC_OPTIONS ${VALAC_OPTIONS} --define=NetBSD) -+elseif (${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD") -+ set (VALAC_OPTIONS ${VALAC_OPTIONS} --define=OpenBSD) +--- CMakeLists.txt.orig 2015-08-30 10:13:06 UTC ++++ CMakeLists.txt +@@ -66,7 +66,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux" + elseif (${CMAKE_SYSTEM_NAME} MATCHES "DragonFly") + set (VALAC_OPTIONS ${VALAC_OPTIONS} --define=DRAGON_FLY) + elseif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") +- set (VALAC_OPTIONS ${VALAC_OPTIONS} --define=FFREE_BSD) ++ set (VALAC_OPTIONS ${VALAC_OPTIONS} --define=FREE_BSD) + elseif (${CMAKE_SYSTEM_NAME} MATCHES "NetBSD") + set (VALAC_OPTIONS ${VALAC_OPTIONS} --define=NET_BSD) + elseif (${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD") +@@ -74,7 +74,5 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "Op endif () add_subdirectory (lib) -add_subdirectory (demo) -add_subdirectory (doc) add_subdirectory (po) --add_subdirectory (icons) -\ No newline at end of file -+add_subdirectory (icons) + add_subdirectory (icons) Added: head/x11-toolkits/granite/files/patch-lib_Widgets_DatePicker.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/granite/files/patch-lib_Widgets_DatePicker.vala Sun Aug 30 16:04:42 2015 (r395624) @@ -0,0 +1,11 @@ +--- lib/Widgets/DatePicker.vala.orig 2015-08-30 10:13:06 UTC ++++ lib/Widgets/DatePicker.vala +@@ -77,7 +77,7 @@ namespace Granite.Widgets { + // Entry properties + can_focus = false; + editable = false; // user can't edit the entry directly +- secondary_icon_gicon = new ThemedIcon.with_default_fallbacks ("office-calendar-symbolic"); ++ secondary_icon_gicon = new ThemedIcon.with_default_fallbacks ("x-office-calendar-symbolic"); + + dropdown.add_events (EventMask.FOCUS_CHANGE_MASK); + dropdown.add (calendar); Modified: head/x11-toolkits/granite/files/patch-lib__Application.vala ============================================================================== --- head/x11-toolkits/granite/files/patch-lib__Application.vala Sun Aug 30 15:43:01 2015 (r395623) +++ head/x11-toolkits/granite/files/patch-lib__Application.vala Sun Aug 30 16:04:42 2015 (r395624) @@ -1,24 +1,15 @@ ---- ./lib/Application.vala.orig 2014-03-18 20:51:49.000000000 +0000 -+++ ./lib/Application.vala 2014-05-29 09:42:26.000000000 +0000 -@@ -69,6 +69,8 @@ - public Application () { - #if LINUX - prctl (15, exec_name, 0, 0, 0); -+#elif DragonFly || FreeBSD || NetBSD || OpenBSD -+ setproctitle (exec_name); - #endif - Environment.set_prgname (exec_name); +--- lib/Application.vala.orig 2015-08-30 10:13:06 UTC ++++ lib/Application.vala +@@ -157,7 +157,11 @@ namespace Granite { + message ("Kernel version: %s", (string) un.release); + Logger.DisplayLevel = LogLevel.WARN; -@@ -90,6 +92,12 @@ - #if LINUX - [CCode (cheader_filename = "sys/prctl.h", cname = "prctl")] - protected extern static int prctl (int option, string arg2, ulong arg3, ulong arg4, ulong arg5); -+#elif DragonFly || FreeBSD -+ [CCode (cheader_filename = "unistd.h", cname = "setproctitle")] -+ protected extern static void setproctitle (string fmt, ...); -+#elif NetBSD || OpenBSD -+ [CCode (cheader_filename = "stdlib.h", cname = "setproctitle")] -+ protected extern static void setproctitle (string fmt, ...); - #endif +- Intl.bindtextdomain (exec_name, build_data_dir + "/locale"); ++ Intl.setlocale (LocaleCategory.ALL, ""); ++ string langpack_dir = Path.build_path (Path.DIR_SEPARATOR_S, build_data_dir, "locale"); ++ Intl.bindtextdomain (exec_name, langpack_dir); ++ Intl.bind_textdomain_codeset (exec_name, "UTF-8"); ++ Intl.textdomain (exec_name); + + add_actions (); - /** Modified: head/x11-toolkits/granite/pkg-plist ============================================================================== --- head/x11-toolkits/granite/pkg-plist Sun Aug 30 15:43:01 2015 (r395623) +++ head/x11-toolkits/granite/pkg-plist Sun Aug 30 16:04:42 2015 (r395624) @@ -2,18 +2,18 @@ include/granite/granite.h include/granite/widgets-utils.h lib/girepository-1.0/Granite-1.0.typelib lib/libgranite.so -lib/libgranite.so.2 -lib/libgranite.so.2.0.1 +lib/libgranite.so.3 +lib/libgranite.so.3.0.1 libdata/pkgconfig/granite.pc share/gir-1.0/Granite-1.0.gir -share/icons/hicolor/16x16/actions/application-menu.svg share/icons/hicolor/16x16/actions/appointment.svg -share/icons/hicolor/22x22/actions/application-menu.svg -share/icons/hicolor/24x24/actions/application-menu.svg +share/icons/hicolor/16x16/actions/open-menu.svg +share/icons/hicolor/22x22/actions/open-menu.svg share/icons/hicolor/24x24/actions/appointment.svg -share/icons/hicolor/32x32/actions/application-menu.svg -share/icons/hicolor/48x48/actions/application-menu.svg -share/icons/hicolor/scalable/actions/application-menu-symbolic.svg +share/icons/hicolor/24x24/actions/open-menu.svg +share/icons/hicolor/32x32/actions/open-menu.svg +share/icons/hicolor/48x48/actions/open-menu.svg +share/icons/hicolor/scalable/actions/open-menu-symbolic.svg share/locale/af/LC_MESSAGES/granite.mo share/locale/am/LC_MESSAGES/granite.mo share/locale/ar/LC_MESSAGES/granite.mo @@ -42,6 +42,7 @@ share/locale/he/LC_MESSAGES/granite.mo share/locale/hi/LC_MESSAGES/granite.mo share/locale/hr/LC_MESSAGES/granite.mo share/locale/hu/LC_MESSAGES/granite.mo +share/locale/hy/LC_MESSAGES/granite.mo share/locale/id/LC_MESSAGES/granite.mo share/locale/it/LC_MESSAGES/granite.mo share/locale/ja/LC_MESSAGES/granite.mo @@ -50,6 +51,7 @@ share/locale/lb/LC_MESSAGES/granite.mo share/locale/lt/LC_MESSAGES/granite.mo share/locale/lv/LC_MESSAGES/granite.mo share/locale/ms/LC_MESSAGES/granite.mo +share/locale/my/LC_MESSAGES/granite.mo share/locale/nb/LC_MESSAGES/granite.mo share/locale/nl/LC_MESSAGES/granite.mo share/locale/nn/LC_MESSAGES/granite.mo From owner-svn-ports-all@freebsd.org Sun Aug 30 16:09:10 2015 Return-Path: Delivered-To: svn-ports-all@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 1DC519C6464; Sun, 30 Aug 2015 16:09:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 11800D50; Sun, 30 Aug 2015 16:09:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 0FBB71BCD; Sun, 30 Aug 2015 16:09:10 +0000 (UTC) Date: Sun, 30 Aug 2015 16:09:10 +0000 From: Alexey Dokuchaev To: Olivier Duchateau Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395624 - in head/x11-toolkits/granite: . files Message-ID: <20150830160909.GA15936@FreeBSD.org> References: <201508301604.t7UG4h5C012879@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201508301604.t7UG4h5C012879@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 16:09:10 -0000 On Sun, Aug 30, 2015 at 04:04:43PM +0000, Olivier Duchateau wrote: > New Revision: 395624 > URL: https://svnweb.freebsd.org/changeset/ports/395624 > > [...] > > MAINTAINER= olivierd@FreeBSD.org > -COMMENT= Extensions of Gtk+ toolkit > +COMMENT= Extensions of GTK3 toolkit Actually, correct official [1] project name should be GTK+3, while you've dropped the plus sign. ./danfe [1] http://www.gtk.org/ From owner-svn-ports-all@freebsd.org Sun Aug 30 16:17:44 2015 Return-Path: Delivered-To: svn-ports-all@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 EE8009C69D9; Sun, 30 Aug 2015 16:17:44 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 D28797B0; Sun, 30 Aug 2015 16:17:44 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UGHiIw017736; Sun, 30 Aug 2015 16:17:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UGHi6h017730; Sun, 30 Aug 2015 16:17:44 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201508301617.t7UGHi6h017730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 30 Aug 2015 16:17:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395625 - in head/devel/rebar3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 16:17:45 -0000 Author: olgeni Date: Sun Aug 30 16:17:43 2015 New Revision: 395625 URL: https://svnweb.freebsd.org/changeset/ports/395625 Log: Upgrade to commit bfd40d5 ("beta 2"). Modified: head/devel/rebar3/Makefile head/devel/rebar3/distinfo head/devel/rebar3/files/patch-bootstrap Modified: head/devel/rebar3/Makefile ============================================================================== --- head/devel/rebar3/Makefile Sun Aug 30 16:04:42 2015 (r395624) +++ head/devel/rebar3/Makefile Sun Aug 30 16:17:43 2015 (r395625) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= rebar3 -PORTVERSION= 20150630 -PORTREVISION= 1 +PORTVERSION= 20150830 CATEGORIES= devel -MASTER_SITES+= LOCAL/olgeni:pkg \ - http://olgeni.olgeni.com/~olgeni/distfiles/:pkg \ +MASTER_SITES+= LOCAL/olgeni:deps \ + http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ https://s3.amazonaws.com/s3.hex.pm/tarballs/:hex DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - rebar3-packages-1${EXTRACT_SUFX}:pkg -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + rebar3-cache-1${EXTRACT_SUFX}:deps +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ + rebar3-cache-1${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Build tool for Erlang @@ -24,7 +24,7 @@ OPTIONS_DEFINE= BASH ZSH USE_GITHUB= yes GH_ACCOUNT= rebar -GH_TAGNAME= 4f98106 +GH_TAGNAME= bfd40d5 PLIST_FILES= bin/${PORTNAME} PORTEXAMPLES= rebar.config.sample @@ -32,14 +32,13 @@ PORTEXAMPLES= rebar.config.sample BASH_PLIST_FILES= share/bash-completion/completions/rebar3 ZSH_PLIST_FILES= share/zsh/site-functions/_rebar3 -REBAR_PACKAGES= ${WRKDIR}/.cache/rebar3/hex/com/amazonaws/s3/s3.hex.pm/tarballs/packages - # from rebar.config -REBAR_DEPS= bbmustache-1.0.1 \ - erlware_commons-0.12.0 \ +REBAR_DEPS= bbmustache-1.0.4 \ + erlware_commons-0.15.0 \ getopt-0.8.2 \ providers-1.4.1 \ - relx-3.0.0 + relx-3.5.0 \ + ssl_verify_hostname-1.0.5 .for _dep in ${REBAR_DEPS} DISTFILES+= ${_dep}.tar:hex @@ -48,11 +47,7 @@ DISTFILES+= ${_dep}.tar:hex .include post-extract: - @${MKDIR} ${REBAR_PACKAGES} - @${TAR} xfz ${DISTDIR}/rebar3-packages-1${EXTRACT_SUFX} -C ${REBAR_PACKAGES} -.for _dep in ${REBAR_DEPS} - ${INSTALL_DATA} ${DISTDIR}/${_dep}.tar ${REBAR_PACKAGES} -.endfor + @${LN} -s cache ${WRKDIR}/.cache .for _dep in ${REBAR_DEPS} @${MKDIR} ${WRKSRC}/_build/default/lib/${_dep:C/-.*//} @${TAR} xOf ${DISTDIR}/${_dep}.tar contents.tar.gz |\ @@ -60,6 +55,7 @@ post-extract: .endfor do-build: + @${RM} ${WRKSRC}/rebar.lock @cd ${WRKSRC} && HOME=${WRKDIR} ./bootstrap do-install: Modified: head/devel/rebar3/distinfo ============================================================================== --- head/devel/rebar3/distinfo Sun Aug 30 16:04:42 2015 (r395624) +++ head/devel/rebar3/distinfo Sun Aug 30 16:17:43 2015 (r395625) @@ -1,14 +1,16 @@ -SHA256 (rebar-rebar3-20150630-4f98106_GH0.tar.gz) = d97d923f4d6bbf3c0b6d3a6290b1adff8f02221e5f4d980eca6c28f3b79931c6 -SIZE (rebar-rebar3-20150630-4f98106_GH0.tar.gz) = 151656 -SHA256 (rebar3-packages-1.tar.gz) = 66b4b36f7ca0064d35336ea8bd89c7bdabd3f7eca98949418f89c144d05155a1 -SIZE (rebar3-packages-1.tar.gz) = 216988 -SHA256 (bbmustache-1.0.1.tar) = 274f8e35a4f11d3ba40b2ebdae5784ce7faf2cd2b6c6e247d8d5273a30d56cd4 -SIZE (bbmustache-1.0.1.tar) = 20480 -SHA256 (erlware_commons-0.12.0.tar) = ee9a20540e9a60fd8b455a1fc18d7d341a7a4e3a255b6b91c4f5ba967e3ac98c -SIZE (erlware_commons-0.12.0.tar) = 61440 +SHA256 (rebar-rebar3-20150830-bfd40d5_GH0.tar.gz) = 1f4d165d39b0b56bb5689e0bc07ec933a147e5569c03a89850aee1d35af2c4fa +SIZE (rebar-rebar3-20150830-bfd40d5_GH0.tar.gz) = 310031 +SHA256 (rebar3-cache-1.tar.gz) = 3590ef8087f1b4427000d51e4830dcf78f2111852b50f4c7a8075fb8d1ac87ad +SIZE (rebar3-cache-1.tar.gz) = 293129 +SHA256 (bbmustache-1.0.4.tar) = 03b0d47db66e86df993896dce7578d7e4aae5f84636809b45fa8a3e34ee59b12 +SIZE (bbmustache-1.0.4.tar) = 20480 +SHA256 (erlware_commons-0.15.0.tar) = 5f38cb1df90148a7b21d48b221f399244ce86256584e6ea7986f2de732dee3c6 +SIZE (erlware_commons-0.15.0.tar) = 61440 SHA256 (getopt-0.8.2.tar) = 736e6db3679fbbad46373efb96b69509f8e420281635e9d92989af9f0a0483f7 SIZE (getopt-0.8.2.tar) = 20480 SHA256 (providers-1.4.1.tar) = dfd88305670a3d942c08a2d852eeb4c20ec40ee2ba589339a48083ac74f14e36 SIZE (providers-1.4.1.tar) = 20480 -SHA256 (relx-3.0.0.tar) = a04657b05ea127bc6ffdde61de1512e506199289d2ba5d2f5fb14605fb7471d4 -SIZE (relx-3.0.0.tar) = 71680 +SHA256 (relx-3.5.0.tar) = a8cbf529702024f56d03d43349a5aafac55a6aa1b2ecf7bd3e8cc61e72a858a1 +SIZE (relx-3.5.0.tar) = 71680 +SHA256 (ssl_verify_hostname-1.0.5.tar) = f2cb11e6144e10ab39d1e14bf9fb2437b690979c70bf5428e9dc4bfaf1dfeabf +SIZE (ssl_verify_hostname-1.0.5.tar) = 10240 Modified: head/devel/rebar3/files/patch-bootstrap ============================================================================== --- head/devel/rebar3/files/patch-bootstrap Sun Aug 30 16:04:42 2015 (r395624) +++ head/devel/rebar3/files/patch-bootstrap Sun Aug 30 16:17:43 2015 (r395625) @@ -1,6 +1,6 @@ ---- bootstrap.orig 2015-06-29 12:47:25 UTC +--- bootstrap.orig 2015-08-30 15:32:00 UTC +++ bootstrap -@@ -30,7 +30,6 @@ main(_Args) -> +@@ -32,7 +32,6 @@ main(_Args) -> setup_env(), os:putenv("REBAR_PROFILE", "bootstrap"), @@ -8,11 +8,3 @@ {ok, State} = rebar3:run(["compile"]), reset_env(), os:putenv("REBAR_PROFILE", ""), -@@ -60,7 +59,6 @@ main(_Args) -> - - fetch_and_compile({Name, ErlFirstFiles}, Deps) -> - {Name, _, Repo} = lists:keyfind(Name, 1, Deps), -- ok = fetch(Repo, Name), - compile(Name, ErlFirstFiles). - - fetch({pkg, Name, Vsn}, App) -> From owner-svn-ports-all@freebsd.org Sun Aug 30 16:38:47 2015 Return-Path: Delivered-To: svn-ports-all@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 EB2C09C4428; Sun, 30 Aug 2015 16:38:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 DBB71FF7; Sun, 30 Aug 2015 16:38:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UGcllQ027871; Sun, 30 Aug 2015 16:38:47 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UGclDm027870; Sun, 30 Aug 2015 16:38:47 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201508301638.t7UGclDm027870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 30 Aug 2015 16:38:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395626 - head/net/syncthing-discosrv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 16:38:48 -0000 Author: swills Date: Sun Aug 30 16:38:47 2015 New Revision: 395626 URL: https://svnweb.freebsd.org/changeset/ports/395626 Log: Fix build by using Go 1.4 until upstream supports Go 1.5 Modified: head/net/syncthing-discosrv/Makefile Modified: head/net/syncthing-discosrv/Makefile ============================================================================== --- head/net/syncthing-discosrv/Makefile Sun Aug 30 16:17:43 2015 (r395625) +++ head/net/syncthing-discosrv/Makefile Sun Aug 30 16:38:47 2015 (r395626) @@ -9,7 +9,7 @@ CATEGORIES= net MAINTAINER= swills@FreeBSD.org COMMENT= Discovery server for syncthing -BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go +BUILD_DEPENDS= go14>=1.4:${PORTSDIR}/lang/go14 USE_GITHUB= yes GH_ACCOUNT= syncthing golang:gc @@ -34,7 +34,8 @@ post-patch: ${WRKSRC}/src/github.com/golang/groupcache do-build: - @cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build + @cd ${WRKSRC} ; ${SETENV} PATH=${PATH}:${LOCALBASE}/go14/bin \ + GOPATH=${WRKSRC} go build @${MV} ${WRKSRC}/discosrv-${GH_TAGNAME} ${WRKSRC}/syncthing-discosrv do-install: From owner-svn-ports-all@freebsd.org Sun Aug 30 16:50:01 2015 Return-Path: Delivered-To: svn-ports-all@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 021049C4A9F; Sun, 30 Aug 2015 16:50:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 E435B805; Sun, 30 Aug 2015 16:50:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UGo0gR033132; Sun, 30 Aug 2015 16:50:00 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UGo033033131; Sun, 30 Aug 2015 16:50:00 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201508301650.t7UGo033033131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 30 Aug 2015 16:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395627 - head/sysutils/serf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 16:50:01 -0000 Author: swills Date: Sun Aug 30 16:50:00 2015 New Revision: 395627 URL: https://svnweb.freebsd.org/changeset/ports/395627 Log: Fix build by using Go 1.4 until upstream supports Go 1.5 Modified: head/sysutils/serf/Makefile Modified: head/sysutils/serf/Makefile ============================================================================== --- head/sysutils/serf/Makefile Sun Aug 30 16:38:47 2015 (r395626) +++ head/sysutils/serf/Makefile Sun Aug 30 16:50:00 2015 (r395627) @@ -11,7 +11,7 @@ COMMENT= Service discovery and configura LICENSE= MPL -BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go +BUILD_DEPENDS= go14>=1.4:${PORTSDIR}/lang/go14 USE_GITHUB= yes GH_ACCOUNT= hashicorp:DEFAULT,go_msgpack,go_syslog,go_net,logutils,mdns,memberlist \ @@ -76,7 +76,9 @@ post-patch: ${WRKSRC}/src/code.google.com/p/go.net do-build: - @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -o bin/${PORTNAME} + @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; \ + ${SETENV} PATH=${PATH}:${LOCALBASE}/go14/bin ${BUILD_ENV} GOPATH=${WRKSRC} \ + go build -o bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} From owner-svn-ports-all@freebsd.org Sun Aug 30 16:55:16 2015 Return-Path: Delivered-To: svn-ports-all@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 152929C4DC0; Sun, 30 Aug 2015 16:55:16 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 DFE40B5A; Sun, 30 Aug 2015 16:55:15 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UGtFdT037593; Sun, 30 Aug 2015 16:55:15 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UGtEVx037588; Sun, 30 Aug 2015 16:55:14 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201508301655.t7UGtEVx037588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 30 Aug 2015 16:55:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395628 - in head/www: . py-pyocclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 16:55:16 -0000 Author: riggs Date: Sun Aug 30 16:55:14 2015 New Revision: 395628 URL: https://svnweb.freebsd.org/changeset/ports/395628 Log: Add www/py-pyocclient: the Python OwnCloud client library PR: 201996 Submitted by: che@bein.link (maintainer) Reviewed by: koobs, riggs Added: head/www/py-pyocclient/ head/www/py-pyocclient/Makefile (contents, props changed) head/www/py-pyocclient/distinfo (contents, props changed) head/www/py-pyocclient/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Aug 30 16:50:00 2015 (r395627) +++ head/www/Makefile Sun Aug 30 16:55:14 2015 (r395628) @@ -1702,6 +1702,7 @@ SUBDIR += py-py-restclient SUBDIR += py-pyjwt SUBDIR += py-pylons + SUBDIR += py-pyocclient SUBDIR += py-pyquery SUBDIR += py-pyramid SUBDIR += py-pyramid_rpc Added: head/www/py-pyocclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pyocclient/Makefile Sun Aug 30 16:55:14 2015 (r395628) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= pyocclient +PORTVERSION= 0.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= che@bein.link +COMMENT= Python Owncloud client library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:${PORTSDIR}/www/py-requests + +USES= python +USE_PYTHON= autoplist distutils + +.include + +.if ${PYTHON_REL} >= 3000 +BROKEN= pyocclient only supports Python 2.x at the moment +.endif + +.include Added: head/www/py-pyocclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pyocclient/distinfo Sun Aug 30 16:55:14 2015 (r395628) @@ -0,0 +1,2 @@ +SHA256 (pyocclient-0.1.tar.gz) = b3505e4973bfadda11f9f5d426018f9ea3a373c3ef47b77324ed4f88f195ff43 +SIZE (pyocclient-0.1.tar.gz) = 11749 Added: head/www/py-pyocclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-pyocclient/pkg-descr Sun Aug 30 16:55:14 2015 (r395628) @@ -0,0 +1,5 @@ +This library makes it possible to connect to an ownCloud instance and perform +file, share and attribute operations in python. Please note that this is not +a sync client implementation but rather a wrapper around various APIs. + +WWW: https://github.com/owncloud/pyocclient From owner-svn-ports-all@freebsd.org Sun Aug 30 17:17:30 2015 Return-Path: Delivered-To: svn-ports-all@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 036659C5B06; Sun, 30 Aug 2015 17:17:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 CEE3E14D3; Sun, 30 Aug 2015 17:17:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UHHTmg047010; Sun, 30 Aug 2015 17:17:29 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UHHTGP047006; Sun, 30 Aug 2015 17:17:29 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201508301717.t7UHHTGP047006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 30 Aug 2015 17:17:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395629 - in head/net/syncthing-cli: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 17:17:30 -0000 Author: swills Date: Sun Aug 30 17:17:28 2015 New Revision: 395629 URL: https://svnweb.freebsd.org/changeset/ports/395629 Log: net/syncthing-cli: patch for hostname parser While here, fix build by using Go 1.4 until upstream supports Go 1.5 PR: 202425 Submitted by: peter Added: head/net/syncthing-cli/files/ head/net/syncthing-cli/files/patch-utils.go (contents, props changed) Modified: head/net/syncthing-cli/Makefile Modified: head/net/syncthing-cli/Makefile ============================================================================== --- head/net/syncthing-cli/Makefile Sun Aug 30 16:55:14 2015 (r395628) +++ head/net/syncthing-cli/Makefile Sun Aug 30 17:17:28 2015 (r395629) @@ -3,13 +3,13 @@ PORTNAME= syncthing-cli PORTVERSION= 0.1.0.2015070301 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= swills@FreeBSD.org COMMENT= Syncthing CLI -BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go +BUILD_DEPENDS= go14>=1.4:${PORTSDIR}/lang/go14 USE_GITHUB= yes GH_ACCOUNT= syncthing AudriusButkevicius:audrius @@ -44,7 +44,8 @@ post-patch: ${WRKSRC}/src/github.com/syncthing/protocol do-build: - @cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build + @cd ${WRKSRC} ; ${SETENV} PATH=${PATH}:${LOCALBASE}/go14/bin \ + GOPATH=${WRKSRC} go build @${MV} ${WRKSRC}/syncthing-cli-${GH_TAGNAME} ${WRKSRC}/syncthing-cli do-install: Added: head/net/syncthing-cli/files/patch-utils.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/syncthing-cli/files/patch-utils.go Sun Aug 30 17:17:28 2015 (r395629) @@ -0,0 +1,11 @@ +--- utils.go ++++ utils.go +@@ -146,7 +146,7 @@ func validAddress(input string) { + if len(tokens) != 2 { + die(input + " is not a valid value for an address\nExpected format :") + } +- matched, err := regexp.MatchString("^[a-zA-Z0-9]+([a-zA-Z0-9.]+[a-zA-Z0-9]+)?$", tokens[0]) ++ matched, err := regexp.MatchString("^[a-zA-Z0-9]+([-a-zA-Z0-9.]+[-a-zA-Z0-9]+)?$", tokens[0]) + die(err) + if !matched { + die(input + " is not a valid value for an address\nExpected format :") From owner-svn-ports-all@freebsd.org Sun Aug 30 17:41:24 2015 Return-Path: Delivered-To: svn-ports-all@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 5EAC89C6768; Sun, 30 Aug 2015 17:41:24 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 4F813281; Sun, 30 Aug 2015 17:41:24 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UHfOEO058952; Sun, 30 Aug 2015 17:41:24 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UHfOQ6058951; Sun, 30 Aug 2015 17:41:24 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201508301741.t7UHfOQ6058951@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, 30 Aug 2015 17:41:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395630 - head/cad/openvsp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 17:41:24 -0000 Author: rakuco Date: Sun Aug 30 17:41:23 2015 New Revision: 395630 URL: https://svnweb.freebsd.org/changeset/ports/395630 Log: Drop USES=iconv. The port does not use iconv anywhere, and the dependency on libxml2 does not pull any headers that include iconv.h. PR: 202759 Approved by: fernando.apesteguia@gmail.com (maintainer) Modified: head/cad/openvsp/Makefile Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Sun Aug 30 17:17:28 2015 (r395629) +++ head/cad/openvsp/Makefile Sun Aug 30 17:41:23 2015 (r395630) @@ -4,7 +4,7 @@ PORTNAME= openvsp PORTVERSION= 2.3.0 DISTVERSIONPREFIX= ${GH_PROJECT}_ -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MAINTAINER= fernando.apesteguia@gmail.com @@ -29,7 +29,7 @@ GH_PROJECT= OpenVSP GH_ACCOUNT= ${GH_PROJECT} CMAKE_SOURCE_PATH= ${WRKSRC}/src -USES= cmake:outsource dos2unix iconv jpeg +USES= cmake:outsource dos2unix jpeg USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft \ xinerama xrender xxf86vm USE_GL= glu From owner-svn-ports-all@freebsd.org Sun Aug 30 17:45:35 2015 Return-Path: Delivered-To: svn-ports-all@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 DDE4F9C6961; Sun, 30 Aug 2015 17:45:35 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 CE6116D0; Sun, 30 Aug 2015 17:45:35 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UHjZue060474; Sun, 30 Aug 2015 17:45:35 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UHjZqW060472; Sun, 30 Aug 2015 17:45:35 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201508301745.t7UHjZqW060472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 30 Aug 2015 17:45:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395631 - head/net/haproxy-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 17:45:36 -0000 Author: demon Date: Sun Aug 30 17:45:34 2015 New Revision: 395631 URL: https://svnweb.freebsd.org/changeset/ports/395631 Log: Update to version 1.6-dev4. Modified: head/net/haproxy-devel/Makefile head/net/haproxy-devel/distinfo Modified: head/net/haproxy-devel/Makefile ============================================================================== --- head/net/haproxy-devel/Makefile Sun Aug 30 17:41:23 2015 (r395630) +++ head/net/haproxy-devel/Makefile Sun Aug 30 17:45:34 2015 (r395631) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -DISTVERSION= 1.6-dev3 +DISTVERSION= 1.6-dev4 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.6/src/devel/ PKGNAMESUFFIX= -devel Modified: head/net/haproxy-devel/distinfo ============================================================================== --- head/net/haproxy-devel/distinfo Sun Aug 30 17:41:23 2015 (r395630) +++ head/net/haproxy-devel/distinfo Sun Aug 30 17:45:34 2015 (r395631) @@ -1,4 +1,4 @@ -SHA256 (haproxy-1.6-dev3.tar.gz) = a97639365d8d6b06e343082be4e5c09c5ec38121b828d00c68503bb7b8bc2e15 -SIZE (haproxy-1.6-dev3.tar.gz) = 1561554 +SHA256 (haproxy-1.6-dev4.tar.gz) = cdce74ddf64838a2b5c4e7b762c87d5f79137fa6777a8d24f732711fd24c994b +SIZE (haproxy-1.6-dev4.tar.gz) = 1602026 SHA256 (deviceatlas-enterprise-c-2.1.zip) = a02fc29486d245b1c8d946c663b71ba981e88fee8d037f5bc1bf255deb287974 SIZE (deviceatlas-enterprise-c-2.1.zip) = 504286 From owner-svn-ports-all@freebsd.org Sun Aug 30 18:01:11 2015 Return-Path: Delivered-To: svn-ports-all@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 D2FCF9C6001; Sun, 30 Aug 2015 18:01:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 C092CE48; Sun, 30 Aug 2015 18:01:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UI1Bna066042; Sun, 30 Aug 2015 18:01:11 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UI1BvI066039; Sun, 30 Aug 2015 18:01:11 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201508301801.t7UI1BvI066039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 30 Aug 2015 18:01:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395632 - head/net/syncthing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 18:01:11 -0000 Author: swills Date: Sun Aug 30 18:01:10 2015 New Revision: 395632 URL: https://svnweb.freebsd.org/changeset/ports/395632 Log: net/syncthing: update to 0.11.23 Modified: head/net/syncthing/Makefile head/net/syncthing/distinfo Modified: head/net/syncthing/Makefile ============================================================================== --- head/net/syncthing/Makefile Sun Aug 30 17:45:34 2015 (r395631) +++ head/net/syncthing/Makefile Sun Aug 30 18:01:10 2015 (r395632) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.11.18 +PORTVERSION= 0.11.23 DISTVERSIONPREFIX= v CATEGORIES= net @@ -24,9 +24,8 @@ STRIP= # stripping can break go binarie post-patch: @cd ${WRKSRC} ; ${MKDIR} src/github.com/${PORTNAME}/${PORTNAME} ; \ ${MV} .gitattributes .gitignore .mailmap AUTHORS CONDUCT.md \ - CONTRIBUTING.md Godeps LICENSE NICKS README.md assets \ - authors.go benchfilter.go build.go build.sh changelog.go \ - check-contrib.sh cmd etc gui internal man protocol test \ + CONTRIBUTING.md Godeps LICENSE NICKS README.md assets build.go \ + build.sh cmd etc gui lib man protocol script test \ src/github.com/${PORTNAME}/${PORTNAME} do-build: Modified: head/net/syncthing/distinfo ============================================================================== --- head/net/syncthing/distinfo Sun Aug 30 17:45:34 2015 (r395631) +++ head/net/syncthing/distinfo Sun Aug 30 18:01:10 2015 (r395632) @@ -1,2 +1,2 @@ -SHA256 (syncthing-syncthing-v0.11.18_GH0.tar.gz) = fd93392687e545e2b779d10754e24cd49ecbfc03cabaceac381b5a3e69693be6 -SIZE (syncthing-syncthing-v0.11.18_GH0.tar.gz) = 3391683 +SHA256 (syncthing-syncthing-v0.11.23_GH0.tar.gz) = 8c011e90c8c98aea2f9fb58d8fdc0ebbe4ef442569294a0610615fc528d0525e +SIZE (syncthing-syncthing-v0.11.23_GH0.tar.gz) = 4202400 From owner-svn-ports-all@freebsd.org Sun Aug 30 18:01:14 2015 Return-Path: Delivered-To: svn-ports-all@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 852459C6013; Sun, 30 Aug 2015 18:01:14 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (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 07F73E57; Sun, 30 Aug 2015 18:01:14 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: by laboe4 with SMTP id oe4so32713281lab.0; Sun, 30 Aug 2015 11:01:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=l1pMpsOvEE8TdGREjT48eU7mcjc6ERuKBAwRpr853ro=; b=XM4FZcuRzGLcDG+dc2OMZ4qhNBMpdQqetXGG16vJ1OXzDLcAOrRjpxwyv+inLGC6fS ytVnhyDjMKbZt3sUHV0WTg70ftZiCfx02imv9KI85NvTHdNKiudEuYw7o26c0A022mUt SkGLPlCb84n3X50F4Y04dV8Cwrbj3u2zQEor/iB4ApK/aqt5rOJGy30f5/PDQrE+gcLj NsVtC7zBBNrLfZCVq1pzt9tfGqdgcEWLjevGP0VnJjVkt2QNIDGgBjytRh0+GPuenkRe FLAVJgg+dxKf5ZnMPPrAI2BBu+77D2LYlLNSFGtwq2K+gpWJa0HUCQF3HOV1eMrukdx7 9t6w== MIME-Version: 1.0 X-Received: by 10.112.91.196 with SMTP id cg4mr9174234lbb.10.1440957671026; Sun, 30 Aug 2015 11:01:11 -0700 (PDT) Received: by 10.25.19.19 with HTTP; Sun, 30 Aug 2015 11:01:10 -0700 (PDT) In-Reply-To: References: <201508291004.t7TA4Bhc024526@repo.freebsd.org> <4C40EBBA-37E8-4F77-9AE6-05C27E7A59DE@adamw.org> Date: Sun, 30 Aug 2015 21:01:10 +0300 Message-ID: Subject: Re: svn commit: r395540 - head/mail/p5-Dancer-Plugin-Email From: Andrej Zverev To: Sunpoet Po-Chuan Hsieh Cc: Adam Weinberger , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 18:01:14 -0000 After some research, now I'm understanding problem. Bad news is that it can't be solved via Mk/ :( But it can be solved via port scout's plugin. It will possible to search new versions even after maintainer for module is changed (for modules which can't be even found via by-modules requests). But you will need change AUTHOR ID inside MASTER_SITE_SUBDIR in any case. For modules which can be searched via by-modules request I did some commits and I'm hope it will solve situation partially. On Sun, Aug 30, 2015 at 1:19 PM, Sunpoet Po-Chuan Hsieh wrote: > Hello, > > Adam has explained why I removed MASTER_SITE_SUBDIR. Though you could > download new versions from by-module URL but portscout did not detect new > versions which released by another author. According to my experience, I saw > module released by another author month ago and it was not on > portscout.FreeBSD.org. I think this bug(?) still exists. > > Regards, > sunpoet > > On Sun, Aug 30, 2015 at 3:36 AM, Andrej Zverev > wrote: >> >> I saw previous thead about that. But as I know and especially for >> portscout was created fallback mechanism which allow search by-module >> name if by-author can't be found. If author is changed it will also >> fallback to search by-module. >> >> Before this change: >> => Attempting to fetch >> >> http://cpan.metacpan.org/authors/id/I/IR/IRONCAMEL/Dancer-Plugin-Email-1.0400.tar.gz >> Dancer-Plugin-Email-1.0400.tar.gz 100% of 18 kB 399 kBps >> 00m00s >> ===> Fetching all distfiles required by p5-Dancer-Plugin-Email-1.0400 >> for building >> >> With this change: >> => Attempting to fetch >> >> http://cpan.metacpan.org/modules/by-module/Dancer/Dancer-Plugin-Email-1.0400.tar.gz >> Dancer-Plugin-Email-1.0400.tar.gz 100% of 18 kB 390 kBps >> 00m00s >> >> Maybe you know example for case when portscout can't find new version >> and AUTHOR was changed for module? >> I really can't understand these nop changes. >> >> On Sat, Aug 29, 2015 at 5:10 PM, Adam Weinberger wrote: >> >> On 29 Aug, 2015, at 4:07, Andrej Zverev >> >> wrote: >> >> >> >> Can you explain why? >> > >> > I did a couple of these a few months back as well. When Perl modules >> > haven't been added to CPAN/by-module/ yet, when updates are released by a >> > different person (fairly often these days, especially on popular modules), >> > portscout cannot find it. It appears that once a module arrives in >> > CPAN/by-module/, further updates will be available there too. >> > >> > Whenever possible, I'd prefer to see perl modules without >> > MASTER_SITE_SUBDIR. >> > >> > # Adam >> > >> > >> > -- >> > Adam Weinberger >> > adamw@adamw.org >> > http://www.adamw.org >> > >> > >> >> On Sat, Aug 29, 2015 at 1:04 PM, Sunpoet Po-Chuan Hsieh >> >> wrote: >> >>> Author: sunpoet >> >>> Date: Sat Aug 29 10:04:11 2015 >> >>> New Revision: 395540 >> >>> URL: https://svnweb.freebsd.org/changeset/ports/395540 >> >>> >> >>> Log: >> >>> - Remove MASTER_SITE_SUBDIR >> >>> >> >>> Modified: >> >>> head/mail/p5-Dancer-Plugin-Email/Makefile >> >>> >> >>> Modified: head/mail/p5-Dancer-Plugin-Email/Makefile >> >>> >> >>> ============================================================================== >> >>> --- head/mail/p5-Dancer-Plugin-Email/Makefile Sat Aug 29 10:02:33 >> >>> 2015 (r395539) >> >>> +++ head/mail/p5-Dancer-Plugin-Email/Makefile Sat Aug 29 10:04:11 >> >>> 2015 (r395540) >> >>> @@ -4,7 +4,6 @@ PORTNAME= Dancer-Plugin-Email >> >>> PORTVERSION= 1.0400 >> >>> CATEGORIES= mail perl5 >> >>> MASTER_SITES= CPAN >> >>> -MASTER_SITE_SUBDIR= CPAN:IRONCAMEL >> >>> PKGNAMEPREFIX= p5- >> >>> >> >>> MAINTAINER= sunpoet@FreeBSD.org >> >>> >> >> >> > From owner-svn-ports-all@freebsd.org Sun Aug 30 18:23:04 2015 Return-Path: Delivered-To: svn-ports-all@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 2D7389C6912; Sun, 30 Aug 2015 18:23:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 1C24B1B1F; Sun, 30 Aug 2015 18:23:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UIN3Yi078291; Sun, 30 Aug 2015 18:23:03 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UIN3ea078289; Sun, 30 Aug 2015 18:23:03 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201508301823.t7UIN3ea078289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 30 Aug 2015 18:23:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395633 - head/ports-mgmt/pkg-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 18:23:04 -0000 Author: bapt Date: Sun Aug 30 18:23:02 2015 New Revision: 395633 URL: https://svnweb.freebsd.org/changeset/ports/395633 Log: Update to 1.5.99.11 Changes: - Fix 3 way merge - Properly apply credentials on merged files (@config) Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Sun Aug 30 18:01:10 2015 (r395632) +++ head/ports-mgmt/pkg-devel/Makefile Sun Aug 30 18:23:02 2015 (r395633) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.99.10 +DISTVERSION= 1.5.99.11 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sun Aug 30 18:01:10 2015 (r395632) +++ head/ports-mgmt/pkg-devel/distinfo Sun Aug 30 18:23:02 2015 (r395633) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.99.10.tar.xz) = dcec7917ae54122c0b8afea84aeb607e17eaca67c6357b6ab6beaf8643754bdf -SIZE (pkg-1.5.99.10.tar.xz) = 1930384 +SHA256 (pkg-1.5.99.11.tar.xz) = 28019d5a5d25356900d6990a7258965a04c6f851f66ca5468a573585e2675724 +SIZE (pkg-1.5.99.11.tar.xz) = 1925948 From owner-svn-ports-all@freebsd.org Sun Aug 30 18:26:38 2015 Return-Path: Delivered-To: svn-ports-all@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 428EC9C6ACE; Sun, 30 Aug 2015 18:26:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 3367D1C99; Sun, 30 Aug 2015 18:26:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UIQc2C078701; Sun, 30 Aug 2015 18:26:38 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UIQb0D078699; Sun, 30 Aug 2015 18:26:37 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201508301826.t7UIQb0D078699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 30 Aug 2015 18:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r395634 - branches/2015Q3/net/libzmq4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 18:26:38 -0000 Author: lwhsu Date: Sun Aug 30 18:26:37 2015 New Revision: 395634 URL: https://svnweb.freebsd.org/changeset/ports/395634 Log: MFH: r395301 - Update to 4.1.3 Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D3402 Approved by: ports-secteam (delphij) Modified: branches/2015Q3/net/libzmq4/Makefile branches/2015Q3/net/libzmq4/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net/libzmq4/Makefile ============================================================================== --- branches/2015Q3/net/libzmq4/Makefile Sun Aug 30 18:23:02 2015 (r395633) +++ branches/2015Q3/net/libzmq4/Makefile Sun Aug 30 18:26:37 2015 (r395634) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libzmq4 -PORTVERSION= 4.1.2 +PORTVERSION= 4.1.3 CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ DISTNAME= zeromq-${DISTVERSION} Modified: branches/2015Q3/net/libzmq4/distinfo ============================================================================== --- branches/2015Q3/net/libzmq4/distinfo Sun Aug 30 18:23:02 2015 (r395633) +++ branches/2015Q3/net/libzmq4/distinfo Sun Aug 30 18:26:37 2015 (r395634) @@ -1,2 +1,2 @@ -SHA256 (zeromq-4.1.2.tar.gz) = f9162ead6d68521e5154d871bac304f88857308bb02366b81bb588497a345927 -SIZE (zeromq-4.1.2.tar.gz) = 1367275 +SHA256 (zeromq-4.1.3.tar.gz) = 61b31c830db377777e417235a24d3660a4bcc3f40d303ee58df082fcd68bf411 +SIZE (zeromq-4.1.3.tar.gz) = 1372069 From owner-svn-ports-all@freebsd.org Sun Aug 30 18:49:33 2015 Return-Path: Delivered-To: svn-ports-all@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 023D99C6694; Sun, 30 Aug 2015 18:49:33 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 E6E1BAE8; Sun, 30 Aug 2015 18:49:32 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UInW72088215; Sun, 30 Aug 2015 18:49:32 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UInWka088214; Sun, 30 Aug 2015 18:49:32 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201508301849.t7UInWka088214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 30 Aug 2015 18:49:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395635 - head/x11-toolkits/granite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 18:49:33 -0000 Author: olivierd Date: Sun Aug 30 18:49:32 2015 New Revision: 395635 URL: https://svnweb.freebsd.org/changeset/ports/395635 Log: Fix spelling of toolkits name (GTK+3 instead of GTK3) Reported by: danfe@ Modified: head/x11-toolkits/granite/Makefile Modified: head/x11-toolkits/granite/Makefile ============================================================================== --- head/x11-toolkits/granite/Makefile Sun Aug 30 18:26:37 2015 (r395634) +++ head/x11-toolkits/granite/Makefile Sun Aug 30 18:49:32 2015 (r395635) @@ -9,7 +9,7 @@ MASTER_SITES= https://launchpadlibrarian https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ MAINTAINER= olivierd@FreeBSD.org -COMMENT= Extensions of GTK3 toolkit +COMMENT= Extensions of GTK+3 toolkit LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING From owner-svn-ports-all@freebsd.org Sun Aug 30 18:50:35 2015 Return-Path: Delivered-To: svn-ports-all@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 CE0169C67C8; Sun, 30 Aug 2015 18:50:35 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (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 727D6D0C; Sun, 30 Aug 2015 18:50:35 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: by wicne3 with SMTP id ne3so56651496wic.0; Sun, 30 Aug 2015 11:50:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=zR6E/paxivA/VDuBh0orJ+d6gq2G/RqhWTxdFalzB+Q=; b=s/7F4aGpPkk2/X7HBQEVwKQ4aC7n1n5JPNcXVjc3fUm+HBej0FOVsyUwOHoQWE68fq yiq5wpD7oCUayB0DEl4q02hM3sAHrihgRCCKrZivxm9EHFRNGpf6cGAwsaqy6nZIV9rm 2GoaCIW2XAWV9s0zamUxIrRbcbETWUa9hwBM1xxQrwRpyW5PvGpi+d5JA5KUWo2qrfRq HnOhMZSPlAO6Jrkd/T3DbAgsByaTfv+hmiusN7el89t6WUFp4ykTuORrX1NvV5S7YLbD hFZqvrqopilHVK/IJYRLnzAKAOYehhLOc8SKoV8B7DBDUD1CtVyYuNMZpc/b9Ebg3RQB X7Aw== X-Received: by 10.195.11.202 with SMTP id ek10mr23918832wjd.12.1440960633508; Sun, 30 Aug 2015 11:50:33 -0700 (PDT) Received: from tuborg (AMarseille-655-1-632-116.w86-219.abo.wanadoo.fr. [86.219.57.116]) by smtp.gmail.com with ESMTPSA id i6sm18516862wje.33.2015.08.30.11.50.32 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Aug 2015 11:50:32 -0700 (PDT) Sender: Olivier Duchateau Date: Sun, 30 Aug 2015 20:49:44 +0000 From: Olivier Duchateau To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395624 - in head/x11-toolkits/granite: . files Message-Id: <20150830204944.ab517342d44231c1e17a83ac@freebsd.org> In-Reply-To: <20150830160909.GA15936@FreeBSD.org> References: <201508301604.t7UG4h5C012879@repo.freebsd.org> <20150830160909.GA15936@FreeBSD.org> X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.25; i386-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 18:50:35 -0000 On Sun, 30 Aug 2015 16:09:10 +0000 Alexey Dokuchaev wrote: > On Sun, Aug 30, 2015 at 04:04:43PM +0000, Olivier Duchateau wrote: > > New Revision: 395624 > > URL: https://svnweb.freebsd.org/changeset/ports/395624 > > > > [...] > > > > MAINTAINER= olivierd@FreeBSD.org > > -COMMENT= Extensions of Gtk+ toolkit > > +COMMENT= Extensions of GTK3 toolkit > > Actually, correct official [1] project name should be GTK+3, while you've > dropped the plus sign. Fixed with revision r395635. Thanks. > > ./danfe > > [1] http://www.gtk.org/ -- Olivier Duchateau From owner-svn-ports-all@freebsd.org Sun Aug 30 18:59:17 2015 Return-Path: Delivered-To: svn-ports-all@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 0B0DB9C6AF5; Sun, 30 Aug 2015 18:59:17 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 E34DF8C; Sun, 30 Aug 2015 18:59:16 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UIxGi2092842; Sun, 30 Aug 2015 18:59:16 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UIxFAW092835; Sun, 30 Aug 2015 18:59:15 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201508301859.t7UIxFAW092835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 30 Aug 2015 18:59:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395636 - in head/www/midori: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 18:59:17 -0000 Author: olivierd Date: Sun Aug 30 18:59:14 2015 New Revision: 395636 URL: https://svnweb.freebsd.org/changeset/ports/395636 Log: - Update to 0.5.11 - Use alternate hosts in MASTER_SITES - Sort USES - Rewrite options helper - Enhance GIR option description Added: head/www/midori/files/patch-CMakeLists.txt (contents, props changed) Modified: head/www/midori/Makefile head/www/midori/distinfo head/www/midori/files/patch-midori__midori-stock.h head/www/midori/pkg-plist Modified: head/www/midori/Makefile ============================================================================== --- head/www/midori/Makefile Sun Aug 30 18:49:32 2015 (r395635) +++ head/www/midori/Makefile Sun Aug 30 18:59:14 2015 (r395636) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= midori -PORTVERSION= 0.5.10 +PORTVERSION= 0.5.11 CATEGORIES= www xfce -MASTER_SITES= http://www.midori-browser.org/downloads/ -DISTNAME= ${PORTNAME}_${PORTVERSION}_all_ +MASTER_SITES= https://launchpadlibrarian.net/215909491/ \ + https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org @@ -27,55 +27,31 @@ CFLAGS+= -Wno-return-type CMAKE_ARGS= -DUSE_APIDOCS:BOOL=OFF \ -DUSE_GRANITE:BOOL=OFF -#WRKSRC= ${WRKDIR}/${DISTNAME:C/([a-z]*)_([0-9\.]*)(_all_)/\1-\2/} -NO_WRKSUBDIR= yes USE_GNOME= glib20 intltool libxml2 USE_XORG= xscrnsaver INSTALLS_ICONS= yes USE_LDCONFIG= yes -USES= desktop-file-utils pkgconfig cmake gettext tar:bzip2 +USES= cmake desktop-file-utils gettext pkgconfig tar:bzip2 USE_SQLITE= yes PLIST_SUB= VERSION="${PORTVERSION:R}" -OPTIONS_DEFINE= GIR ZEITGEIST -OPTIONS_SINGLE= GTK -OPTIONS_SINGLE_GTK= GTK2 GTK3 -OPTIONS_DEFAULT= GTK2 -GIR_DESC= GObject Introspection -ZEITGEIST_DESC= User logs activities - -.include - -.if ${PORT_OPTIONS:MGTK2} -LIB_DEPENDS+= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 -USE_GNOME+= gtk20 -CMAKE_ARGS+= -DUSE_GTK3:BOOL=OFF -.endif - -.if ${PORT_OPTIONS:MGTK3} -LIB_DEPENDS+= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 -USE_GNOME+= gtk30 -CMAKE_ARGS+= -DUSE_GTK3:BOOL=ON \ +OPTIONS_DEFINE= GIR GTK3 ZEITGEIST +OPTIONS_SUB= yes +GIR_PREVENTS= GTK3 +GIR_USE= gnome=introspection:build +GIR_CMAKE_ON= -DUSE_GIR:BOOL=ON +GTK3_LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 +GTK3_USE= gnome=gtk30 +GTK3_CMAKE_ON= -DUSE_GTK3:BOOL=ON \ -DHALF_BRO_INCOM_WEBKIT2:BOOL=OFF -.endif - -.if ${PORT_OPTIONS:MZEITGEIST} -BROKEN= Doesn't build with zeitgeist >= 0.9.0 -LIB_DEPENDS+= libzeitgeist-2.0.so:${PORTSDIR}/sysutils/zeitgeist -CMAKE_ARGS+= -DUSE_ZEITGEIST:BOOL=ON -.else -CMAKE_ARGS+= -DUSE_ZEITGEIST:BOOL=OFF -.endif - -.if ${PORT_OPTIONS:MGIR} && ${PORT_OPTIONS:MGTK2} -USE_GNOME+= introspection:build -CMAKE_ARGS+= -DUSE_GIR:BOOL=ON -PLIST_SUB+= GIR="" -.else -CMAKE_ARGS+= -DUSE_GIR:BOOL=OFF -PLIST_SUB+= GIR="@comment " -.endif +GTK3_LIB_DEPENDS_OFF= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 +GTK3_USE_OFF= gnome=gtk20 +GTK3_CMAKE_OFF= -DUSE_GTK3:BOOL=OFF +ZEITGEIST_LIB_DEPENDS= libzeitgeist-2.0.so:${PORTSDIR}/sysutils/zeitgeist +ZEITGEIST_CMAKE_OFF= -DUSE_ZEITGEIST:BOOL=OFF +GIR_DESC= Install GObject Introspection Reference manual +ZEITGEIST_DESC= User logs activities post-patch: # Avoid errors with CMake Modified: head/www/midori/distinfo ============================================================================== --- head/www/midori/distinfo Sun Aug 30 18:49:32 2015 (r395635) +++ head/www/midori/distinfo Sun Aug 30 18:59:14 2015 (r395636) @@ -1,2 +1,2 @@ -SHA256 (xfce4/midori_0.5.10_all_.tar.bz2) = 702344f68d7f034866a46398e35b3c16a5a5f3e431a5d916ea5efc3eaaa3e46f -SIZE (xfce4/midori_0.5.10_all_.tar.bz2) = 1379519 +SHA256 (xfce4/midori-0.5.11.tar.bz2) = 96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d +SIZE (xfce4/midori-0.5.11.tar.bz2) = 1428791 Added: head/www/midori/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/midori/files/patch-CMakeLists.txt Sun Aug 30 18:59:14 2015 (r395636) @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2015-08-30 11:56:26 UTC ++++ CMakeLists.txt +@@ -263,7 +263,6 @@ if ((CMAKE_C_COMPILER_ID STREQUAL "GNU" + OR (CMAKE_C_COMPILER_ID STREQUAL "Clang" AND CMAKE_C_COMPILER_VERSION VERSION_GREATER "3.0.0")) + set(VALA_CFLAGS "${VALA_CFLAGS} -Werror=implicit-function-declaration") + set(VALA_CFLAGS "${VALA_CFLAGS} -Wno-incompatible-pointer-types") +- set(VALA_CFLAGS "${VALA_CFLAGS} -Wno-discarded-qualifiers") + set(VALA_CFLAGS "${VALA_CFLAGS} -Wno-deprecated-declarations") + else () + set(VALA_CFLAGS "${VALA_CFLAGS} -w") Modified: head/www/midori/files/patch-midori__midori-stock.h ============================================================================== --- head/www/midori/files/patch-midori__midori-stock.h Sun Aug 30 18:49:32 2015 (r395635) +++ head/www/midori/files/patch-midori__midori-stock.h Sun Aug 30 18:59:14 2015 (r395636) @@ -1,10 +1,12 @@ ---- midori/midori-stock.h.orig 2015-04-19 23:50:25 UTC +--- midori/midori-stock.h.orig 2015-08-30 11:56:26 UTC +++ midori/midori-stock.h -@@ -21,11 +21,11 @@ +@@ -20,12 +20,12 @@ + #define MIDORI_STOCK_WEB_BROWSER "web-browser" #define STOCK_NEWS_FEED "internet-news-reader" #define STOCK_STYLE "preferences-desktop-theme" - #define MIDORI_STOCK_TRANSFER "package" +-#define MIDORI_STOCK_TRANSFER "package" -#define MIDORI_STOCK_PLUGINS "application-x-shockwave-flash" ++#define MIDORI_STOCK_TRANSFER "package-x-generic" +#define MIDORI_STOCK_PLUGINS "application-x-addon" #define STOCK_BOOKMARK_ADD "bookmark-new" #define STOCK_IMAGE "image-x-generic" Modified: head/www/midori/pkg-plist ============================================================================== --- head/www/midori/pkg-plist Sun Aug 30 18:49:32 2015 (r395635) +++ head/www/midori/pkg-plist Sun Aug 30 18:59:14 2015 (r395636) @@ -1,6 +1,8 @@ bin/midori etc/xdg/midori/extensions/adblock/config etc/xdg/midori/search +%%GIR%%lib/girepository-1.0/Katze-%%VERSION%%.typelib +%%GIR%%lib/girepository-1.0/Midori-%%VERSION%%.typelib lib/libmidori-core.so lib/libmidori-core.so.0.0.0 lib/libmidori-core.so.1 @@ -52,6 +54,9 @@ share/icons/hicolor/16x16/status/interne share/icons/hicolor/22x22/apps/midori.png share/icons/hicolor/22x22/categories/extension.png share/icons/hicolor/22x22/status/internet-news-reader.png +share/icons/hicolor/24x24/status/adblock-blocked.svg +share/icons/hicolor/24x24/status/adblock-disabled.svg +share/icons/hicolor/24x24/status/adblock-enabled.svg share/icons/hicolor/scalable/apps/midori.svg share/icons/hicolor/scalable/categories/extension.svg share/icons/hicolor/scalable/status/internet-news-reader.svg @@ -94,6 +99,7 @@ share/locale/ka/LC_MESSAGES/midori.mo share/locale/kk/LC_MESSAGES/midori.mo share/locale/km/LC_MESSAGES/midori.mo share/locale/ko/LC_MESSAGES/midori.mo +share/locale/ku/LC_MESSAGES/midori.mo share/locale/ky/LC_MESSAGES/midori.mo share/locale/lb/LC_MESSAGES/midori.mo share/locale/lt/LC_MESSAGES/midori.mo @@ -131,15 +137,11 @@ share/locale/zh_HK/LC_MESSAGES/midori.mo share/locale/zh_TW/LC_MESSAGES/midori.mo %%DATADIR%%/res/about.css %%DATADIR%%/res/adblock.list -%%DATADIR%%/res/adblock/blocked.png -%%DATADIR%%/res/adblock/disabled.png %%DATADIR%%/res/adblock/element_hider.js -%%DATADIR%%/res/adblock/enabled.png %%DATADIR%%/res/autosuggestcontrol.css %%DATADIR%%/res/autosuggestcontrol.js %%DATADIR%%/res/bookmarks/Create.sql %%DATADIR%%/res/bookmarks/Import_old_db_bookmarks.sql -%%DATADIR%%/res/close.png %%DATADIR%%/res/error.html %%DATADIR%%/res/flummi/Create.sql %%DATADIR%%/res/forms/Create.sql From owner-svn-ports-all@freebsd.org Sun Aug 30 19:44:55 2015 Return-Path: Delivered-To: svn-ports-all@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 325789C5642; Sun, 30 Aug 2015 19:44:55 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 22D04CA3; Sun, 30 Aug 2015 19:44:55 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UJitgY014865; Sun, 30 Aug 2015 19:44:55 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UJisPB014864; Sun, 30 Aug 2015 19:44:55 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201508301944.t7UJisPB014864@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, 30 Aug 2015 19:44:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395637 - head/devel/cmake/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 19:44:55 -0000 Author: rakuco Date: Sun Aug 30 19:44:54 2015 New Revision: 395637 URL: https://svnweb.freebsd.org/changeset/ports/395637 Log: Add upstream patch to make the build work with non-base (ie. newer) GCCs. The build was failing with, for example, lang/gcc48: In file included from /usr/ports/devel/cmake/work/cmake-3.2.3/Source/cmGlobalNinjaGenerator.cxx:14:0: /usr/ports/devel/cmake/work/cmake-3.2.3/Source/cmGeneratorExpressionEvaluationFile.h:39:64: error: 'mode_t' has not been declared std::map &outputFiles, mode_t perm); Added: head/devel/cmake/files/patch-git_c775072a (contents, props changed) Added: head/devel/cmake/files/patch-git_c775072a ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cmake/files/patch-git_c775072a Sun Aug 30 19:44:54 2015 (r395637) @@ -0,0 +1,20 @@ +commit c775072ad5a93306183f83f4396268b1690bb392 +Author: Brad King +Date: Wed Apr 22 09:58:46 2015 -0400 + + cmGeneratorExpressionEvaluationFile: Add missing sys/types.h include + + This is needed for 'mode_t', and on mingw-w64 in particular. We added + use of 'mode_t' in commit v3.2.0-rc1~421^2 (file(GENERATE): Use + permissions of input file if present, 2014-07-22). + +--- Source/cmGeneratorExpressionEvaluationFile.h ++++ Source/cmGeneratorExpressionEvaluationFile.h +@@ -13,6 +13,7 @@ + #define cmGeneratorExpressionEvaluationFile_h + + #include "cmStandardIncludes.h" ++#include + #include + + #include "cmGeneratorExpression.h" From owner-svn-ports-all@freebsd.org Sun Aug 30 20:01:08 2015 Return-Path: Delivered-To: svn-ports-all@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 5DB6A9C5E1C; Sun, 30 Aug 2015 20:01:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 421795E5; Sun, 30 Aug 2015 20:01:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UK18VX021264; Sun, 30 Aug 2015 20:01:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UK17vY021261; Sun, 30 Aug 2015 20:01:07 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201508302001.t7UK17vY021261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 30 Aug 2015 20:01:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395638 - in head/shells/zsh: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 20:01:08 -0000 Author: bapt Date: Sun Aug 30 20:01:07 2015 New Revision: 395638 URL: https://svnweb.freebsd.org/changeset/ports/395638 Log: Update to 5.1 Switch the default mirror to zsh.org until the distfiles appears on sourceforge Deleted: head/shells/zsh/files/patch-Completion_Unix_Command___du head/shells/zsh/files/patch-Src_Modules_zpty.c Modified: head/shells/zsh/Makefile head/shells/zsh/distinfo head/shells/zsh/pkg-plist Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Sun Aug 30 19:44:54 2015 (r395637) +++ head/shells/zsh/Makefile Sun Aug 30 20:01:07 2015 (r395638) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= zsh -PORTVERSION= 5.0.8 -PORTREVISION= 3 +DISTVERSION= 5.1 CATEGORIES= shells MASTER_SITES= \ - SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ - SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc \ http://www.zsh.org/pub/:doc \ - http://www.zsh.org/pub/ + http://www.zsh.org/pub/ \ + SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ + SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bapt@FreeBSD.org @@ -24,7 +23,7 @@ MAKE_JOBS_UNSAFE= yes ZSH_VER= ${PORTVERSION} -USES= iconv ncurses shebangfix tar:bzip2 +USES= iconv ncurses shebangfix tar:xz SHEBANG_FILES= Functions/Calendar/calendar_add \ Functions/Misc/checkmail \ Functions/Misc/run-help \ Modified: head/shells/zsh/distinfo ============================================================================== --- head/shells/zsh/distinfo Sun Aug 30 19:44:54 2015 (r395637) +++ head/shells/zsh/distinfo Sun Aug 30 20:01:07 2015 (r395638) @@ -1,4 +1,4 @@ -SHA256 (zsh-5.0.8.tar.bz2) = 8079cf08cb8beff22f84b56bd72bb6e6962ff4718d816f3d83a633b4c9e17d23 -SIZE (zsh-5.0.8.tar.bz2) = 3250542 -SHA256 (zsh-5.0.8-doc.tar.bz2) = 0ee5088c47fa5ceac6e087c7e00f2ede3f5920a03d32220772342ce980339e40 -SIZE (zsh-5.0.8-doc.tar.bz2) = 3204865 +SHA256 (zsh-5.1.tar.xz) = c3a654fa0ef26cb1a3228c9257101870e72899fde1cd815388b1b2cbbdfa59b4 +SIZE (zsh-5.1.tar.xz) = 2785404 +SHA256 (zsh-5.1-doc.tar.xz) = b0f921f5323f06b2b96374b7dd2dabc84966260f0c663a9ef88071b0b0d89d66 +SIZE (zsh-5.1-doc.tar.xz) = 3065956 Modified: head/shells/zsh/pkg-plist ============================================================================== --- head/shells/zsh/pkg-plist Sun Aug 30 19:44:54 2015 (r395637) +++ head/shells/zsh/pkg-plist Sun Aug 30 20:01:07 2015 (r395638) @@ -93,6 +93,8 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_powerd %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_procstat %%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_sockstat +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_systat +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/BSD/_watch-snoop %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Base.zwc %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Base/_all_labels %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Base/_all_matches @@ -199,6 +201,7 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Debian/_deb_architectures %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Debian/_deb_packages %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Debian/_debchange +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Debian/_debcheckout %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Debian/_debdiff %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Debian/_debfoster %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Debian/_debsign @@ -276,6 +279,7 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Mandriva/_rebootin %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Mandriva/_urpmi %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Redhat.zwc +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Redhat/_dnf %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Redhat/_rpm %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Redhat/_yum %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Solaris.zwc @@ -322,6 +326,7 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_augeas %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_awk %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_baz +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_beep %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_bind_addresses %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_bison %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_bittorrent @@ -358,6 +363,8 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_cvs %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_darcs %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_date +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_date_formats +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_dates %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_dbus %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_dd %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_devtodo @@ -503,6 +510,7 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_other_accounts %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_pack %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_patch +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_patchutils %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_path_commands %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_path_files %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_pax @@ -532,7 +540,6 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_printers %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_prove %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_ps -%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_ps1234 %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_pspdf %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_psutils %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_pump @@ -608,6 +615,7 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_totd %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_tracepath %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_tree +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_ttys %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_twidge %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_twisted %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_unace @@ -624,10 +632,12 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_uzbl %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_vcsh %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_vim +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_vmstat %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_vorbis %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_vorbiscomment %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_vux %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_w3m +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_watch %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_wc %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_webbrowser %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Unix/_wget @@ -720,6 +730,7 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_cd %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_command %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_command_names +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_compadd %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_compdef %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_condition %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_default @@ -762,6 +773,7 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_precommand %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_print %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_prompt +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_ps1234 %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_read %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_redirect %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_run-help @@ -770,6 +782,7 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_setopt %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_source %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_stat +%%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_strftime %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_subscript %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_suffix_alias_files %%DATADIR%%/%%ZSH_VER%%/functions/Completion/Zsh/_tcpsys @@ -971,6 +984,7 @@ bin/zsh-%%ZSH_VER%% %%DATADIR%%/%%ZSH_VER%%/functions/Zle.zwc %%DATADIR%%/%%ZSH_VER%%/functions/Zle/backward-kill-word-match %%DATADIR%%/%%ZSH_VER%%/functions/Zle/backward-word-match +%%DATADIR%%/%%ZSH_VER%%/functions/Zle/bracketed-paste-magic %%DATADIR%%/%%ZSH_VER%%/functions/Zle/capitalize-word-match %%DATADIR%%/%%ZSH_VER%%/functions/Zle/copy-earlier-word %%DATADIR%%/%%ZSH_VER%%/functions/Zle/cycle-completion-positions From owner-svn-ports-all@freebsd.org Sun Aug 30 20:13:10 2015 Return-Path: Delivered-To: svn-ports-all@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 853979C63B4; Sun, 30 Aug 2015 20:13:10 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5C1B8D4B; Sun, 30 Aug 2015 20:13:10 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UKDAhA028195; Sun, 30 Aug 2015 20:13:10 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UKD9H4028192; Sun, 30 Aug 2015 20:13:09 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201508302013.t7UKD9H4028192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 30 Aug 2015 20:13:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395639 - head/devel/p5-CPAN-Perl-Releases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 20:13:10 -0000 Author: adamw Date: Sun Aug 30 20:13:08 2015 New Revision: 395639 URL: https://svnweb.freebsd.org/changeset/ports/395639 Log: Update to 2.34, and add a missing period to the end of the pkg-descr. Changes: https://metacpan.org/changes/distribution/CPAN-Perl-Releases Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo head/devel/p5-CPAN-Perl-Releases/pkg-descr Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Sun Aug 30 20:01:07 2015 (r395638) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Sun Aug 30 20:13:08 2015 (r395639) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 2.32 +PORTVERSION= 2.34 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Sun Aug 30 20:01:07 2015 (r395638) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Sun Aug 30 20:13:08 2015 (r395639) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Perl-Releases-2.32.tar.gz) = 5f7609525bac1a65ce80159a9f0252ce6013aef6a5f3620c93ef664f31b4ce43 -SIZE (CPAN-Perl-Releases-2.32.tar.gz) = 24503 +SHA256 (CPAN-Perl-Releases-2.34.tar.gz) = a4e3236b024c2b1b2f837222f433e6108b7adf926ec0883d205921d0d8e0928c +SIZE (CPAN-Perl-Releases-2.34.tar.gz) = 24163 Modified: head/devel/p5-CPAN-Perl-Releases/pkg-descr ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/pkg-descr Sun Aug 30 20:01:07 2015 (r395638) +++ head/devel/p5-CPAN-Perl-Releases/pkg-descr Sun Aug 30 20:13:08 2015 (r395639) @@ -1,3 +1,3 @@ -Perl module for mapping Perl releases on CPAN to the location of the tarballs +Perl module for mapping Perl releases on CPAN to the location of the tarballs. WWW: http://search.cpan.org/dist/CPAN-Perl-Releases/ From owner-svn-ports-all@freebsd.org Sun Aug 30 20:13:36 2015 Return-Path: Delivered-To: svn-ports-all@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 225C29C63F3; Sun, 30 Aug 2015 20:13:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 06EA7E27; Sun, 30 Aug 2015 20:13:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UKDZ8g028699; Sun, 30 Aug 2015 20:13:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UKDUQx028680; Sun, 30 Aug 2015 20:13:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508302013.t7UKDUQx028680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 30 Aug 2015 20:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395640 - in head: chinese/wordpress-zh_CN chinese/wordpress-zh_TW databases/adodb databases/adodb5 databases/php-adodb-ext databases/tuning-primer devel/pear-HTML_Template_PHPLIB devel... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 20:13:36 -0000 Author: jbeich Date: Sun Aug 30 20:13:29 2015 New Revision: 395640 URL: https://svnweb.freebsd.org/changeset/ports/395640 Log: Reset maintainership per mail on freebsd-ports@ list Requested by: Joe Horn (maintainer) Modified: head/chinese/wordpress-zh_CN/Makefile (contents, props changed) head/chinese/wordpress-zh_TW/Makefile (contents, props changed) head/databases/adodb/Makefile (contents, props changed) head/databases/adodb5/Makefile (contents, props changed) head/databases/php-adodb-ext/Makefile (contents, props changed) head/databases/tuning-primer/Makefile (contents, props changed) head/devel/pear-HTML_Template_PHPLIB/Makefile (contents, props changed) head/devel/pear-channel-twig/Makefile (contents, props changed) head/japanese/wordpress/Makefile (contents, props changed) head/mail/pear-Mail_Mime/Makefile (contents, props changed) head/mail/pear-Mail_mimeDecode/Makefile (contents, props changed) head/mail/phpmailer/Makefile (contents, props changed) head/net/pear-Net_URL2/Makefile (contents, props changed) head/net/pear-Net_UserAgent_Detect/Makefile (contents, props changed) head/www/ckeditor/Makefile (contents, props changed) head/www/extjs/Makefile (contents, props changed) head/www/pear-HTTP_Session2/Makefile (contents, props changed) head/www/pear-twig/Makefile (contents, props changed) head/www/pecl-twig/Makefile (contents, props changed) Modified: head/chinese/wordpress-zh_CN/Makefile ============================================================================== --- head/chinese/wordpress-zh_CN/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/chinese/wordpress-zh_CN/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -9,7 +9,7 @@ MASTER_SITES= http://cn.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ PKGNAMESUFFIX= -zh_CN -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 Modified: head/chinese/wordpress-zh_TW/Makefile ============================================================================== --- head/chinese/wordpress-zh_TW/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/chinese/wordpress-zh_TW/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -9,7 +9,7 @@ MASTER_SITES= http://tw.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ PKGNAMESUFFIX= -zh_TW -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 Modified: head/databases/adodb/Makefile ============================================================================== --- head/databases/adodb/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/databases/adodb/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Database library for PHP LICENSE= BSD4CLAUSE Modified: head/databases/adodb5/Makefile ============================================================================== --- head/databases/adodb5/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/databases/adodb5/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= ${PORTNAME:S/5//}${DISTVERSION:S/.//g}a PKGNAMESUFFIX= 5 -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Database library for PHP LICENSE= BSD4CLAUSE Modified: head/databases/php-adodb-ext/Makefile ============================================================================== --- head/databases/php-adodb-ext/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/databases/php-adodb-ext/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -9,7 +9,7 @@ MASTER_SITES= http://phplens.com/lens/dl PKGNAMEPREFIX= php- DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= ADOdb Extension WRKSRC= ${WRKDIR}/adodb-${PORTVERSION:S/.//} Modified: head/databases/tuning-primer/Makefile ============================================================================== --- head/databases/tuning-primer/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/databases/tuning-primer/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -10,7 +10,7 @@ EXTRACT_SUFX= EXTRACT_ONLY= DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= MySQL performance tuning primer script LICENSE= GPLv2 Modified: head/devel/pear-HTML_Template_PHPLIB/Makefile ============================================================================== --- head/devel/pear-HTML_Template_PHPLIB/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/devel/pear-HTML_Template_PHPLIB/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -6,7 +6,7 @@ PORTVERSION= 1.5.2 PORTREVISION= 1 CATEGORIES= devel www pear -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR template API ported from PHPLIB LICENSE= LGPL3 Modified: head/devel/pear-channel-twig/Makefile ============================================================================== --- head/devel/pear-channel-twig/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/devel/pear-channel-twig/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -6,7 +6,7 @@ PORTVERSION= 20140108 CATEGORIES= devel www pear MASTER_SITES= # -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} PEAR_CHANNEL_HOST= pear.twig-project.org Modified: head/japanese/wordpress/Makefile ============================================================================== --- head/japanese/wordpress/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/japanese/wordpress/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -ja CATEGORIES= japanese www MASTER_SITES= http://ja.wordpress.org/ -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform LICENSE= GPLv2 Modified: head/mail/pear-Mail_Mime/Makefile ============================================================================== --- head/mail/pear-Mail_Mime/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/mail/pear-Mail_Mime/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -6,7 +6,7 @@ PORTVERSION= 1.8.9 PORTEPOCH= 2 CATEGORIES= mail www pear -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR classes to create and decode MIME messages LICENSE= BSD3CLAUSE Modified: head/mail/pear-Mail_mimeDecode/Makefile ============================================================================== --- head/mail/pear-Mail_mimeDecode/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/mail/pear-Mail_mimeDecode/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -6,7 +6,7 @@ PORTVERSION= 1.5.5 CATEGORIES= mail www pear DISTNAME= Mail_mimeDecode-${PORTVERSION} -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Provides a class to decode mime messages BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime Modified: head/mail/phpmailer/Makefile ============================================================================== --- head/mail/phpmailer/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/mail/phpmailer/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -6,7 +6,7 @@ PORTVERSION= 5.2.7 DISTVERSIONPREFIX= v CATEGORIES= mail -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Full Featured Email Transfer Class for PHP LICENSE= LGPL3 Modified: head/net/pear-Net_URL2/Makefile ============================================================================== --- head/net/pear-Net_URL2/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/net/pear-Net_URL2/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -5,7 +5,7 @@ PORTNAME= Net_URL2 PORTVERSION= 2.0.10 CATEGORIES= net www pear -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR Class for parsing and handling URL LICENSE= BSD3CLAUSE Modified: head/net/pear-Net_UserAgent_Detect/Makefile ============================================================================== --- head/net/pear-Net_UserAgent_Detect/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/net/pear-Net_UserAgent_Detect/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -6,7 +6,7 @@ PORTVERSION= 2.5.2 PORTREVISION= 1 CATEGORIES= net www pear -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class that determines the Web browser, version, and platform LICENSE= PHP202 Modified: head/www/ckeditor/Makefile ============================================================================== --- head/www/ckeditor/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/www/ckeditor/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -7,7 +7,7 @@ CATEGORIES= www MASTER_SITES= http://download.cksource.com/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/ DISTNAME= ckeditor_${PORTVERSION}_full -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG editor to be used inside web page LICENSE= MPL Modified: head/www/extjs/Makefile ============================================================================== --- head/www/extjs/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/www/extjs/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -9,7 +9,7 @@ MASTER_SITES= http://cdn.sencha.com/ext/ http://mirror.joehorn.idv.tw/extjs/ DISTNAME= ext-${PORTVERSION}-gpl -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= JavaScript platform for rapid development of cross-browser web apps LICENSE= GPLv3 Modified: head/www/pear-HTTP_Session2/Makefile ============================================================================== --- head/www/pear-HTTP_Session2/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/www/pear-HTTP_Session2/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -5,7 +5,7 @@ PORTNAME= HTTP_Session2 PORTVERSION= 0.7.3 CATEGORIES= www devel pear -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= PHP5 Session Handler LICENSE= BSD3CLAUSE Modified: head/www/pear-twig/Makefile ============================================================================== --- head/www/pear-twig/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/www/pear-twig/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -7,7 +7,7 @@ CATEGORIES= www pear MASTER_SITES= http://pear.twig-project.org/get/ DISTNAME= Twig-${PORTVERSION} -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= The flexible, fast, and secure template engine for PHP LICENSE= BSD3CLAUSE Modified: head/www/pecl-twig/Makefile ============================================================================== --- head/www/pecl-twig/Makefile Sun Aug 30 20:13:08 2015 (r395639) +++ head/www/pecl-twig/Makefile Sun Aug 30 20:13:29 2015 (r395640) @@ -8,7 +8,7 @@ MASTER_SITES= http://pear.twig-project.o PKGNAMEPREFIX= pecl- DISTNAME= CTwig-${PORTVERSION} -MAINTAINER= joehorn@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Twig C extension to improve performance of the Twig template language LICENSE= BSD3CLAUSE From owner-svn-ports-all@freebsd.org Sun Aug 30 20:20:34 2015 Return-Path: Delivered-To: svn-ports-all@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 5FDF49C6689; Sun, 30 Aug 2015 20:20:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 5087018A; Sun, 30 Aug 2015 20:20:34 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UKKY0m029714; Sun, 30 Aug 2015 20:20:34 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UKKWFq029707; Sun, 30 Aug 2015 20:20:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508302020.t7UKKWFq029707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 30 Aug 2015 20:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395641 - in head/comms: . hackrf hackrf/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 20:20:34 -0000 Author: pi Date: Sun Aug 30 20:20:31 2015 New Revision: 395641 URL: https://svnweb.freebsd.org/changeset/ports/395641 Log: New port: comms/hackrf HackRF One from Great Scott Gadgets is a Software Defined Radio peripheral capable of transmission or reception of radio signals from 10 MHz to 6 GHz. Designed to enable test and development of modern and next generation radio technologies, HackRF One is an open source hardware platform that can be used as a USB peripheral or programmed for stand-alone operation. WWW: https://greatscottgadgets.com/hackrf/ PR: 199281 Submitted by: Tomek CEDRO Reviewed by: Nicolas Blais Added: head/comms/hackrf/ head/comms/hackrf/Makefile (contents, props changed) head/comms/hackrf/distinfo (contents, props changed) head/comms/hackrf/files/ head/comms/hackrf/files/patch-host_hackrf-tools_CMakeLists.txt (contents, props changed) head/comms/hackrf/files/patch-host_libhackrf_CMakeLists.txt (contents, props changed) head/comms/hackrf/pkg-descr (contents, props changed) head/comms/hackrf/pkg-plist (contents, props changed) Modified: head/comms/Makefile Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Sun Aug 30 20:13:29 2015 (r395640) +++ head/comms/Makefile Sun Aug 30 20:20:31 2015 (r395641) @@ -63,6 +63,7 @@ SUBDIR += gsmlib SUBDIR += gstreamer1-plugins-spandsp SUBDIR += gtkmmorse + SUBDIR += hackrf SUBDIR += hamfax SUBDIR += hamlib SUBDIR += hcidump Added: head/comms/hackrf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/hackrf/Makefile Sun Aug 30 20:20:31 2015 (r395641) @@ -0,0 +1,23 @@ +# Created by: Tomasz "CeDeROM" CEDRO (http://www.tomek.cedro.info) +# $FreeBSD$ + +PORTNAME= hackrf +PORTVERSION= 2015.07.2 +CATEGORIES= comms devel hamradio science security + +MAINTAINER= cederom@tlen.pl +COMMENT= Low cost open source hardware software radio platform + +LICENSE= GPLv2 + +USE_GITHUB= YES +GH_ACCOUNT= mossmann +GH_TAGNAME= 69c4997 + +USES= cmake:outsource +CMAKE_SOURCE_PATH= ${WRKSRC}/host +CMAKE_ARGS= -DLIBUSB_LIBRARIES=/usr/lib/libusb.so + +USE_LDCONFIG= yes + +.include Added: head/comms/hackrf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/hackrf/distinfo Sun Aug 30 20:20:31 2015 (r395641) @@ -0,0 +1,2 @@ +SHA256 (mossmann-hackrf-2015.07.2-69c4997_GH0.tar.gz) = fa4c18a9108011d306e90b16866e42f908c13f3ddc47db774344c0eb053543e5 +SIZE (mossmann-hackrf-2015.07.2-69c4997_GH0.tar.gz) = 15625682 Added: head/comms/hackrf/files/patch-host_hackrf-tools_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/hackrf/files/patch-host_hackrf-tools_CMakeLists.txt Sun Aug 30 20:20:31 2015 (r395641) @@ -0,0 +1,11 @@ +--- host/hackrf-tools/CMakeLists.txt.orig 2015-08-30 19:34:41 UTC ++++ host/hackrf-tools/CMakeLists.txt +@@ -35,7 +35,7 @@ include_directories(getopt) + add_definitions(/D _CRT_SECURE_NO_WARNINGS) + else() + add_definitions(-Wall) +-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu90") ++set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}") + endif() + + if(NOT libhackrf_SOURCE_DIR) Added: head/comms/hackrf/files/patch-host_libhackrf_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/hackrf/files/patch-host_libhackrf_CMakeLists.txt Sun Aug 30 20:20:31 2015 (r395641) @@ -0,0 +1,50 @@ +--- host/libhackrf/CMakeLists.txt.orig 2014-08-28 17:34:30 UTC ++++ host/libhackrf/CMakeLists.txt +@@ -34,7 +34,7 @@ if(MSVC) + set(THREADS_USE_PTHREADS_WIN32 true) + else() + add_definitions(-Wall) +- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu90") ++ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}") + + INCLUDE(TestBigEndian) + TEST_BIG_ENDIAN(BIGENDIAN) +@@ -68,8 +68,13 @@ ENDIF(CMAKE_CROSSCOMPILING) + + set(prefix ${CMAKE_INSTALL_PREFIX}) + set(exec_prefix \${prefix}) +-set(libdir \${exec_prefix}/lib) ++set(libdir \${exec_prefix}/lib${LIB_SUFFIX}) + set(includedir \${prefix}/include) ++set(libpkgdata "lib"${LIB_SUFFIX}) ++ ++if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") ++ set(libpkgdata "libdata") ++endif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") + + CONFIGURE_FILE( + ${CMAKE_CURRENT_SOURCE_DIR}/libhackrf.pc.in +@@ -78,7 +83,7 @@ CONFIGURE_FILE( + + INSTALL( + FILES ${CMAKE_CURRENT_BINARY_DIR}/libhackrf.pc +- DESTINATION lib/pkgconfig ++ DESTINATION ${libpkgdata}/pkgconfig + ) + + ######################################################################## +@@ -100,9 +105,13 @@ endif() + ######################################################################## + option(INSTALL_UDEV_RULES "Install udev rules for HackRF" OFF) + if (INSTALL_UDEV_RULES) ++ if (NOT UDEV_INSTALL_DIR) ++ set (UDEV_INSTALL_DIR "/etc/udev/rules.d") ++ endif (NOT UDEV_INSTALL_DIR) ++ + install ( + FILES 53-hackrf.rules +- DESTINATION "/etc/udev/rules.d" ++ DESTINATION ${UDEV_INSTALL_DIR} + COMPONENT "udev" + ) + else (INSTALL_UDEV_RULES) Added: head/comms/hackrf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/hackrf/pkg-descr Sun Aug 30 20:20:31 2015 (r395641) @@ -0,0 +1,7 @@ +HackRF One from Great Scott Gadgets is a Software Defined Radio peripheral +capable of transmission or reception of radio signals from 10 MHz to 6 GHz. +Designed to enable test and development of modern and next generation radio +technologies, HackRF One is an open source hardware platform that can +be used as a USB peripheral or programmed for stand-alone operation. + +WWW: https://greatscottgadgets.com/hackrf/ Added: head/comms/hackrf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/hackrf/pkg-plist Sun Aug 30 20:20:31 2015 (r395641) @@ -0,0 +1,13 @@ +bin/hackrf_cpldjtag +bin/hackrf_info +bin/hackrf_max2837 +bin/hackrf_rffc5071 +bin/hackrf_si5351c +bin/hackrf_spiflash +bin/hackrf_transfer +include/libhackrf/hackrf.h +lib/libhackrf.a +lib/libhackrf.so +lib/libhackrf.so.0 +lib/libhackrf.so.0.3.0 +libdata/pkgconfig/libhackrf.pc From owner-svn-ports-all@freebsd.org Sun Aug 30 20:23:57 2015 Return-Path: Delivered-To: svn-ports-all@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 0F48C9C68B5; Sun, 30 Aug 2015 20:23:57 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 F25F17E9; Sun, 30 Aug 2015 20:23:56 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UKNulr033042; Sun, 30 Aug 2015 20:23:56 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UKNu1M033041; Sun, 30 Aug 2015 20:23:56 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201508302023.t7UKNu1M033041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Sun, 30 Aug 2015 20:23:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395642 - head/audio/hs-ALUT X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 20:23:57 -0000 Author: pgj Date: Sun Aug 30 20:23:56 2015 New Revision: 395642 URL: https://svnweb.freebsd.org/changeset/ports/395642 Log: - Fix the USE_CABAL line that was missed during the latest update Obtained from: FreeBSD Haskell Modified: head/audio/hs-ALUT/Makefile Modified: head/audio/hs-ALUT/Makefile ============================================================================== --- head/audio/hs-ALUT/Makefile Sun Aug 30 20:20:31 2015 (r395641) +++ head/audio/hs-ALUT/Makefile Sun Aug 30 20:23:56 2015 (r395642) @@ -3,6 +3,7 @@ PORTNAME= ALUT PORTVERSION= 2.4.0.0 +PORTREVISION= 1 CATEGORIES= audio haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +11,7 @@ COMMENT= Binding for the OpenAL Utility LICENSE= BSD3CLAUSE -USE_CABAL= OpenAL>=1.6.0.0 OpenGL>=2.9.0.0 +USE_CABAL= OpenAL>=1.7 StateVar>=1.1 USES= openal:al,alut INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) From owner-svn-ports-all@freebsd.org Sun Aug 30 20:47:14 2015 Return-Path: Delivered-To: svn-ports-all@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 2D80B9C047D; Sun, 30 Aug 2015 20:47:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 1D024175; Sun, 30 Aug 2015 20:47:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UKlEE9041568; Sun, 30 Aug 2015 20:47:14 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UKl9tB041550; Sun, 30 Aug 2015 20:47:09 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201508302047.t7UKl9tB041550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 30 Aug 2015 20:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395643 - in head/audio/xmms2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 20:47:14 -0000 Author: madpilot Date: Sun Aug 30 20:47:09 2015 New Revision: 395643 URL: https://svnweb.freebsd.org/changeset/ports/395643 Log: - Use option helpers - Strip binaries - Fix AIRPLAY option - Fix packaging with MDSN option turned off - Regenerate patches Added: head/audio/xmms2/files/patch-src_plugins_musepack_wscript - copied, changed from r395642, head/audio/xmms2/files/patch-patch-src-plugins-musepack-wscript Deleted: head/audio/xmms2/files/patch-patch-src-plugins-musepack-wscript Modified: head/audio/xmms2/Makefile head/audio/xmms2/files/patch-src-clients-lib-xmmsclient-glib-wscript head/audio/xmms2/files/patch-src-clients-lib-xmmsclient-wscript head/audio/xmms2/files/patch-src-include-wscript head/audio/xmms2/files/patch-src-include-xmmsclient-xmmsclient++-coll.h head/audio/xmms2/files/patch-src-plugins-airplay-wscript head/audio/xmms2/files/patch-src-plugins-file-wscript head/audio/xmms2/files/patch-src-plugins-modplug-modplug.c head/audio/xmms2/files/patch-src__plugins__cdda__cdda.c head/audio/xmms2/files/patch-src_plugins_ao_ao.c head/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c head/audio/xmms2/files/patch-src_plugins_avcodec_avcodec__compat.h head/audio/xmms2/files/patch-wscript head/audio/xmms2/pkg-plist Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/Makefile Sun Aug 30 20:47:09 2015 (r395643) @@ -4,7 +4,7 @@ PORTNAME?= xmms2 PORTVERSION= 0.8 DISTVERSIONSUFFIX=DrO_o -PORTREVISION?= 16 +PORTREVISION?= 17 CATEGORIES?= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} @@ -52,325 +52,159 @@ VISUAL_DESC= Visualization plugins suppo VOCODER_DESC= Phase Vocoder effect plugin XML_DESC= Support XML based playlists (XSPF, RSS) -.endif # !XMMS_SLAVE +OPTIONS_SUB= yes -.include +AIRPLAY_USE= OPENSSL=yes +AIRPLAY_CONFIGURE_OFF= --without-plugins="airplay" -.if defined(XMMS2_SLAVE) -CONFIGURE_ARGS+= --without-xmms2d +AO_LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao +AO_CONFIGURE_OFF= --without-plugins="ao" -.if ${XMMS2_SLAVE} == "python" -CONFIGURE_ARGS+= --with-optionals="python" -.elif ${XMMS2_SLAVE} == "ruby" -CONFIGURE_ARGS+= --with-optionals="ruby" -.elif ${XMMS2_SLAVE} == "perl" -CONFIGURE_ARGS+= --with-optionals="perl" -.elif ${XMMS2_SLAVE} == "ruby-ecore" -CONFIGURE_ARGS+= --with-optionals="ruby" --with-optionals="xmmsclient-ecore" -.elif ${XMMS2_SLAVE} == "cpp" -CONFIGURE_ARGS+= --with-optionals="xmmsclient++" \ - --with-optionals="xmmsclient++-glib" -.endif +APE_LIB_DEPENDS= libmac.so:${PORTSDIR}/audio/mac +APE_CONFIGURE_OFF= --without-plugins="mac" -.else # XMMS2_SLAVE -CONFIGURE_ARGS+= --without-optionals="python" \ - --without-optionals="ruby" \ - --without-optionals="xmmsclient-ecore" \ - --without-optionals="xmmsclient++" \ - --without-optionals="xmmsclient++-glib" \ - --without-optionals="perl" -.endif # XMMS2_SLAVE +AVCODEC_LIB_DEPENDS= libavutil.so:${PORTSDIR}/multimedia/ffmpeg +AVCODEC_CONFIGURE_OFF= --without-plugins="avcodec" -.if !defined(XMMS2_SLAVE) +CDDA_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio \ + libcdio_cdda.so:${PORTSDIR}/sysutils/libcdio-paranoia \ + libdiscid.so:${PORTSDIR}/audio/libdiscid +CDDA_CONFIGURE_OFF= --without-plugins="cdda" -.if ${PORT_OPTIONS:MAIRPLAY} -USE_OPENSSL= yes -PLIST_SUB+= AIRPLAY="" -.else -CONFIGURE_ARGS+= --without-plugins="airplay" -PLIST_SUB+= AIRPLAY="@comment " -.endif +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +CURL_CONFIGURE_OFF= --without-plugins="curl" --without-plugins="icymetaint" -.if ${PORT_OPTIONS:MAO} -LIB_DEPENDS+= libao.so:${PORTSDIR}/audio/libao -PLIST_SUB+= AO="" -.else -CONFIGURE_ARGS+= --without-plugins="ao" -PLIST_SUB+= AO="@comment " -.endif +FAAD_LIB_DEPENDS= libfaad.so:${PORTSDIR}/audio/faad +FAAD_CONFIGURE_OFF= --without-plugins="faad" --without-plugins="mp4" -.if ${PORT_OPTIONS:MAPE} -LIB_DEPENDS+= libmac.so:${PORTSDIR}/audio/mac -PLIST_SUB+= MAC="" -.else -CONFIGURE_ARGS+= --without-plugins="mac" -PLIST_SUB+= MAC="@comment " -.endif +FAM_USES= fam:gamin +FAM_CONFIGURE_OFF= --without-optionals="medialib-updater" -.if ${PORT_OPTIONS:MAVCODEC} -LIB_DEPENDS+= libavutil.so:${PORTSDIR}/multimedia/ffmpeg -PLIST_SUB+= AVCODEC="" -.else -CONFIGURE_ARGS+= --without-plugins="avcodec" -PLIST_SUB+= AVCODEC="@comment " -.endif +FLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac -.if ${PORT_OPTIONS:MCDDA} -LIB_DEPENDS+= libcdio.so:${PORTSDIR}/sysutils/libcdio \ - libcdio_cdda.so:${PORTSDIR}/sysutils/libcdio-paranoia \ - libdiscid.so:${PORTSDIR}/audio/libdiscid -PLIST_SUB+= CDDA="" -.else -CONFIGURE_ARGS+= --without-plugins="cdda" -PLIST_SUB+= CDDA="@comment " -.endif +GME_LIB_DEPENDS= libgme.so:${PORTSDIR}/audio/libgme +GME_CONFIGURE_OFF= --without-plugins="gme" -.if ${PORT_OPTIONS:MCURL} -LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl -PLIST_SUB+= CURL="" -.else -CONFIGURE_ARGS+= --without-plugins="curl" --without-plugins="icymetaint" -PLIST_SUB+= CURL="@comment " -.endif +GVFS_USE= GNOME=gvfs +GVFS_CONFIGURE_OFF= --without-plugins="gvfs" -.if ${PORT_OPTIONS:MFAAD} -LIB_DEPENDS+= libfaad.so:${PORTSDIR}/audio/faad -PLIST_SUB+= FAAD="" -.else -CONFIGURE_ARGS+= --without-plugins="faad" --without-plugins="mp4" -PLIST_SUB+= FAAD="@comment " -.endif +ICES_LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout +ICES_CONFIGURE_OFF= --without-plugins="ices" -.if ${PORT_OPTIONS:MFAM} -USES+= fam:gamin -PLIST_SUB+= FAM="" -.else -CONFIGURE_ARGS+= --without-optionals="medialib-updater" -PLIST_SUB+= FAM="@comment " -.endif +JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack +JACK_CONFIGURE_OFF= --without-plugins="jack" -.if ${PORT_OPTIONS:MFLAC} -LIB_DEPENDS+= libFLAC.so:${PORTSDIR}/audio/flac -PLIST_SUB+= FLAC="" -.else -CONFIGURE_ARGS+= --without-plugins="flac" -PLIST_SUB+= FLAC="@comment " -.endif +MAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad +MAD_CONFIGURE_OFF= --without-plugins="mad" -.if ${PORT_OPTIONS:MGME} -LIB_DEPENDS+= libgme.so:${PORTSDIR}/audio/libgme -PLIST_SUB+= GME="" -.else -CONFIGURE_ARGS+= --without-plugins="gme" -PLIST_SUB+= GME="@comment " -.endif +MDNS_CONFIGURE_OFF= --without-optionals="mdns" -.if ${PORT_OPTIONS:MGVFS} -USE_GNOME+= gvfs -PLIST_SUB+= GVFS="" -.else -CONFIGURE_ARGS+= --without-plugins="gvfs" -PLIST_SUB+= GVFS="@comment " -.endif +MDNS_APPLE_CONFIGURE_ON= --with-mdns-backend="dns_sd" +MDNS_APPLE_LIB_DEPENDS= libdns_sd.so:${PORTSDIR}/net/mDNSResponder -.if ${PORT_OPTIONS:MICES} -LIB_DEPENDS+= libshout.so:${PORTSDIR}/audio/libshout -PLIST_SUB+= ICES="" -.else -CONFIGURE_ARGS+= --without-plugins="ices" -PLIST_SUB+= ICES="@comment " -.endif +MDNS_AVAHI_CONFIGURE_ON= --with-mdns-backend="avahi" +MDNS_AVAHI_LIB_DEPENDS= libavahi-core.so:${PORTSDIR}/net/avahi-app -.if ${PORT_OPTIONS:MJACK} -LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack -PLIST_SUB+= JACK="" -.else -CONFIGURE_ARGS+= --without-plugins="jack" -PLIST_SUB+= JACK="@comment " -.endif +MMS_LIB_DEPENDS= libmms.so:${PORTSDIR}/net/libmms +MMS_CONFIGURE_OFF= --without-plugins="mms" -.if ${PORT_OPTIONS:MMAD} -LIB_DEPENDS+= libmad.so:${PORTSDIR}/audio/libmad -PLIST_SUB+= MAD="" -.else -CONFIGURE_ARGS+= --without-plugins="mad" -PLIST_SUB+= MAD="@comment " -.endif +MODPLUG_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug +MODPLUG_CONFIGURE_OFF= --without-plugins="modplug" -.if empty(PORT_OPTIONS:MMDNS) -CONFIGURE_ARGS+= --without-optionals="mdns" -.endif +MPG123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123 +MPG123_CONFIGURE_OFF= --without-plugins="mpg123" -.if ${PORT_OPTIONS:MMDNS_APPLE} -CONFIGURE_ARGS+= --with-mdns-backend="dns_sd" -LIB_DEPENDS+= libdns_sd.so:${PORTSDIR}/net/mDNSResponder -PLIST_SUB+= MDNS_APPLE="" -.else -PLIST_SUB+= MDNS_APPLE="@comment " -.endif +MUSEPACK_LIB_DEPENDS= libmpcdec.so:${PORTSDIR}/audio/musepack +MUSEPACK_CONFIGURE_OFF= --without-plugins="musepack" -.if ${PORT_OPTIONS:MMDNS_AVAHI} -CONFIGURE_ARGS+= --with-mdns-backend="avahi" -LIB_DEPENDS+= libavahi-core.so:${PORTSDIR}/net/avahi-app -PLIST_SUB+= MDNS_AVAHI="" -MAN1+= xmms2-mdns-avahi.1 -.else -PLIST_SUB+= MDNS_AVAHI="@comment " -.endif +OFA_LIB_DEPENDS= libofa.so:${PORTSDIR}/audio/libofa +OFA_CONFIGURE_OFF= --without-plugins="ofa" -.if ${PORT_OPTIONS:MMMS} -LIB_DEPENDS+= libmms.so:${PORTSDIR}/net/libmms -PLIST_SUB+= MMS="" -.else -CONFIGURE_ARGS+= --without-plugins="mms" -PLIST_SUB+= MMS="@comment " -.endif +PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio +PULSEAUDIO_CONFIGURE_OFF= --without-plugins="pulse" -.if ${PORT_OPTIONS:MMODPLUG} -LIB_DEPENDS+= libmodplug.so:${PORTSDIR}/audio/libmodplug -PLIST_SUB+= MODPLUG="" -.else -CONFIGURE_ARGS+= --without-plugins="modplug" -PLIST_SUB+= MODPLUG="@comment " -.endif +SAMBA_LIB_DEPENDS= libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient +SAMBA_CONFIGURE_OFF= --without-plugins="samba" -.if ${PORT_OPTIONS:MMPG123} -LIB_DEPENDS+= libmpg123.so:${PORTSDIR}/audio/mpg123 -PLIST_SUB+= MPG123="" -.else -CONFIGURE_ARGS+= --without-plugins="mpg123" -PLIST_SUB+= MPG123="@comment " -.endif +SID_LIB_DEPENDS= libsidplay2.so:${PORTSDIR}/audio/libsidplay2 +SID_CONFIGURE_OFF= --without-plugins="sid" -.if ${PORT_OPTIONS:MMUSEPACK} -LIB_DEPENDS+= libmpcdec.so:${PORTSDIR}/audio/musepack -PLIST_SUB+= MUSEPACK="" -.else -CONFIGURE_ARGS+= --without-plugins="musepack" -PLIST_SUB+= MUSEPACK="@comment " -.endif +SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile +SNDFILE_CONFIGURE_OFF= --without-plugins="sndfile" -.if ${PORT_OPTIONS:MOFA} -LIB_DEPENDS+= libofa.so:${PORTSDIR}/audio/libofa -PLIST_SUB+= OFA="" -.else -CONFIGURE_ARGS+= --without-plugins="ofa" -PLIST_SUB+= OFA="@comment " -.endif +SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex +SPEEX_CONFIGURE_OFF= --without-plugins="speex" -.if ${PORT_OPTIONS:MPULSEAUDIO} -LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio -PLIST_SUB+= PULSE="" -.else -CONFIGURE_ARGS+= --without-plugins="pulse" -PLIST_SUB+= PULSE="@comment " -.endif +TREMOR_LIB_DEPENDS= libvorbisidec.so:${PORTSDIR}/audio/libtremor +TREMOR_CONFIGURE_OFF= --without-plugins="tremor" -.if ${PORT_OPTIONS:MSAMBA} -LIB_DEPENDS+= libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -CONFIGURE_ARGS+= --without-plugins="samba" -PLIST_SUB+= SAMBA="@comment " -.endif +VISUAL_USE= SDL=yes +VISUAL_LIB_DEPENDS= libvisual-0.4.so:${PORTSDIR}/graphics/libvisual04 +VISUAL_CONFIGURE_OFF= --without-optionals="vistest" +VISUAL_CONFIGURE_ON= --with-vis-reference-clients -.if ${PORT_OPTIONS:MSID} -LIB_DEPENDS+= libsidplay2.so:${PORTSDIR}/audio/libsidplay2 -PLIST_SUB+= SID="" -.else -CONFIGURE_ARGS+= --without-plugins="sid" -PLIST_SUB+= SID="@comment " -.endif +VOCODER_LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float \ + libsamplerate.so:${PORTSDIR}/audio/libsamplerate +VOCODER_CONFIGURE_OFF= --without-plugins="vocoder" -.if ${PORT_OPTIONS:MSNDFILE} -LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile -PLIST_SUB+= SNDFILE="" -.else -CONFIGURE_ARGS+= --without-plugins="sndfile" -PLIST_SUB+= SNDFILE="@comment " -.endif +VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis +VORBIS_CONFIGURE_OFF= --without-plugins="vorbis" -.if ${PORT_OPTIONS:MSPEEX} -LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex -PLIST_SUB+= SPEEX="" -.else -CONFIGURE_ARGS+= --without-plugins="speex" -PLIST_SUB+= SPEEX="@comment " -.endif +WAVPACK_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack +WAVPACK_CONFIGURE_OFF= --without-plugins="wavpack" -.if ${PORT_OPTIONS:MTREMOR} -LIB_DEPENDS+= libvorbisidec.so:${PORTSDIR}/audio/libtremor -PLIST_SUB+= TREMOR="" -.else -CONFIGURE_ARGS+= --without-plugins="tremor" -PLIST_SUB+= TREMOR="@comment " -.endif +XML_USE= GNOME=libxml2 +XML_CONFIGURE_OFF= --without-plugins="xml" --without-plugins="rss" \ + --without-plugins="xspf" -# xmms2-ripper -.if ${PORT_OPTIONS:MVISUAL} && ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= libvorbisenc.so:${PORTSDIR}/audio/libvorbis -.else -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-clients-vistest-wscript -.endif +ET_CONFIGURE_OFF= --without-optionals="et" -# XXX: shm support requires semtimedop(2) -.if ${PORT_OPTIONS:MVISUAL} -USE_SDL= yes -LIB_DEPENDS+= libvisual-0.4.so:${PORTSDIR}/graphics/libvisual04 -.else -CONFIGURE_ARGS+= --without-optionals="vistest" -.endif +.endif # !XMMS_SLAVE -.if ${PORT_OPTIONS:MVISUAL} && ${CONFIGURE_ARGS:M--with-vis-reference-clients} -PLIST_SUB+= VISUAL="" -.else -PLIST_SUB+= VISUAL="@comment " -.endif +.include -.if ${PORT_OPTIONS:MVOCODER} -LIB_DEPENDS+= libfftw3f.so:${PORTSDIR}/math/fftw3-float \ - libsamplerate.so:${PORTSDIR}/audio/libsamplerate -PLIST_SUB+= VOCODER="" -.else -CONFIGURE_ARGS+= --without-plugins="vocoder" -PLIST_SUB+= VOCODER="@comment " -.endif +.if defined(XMMS2_SLAVE) +CONFIGURE_ARGS+= --without-xmms2d -.if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis -PLIST_SUB+= VORBIS="" -.else -CONFIGURE_ARGS+= --without-plugins="vorbis" -PLIST_SUB+= VORBIS="@comment " +.if ${XMMS2_SLAVE} == "python" +CONFIGURE_ARGS+= --with-optionals="python" +.elif ${XMMS2_SLAVE} == "ruby" +CONFIGURE_ARGS+= --with-optionals="ruby" +.elif ${XMMS2_SLAVE} == "perl" +CONFIGURE_ARGS+= --with-optionals="perl" +.elif ${XMMS2_SLAVE} == "ruby-ecore" +CONFIGURE_ARGS+= --with-optionals="ruby" --with-optionals="xmmsclient-ecore" +.elif ${XMMS2_SLAVE} == "cpp" +CONFIGURE_ARGS+= --with-optionals="xmmsclient++" \ + --with-optionals="xmmsclient++-glib" .endif -.if ${PORT_OPTIONS:MWAVPACK} -LIB_DEPENDS+= libwavpack.so:${PORTSDIR}/audio/wavpack -PLIST_SUB+= WAVPACK="" -.else -CONFIGURE_ARGS+= --without-plugins="wavpack" -PLIST_SUB+= WAVPACK="@comment " -.endif +.else # XMMS2_SLAVE +CONFIGURE_ARGS+= --without-optionals="python" \ + --without-optionals="ruby" \ + --without-optionals="xmmsclient-ecore" \ + --without-optionals="xmmsclient++" \ + --without-optionals="xmmsclient++-glib" \ + --without-optionals="perl" +.endif # XMMS2_SLAVE -.if ${PORT_OPTIONS:MXML} -USE_GNOME+= libxml2 -PLIST_SUB+= XML="" -.else -CONFIGURE_ARGS+= --without-plugins="xml" --without-plugins="rss" \ - --without-plugins="xspf" -PLIST_SUB+= XML="@comment " -.endif +.if !defined(XMMS2_SLAVE) -.if ${PORT_OPTIONS:MET} -PLIST_SUB+= ET="" -MAN1+= xmms2-et.1 +# xmms2-ripper +.if ${PORT_OPTIONS:MVISUAL} && ${PORT_OPTIONS:MVORBIS} +LIB_DEPENDS+= libvorbisenc.so:${PORTSDIR}/audio/libvorbis .else -CONFIGURE_ARGS+= --without-optionals="et" -PLIST_SUB+= ET="@comment " +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-clients-vistest-wscript .endif .endif # !XMMS2_SLAVE +.include + +# Force to nothing to avoid bsd.openssl.mk adding definitions +# to it when AIRPLAY option is active, waf does not understand it anyway. +MAKE_ARGS= + post-patch: @${REINPLACE_CMD} -e "s|%%WRKSRC%%|${WRKSRC}|" ${WRKSRC}/wscript .if ${PORT_OPTIONS:MVISUAL} && ${PORT_OPTIONS:MVORBIS} @@ -381,6 +215,9 @@ post-patch: post-install: .if !defined(XMMS2_SLAVE) ${MKDIR} ${STAGEDIR}${DATADIR}/scripts/startup.d + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmmsclient* .endif -.include +.include Modified: head/audio/xmms2/files/patch-src-clients-lib-xmmsclient-glib-wscript ============================================================================== --- head/audio/xmms2/files/patch-src-clients-lib-xmmsclient-glib-wscript Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-src-clients-lib-xmmsclient-glib-wscript Sun Aug 30 20:47:09 2015 (r395643) @@ -1,5 +1,5 @@ ---- src/clients/lib/xmmsclient-glib/wscript.orig 2013-05-24 16:43:51.815281865 +0200 -+++ src/clients/lib/xmmsclient-glib/wscript 2013-05-24 17:00:04.966198019 +0200 +--- src/clients/lib/xmmsclient-glib/wscript.orig 2011-10-20 19:26:08 UTC ++++ src/clients/lib/xmmsclient-glib/wscript @@ -1,19 +1,21 @@ from waftools import tool Modified: head/audio/xmms2/files/patch-src-clients-lib-xmmsclient-wscript ============================================================================== --- head/audio/xmms2/files/patch-src-clients-lib-xmmsclient-wscript Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-src-clients-lib-xmmsclient-wscript Sun Aug 30 20:47:09 2015 (r395643) @@ -1,6 +1,6 @@ ---- src/clients/lib/xmmsclient/wscript.orig 2013-05-24 16:42:05.810273309 +0200 -+++ src/clients/lib/xmmsclient/wscript 2013-05-24 17:00:19.345205807 +0200 -@@ -25,19 +25,21 @@ +--- src/clients/lib/xmmsclient/wscript.orig 2011-10-20 19:26:08 UTC ++++ src/clients/lib/xmmsclient/wscript +@@ -25,19 +25,21 @@ def build(bld): else: source.extend(["visualization/dummy.c"]) Modified: head/audio/xmms2/files/patch-src-include-wscript ============================================================================== --- head/audio/xmms2/files/patch-src-include-wscript Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-src-include-wscript Sun Aug 30 20:47:09 2015 (r395643) @@ -1,6 +1,6 @@ ---- src/include/wscript.orig 2011-10-20 21:26:08.000000000 +0200 -+++ src/include/wscript 2013-05-24 17:17:24.643159743 +0200 -@@ -2,12 +2,13 @@ +--- src/include/wscript.orig 2011-10-20 19:26:08 UTC ++++ src/include/wscript +@@ -2,12 +2,13 @@ import os def build(bld): # FIXME: This is a test that should work. Modified: head/audio/xmms2/files/patch-src-include-xmmsclient-xmmsclient++-coll.h ============================================================================== --- head/audio/xmms2/files/patch-src-include-xmmsclient-xmmsclient++-coll.h Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-src-include-xmmsclient-xmmsclient++-coll.h Sun Aug 30 20:47:09 2015 (r395643) @@ -1,6 +1,6 @@ ---- src/include/xmmsclient/xmmsclient++/coll.h.orig 2013-05-24 12:04:02.505430442 +0200 -+++ src/include/xmmsclient/xmmsclient++/coll.h 2013-05-24 12:07:11.694426120 +0200 -@@ -612,7 +612,7 @@ +--- src/include/xmmsclient/xmmsclient++/coll.h.orig 2011-10-20 19:26:08 UTC ++++ src/include/xmmsclient/xmmsclient++/coll.h +@@ -612,7 +612,7 @@ namespace Xmms template< typename keyT, typename valT > AbstractElement< keyT, valT >::AbstractElement( const Coll& coll, keyT index ) Modified: head/audio/xmms2/files/patch-src-plugins-airplay-wscript ============================================================================== --- head/audio/xmms2/files/patch-src-plugins-airplay-wscript Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-src-plugins-airplay-wscript Sun Aug 30 20:47:09 2015 (r395643) @@ -1,5 +1,5 @@ ---- src/plugins/airplay/wscript.orig 2010-02-19 18:43:54.000000000 +0100 -+++ src/plugins/airplay/wscript 2010-03-17 15:14:34.459359323 +0100 +--- src/plugins/airplay/wscript.orig 2011-10-20 19:26:08 UTC ++++ src/plugins/airplay/wscript @@ -12,8 +12,6 @@ rtspmessage.c def plugin_configure(conf): # MinGW doesn't ship sys/select.h Modified: head/audio/xmms2/files/patch-src-plugins-file-wscript ============================================================================== --- head/audio/xmms2/files/patch-src-plugins-file-wscript Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-src-plugins-file-wscript Sun Aug 30 20:47:09 2015 (r395643) @@ -1,5 +1,5 @@ ---- src/plugins/file/wscript.orig 2011-10-20 21:26:08.000000000 +0200 -+++ src/plugins/file/wscript 2012-05-04 23:01:58.940585349 +0200 +--- src/plugins/file/wscript.orig 2011-10-20 19:26:08 UTC ++++ src/plugins/file/wscript @@ -1,7 +1,7 @@ from waftools.plugin import plugin @@ -9,7 +9,7 @@ obj.source.append('browse/fstatat.c') else: obj.source.append('browse/gdir.c') -@@ -9,7 +9,6 @@ +@@ -9,7 +9,6 @@ def plugin_build(bld, obj): def plugin_configure(conf): conf.check_cc(function_name='fstatat', header_name=['fcntl.h','sys/stat.h'], defines=['_ATFILE_SOURCE=1']) Modified: head/audio/xmms2/files/patch-src-plugins-modplug-modplug.c ============================================================================== --- head/audio/xmms2/files/patch-src-plugins-modplug-modplug.c Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-src-plugins-modplug-modplug.c Sun Aug 30 20:47:09 2015 (r395643) @@ -1,5 +1,5 @@ ---- src/plugins/modplug/modplug.c.orig 2011-10-20 21:26:08.000000000 +0200 -+++ src/plugins/modplug/modplug.c 2014-04-09 15:05:29.232679291 +0200 +--- src/plugins/modplug/modplug.c.orig 2011-10-20 19:26:08 UTC ++++ src/plugins/modplug/modplug.c @@ -9,7 +9,7 @@ #include "xmms/xmms_sample.h" #include "xmms/xmms_medialib.h" Modified: head/audio/xmms2/files/patch-src__plugins__cdda__cdda.c ============================================================================== --- head/audio/xmms2/files/patch-src__plugins__cdda__cdda.c Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-src__plugins__cdda__cdda.c Sun Aug 30 20:47:09 2015 (r395643) @@ -1,5 +1,5 @@ ---- src/plugins/cdda/cdda.c.orig 2011-10-20 23:26:08.000000000 +0400 -+++ src/plugins/cdda/cdda.c 2014-08-21 14:24:46.000000000 +0400 +--- src/plugins/cdda/cdda.c.orig 2011-10-20 19:26:08 UTC ++++ src/plugins/cdda/cdda.c @@ -18,7 +18,7 @@ #include "xmms/xmms_log.h" #include "xmms/xmms_util.h" Modified: head/audio/xmms2/files/patch-src_plugins_ao_ao.c ============================================================================== --- head/audio/xmms2/files/patch-src_plugins_ao_ao.c Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-src_plugins_ao_ao.c Sun Aug 30 20:47:09 2015 (r395643) @@ -1,6 +1,6 @@ ---- src/plugins/ao/ao.c.orig +--- src/plugins/ao/ao.c.orig 2011-10-20 19:26:08 UTC +++ src/plugins/ao/ao.c -@@ -160,6 +160,7 @@ +@@ -162,6 +162,7 @@ xmms_ao_new (xmms_output_t *output) /* let's just use some common format to check if the device * name is valid */ Modified: head/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c ============================================================================== --- head/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c Sun Aug 30 20:47:09 2015 (r395643) @@ -1,5 +1,5 @@ ---- src/plugins/avcodec/avcodec.c.orig 2011-10-20 21:26:08.000000000 +0200 -+++ src/plugins/avcodec/avcodec.c 2014-02-27 18:55:51.060717698 +0100 +--- src/plugins/avcodec/avcodec.c.orig 2011-10-20 19:26:08 UTC ++++ src/plugins/avcodec/avcodec.c @@ -1,7 +1,7 @@ /** @file avcodec.c * Decoder plugin for ffmpeg avcodec formats @@ -30,7 +30,7 @@ #include "avcodec_compat.h" -@@ -36,6 +37,8 @@ +@@ -36,6 +37,8 @@ typedef struct { guint buffer_size; gboolean no_demuxer; @@ -39,7 +39,7 @@ guint channels; guint samplerate; xmms_sample_format_t sampleformat; -@@ -53,10 +56,14 @@ +@@ -53,10 +56,14 @@ typedef struct { static gboolean xmms_avcodec_plugin_setup (xmms_xform_plugin_t *xform_plugin); static gboolean xmms_avcodec_init (xmms_xform_t *xform); static void xmms_avcodec_destroy (xmms_xform_t *xform); @@ -54,7 +54,7 @@ /* * Plugin header -@@ -85,13 +92,23 @@ +@@ -85,13 +92,23 @@ xmms_avcodec_plugin_setup (xmms_xform_pl xmms_magic_add ("A/52 (AC-3) header", "audio/x-ffmpeg-ac3", "0 beshort 0x0b77", NULL); xmms_magic_add ("DTS header", "audio/x-ffmpeg-dca", @@ -79,7 +79,7 @@ return TRUE; } -@@ -107,6 +124,7 @@ +@@ -107,6 +124,7 @@ xmms_avcodec_destroy (xmms_xform_t *xfor avcodec_close (data->codecctx); av_free (data->codecctx); @@ -87,7 +87,7 @@ g_string_free (data->outbuf, TRUE); g_free (data->buffer); -@@ -132,9 +150,10 @@ +@@ -132,9 +150,10 @@ xmms_avcodec_init (xmms_xform_t *xform) data->buffer_size = AVCODEC_BUFFER_SIZE; data->codecctx = NULL; @@ -99,7 +99,7 @@ avcodec_register_all (); mimetype = xmms_xform_indata_get_str (xform, -@@ -161,12 +180,12 @@ +@@ -161,12 +180,12 @@ xmms_avcodec_init (xmms_xform_t *xform) data->channels = ret; } @@ -114,7 +114,7 @@ xmms_xform_auxdata_get_int (xform, "samplebits", &data->samplebits); -@@ -188,7 +207,8 @@ +@@ -188,7 +207,8 @@ xmms_avcodec_init (xmms_xform_t *xform) !strcmp (data->codec_id, "adpcm_swf") || !strcmp (data->codec_id, "pcm_s16le") || !strcmp (data->codec_id, "ac3") || @@ -124,7 +124,7 @@ /* number 1024 taken from libavformat raw.c RAW_PACKET_SIZE */ data->extradata = g_malloc0 (1024); data->extradata_size = 1024; -@@ -196,22 +216,22 @@ +@@ -196,22 +216,22 @@ xmms_avcodec_init (xmms_xform_t *xform) } else { /* A demuxer plugin forgot to give decoder config? */ xmms_log_error ("Decoder config data not found!"); @@ -151,7 +151,7 @@ XMMS_DBG ("Opening decoder '%s' failed", codec->name); goto err; } else { -@@ -220,7 +240,7 @@ +@@ -220,7 +240,7 @@ xmms_avcodec_init (xmms_xform_t *xform) /* some codecs need to have something read before they set * the samplerate and channels correctly, unfortunately... */ @@ -160,7 +160,7 @@ g_string_insert_len (data->outbuf, 0, buf, ret); } else { XMMS_DBG ("First read failed, codec is not working..."); -@@ -231,19 +251,27 @@ +@@ -231,19 +251,27 @@ xmms_avcodec_init (xmms_xform_t *xform) data->samplerate = data->codecctx->sample_rate; data->channels = data->codecctx->channels; @@ -190,7 +190,7 @@ return TRUE; -@@ -251,6 +279,9 @@ +@@ -251,6 +279,9 @@ err: if (data->codecctx) { av_free (data->codecctx); } @@ -200,7 +200,7 @@ g_string_free (data->outbuf, TRUE); g_free (data->extradata); g_free (data); -@@ -263,102 +294,24 @@ +@@ -263,102 +294,24 @@ xmms_avcodec_read (xmms_xform_t *xform, xmms_error_t *error) { xmms_avcodec_data_t *data; @@ -233,8 +233,7 @@ - XMMS_DBG ("EOF"); - return 0; - } -+ gint bytes_read; - +- - read_total = bytes_read; - - /* If we have a demuxer plugin, make sure we read the whole packet */ @@ -269,10 +268,8 @@ - - /* Update the buffer length */ - data->buffer_length += read_total; -+ bytes_read = xmms_avcodec_internal_read_some (xform, data, error); -+ if (bytes_read <= 0) { return bytes_read; } - } - +- } +- - packet.data = data->buffer; - packet.size = data->buffer_length; - @@ -299,11 +296,14 @@ - } - - data->buffer_length -= bytes_read; -- ++ gint bytes_read; + - if (outbufsize > 0) { - g_string_append_len (data->outbuf, outbuf, outbufsize); -- } -- ++ bytes_read = xmms_avcodec_internal_read_some (xform, data, error); ++ if (bytes_read <= 0) { return bytes_read; } + } + - size = MIN (data->outbuf->len, len); + res = xmms_avcodec_internal_decode_some (data); + if (res < 0) { return res; } @@ -311,7 +311,7 @@ } memcpy (buf, data->outbuf->str, size); -@@ -371,8 +324,6 @@ +@@ -371,8 +324,6 @@ static gint64 xmms_avcodec_seek (xmms_xform_t *xform, gint64 samples, xmms_xform_seek_mode_t whence, xmms_error_t *err) { xmms_avcodec_data_t *data; @@ -320,7 +320,7 @@ gint64 ret = -1; g_return_val_if_fail (xform, -1); -@@ -390,23 +341,11 @@ +@@ -390,23 +341,11 @@ xmms_avcodec_seek (xmms_xform_t *xform, /* The buggy ape decoder doesn't flush buffers, so we need to finish decoding * the frame before seeking to avoid segfaults... this hack sucks */ @@ -346,7 +346,7 @@ } ret = xmms_xform_seek (xform, samples, whence, err); -@@ -420,3 +359,178 @@ +@@ -420,3 +359,178 @@ xmms_avcodec_seek (xmms_xform_t *xform, return ret; } Modified: head/audio/xmms2/files/patch-src_plugins_avcodec_avcodec__compat.h ============================================================================== --- head/audio/xmms2/files/patch-src_plugins_avcodec_avcodec__compat.h Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-src_plugins_avcodec_avcodec__compat.h Sun Aug 30 20:47:09 2015 (r395643) @@ -1,5 +1,5 @@ ---- src/plugins/avcodec/avcodec_compat.h.orig 2011-10-20 21:26:08.000000000 +0200 -+++ src/plugins/avcodec/avcodec_compat.h 2014-02-27 18:38:22.000000000 +0100 +--- src/plugins/avcodec/avcodec_compat.h.orig 2011-10-20 19:26:08 UTC ++++ src/plugins/avcodec/avcodec_compat.h @@ -1,7 +1,7 @@ /** @file avcodec_compat.h * Compatibility header for libavcodec backwards compatibility @@ -17,12 +17,8 @@ - * avcodec_decode_audio in versions earlier than 51.28 */ -#if LIBAVCODEC_VERSION_INT < 0x331c00 -# define avcodec_decode_audio2 avcodec_decode_audio -+/* Map avcodec_free_frame to av_freep if the former doesn't exist. -+ * (This is in versions earlier than 54.28.0 (libav) or 54.59.100 (ffmpeg)) */ -+#if ! HAVE_AVCODEC_FREE_FRAME -+# define avcodec_free_frame av_freep - #endif - +-#endif +- -/* Handle API change that happened in libavcodec 52.00 */ -#if LIBAVCODEC_VERSION_INT < 0x340000 -# define CONTEXT_BPS(codecctx) (codecctx)->bits_per_sample @@ -46,13 +42,7 @@ - (pkt)->data = NULL; \ - (pkt)->size = 0; \ - } while(0) -+/* Map av_frame_alloc, av_frame_unref, av_frame_free into their -+ * deprecated versions in versions earlier than 55.28.1 */ -+#if LIBAVCODEC_VERSION_INT < 0x371c01 -+# define av_frame_alloc avcodec_alloc_frame -+# define av_frame_unref avcodec_get_frame_defaults -+# define av_frame_free avcodec_free_frame - #endif +-#endif - -/* Map avcodec_decode_audio3 into the deprecated version - * avcodec_decode_audio2 in versions earlier than 52.26 */ @@ -60,10 +50,20 @@ -# define avcodec_decode_audio3(avctx, samples, frame_size_ptr, avpkt) \ - avcodec_decode_audio2(avctx, samples, frame_size_ptr, \ - (avpkt)->data, (avpkt)->size) --#endif -- ++/* Map avcodec_free_frame to av_freep if the former doesn't exist. ++ * (This is in versions earlier than 54.28.0 (libav) or 54.59.100 (ffmpeg)) */ ++#if ! HAVE_AVCODEC_FREE_FRAME ++# define avcodec_free_frame av_freep + #endif + -/* Handle API change that happened in libavcodec 52.64 */ -#if LIBAVCODEC_VERSION_INT < 0x344000 -# define AVMEDIA_TYPE_AUDIO CODEC_TYPE_AUDIO --#endif ++/* Map av_frame_alloc, av_frame_unref, av_frame_free into their ++ * deprecated versions in versions earlier than 55.28.1 */ ++#if LIBAVCODEC_VERSION_INT < 0x371c01 ++# define av_frame_alloc avcodec_alloc_frame ++# define av_frame_unref avcodec_get_frame_defaults ++# define av_frame_free avcodec_free_frame + #endif - Copied and modified: head/audio/xmms2/files/patch-src_plugins_musepack_wscript (from r395642, head/audio/xmms2/files/patch-patch-src-plugins-musepack-wscript) ============================================================================== --- head/audio/xmms2/files/patch-patch-src-plugins-musepack-wscript Sun Aug 30 20:23:56 2015 (r395642, copy source) +++ head/audio/xmms2/files/patch-src_plugins_musepack_wscript Sun Aug 30 20:47:09 2015 (r395643) @@ -1,5 +1,5 @@ ---- src/plugins/musepack/wscript.orig 2010-09-10 22:55:03.412930402 +0200 -+++ src/plugins/musepack/wscript 2010-09-10 23:02:05.738208553 +0200 +--- src/plugins/musepack/wscript.orig 2011-10-20 19:26:08 UTC ++++ src/plugins/musepack/wscript @@ -8,7 +8,7 @@ def plugin_configure(conf): conf.check_cc(header_name="mpcdec/mpcdec.h", defines="HAVE_MPCDEC_OLD", uselib_store="mpcdec") Modified: head/audio/xmms2/files/patch-wscript ============================================================================== --- head/audio/xmms2/files/patch-wscript Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/files/patch-wscript Sun Aug 30 20:47:09 2015 (r395643) @@ -1,6 +1,6 @@ ---- wscript.orig 2011-10-20 21:26:08.000000000 +0200 -+++ wscript 2013-05-24 16:57:29.409207485 +0200 -@@ -131,7 +131,8 @@ +--- wscript.orig 2011-10-20 19:26:08 UTC ++++ wscript +@@ -131,7 +131,8 @@ def build(bld): VERSION = bld.env.VERSION ) @@ -10,7 +10,7 @@ bld.add_post_fun(shutdown) -@@ -295,9 +296,6 @@ +@@ -295,9 +296,6 @@ def configure(conf): conf.msg("uncommited changed", changed and "yes" or "no") conf.env.VERSION = "%s (git commit: %s%s)" % (BASEVERSION, nam, dirty) @@ -20,7 +20,7 @@ if conf.options.with_profiling: conf.env.with_profiling = True conf.env.append_unique('CFLAGS', ['--coverage']) -@@ -330,7 +328,7 @@ +@@ -330,7 +328,7 @@ def configure(conf): conf.env.PKGCONFIGDIR = conf.options.pkgconfigdir Logs.pprint('Normal', conf.env.PKGCONFIGDIR) #XXX What is it ? else: @@ -29,7 +29,7 @@ if conf.options.config_prefix: for d in conf.options.config_prefix: -@@ -339,6 +337,8 @@ +@@ -339,6 +337,8 @@ def configure(conf): conf.env.prepend_value('LIBPATH', os.path.join(d, 'lib')) conf.env.prepend_value('CPPPATH', os.path.join(d, 'include')) Modified: head/audio/xmms2/pkg-plist ============================================================================== --- head/audio/xmms2/pkg-plist Sun Aug 30 20:23:56 2015 (r395642) +++ head/audio/xmms2/pkg-plist Sun Aug 30 20:47:09 2015 (r395643) @@ -3,11 +3,11 @@ bin/nyxmms2 %%VISUAL%%bin/vistest-fft bin/xmms2 %%ET%%bin/xmms2-et -%%MDNS_AVAHI%%bin/xmms2-find-avahi +%%MDNS%%%%MDNS_AVAHI%%bin/xmms2-find-avahi bin/xmms2-launcher %%VISUAL%%bin/xmms2-libvisual -%%MDNS_AVAHI%%bin/xmms2-mdns-avahi -%%MDNS_APPLE%%bin/xmms2-mdns-dnssd +%%MDNS%%%%MDNS_AVAHI%%bin/xmms2-mdns-avahi +%%MDNS%%%%MDNS_APPLE%%bin/xmms2-mdns-dnssd %%FAM%%bin/xmms2-mlib-updater %%VISUAL%%%%VORBIS%%bin/xmms2-ripper bin/xmms2d @@ -103,7 +103,7 @@ lib/libxmmsclient.so.6.0.0 %%JACK%%%%LIBDIR%%/libxmms_jack.so %%LIBDIR%%/libxmms_karaoke.so %%LIBDIR%%/libxmms_m3u.so -%%MAC%%%%LIBDIR%%/libxmms_mac.so +%%APE%%%%LIBDIR%%/libxmms_mac.so %%MAD%%%%LIBDIR%%/libxmms_mad.so %%MMS%%%%LIBDIR%%/libxmms_mms.so %%MODPLUG%%%%LIBDIR%%/libxmms_modplug.so @@ -116,7 +116,7 @@ lib/libxmmsclient.so.6.0.0 %%OFA%%%%LIBDIR%%/libxmms_ofa.so %%LIBDIR%%/libxmms_oss.so %%LIBDIR%%/libxmms_pls.so -%%PULSE%%%%LIBDIR%%/libxmms_pulse.so +%%PULSEAUDIO%%%%LIBDIR%%/libxmms_pulse.so %%LIBDIR%%/libxmms_replaygain.so %%XML%%%%LIBDIR%%/libxmms_rss.so %%SAMBA%%%%LIBDIR%%/libxmms_samba.so @@ -136,7 +136,7 @@ libdata/pkgconfig/xmms2-client.pc libdata/pkgconfig/xmms2-plugin.pc %%ET%%man/man1/xmms2-et.1.gz man/man1/xmms2-launcher.1.gz -%%MDNS_AVAHI%%man/man1/xmms2-mdns-avahi.1.gz +%%MDNS%%%%MDNS_AVAHI%%man/man1/xmms2-mdns-avahi.1.gz man/man1/xmms2.1.gz man/man1/xmms2d.1.gz share/pixmaps/xmms2-128.png @@ -148,7 +148,7 @@ share/pixmaps/xmms2-white-on-black.svg share/pixmaps/xmms2.svg %%DATADIR%%/mind.in.a.box-lament_snipplet.ogg %%ET%%%%DATADIR%%/scripts/startup.d/xmms2-et-launcher.sh -%%MDNS_AVAHI%%%%DATADIR%%/scripts/startup.d/xmms2-mdns-launcher.sh -%%MDNS_APPLE%%%%DATADIR%%/scripts/startup.d/xmms2-mdns-launcher.sh +%%MDNS%%%%MDNS_AVAHI%%%%DATADIR%%/scripts/startup.d/xmms2-mdns-launcher.sh +%%MDNS%%%%MDNS_APPLE%%%%DATADIR%%/scripts/startup.d/xmms2-mdns-launcher.sh %%FAM%%%%DATADIR%%/scripts/startup.d/xmms2-mlib-updater.sh @dir %%DATADIR%%/scripts/startup.d From owner-svn-ports-all@freebsd.org Sun Aug 30 20:49:03 2015 Return-Path: Delivered-To: svn-ports-all@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 A4B679C0526; Sun, 30 Aug 2015 20:49:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 950112D5; Sun, 30 Aug 2015 20:49:03 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UKn3C0041810; Sun, 30 Aug 2015 20:49:03 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UKn3e4041808; Sun, 30 Aug 2015 20:49:03 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201508302049.t7UKn3e4041808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 30 Aug 2015 20:49:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395644 - head/multimedia/ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 20:49:03 -0000 Author: riggs Date: Sun Aug 30 20:49:02 2015 New Revision: 395644 URL: https://svnweb.freebsd.org/changeset/ports/395644 Log: Install more man pages; convert to newest OPTION helpers - Install complete set of man pages (bug 202768) - Convert to new OPTION helpers (bug 202727) as described in CHANGES from 20150828 PR: 202768, 202727 Submitted by: amdmi3, jbeich Modified: head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg/pkg-plist Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Aug 30 20:47:09 2015 (r395643) +++ head/multimedia/ffmpeg/Makefile Sun Aug 30 20:49:02 2015 (r395644) @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.7.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ @@ -36,6 +37,11 @@ OPTIONS_DEFAULT= FFSERVER FONTCONFIG FRE OPTIONS_SINGLE= SSL OPTIONS_SINGLE_SSL= GNUTLS OPENSSL +OPTIONS_DEFINE_amd64= MMX SSE +OPTIONS_DEFINE_i386= MMX SSE +OPTIONS_DEFAULT_amd64= MMX SSE +OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MMMX} ${MACHINE_CPU:tu:MSSE} + ASS_DESC= Subtitles rendering via libass CDIO_DESC= Audio CD grabbing with libcdio FDK_AAC_DESC= AAC audio encoding via Fraunhofer FDK @@ -49,6 +55,7 @@ OPTIONS_SUB= yes # aacplus AACPLUS_LIB_DEPENDS= libaacplus.so:${PORTSDIR}/audio/libaacplus AACPLUS_CONFIGURE_ENABLE= libaacplus +AACPLUS_VARS= FFMPEG_NONFREE=yes # alsa ALSA_CONFIGURE_OFF= --disable-indev=alsa \ @@ -58,10 +65,12 @@ ALSA_LIB_DEPENDS= libasound.so:${PORTSDI # Opencore AMR NB AMR_NB_LIB_DEPENDS= libopencore-amrnb.so:${PORTSDIR}/audio/opencore-amr AMR_NB_CONFIGURE_ENABLE= libopencore-amrnb +AMR_NB_VARS= FFMPEG_LICENSE_GPL3=yes # Opencore AMR WB AMR_WB_LIB_DEPENDS= libopencore-amrwb.so:${PORTSDIR}/audio/opencore-amr AMR_WB_CONFIGURE_ENABLE= libopencore-amrwb +AMR_WB_VARS= FFMPEG_LICENSE_GPL3=yes # ass ASS_LIB_DEPENDS= libass.so:${PORTSDIR}/multimedia/libass @@ -75,16 +84,23 @@ CDIO_CONFIGURE_ENABLE= libcdio CELT_LIB_DEPENDS= libcelt0.so:${PORTSDIR}/audio/celt CELT_CONFIGURE_ENABLE= libcelt +# debugging +DEBUG_CONFIGURE_ON= --disable-stripping +DEBUG_CONFIGURE_OFF= --disable-debug + # faac FAAC_LIB_DEPENDS= libfaac.so:${PORTSDIR}/audio/faac FAAC_CONFIGURE_ENABLE= libfaac +FAAC_VARS= FFMPEG_NONFREE=yes # fdk_aac FDK_AAC_LIB_DEPENDS= libfdk-aac.so:${PORTSDIR}/audio/fdk-aac FDK_AAC_CONFIGURE_ENABLE= libfdk-aac +FDK_AAC_VARS= FFMPEG_NONFREE=yes # ffserver FFSERVER_CONFIGURE_ENABLE= ffserver +FFSERVER_VARS= USE_RC_SUBR+=ffserver # fontconfig FONTCONFIG_LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig @@ -128,6 +144,9 @@ LIBV4L_CONFIGURE_ENABLE= libv4l2 LIBV4L_CONFIGURE_OFF= --disable-indev=v4l2 \ --disable-outdev=v4l2 +# mmx support +MMX_CONFIGURE_ENABLE= mmx + # modplug MODPLUG_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug MODPLUG_CONFIGURE_ENABLE= libmodplug @@ -152,6 +171,10 @@ OPENJPEG_CONFIGURE_ENABLE= libopenjpeg # openssl OPENSSL_USE= OPENSSL=yes OPENSSL_CONFIGURE_ENABLE= openssl +OPENSSL_VARS= FFMPEG_NONFREE=yes + +# optimizations +OPTIMIZED_CFLAGS_CFLAGS=-O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer # opus OPUS_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus @@ -175,6 +198,11 @@ SCHROEDINGER_CONFIGURE_ENABLE= libschroe SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex SPEEX_CONFIGURE_ENABLE= libspeex +# sse support +SSE_CONFIGURE_ENABLE= sse +SSE_VARS= FFMPEG_CFLAGS+="-msse" +SSE_IMPLIES= MMX + # theora THEORA_LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora THEORA_CONFIGURE_ENABLE= libtheora @@ -190,19 +218,26 @@ VDPAU_CONFIGURE_ENABLE= vdpau # vo-aacenc VO_AACENC_LIB_DEPENDS= libvo-aacenc.so:${PORTSDIR}/audio/vo-aacenc VO_AACENC_CONFIGURE_ENABLE= libvo-aacenc +VO_AACENC_VARS= FFMPEG_LICENSE_GPL3=yes # vo-amrwbenc VO_AMRWBENC_LIB_DEPENDS= libvo-amrwbenc.so:${PORTSDIR}/audio/vo-amrwbenc VO_AMRWBENC_CONFIGURE_ENABLE= libvo-amrwbenc +VO_AMRWBENC_VARS= FFMPEG_LICENSE_GPL3=yes # vorbis VORBIS_LIB_DEPENDS= libvorbisenc.so:${PORTSDIR}/audio/libvorbis VORBIS_CONFIGURE_ENABLE= libvorbis +VORBIS_VARS= FFMPEG_CFLAGS+="-I${LOCALBASE}/include/vorbis" # vp8 VPX_LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx VPX_CONFIGURE_ENABLE= libvpx +# x11grab +X11GRAB_USE= XORG=x11,xext,xfixes +X11GRAB_CONFIGURE_ENABLE= x11grab + # x264 X264_LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/libx264 X264_CONFIGURE_ENABLE= libx264 @@ -220,28 +255,6 @@ INSTALL_TARGET= install-progs install-da DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} -.include - -# ssl -.if ${PORT_OPTIONS:MOPENSSL} && empty(PORT_OPTIONS:MGNUTLS) -FFMPEG_NONFREE= yes -.endif - -.if ${PORT_OPTIONS:MAACPLUS} || ${PORT_OPTIONS:MFAAC} || ${PORT_OPTIONS:MFDK_AAC} -FFMPEG_NONFREE= yes -.endif - -.if ${PORT_OPTIONS:MAMR_NB} || ${PORT_OPTIONS:MAMR_WB} || \ -${PORT_OPTIONS:MVO_AACENC} || ${PORT_OPTIONS:MVO_AMRWBENC} -FFMPEG_LICENSE_GPL3= yes -.endif - -# x11grab -.if ${PORT_OPTIONS:MX11GRAB} -USE_XORG= x11 xext xfixes -CONFIGURE_ARGS+= --enable-x11grab -.endif - .include .if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 @@ -289,39 +302,6 @@ DOC_DOCFILES+= *.html BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html .endif -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --disable-stripping -.else -CONFIGURE_ARGS+= --disable-debug -.endif - -.if ${PORT_OPTIONS:MFFSERVER} -USE_RC_SUBR= ffserver -.endif - -# sse hardware vector support -.if defined(MACHINE_CPU) && (${MACHINE_CPU:Msse} == "sse" || ${MACHINE_CPU:Mamd64} == "amd64") -_BUILTIN_VECTOR= yes -.else -CONFIGURE_ARGS+= --disable-sse -.endif - -# mmx support -.if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} == "" && ${MACHINE_CPU:Mamd64} == "" -CONFIGURE_ARGS+= --disable-mmx -_NO_BUILTIN_VECTOR= yes -.endif - -# builtin vector, requires mmx and sse -.if !defined(_NO_BUILTIN_VECTOR) && defined(_BUILTIN_VECTOR) -FFMPEG_CFLAGS+= -msse -.endif - -# optimizations -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CFLAGS+= -O3 -ffast-math -fno-finite-math-only -fomit-frame-pointer -.endif - # ffserver .if ${PORT_OPTIONS:MFFSERVER} FFPROGS+= ffserver @@ -341,11 +321,6 @@ DOC_DOCFILES+= ffplay.html CONFIGURE_ARGS+= --disable-ffplay --disable-outdev=sdl .endif -# vorbis -.if ${PORT_OPTIONS:MVORBIS} -FFMPEG_CFLAGS+= -I${LOCALBASE}/include/vorbis -.endif - # License knobs .if defined(FFMPEG_NONFREE) RESTRICTED= linking to libfaac or libaacplus restricts redistribution @@ -374,31 +349,25 @@ post-patch: ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL5}|g' \ ${WRKSRC}/doc/texi2pod.pl -.if ${PORT_OPTIONS:MSDL} + +post-patch-SDL-on: @${REINPLACE_CMD} -E \ -e 's|sdl-config|${SDL_CONFIG}|g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${FIND} ${WRKSRC} -type f | \ ${XARGS} -n 10 ${REINPLACE_CMD} -E \ -e 's|#include Modified: head/multimedia/ffmpeg/pkg-plist ============================================================================== --- head/multimedia/ffmpeg/pkg-plist Sun Aug 30 20:47:09 2015 (r395643) +++ head/multimedia/ffmpeg/pkg-plist Sun Aug 30 20:49:02 2015 (r395644) @@ -145,9 +145,22 @@ libdata/pkgconfig/libavutil.pc libdata/pkgconfig/libpostproc.pc libdata/pkgconfig/libswresample.pc libdata/pkgconfig/libswscale.pc +man/man1/ffmpeg-all.1.gz +man/man1/ffmpeg-bitstream-filters.1.gz +man/man1/ffmpeg-codecs.1.gz +man/man1/ffmpeg-devices.1.gz +man/man1/ffmpeg-filters.1.gz +man/man1/ffmpeg-formats.1.gz +man/man1/ffmpeg-protocols.1.gz +man/man1/ffmpeg-resampler.1.gz +man/man1/ffmpeg-scaler.1.gz +man/man1/ffmpeg-utils.1.gz man/man1/ffmpeg.1.gz +%%SDL%%man/man1/ffplay-all.1.gz %%SDL%%man/man1/ffplay.1.gz +man/man1/ffprobe-all.1.gz man/man1/ffprobe.1.gz +%%FFSERVER%%man/man1/ffserver-all.1.gz %%FFSERVER%%man/man1/ffserver.1.gz %%DATADIR%%/examples/Makefile %%DATADIR%%/examples/README From owner-svn-ports-all@freebsd.org Sun Aug 30 21:10:00 2015 Return-Path: Delivered-To: svn-ports-all@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 C785D9C6198; Sun, 30 Aug 2015 21:10:00 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 AB70C3F8; Sun, 30 Aug 2015 21:10:00 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7ULA07D050551; Sun, 30 Aug 2015 21:10:00 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UL9umm050502; Sun, 30 Aug 2015 21:09:56 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201508302109.t7UL9umm050502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Sun, 30 Aug 2015 21:09:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395645 - in head/devel: p4 p4d p4p X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 21:10:00 -0000 Author: gordon Date: Sun Aug 30 21:09:55 2015 New Revision: 395645 URL: https://svnweb.freebsd.org/changeset/ports/395645 Log: Update devel/p4, devel/p4d, and devel/p4p to 2015.1/1227227. Fixes micropatching update breakage. Approved by: mat (mentor, implicit) MFH: 2015Q3 Modified: head/devel/p4/Makefile head/devel/p4/distinfo.freebsd100x86 head/devel/p4/distinfo.freebsd100x86_64 head/devel/p4/distinfo.freebsd70x86 head/devel/p4/distinfo.freebsd70x86_64 head/devel/p4d/Makefile head/devel/p4d/distinfo.freebsd100x86 head/devel/p4d/distinfo.freebsd100x86_64 head/devel/p4d/distinfo.freebsd70x86 head/devel/p4d/distinfo.freebsd70x86_64 head/devel/p4p/Makefile head/devel/p4p/distinfo.freebsd100x86 head/devel/p4p/distinfo.freebsd100x86_64 head/devel/p4p/distinfo.freebsd70x86 head/devel/p4p/distinfo.freebsd70x86_64 Modified: head/devel/p4/Makefile ============================================================================== --- head/devel/p4/Makefile Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4/Makefile Sun Aug 30 21:09:55 2015 (r395645) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4 -PORTVERSION= 2015.1.1204891 +PORTVERSION= 2015.1.1227227 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4/distinfo.freebsd100x86 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4/distinfo.freebsd100x86 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1204891/bin.freebsd100x86/p4) = 84f6d1b18ed20f1b7c2f7f0b23c4683823ae59479a7950f6d6dee15f343d8052 -SIZE (perforce/2015.1.1204891/bin.freebsd100x86/p4) = 2562676 +SHA256 (perforce/2015.1.1227227/bin.freebsd100x86/p4) = 535904f55bcf7eaa282d4a6cb43a0efacbad7576e3f9179badd214d0a76d01d7 +SIZE (perforce/2015.1.1227227/bin.freebsd100x86/p4) = 2562676 Modified: head/devel/p4/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4/distinfo.freebsd100x86_64 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4/distinfo.freebsd100x86_64 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1204891/bin.freebsd100x86_64/p4) = 591499e2a69b52c028d856ce4c1871333013ca4ccd324c7664fdf5d4a13309a1 -SIZE (perforce/2015.1.1204891/bin.freebsd100x86_64/p4) = 2815536 +SHA256 (perforce/2015.1.1227227/bin.freebsd100x86_64/p4) = aaf002e6a669c1db05dc0f4e4217b8f2c1473a88a155b04d0627365a0befac92 +SIZE (perforce/2015.1.1227227/bin.freebsd100x86_64/p4) = 2816032 Modified: head/devel/p4/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4/distinfo.freebsd70x86 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4/distinfo.freebsd70x86 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1204891/bin.freebsd70x86/p4) = 8d6f6c979de4bb9b7f5cbce45dfb57115cf11a860282a860df78606c82a18464 -SIZE (perforce/2015.1.1204891/bin.freebsd70x86/p4) = 2634272 +SHA256 (perforce/2015.1.1227227/bin.freebsd70x86/p4) = 9a276567ed44762721d3304e469f3758297097b5d064e440031c5d54d7301737 +SIZE (perforce/2015.1.1227227/bin.freebsd70x86/p4) = 2634656 Modified: head/devel/p4/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4/distinfo.freebsd70x86_64 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4/distinfo.freebsd70x86_64 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1204891/bin.freebsd70x86_64/p4) = 720ea24181733a84652938d93e055220d608d92d38f99311f9ac5d9a2dc91e11 -SIZE (perforce/2015.1.1204891/bin.freebsd70x86_64/p4) = 2795384 +SHA256 (perforce/2015.1.1227227/bin.freebsd70x86_64/p4) = 288b88d9379c1130474a98c3d0a9c8a640fd4576305db7b029dbfe1c5a220ec1 +SIZE (perforce/2015.1.1227227/bin.freebsd70x86_64/p4) = 2796024 Modified: head/devel/p4d/Makefile ============================================================================== --- head/devel/p4d/Makefile Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4d/Makefile Sun Aug 30 21:09:55 2015 (r395645) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2015.1.1217912 +PORTVERSION= 2015.1.1227227 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4d/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4d/distinfo.freebsd100x86 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1217912/bin.freebsd100x86/p4d) = 3510941abfcf76c46198fd00103d1ee5e235067a429916aafd129240089491b0 -SIZE (perforce/2015.1.1217912/bin.freebsd100x86/p4d) = 5222196 +SHA256 (perforce/2015.1.1227227/bin.freebsd100x86/p4d) = 8a4a69b06b4835e4ec310477531c05b05c2708d53b91bd526c745cca5e9e343f +SIZE (perforce/2015.1.1227227/bin.freebsd100x86/p4d) = 5222196 Modified: head/devel/p4d/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86_64 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4d/distinfo.freebsd100x86_64 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1217912/bin.freebsd100x86_64/p4d) = e7fe058462393084941533cae5dbc6ea8676855c850edc22eac8649eba5cc615 -SIZE (perforce/2015.1.1217912/bin.freebsd100x86_64/p4d) = 5371920 +SHA256 (perforce/2015.1.1227227/bin.freebsd100x86_64/p4d) = df33472048c581abd4cacc3a8a2f6f7de5bd6043ae0bf42af7107f135b9f0a87 +SIZE (perforce/2015.1.1227227/bin.freebsd100x86_64/p4d) = 5372656 Modified: head/devel/p4d/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4d/distinfo.freebsd70x86 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4d/distinfo.freebsd70x86 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1217912/bin.freebsd70x86/p4d) = e4513dca951a8c342463b63b6b9261ee529835d7a8a13ecf51495227444fd08a -SIZE (perforce/2015.1.1217912/bin.freebsd70x86/p4d) = 5587712 +SHA256 (perforce/2015.1.1227227/bin.freebsd70x86/p4d) = 287ff3c5655abc0df8334f38bdeb77f093fd1629412d517033ba73c0d1126e0c +SIZE (perforce/2015.1.1227227/bin.freebsd70x86/p4d) = 5587744 Modified: head/devel/p4d/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4d/distinfo.freebsd70x86_64 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4d/distinfo.freebsd70x86_64 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1217912/bin.freebsd70x86_64/p4d) = 627d057c844456823629f0f48c4a65bdf2cc4b10c86ca658679b9faeec7673f8 -SIZE (perforce/2015.1.1217912/bin.freebsd70x86_64/p4d) = 5762752 +SHA256 (perforce/2015.1.1227227/bin.freebsd70x86_64/p4d) = 8cd945b188d8c083363edaf40f6f2a3785bab37f50e01f11dbdcc0f9419dee25 +SIZE (perforce/2015.1.1227227/bin.freebsd70x86_64/p4d) = 5763616 Modified: head/devel/p4p/Makefile ============================================================================== --- head/devel/p4p/Makefile Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4p/Makefile Sun Aug 30 21:09:55 2015 (r395645) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4p -PORTVERSION= 2015.1.1204891 +PORTVERSION= 2015.1.1227227 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4p/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4p/distinfo.freebsd100x86 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4p/distinfo.freebsd100x86 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1204891/bin.freebsd100x86/p4p) = 634fdfb2b2cd3d5b074ffff1cffe2a5707280a624590544faafcecc249a6d418 -SIZE (perforce/2015.1.1204891/bin.freebsd100x86/p4p) = 2362776 +SHA256 (perforce/2015.1.1227227/bin.freebsd100x86/p4p) = c11abfc70aa0e3601f5f2ce22e0360ec9e41b83b629a64af2c73f7d719745821 +SIZE (perforce/2015.1.1227227/bin.freebsd100x86/p4p) = 2362784 Modified: head/devel/p4p/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4p/distinfo.freebsd100x86_64 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4p/distinfo.freebsd100x86_64 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1204891/bin.freebsd100x86_64/p4p) = 7de3d40b46eb14a52bdd55926cb8284e0a8cecadb8cd6e04b5ee85dd3f812b7e -SIZE (perforce/2015.1.1204891/bin.freebsd100x86_64/p4p) = 2627456 +SHA256 (perforce/2015.1.1227227/bin.freebsd100x86_64/p4p) = cf0e02061e4cf0083e538fef6601ca3be114fce4508e794c4410b7fe4197e57c +SIZE (perforce/2015.1.1227227/bin.freebsd100x86_64/p4p) = 2628656 Modified: head/devel/p4p/distinfo.freebsd70x86 ============================================================================== --- head/devel/p4p/distinfo.freebsd70x86 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4p/distinfo.freebsd70x86 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1204891/bin.freebsd70x86/p4p) = 97ab59f5849aa020d9511b1b0599eb7de73f3a69e5e2ec37cfbd28f0ced19018 -SIZE (perforce/2015.1.1204891/bin.freebsd70x86/p4p) = 2404096 +SHA256 (perforce/2015.1.1227227/bin.freebsd70x86/p4p) = 9f10efa7dff4bcd87f8270769f52a137fa7a2598e33b1287a2a3fbf304ecd6e9 +SIZE (perforce/2015.1.1227227/bin.freebsd70x86/p4p) = 2404256 Modified: head/devel/p4p/distinfo.freebsd70x86_64 ============================================================================== --- head/devel/p4p/distinfo.freebsd70x86_64 Sun Aug 30 20:49:02 2015 (r395644) +++ head/devel/p4p/distinfo.freebsd70x86_64 Sun Aug 30 21:09:55 2015 (r395645) @@ -1,2 +1,2 @@ -SHA256 (perforce/2015.1.1204891/bin.freebsd70x86_64/p4p) = 277b992b3e6ee69a651c7d867fef8bb9da81e857282b2256a30eb497f9f0349b -SIZE (perforce/2015.1.1204891/bin.freebsd70x86_64/p4p) = 2601560 +SHA256 (perforce/2015.1.1227227/bin.freebsd70x86_64/p4p) = 43321600030a85712b829beab35e38375a5d68978dcac5dd11a23ce905c3a56c +SIZE (perforce/2015.1.1227227/bin.freebsd70x86_64/p4p) = 2602424 From owner-svn-ports-all@freebsd.org Sun Aug 30 23:19:11 2015 Return-Path: Delivered-To: svn-ports-all@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 2B3869C56E9; Sun, 30 Aug 2015 23:19:11 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 1126E9A5; Sun, 30 Aug 2015 23:19:11 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7UNJAOu003358; Sun, 30 Aug 2015 23:19:10 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7UNJAu0003355; Sun, 30 Aug 2015 23:19:10 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201508302319.t7UNJAu0003355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 30 Aug 2015 23:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r395646 - in branches/2015Q3/graphics/graphviz: . 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2015 23:19:11 -0000 Author: junovitch Date: Sun Aug 30 23:19:09 2015 New Revision: 395646 URL: https://svnweb.freebsd.org/changeset/ports/395646 Log: MFH: r393157 - import security fix from git Security: format string vulnerability Security: 5300711b-4e61-11e5-9ad8-14dae9d210b8 Approved by: ports-secteam (feld), feld (mentor) Added: branches/2015Q3/graphics/graphviz/files/patch-cmd-tools-gmlscan.l - copied unchanged from r393157, head/graphics/graphviz/files/patch-cmd-tools-gmlscan.l branches/2015Q3/graphics/graphviz/files/patch-lib-cgraph-scan.l - copied unchanged from r393157, head/graphics/graphviz/files/patch-lib-cgraph-scan.l Modified: branches/2015Q3/graphics/graphviz/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/graphics/graphviz/Makefile ============================================================================== --- branches/2015Q3/graphics/graphviz/Makefile Sun Aug 30 21:09:55 2015 (r395645) +++ branches/2015Q3/graphics/graphviz/Makefile Sun Aug 30 23:19:09 2015 (r395646) @@ -3,7 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.38.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ Copied: branches/2015Q3/graphics/graphviz/files/patch-cmd-tools-gmlscan.l (from r393157, head/graphics/graphviz/files/patch-cmd-tools-gmlscan.l) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/graphics/graphviz/files/patch-cmd-tools-gmlscan.l Sun Aug 30 23:19:09 2015 (r395646, copy of r393157, head/graphics/graphviz/files/patch-cmd-tools-gmlscan.l) @@ -0,0 +1,11 @@ +--- cmd/tools/gmlscan.l.orig 2014-04-13 22:40:25.000000000 +0200 ++++ cmd/tools/gmlscan.l 2015-07-29 14:51:42.000000000 +0200 +@@ -127,7 +127,7 @@ + return; + errors = 1; + sprintf(buf," %s in line %d near '%s'\n", str,line_num,yytext); +- agerr(AGWARN,buf); ++ agerr(AGWARN, "%s", buf); + } + + int gmlerrors() Copied: branches/2015Q3/graphics/graphviz/files/patch-lib-cgraph-scan.l (from r393157, head/graphics/graphviz/files/patch-lib-cgraph-scan.l) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/graphics/graphviz/files/patch-lib-cgraph-scan.l Sun Aug 30 23:19:09 2015 (r395646, copy of r393157, head/graphics/graphviz/files/patch-lib-cgraph-scan.l) @@ -0,0 +1,20 @@ +--- lib/cgraph/scan.l.orig 2014-04-13 22:40:25.000000000 +0200 ++++ lib/cgraph/scan.l 2015-07-29 14:51:27.000000000 +0200 +@@ -149,7 +149,7 @@ + agxbput(&xb,buf); + agxbput(&xb,fname); + agxbput(&xb, " splits into two tokens\n"); +- agerr(AGWARN,agxbuse(&xb)); ++ agerr(AGWARN, "%s", agxbuse(&xb)); + + agxbfree(&xb); + return 1; +@@ -225,7 +225,7 @@ + agxbput (&xb, buf); + agxbput (&xb, yytext); + agxbput (&xb,"'\n"); +- agerr(AGERR,agxbuse(&xb)); ++ agerr(AGERR, "%s", agxbuse(&xb)); + agxbfree(&xb); + } + /* must be here to see flex's macro defns */ From owner-svn-ports-all@freebsd.org Mon Aug 31 02:54:16 2015 Return-Path: Delivered-To: svn-ports-all@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 4350C9C7CF4; Mon, 31 Aug 2015 02:54:16 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 33C7D1EF; Mon, 31 Aug 2015 02:54:16 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V2sGQQ092798; Mon, 31 Aug 2015 02:54:16 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V2sFkM092796; Mon, 31 Aug 2015 02:54:15 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201508310254.t7V2sFkM092796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 31 Aug 2015 02:54:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395647 - in head/graphics/hdr_tools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 02:54:16 -0000 Author: danfe Date: Mon Aug 31 02:54:15 2015 New Revision: 395647 URL: https://svnweb.freebsd.org/changeset/ports/395647 Log: Fix the build against `math/ldouble' when logl(), expl(), and log2l() are not available in the base libm by wrapping #include with extern "C" block. Added: head/graphics/hdr_tools/files/patch-helpers.hh (contents, props changed) Modified: head/graphics/hdr_tools/Makefile Modified: head/graphics/hdr_tools/Makefile ============================================================================== --- head/graphics/hdr_tools/Makefile Sun Aug 30 23:19:09 2015 (r395646) +++ head/graphics/hdr_tools/Makefile Mon Aug 31 02:54:15 2015 (r395647) @@ -36,10 +36,9 @@ CXXFLAGS+= -msse2 -mfpmath=sse CXXFLAGS+= -fopenmp .endif -# NB: `math/ldouble' port provides these functions, but does not export -# them correctly; as a result linking with C++ code is currently broken .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000034 -BROKEN= requires logl(), expl(), log2l() +LIB_DEPENDS+= libml.so:${PORTSDIR}/math/ldouble +LDFLAGS+= -lml .endif post-patch: Added: head/graphics/hdr_tools/files/patch-helpers.hh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/hdr_tools/files/patch-helpers.hh Mon Aug 31 02:54:15 2015 (r395647) @@ -0,0 +1,17 @@ +--- helpers.hh.orig 2010-11-23 21:22:51 UTC ++++ helpers.hh +@@ -35,6 +35,14 @@ + + #include + ++#if defined __FreeBSD__ ++#include ++#if __FreeBSD_version < 1000034 ++extern "C" { ++#include ++} ++#endif ++#endif + + + From owner-svn-ports-all@freebsd.org Mon Aug 31 03:49:50 2015 Return-Path: Delivered-To: svn-ports-all@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 0C8E99C65A0; Mon, 31 Aug 2015 03:49:50 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (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 D15471B52; Mon, 31 Aug 2015 03:49:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabzx8 with SMTP id zx8so124497669pab.1; Sun, 30 Aug 2015 20:49:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=pAzTcITRAH5bbo3WYuDB6tCsmYsUuL1h9EmPoz8eZn8=; b=Xcor9E4LV6odMntEUj6/bJtw83UiIFYmn6uuiKCkinxcHeQJ4DN02yaPJir4qbK8+E S1tMFJaub8Ns3/7//HWjvuOsvJNiibH9ZL3eXReeXzadxRCUe23K9JnMIH69VmNq1i3V UJ5NA2LzN4EwdwWxQApuLcpx8wR6fqtZ1LLf1jHFa0Fjda8mDUP7U3DTEG+cylapanZb KqKAjz+NGnAs3VwmD4QeOXbO15hBmHWllBE5ygCtncQAT9tPK3ZN6nz5DZTVRl8u1wbS quzw17bHjALdeRNVqc23AIIV1mo9DnzNY+pkor3lbYEXT7RPM8PQw29RQ3PfMFY8jJSj k0Yw== X-Received: by 10.68.218.65 with SMTP id pe1mr33952684pbc.2.1440992989228; Sun, 30 Aug 2015 20:49:49 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by smtp.gmail.com with ESMTPSA id pt3sm12676307pbb.38.2015.08.30.20.49.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Aug 2015 20:49:48 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r395628 - in head/www: . py-pyocclient References: <201508301655.t7UGtEVx037588@repo.freebsd.org> To: Thomas Zander , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55E3CED6.3010703@FreeBSD.org> Date: Mon, 31 Aug 2015 13:49:42 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Thunderbird/40.0 MIME-Version: 1.0 In-Reply-To: <201508301655.t7UGtEVx037588@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 03:49:50 -0000 On 31/08/2015 2:55 AM, Thomas Zander wrote: > Author: riggs > Date: Sun Aug 30 16:55:14 2015 > New Revision: 395628 > URL: https://svnweb.freebsd.org/changeset/ports/395628 > > Log: > Add www/py-pyocclient: the Python OwnCloud client library > > PR: 201996 > Submitted by: che@bein.link (maintainer) > Reviewed by: koobs, riggs > > Added: > head/www/py-pyocclient/ > head/www/py-pyocclient/Makefile (contents, props changed) > head/www/py-pyocclient/distinfo (contents, props changed) > head/www/py-pyocclient/pkg-descr (contents, props changed) > Modified: > head/www/Makefile > > Added: head/www/py-pyocclient/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/py-pyocclient/Makefile Sun Aug 30 16:55:14 2015 (r395628) > @@ -0,0 +1,26 @@ > +# $FreeBSD$ > + > +PORTNAME= pyocclient > +PORTVERSION= 0.1 > +CATEGORIES= www python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= che@bein.link > +COMMENT= Python Owncloud client library > + > +LICENSE= MIT > +LICENSE_FILE= ${WRKSRC}/LICENSE.txt > + > +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:${PORTSDIR}/www/py-requests > + > +USES= python Given this port only supports 2.x, this should be set to python:-2.7, unless it doesn't support 2.6 in which case it should be set to python:2.7 > +USE_PYTHON= autoplist distutils > + > +.include > + > +.if ${PYTHON_REL} >= 3000 > +BROKEN= pyocclient only supports Python 2.x at the moment > +.endif This block is not needed with the above change. > +.include > Regards, ./koobs From owner-svn-ports-all@freebsd.org Mon Aug 31 04:42:59 2015 Return-Path: Delivered-To: svn-ports-all@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 ECEE99C7D59; Mon, 31 Aug 2015 04:42:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 C59A310D2; Mon, 31 Aug 2015 04:42:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V4gxje038293; Mon, 31 Aug 2015 04:42:59 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V4gxnm038292; Mon, 31 Aug 2015 04:42:59 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201508310442.t7V4gxnm038292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 31 Aug 2015 04:42:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395648 - head/graphics/appleseed/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 04:43:00 -0000 Author: danfe Date: Mon Aug 31 04:42:58 2015 New Revision: 395648 URL: https://svnweb.freebsd.org/changeset/ports/395648 Log: - Use %edi register to save/restore contents of %ebx instead of pushing it on stack to make the code work for both 32/64-bit x86 - Make the corresponding comment more accurate while I'm at it Reported by: pkg-fallout Modified: head/graphics/appleseed/files/patch-src_appleseed_foundation_platform_system.cpp Modified: head/graphics/appleseed/files/patch-src_appleseed_foundation_platform_system.cpp ============================================================================== --- head/graphics/appleseed/files/patch-src_appleseed_foundation_platform_system.cpp Mon Aug 31 02:54:15 2015 (r395647) +++ head/graphics/appleseed/files/patch-src_appleseed_foundation_platform_system.cpp Mon Aug 31 04:42:58 2015 (r395648) @@ -15,7 +15,7 @@ // Other platforms. #else -@@ -421,6 +429,384 @@ uint64 System::get_process_virtual_memor +@@ -421,6 +429,386 @@ uint64 System::get_process_virtual_memor return static_cast(rss) * sysconf(_SC_PAGESIZE); } @@ -43,16 +43,17 @@ + size_t linesize; +} mycaches[3]; + -+// %ebx may be used to store GOT (Global Offset Table) for PIC (Position -+// Independent Code), so use %esi instead. ++// %ebx is used to point to GOT (Global Offset Table) for PIC (Position ++// Independent Code) on 32-bit x86, so use %edi to preserve %ebx across ++// the call and %esi when passing CPUID arguments and return values. +static inline void +cpuid(uint32_t* data) +{ -+ asm("pushl %%ebx\n\t" ++ asm("movl %%ebx, %%edi\n\t" + "movl %%esi, %%ebx\n\t" + "cpuid\n\t" + "movl %%ebx, %%esi\n\t" -+ "popl %%ebx" ++ "movl %%edi, %%ebx" + : "=a" (data[eax]), + "=S" (data[ebx]), + "=c" (data[ecx]), @@ -60,7 +61,8 @@ + : "a" (data[eax]), + "S" (data[ebx]), + "c" (data[ecx]), -+ "d" (data[edx])); ++ "d" (data[edx]) ++ : "%edi"); +} + +// For modern CPUs, we use Deterministic Cache Parameters (Function 04h) to From owner-svn-ports-all@freebsd.org Mon Aug 31 05:26:36 2015 Return-Path: Delivered-To: svn-ports-all@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 6D05F9C61D4; Mon, 31 Aug 2015 05:26:36 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (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 4BB9A24B; Mon, 31 Aug 2015 05:26:36 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by igui7 with SMTP id i7so48067236igu.0; Sun, 30 Aug 2015 22:26:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=24nzT6t/Fe4XlnecEfOVLkxEnN5Xz3hwCRR10MuoFug=; b=vDQP1otnCI2+GJ2EGHACeNN/1VUtMUfAbFxov1XNUpbMNureej/1mNvtnN8phlH5Zl irfWCmx/+i0XuZ8qUQpC0d5lisk0K2/IpGKmqcfpTDjVrQvrkRp8lYcUEB7hm0EqX8LZ lJX/849msX9x+u3eI3g67bJR3eqeF5aoIOiY6cStjg92ckXTBlNx3ATMX0op1HZJIB8i 2NvhBZtxzbF9Rvk3GoZXSqw8zBcKBEcEG9AKIYmfDx7ztNMSOOgW7KlFQTMWAuHhd+ZO hK+PhflVHXjgRymoof9Rg2c6JKz/kWtGQy1tJl8R5unIWpyOn3y+j0zAtyRolVZmZryD CROQ== MIME-Version: 1.0 X-Received: by 10.50.66.197 with SMTP id h5mr12929632igt.81.1440998795732; Sun, 30 Aug 2015 22:26:35 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.79.65.144 with HTTP; Sun, 30 Aug 2015 22:26:35 -0700 (PDT) In-Reply-To: <55E3CED6.3010703@FreeBSD.org> References: <201508301655.t7UGtEVx037588@repo.freebsd.org> <55E3CED6.3010703@FreeBSD.org> Date: Mon, 31 Aug 2015 07:26:35 +0200 X-Google-Sender-Auth: FPXlG5GV2o-6EE1EiffdmarQvc8 Message-ID: Subject: Re: svn commit: r395628 - in head/www: . py-pyocclient From: Thomas Zander To: Kubilay Kocak Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 05:26:36 -0000 On 31 August 2015 at 05:49, Kubilay Kocak wrote: > Given this port only supports 2.x, this should be set to python:-2.7, > unless it doesn't support 2.6 in which case it should be set to python:2.7 True, but somehow it feels wrong to set python:-2.7 if you mean "pre-3.x". From owner-svn-ports-all@freebsd.org Mon Aug 31 05:39:42 2015 Return-Path: Delivered-To: svn-ports-all@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 BAE6D9C6899; Mon, 31 Aug 2015 05:39:42 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 AC0D69B3; Mon, 31 Aug 2015 05:39:42 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V5dg6e058972; Mon, 31 Aug 2015 05:39:42 GMT (envelope-from pgj@FreeBSD.org) Received: (from pgj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V5dgc0058970; Mon, 31 Aug 2015 05:39:42 GMT (envelope-from pgj@FreeBSD.org) Message-Id: <201508310539.t7V5dgc0058970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgj set sender to pgj@FreeBSD.org using -f From: Gabor Pali Date: Mon, 31 Aug 2015 05:39:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395649 - head/lang/ghc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 05:39:42 -0000 Author: pgj Date: Mon Aug 31 05:39:41 2015 New Revision: 395649 URL: https://svnweb.freebsd.org/changeset/ports/395649 Log: - Remove the deprecated USE_AUTOTOOLS variable - Improve interaction with USE_GITHUB in bsd.cabal.mk that fixes the build of math/hs-Agda-stdlib Obtained from: FreeBSD Haskell Modified: head/lang/ghc/Makefile head/lang/ghc/bsd.cabal.mk Modified: head/lang/ghc/Makefile ============================================================================== --- head/lang/ghc/Makefile Mon Aug 31 04:42:58 2015 (r395648) +++ head/lang/ghc/Makefile Mon Aug 31 05:39:41 2015 (r395649) @@ -29,9 +29,8 @@ CONFLICTS= ghc-7.4.* ghc-7.6.* ghc-7.8.* LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp -USE_AUTOTOOLS= autoconf autoheader USE_PERL5= build -USES= gmake iconv:translit ncurses perl5 tar:xz +USES= autoreconf gmake iconv:translit ncurses perl5 tar:xz MAKE_ENV+= LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 # This is needed on FreeBSD 9.x due to the bootstrap tarball. Modified: head/lang/ghc/bsd.cabal.mk ============================================================================== --- head/lang/ghc/bsd.cabal.mk Mon Aug 31 04:42:58 2015 (r395648) +++ head/lang/ghc/bsd.cabal.mk Mon Aug 31 05:39:41 2015 (r395649) @@ -9,13 +9,16 @@ # Maintained by: haskell@FreeBSD.org # -.if !defined(METAPORT) +.if !defined(METAPORT) && !defined(USE_GITHUB) MASTER_SITES?= http://hackage.haskell.org/package/${PORTNAME}-${PORTVERSION}/:hackage DISTFILES?= ${DISTNAME}${EXTRACT_SUFX}:hackage -DIST_SUBDIR?= cabal EXTRACT_ONLY?= ${DISTNAME}${EXTRACT_SUFX} -.else +.endif + +.if defined(METAPORT) USES+= metaport +.else +DIST_SUBDIR?= cabal .endif # !METAPORT MAKE_ENV+= LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 DESTDIR=${STAGEDIR} \ From owner-svn-ports-all@freebsd.org Mon Aug 31 05:41:49 2015 Return-Path: Delivered-To: svn-ports-all@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 243D39C6A8B; Mon, 31 Aug 2015 05:41:49 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (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 E7596CAD; Mon, 31 Aug 2015 05:41:48 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacrd3 with SMTP id rd3so11129286pac.3; Sun, 30 Aug 2015 22:41:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=vpU+1WL/1R7t6HaUMCYcirIQoaMQPw4LBaHaW2QYfdw=; b=NuDVLb+FbfwSnFEj5mm002WS7M3zeTHyuxp/h9o+Lr1yFnpxiK67WzpJBBU3fokW8A s+kDrr4sOUihqxNcO8vJyBurFx86ex1XjpkcdssvtC10ydwKdRU8QHK9gwpaI2zy/Z5s FLHAdISDaGqkEy1LbL1/WTxoNc5WtSk0ZwRCKM4FfpKvh7+wwck/RL6xlhR4NmPfwICg y5xqfibblRtVEpxpvGiu183QgHeT7HhNJdqGgAhbuzXy0pjRICObpoeDTPfm2U+Dxkvn v85EjaSQ/wxcIWFzvs+9TtB6IQtPX25ptPH7eLm1TCjOc/MQXZNjQa4fms7czxCSWZgs 4HCw== X-Received: by 10.66.142.166 with SMTP id rx6mr34168119pab.25.1440999708547; Sun, 30 Aug 2015 22:41:48 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by smtp.gmail.com with ESMTPSA id ri9sm13014636pbc.4.2015.08.30.22.41.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Aug 2015 22:41:48 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r395628 - in head/www: . py-pyocclient References: <201508301655.t7UGtEVx037588@repo.freebsd.org> <55E3CED6.3010703@FreeBSD.org> To: Thomas Zander Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak X-Enigmail-Draft-Status: N1110 Message-ID: <55E3E915.7060300@FreeBSD.org> Date: Mon, 31 Aug 2015 15:41:41 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Thunderbird/40.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 05:41:49 -0000 On 31/08/2015 3:26 PM, Thomas Zander wrote: > On 31 August 2015 at 05:49, Kubilay Kocak wrote: >> Given this port only supports 2.x, this should be set to python:-2.7, >> unless it doesn't support 2.6 in which case it should be set to python:2.7 > > True, but somehow it feels wrong to set python:-2.7 if you mean "pre-3.x". > Ports should be declarative rather than imperative in respect to describing what Python versions are supported. I'm not 100% sure whether USES=python supports the a.b,a.c format (I don't think it does), but if not, the closest thing we have to stipulating "< a.d" is "-a.c". See Mk/Uses/python.mk header for more detail. Either way the current BROKEN method is sub-optimal and doesn't provide a good user experience (breaks on attempt, rather than installing a valid Python version) -- Regards, ./koobs From owner-svn-ports-all@freebsd.org Mon Aug 31 05:44:57 2015 Return-Path: Delivered-To: svn-ports-all@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 0C9129C6BFC; Mon, 31 Aug 2015 05:44:57 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 F1F4CDDE; Mon, 31 Aug 2015 05:44:56 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V5iu1S062891; Mon, 31 Aug 2015 05:44:56 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V5iuvN062890; Mon, 31 Aug 2015 05:44:56 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201508310544.t7V5iuvN062890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 31 Aug 2015 05:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395650 - head/www/py-pelican X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 05:44:57 -0000 Author: koobs Date: Mon Aug 31 05:44:56 2015 New Revision: 395650 URL: https://svnweb.freebsd.org/changeset/ports/395650 Log: www/py-pelican: Add description for MARKDOWN option Add a description for the MARKDOWN option that was missed in the previous commit. Approved by: portmgr, pointyhat (blanket) Modified: head/www/py-pelican/Makefile Modified: head/www/py-pelican/Makefile ============================================================================== --- head/www/py-pelican/Makefile Mon Aug 31 05:39:41 2015 (r395649) +++ head/www/py-pelican/Makefile Mon Aug 31 05:44:56 2015 (r395650) @@ -31,6 +31,7 @@ GH_ACCOUNT= getpelican OPTIONS_DEFINE= MARKDOWN SYNTAX TESTS OPTIONS_DEFAULT= MARKDOWN SYNTAX +MARKDOWN_DESC= Markdown markup language format support MARKDOWN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:${PORTSDIR}/textproc/py-markdown SYNTAX_DESC= Syntax Highlighting (via pygments) From owner-svn-ports-all@freebsd.org Mon Aug 31 05:57:03 2015 Return-Path: Delivered-To: svn-ports-all@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 9D3E49C70CF; Mon, 31 Aug 2015 05:57:03 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8FE521174; Mon, 31 Aug 2015 05:57:03 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8E9971C24; Mon, 31 Aug 2015 05:57:03 +0000 (UTC) Date: Mon, 31 Aug 2015 05:57:03 +0000 From: Alexey Dokuchaev To: Kubilay Kocak Cc: Thomas Zander , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395628 - in head/www: . py-pyocclient Message-ID: <20150831055703.GA44646@FreeBSD.org> References: <201508301655.t7UGtEVx037588@repo.freebsd.org> <55E3CED6.3010703@FreeBSD.org> <55E3E915.7060300@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55E3E915.7060300@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 05:57:03 -0000 On Mon, Aug 31, 2015 at 03:41:41PM +1000, Kubilay Kocak wrote: > On 31/08/2015 3:26 PM, Thomas Zander wrote: > > On 31 August 2015 at 05:49, Kubilay Kocak wrote: > >> Given this port only supports 2.x, this should be set to python:-2.7, > >> unless it doesn't support 2.6 in which case it should be set to python:2.7 > > > > True, but somehow it feels wrong to set python:-2.7 if you mean "pre-3.x". > > Ports should be declarative rather than imperative in respect to > describing what Python versions are supported. > > I'm not 100% sure whether USES=python supports the a.b,a.c format (I > don't think it does), but if not, the closest thing we have to > stipulating "< a.d" is "-a.c". If "port only supports 2.x" what's more declaratively clear than python:2? ./danfe From owner-svn-ports-all@freebsd.org Mon Aug 31 06:09:06 2015 Return-Path: Delivered-To: svn-ports-all@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 8E4809C7534; Mon, 31 Aug 2015 06:09:06 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (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 5DC6D1837; Mon, 31 Aug 2015 06:09:06 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pabzx8 with SMTP id zx8so128223195pab.1; Sun, 30 Aug 2015 23:09:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=cont5oklU+t+Olz7Y0iIYmYdkd0WrCm9Gi6tEZBse6I=; b=CVOxZXAnVyIhMNSsrRKHVyz6HlC/lm4fbZF7CRWxLTwTCZO8m5aUOi7cxpQ/0qxcYp KLS0e1WP4/JGz3LuCxmEZbjDEZTcMR1ebI5MsxDGQf/iV58hkicT2tUWd6yahO1AwUXT YkRm5WObYQL5N+/LfytX3bc86vTMjgelKTNqbsYZuJu+54VW1B1/vEswPo90g89FtZHc 9ajfFPwUfxGgCExatB5V6nru2KYCFmoAvfVGe+48M6Ah0KZeuj0A3l/G6WZdLUmxB0tH n4yR0LzzlArfdVQjdArjh0JLDihw2FDtySU4RZUVxqALfjpqLxIwRNXwbIxLkymp9Sd/ aF4Q== X-Received: by 10.68.142.200 with SMTP id ry8mr34373478pbb.136.1441001345981; Sun, 30 Aug 2015 23:09:05 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by smtp.gmail.com with ESMTPSA id uk6sm13254036pac.27.2015.08.30.23.09.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Aug 2015 23:09:05 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r395628 - in head/www: . py-pyocclient References: <201508301655.t7UGtEVx037588@repo.freebsd.org> <55E3CED6.3010703@FreeBSD.org> <55E3E915.7060300@FreeBSD.org> <20150831055703.GA44646@FreeBSD.org> To: Alexey Dokuchaev Cc: Thomas Zander , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55E3EF7B.2010404@FreeBSD.org> Date: Mon, 31 Aug 2015 16:08:59 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Thunderbird/40.0 MIME-Version: 1.0 In-Reply-To: <20150831055703.GA44646@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 06:09:06 -0000 On 31/08/2015 3:57 PM, Alexey Dokuchaev wrote: > On Mon, Aug 31, 2015 at 03:41:41PM +1000, Kubilay Kocak wrote: >> On 31/08/2015 3:26 PM, Thomas Zander wrote: >>> On 31 August 2015 at 05:49, Kubilay Kocak wrote: >>>> Given this port only supports 2.x, this should be set to python:-2.7, >>>> unless it doesn't support 2.6 in which case it should be set to python:2.7 >>> >>> True, but somehow it feels wrong to set python:-2.7 if you mean "pre-3.x". >> >> Ports should be declarative rather than imperative in respect to >> describing what Python versions are supported. >> >> I'm not 100% sure whether USES=python supports the a.b,a.c format (I >> don't think it does), but if not, the closest thing we have to >> stipulating "< a.d" is "-a.c". > > If "port only supports 2.x" what's more declaratively clear than python:2? > > ./danfe > python:2 unfortunately implicitly means 'depend on the lang/python2' metaport, "not any version of 2.x" We have a little bit of work to do: 1) Easy way to declare only 'any version' of 2.x / 3.x 2) Support for a,b,c in USES:python: With (2), (1) may not be needed, depending on how upstream specifies their 'supported versions' ./koobs From owner-svn-ports-all@freebsd.org Mon Aug 31 06:12:25 2015 Return-Path: Delivered-To: svn-ports-all@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 F04EF9C77A3; Mon, 31 Aug 2015 06:12:25 +0000 (UTC) (envelope-from linpct@gmail.com) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (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 AAD391CDE; Mon, 31 Aug 2015 06:12:25 +0000 (UTC) (envelope-from linpct@gmail.com) Received: by qgz60 with SMTP id 60so2681048qgz.2; Sun, 30 Aug 2015 23:12:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=K73EKFQCluisjnMfilLlQMHGRIlGjlkWbgFwLXziDvE=; b=gTOAeLsNR7s08Y1RIlkdcDPkjv0gUV/guIJHzT/Co/RcLej/zMXyO+ClVfTTKXiCQf nLhn+fU9o1PUgkAOVc1eyoLIlhOORMkUycs/C8fTKgZ3/EpvIj0dCS2ZWdYfETwEA4sP eW5G7kyIB2OKNCssNK5U3o1pr2TFAzRHdO4rANXAqkHEwc13XfDAMJZNg87rsGXb75gr Z+EjNB15ts6Rx2Gmq91+qY3/vAGBl0R/SkQYvlaIilNP/A6BbiqUOTWnY3AaKL+HcQsN hBWTtlHRlhIvj8IPPQ5XId33DWIAYnRJgssqNO3NaTQi6wNSWrRiMiMfJXT3A+JELm8E 2Mdw== MIME-Version: 1.0 X-Received: by 10.140.144.6 with SMTP id 6mr34453358qhq.99.1441001544763; Sun, 30 Aug 2015 23:12:24 -0700 (PDT) Received: by 10.140.30.97 with HTTP; Sun, 30 Aug 2015 23:12:24 -0700 (PDT) In-Reply-To: References: <201508300233.t7U2XbuQ066241@repo.freebsd.org> <20150830154157.13a5fd1386078a4ca486d223@freebsd.org> Date: Mon, 31 Aug 2015 14:12:24 +0800 Message-ID: Subject: Re: svn commit: r395579 - head/www/iojs From: Daniel Lin To: v@fatpipi.com Cc: Olivier Duchateau , "Vanilla I. Shu" , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 06:12:26 -0000 Hi, I'd test and it's ok. Maintainer approved. Thanks. 2015-08-30 22:20 GMT+08:00 Vanilla Hsu : > ops, my fault. > > Daniel, it's my mistake, would you approved this pr? > > 2015-08-30 23:41 GMT+08:00 Olivier Duchateau : > >> On Sun, 30 Aug 2015 02:33:37 +0000 (UTC) >> "Vanilla I. Shu" wrote: >> >> > Author: vanilla >> > Date: Sun Aug 30 02:33:36 2015 >> > New Revision: 395579 >> > URL: https://svnweb.freebsd.org/changeset/ports/395579 >> > >> > Log: >> > Upgrade to 3.2.0. >> > >> > PR: 202747 >> > Submitted by: maintainer >> >> I'm not the maintainer, it's a mistake. I just sent PR in order to update >> www/iojs. >> >> > >> > Modified: >> > head/www/iojs/Makefile >> > head/www/iojs/distinfo >> > >> > Modified: head/www/iojs/Makefile >> > >> ============================================================================== >> > --- head/www/iojs/Makefile Sat Aug 29 23:26:24 2015 (r395578) >> > +++ head/www/iojs/Makefile Sun Aug 30 02:33:36 2015 (r395579) >> > @@ -2,7 +2,7 @@ >> > # $FreeBSD$ >> > >> > PORTNAME= iojs >> > -PORTVERSION= 3.0.0 >> > +PORTVERSION= 3.2.0 >> > DISTVERSIONPREFIX= v >> > CATEGORIES= www >> > >> > @@ -18,6 +18,8 @@ GH_PROJECT= io.js >> > HAS_CONFIGURE= yes >> > USE_LDCONFIG= yes >> > >> > +WRKSRC= ${WRKDIR}/node-${PORTVERSION} >> > + >> > CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* >> > >> > ONLY_FOR_ARCHS= i386 amd64 >> > >> > Modified: head/www/iojs/distinfo >> > >> ============================================================================== >> > --- head/www/iojs/distinfo Sat Aug 29 23:26:24 2015 (r395578) >> > +++ head/www/iojs/distinfo Sun Aug 30 02:33:36 2015 (r395579) >> > @@ -1,2 +1,2 @@ >> > -SHA256 (nodejs-io.js-v3.0.0_GH0.tar.gz) = >> bef86ca4305e6441d5dd22b6dbdb1e54c4efdaa1542a38c1606d4b7485aa58f7 >> > -SIZE (nodejs-io.js-v3.0.0_GH0.tar.gz) = 36326169 >> > +SHA256 (nodejs-io.js-v3.2.0_GH0.tar.gz) = >> bfaf8fef105ea6568f6f8512c08b1f16d9539fcdcde0815b8d5285b4bf92a29f >> > +SIZE (nodejs-io.js-v3.2.0_GH0.tar.gz) = 36352683 >> > >> >> >> -- >> Olivier Duchateau >> > > -- Daniel Lin (pct) From owner-svn-ports-all@freebsd.org Mon Aug 31 06:22:46 2015 Return-Path: Delivered-To: svn-ports-all@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 900D49C7BF7 for ; Mon, 31 Aug 2015 06:22:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 83A11266; Mon, 31 Aug 2015 06:22:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 827A4134D; Mon, 31 Aug 2015 06:22:46 +0000 (UTC) Date: Mon, 31 Aug 2015 06:22:46 +0000 From: Alexey Dokuchaev To: Dirk Meyer Cc: svn-ports-all@freebsd.org Subject: Re: svn commit: r395527 - in head/graphics/jasper: . files Message-ID: <20150831062246.GA49457@FreeBSD.org> References: <201508290619.t7T6Js6d029551@repo.freebsd.org> <201508290619.t7T6Js6d029551@repo.freebsd.org> <20150829081543.GA8460@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 06:22:46 -0000 On Sat, Aug 29, 2015 at 05:01:02PM +0200, Dirk Meyer wrote: > Hallo Alexey Dokuchaev, > > > -USES= jpeg libtool:keepla zip > > > +USES= zip libtool:keepla jpeg > > > > Sorry, but why did you shuffle previously sorted values? > > I keep them sorted by function / stage (extract, configure). > Sorting them by alphabetic name is confusing to me. The problem here Dirk is that now it's confusing to everyone else. No offense, but sometimes your ports have higher than usual wtf/sec ratio when reading through them. :) There're certain I won't say rules, but rather established practices and patterns that became quite common and expected to see because they suit most developers (not all are necessarily documented and/or enforced, as I've said). So while you're in your maintainer right to unsort USES, bear in mind that 1) it was gratuitous change which we typically try to avoid: that does not mean you can't change USES order -- that's fine when adding or removing another USES entry -- but that was not the case; 2) it raises chances that someone else comes after you and "fixes" it, well, because for most people alphabet does not start with 'z', and 3) seeing "weird" code, and that includes make(1) code as well, can often kill any desire to work on it. ./danfe From owner-svn-ports-all@freebsd.org Mon Aug 31 06:27:49 2015 Return-Path: Delivered-To: svn-ports-all@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 316CD9C7E0D; Mon, 31 Aug 2015 06:27:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 23169845; Mon, 31 Aug 2015 06:27:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 21C6515DA; Mon, 31 Aug 2015 06:27:49 +0000 (UTC) Date: Mon, 31 Aug 2015 06:27:49 +0000 From: Alexey Dokuchaev To: Kubilay Kocak Cc: Thomas Zander , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395628 - in head/www: . py-pyocclient Message-ID: <20150831062749.GA56296@FreeBSD.org> References: <201508301655.t7UGtEVx037588@repo.freebsd.org> <55E3CED6.3010703@FreeBSD.org> <55E3E915.7060300@FreeBSD.org> <20150831055703.GA44646@FreeBSD.org> <55E3EF7B.2010404@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55E3EF7B.2010404@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 06:27:49 -0000 On Mon, Aug 31, 2015 at 04:08:59PM +1000, Kubilay Kocak wrote: > On 31/08/2015 3:57 PM, Alexey Dokuchaev wrote: > > On Mon, Aug 31, 2015 at 03:41:41PM +1000, Kubilay Kocak wrote: > >> Ports should be declarative rather than imperative in respect to > >> describing what Python versions are supported. > >> > >> I'm not 100% sure whether USES=python supports the a.b,a.c format > >> (I don't think it does), but if not, the closest thing we have to > >> stipulating "< a.d" is "-a.c". > > > > If "port only supports 2.x" what's more declaratively clear than > > python:2? > > python:2 unfortunately implicitly means 'depend on the lang/python2' > metaport, "not any version of 2.x" Oh, that's unfortunate indeed (I was always wondering about those meta ports and why do I have installed both python2-2_3 and python27-2.7.10). Are there plans to get rid of this complexity? (I'm not quoting the rest of your mail as I don't have anything to say; you probably know what you guys're [will be] doing about this. :) ./danfe From owner-svn-ports-all@freebsd.org Mon Aug 31 07:07:42 2015 Return-Path: Delivered-To: svn-ports-all@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 991A39C5553; Mon, 31 Aug 2015 07:07:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F4B01AE2; Mon, 31 Aug 2015 07:07:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 9D1AABDC30; Mon, 31 Aug 2015 09:07:39 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 7A334BDC1D; Mon, 31 Aug 2015 09:07:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 35B0E41E06C1; Mon, 31 Aug 2015 09:07:39 +0200 (CEST) Date: Mon, 31 Aug 2015 09:07:36 +0200 From: Mathieu Arnold To: koobs@FreeBSD.org, Alexey Dokuchaev cc: Thomas Zander , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395628 - in head/www: . py-pyocclient Message-ID: <60AE5AFE75834B0EA7620055@atuin.in.mat.cc> In-Reply-To: <55E3EF7B.2010404@FreeBSD.org> References: <201508301655.t7UGtEVx037588@repo.freebsd.org> <55E3CED6.3010703@FreeBSD.org> <55E3E915.7060300@FreeBSD.org> <20150831055703.GA44646@FreeBSD.org> <55E3EF7B.2010404@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========F47A058EB2B78B9F673E==========" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 07:07:42 -0000 --==========F47A058EB2B78B9F673E========== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline +--On 31 ao=C3=BBt 2015 16:08:59 +1000 Kubilay Kocak = wrote: | python:2 unfortunately implicitly means 'depend on the lang/python2' | metaport, "not any version of 2.x" |=20 | We have a little bit of work to do: |=20 | 1) Easy way to declare only 'any version' of 2.x / 3.x | 2) Support for a,b,c in USES:python: |=20 | With (2), (1) may not be needed, depending on how upstream specifies | their 'supported versions' I was about to ask what's wrong with python:2, which does say "any version of 2.x" as we only support 2.7, "any version of 2.x" means [2.7] which is always true. --=20 Mathieu Arnold --==========F47A058EB2B78B9F673E========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJV4/06XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Ib6cQAIFXc7K13QQMm1Ozfs7D9jQL DE03ObdXFxKG+OVOEY2OqyFGXvu/flzXQ6VnZRt7hAsQcQerjv+2qd+Jlt5jmJAw qOw2xzxN+faCNnUfQBCJyqxLq4V9WnAR573J/y1Nlyva6e7YlwT9zFgiWGhMDZNu MngBHrCmUaFMGjEBJYSOdcSjhe/4wK0JG8PbClnxJaCmauZxPs1f8P0G664VNY/l TVwnxmE6L/dCLKhF8ctIjQmD3jA08CRcgMejfcl3+qHtux5KxXHwubkGGT7GIrq3 n0M/58OA1scFUwBHVLD7fT872+Y84qDXatwxMXp82cPvs0Yg8j6yp2bW4quN9/Ls 2+xlv34nTCs8/muoxJbOK2xwx0zNW6nYMMl3CYVRQG6is1ohNN1l07N/iJ+XhRQo qdTLxCh503JQ+FEq+UTJXsCB2iXm8KHE40EMQdVtrAvOTYPG905ZaDgj4Q5EkBdi WOvSsavMQvjCOT8/qqY4hkTH+cDisaAwxxAzcEUHcTWRA2Ng4nYmGpsqvE2nwO0r wghiK1h6FnxVKnToI01D//q6O+vbs7luVPyvVlynpSaMQj5jguNB26K4L+Gh5NN4 Xjzbw7uYIsqURg1RlUcmYW9QfiayHRQ7WC6uhXSpeII3V/Q1ezAGOQx7XY1/99i4 SYNM6JXyxSv820oyOdpe =j7fG -----END PGP SIGNATURE----- --==========F47A058EB2B78B9F673E==========-- From owner-svn-ports-all@freebsd.org Mon Aug 31 07:18:24 2015 Return-Path: Delivered-To: svn-ports-all@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 7EAB59C5B3B; Mon, 31 Aug 2015 07:18:24 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 56FD9CB; Mon, 31 Aug 2015 07:18:24 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V7IO9w000782; Mon, 31 Aug 2015 07:18:24 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V7INNd000780; Mon, 31 Aug 2015 07:18:23 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201508310718.t7V7INNd000780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 31 Aug 2015 07:18:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395651 - in head/security: krb5 krb5-112 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 07:18:24 -0000 Author: cy Date: Mon Aug 31 07:18:23 2015 New Revision: 395651 URL: https://svnweb.freebsd.org/changeset/ports/395651 Log: Fix build under 11-CURRENT. r378417 introduced a libreadline link workaround due to libtool not working with 11-CURRENT at the time. The workaround now causes grief under 11-CURRENT and needs to be removed. PR: 202782 Modified: head/security/krb5-112/Makefile head/security/krb5/Makefile Modified: head/security/krb5-112/Makefile ============================================================================== --- head/security/krb5-112/Makefile Mon Aug 31 05:44:56 2015 (r395650) +++ head/security/krb5-112/Makefile Mon Aug 31 07:18:23 2015 (r395651) @@ -3,7 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.12.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ PKGNAMESUFFIX= -112 @@ -86,15 +86,9 @@ PLIST_SUB+= LDAP="@comment " .endif .if ${PORT_OPTIONS:MREADLINE} -.if ${OSVERSION} >= 1100000 -# libtool has some gas with libreadline in 11-CURRENT. -BUILD_DEPENDS+= libreadline.so:${PORTSDIR}/devel/readline -LIB_DEPENDS+= libreadline.so:${PORTSDIR}/devel/readline -.else USES+= readline:port CONFIGURE_ARGS+= --with-readline .endif -.endif .if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != "" CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}" Modified: head/security/krb5/Makefile ============================================================================== --- head/security/krb5/Makefile Mon Aug 31 05:44:56 2015 (r395650) +++ head/security/krb5/Makefile Mon Aug 31 07:18:23 2015 (r395651) @@ -3,7 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.13.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed @@ -30,6 +30,7 @@ USES= cpe gettext gmake perl5 libtool: gssapi:bootstrap,mit CONFIGURE_ARGS?= --enable-shared --without-system-verto \ --disable-rpath --localstatedir="${PREFIX}/var" +CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" @@ -85,13 +86,7 @@ PLIST_SUB+= LDAP="@comment " .endif .if ${PORT_OPTIONS:MREADLINE} -.if ${OSVERSION} >= 1100000 -# libtool has some gas with libreadline in 11-CURRENT. -BUILD_DEPENDS+= libreadline.so:${PORTSDIR}/devel/readline -LIB_DEPENDS+= libreadline.so:${PORTSDIR}/devel/readline -.else USES+= readline:port -.endif CONFIGURE_ARGS+= --with-readline .endif From owner-svn-ports-all@freebsd.org Mon Aug 31 07:54:43 2015 Return-Path: Delivered-To: svn-ports-all@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 98C669C6033; Mon, 31 Aug 2015 07:54:43 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 7D3DE12D0; Mon, 31 Aug 2015 07:54:43 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V7shWO021777; Mon, 31 Aug 2015 07:54:43 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V7shCZ021775; Mon, 31 Aug 2015 07:54:43 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201508310754.t7V7shCZ021775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Mon, 31 Aug 2015 07:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395652 - in head/editors/openoffice-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 07:54:43 -0000 Author: truckman Date: Mon Aug 31 07:54:42 2015 New Revision: 395652 URL: https://svnweb.freebsd.org/changeset/ports/395652 Log: Upgrade to upstream svn revision r1697984. Nuke patch-clang34 because it has been incorporated upstream. Replace the default images in the opening splash window and the Help->About window with FreeBSD-branded versions that also mark this as a developer snapshot. Thanks to pfg for suggesting this and reviewing the new images. Added: head/editors/openoffice-devel/files/freebsd-aoo-about-developer.png (contents, props changed) head/editors/openoffice-devel/files/freebsd-aoo-intro-developer.png (contents, props changed) Deleted: head/editors/openoffice-devel/files/patch-clang34amd64 Modified: head/editors/openoffice-devel/Makefile head/editors/openoffice-devel/distinfo Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Mon Aug 31 07:18:23 2015 (r395651) +++ head/editors/openoffice-devel/Makefile Mon Aug 31 07:54:42 2015 (r395652) @@ -100,7 +100,7 @@ AOOVERSION2= 2 AOOVERSION3= 0 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD AOOTAG= AOO420m1\(Build:9800\) -SVNREVISION= 1694132 +SVNREVISION= 1697984 #AOORC=rc3 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz @@ -293,6 +293,8 @@ pre-everything:: post-extract: ${TAR} -C ${WRKSUBDIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EXTSRC} ${CP} ${DISTDIR}/${DIST_SUBDIR}/unowinreg.dll ${WRKSRC}/external/unowinreg/ + ${CP} ${FILESDIR}/freebsd-aoo-intro-developer.png ${WRKSRC}/default_images/introabout/intro.png + ${CP} ${FILESDIR}/freebsd-aoo-about-developer.png ${WRKSRC}/default_images/introabout/about.png ${RM} -rf ${WRKSRC}/l10n ${LN} -sf ${UNZIP_CMD} ${WRKSRC}/solenv/bin/unzip ${SED} -e '\|^For main/vcl/unx/generic/fontmanager/parseAFM|,/^__/p' \ Modified: head/editors/openoffice-devel/distinfo ============================================================================== --- head/editors/openoffice-devel/distinfo Mon Aug 31 07:18:23 2015 (r395651) +++ head/editors/openoffice-devel/distinfo Mon Aug 31 07:54:42 2015 (r395652) @@ -1,5 +1,5 @@ -SHA256 (openoffice/apache-openoffice-r1694132-src.tar.xz) = 861f9e7c559a3bc345c4a3e5e94fa15683259ee00692034833a40d03bdb2ddce -SIZE (openoffice/apache-openoffice-r1694132-src.tar.xz) = 215178940 +SHA256 (openoffice/apache-openoffice-r1697984-src.tar.xz) = 50eb71b4af05d55071a03c85449108efb9351ee8c0f158d44413bd4726c557f8 +SIZE (openoffice/apache-openoffice-r1697984-src.tar.xz) = 215196304 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice/unowinreg.dll) = 6144 SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa Added: head/editors/openoffice-devel/files/freebsd-aoo-about-developer.png ============================================================================== Binary file. No diff available. Added: head/editors/openoffice-devel/files/freebsd-aoo-intro-developer.png ============================================================================== Binary file. No diff available. From owner-svn-ports-all@freebsd.org Mon Aug 31 08:04:41 2015 Return-Path: Delivered-To: svn-ports-all@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 5F5D19C6931; Mon, 31 Aug 2015 08:04:41 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 503711B7B; Mon, 31 Aug 2015 08:04:41 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V84f4X027458; Mon, 31 Aug 2015 08:04:41 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V84eHV027452; Mon, 31 Aug 2015 08:04:40 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201508310804.t7V84eHV027452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Mon, 31 Aug 2015 08:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395653 - in head/graphics/yed: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 08:04:41 -0000 Author: vg Date: Mon Aug 31 08:04:39 2015 New Revision: 395653 URL: https://svnweb.freebsd.org/changeset/ports/395653 Log: - Update to 3.14.3 - Improve start script by activating font antialiasing PR: ports/202558 Submitted by: jesco.freund@my-universe.com Approved by: Eugene Mychlo (maintainer) Modified: head/graphics/yed/Makefile head/graphics/yed/distinfo head/graphics/yed/files/yed.in Modified: head/graphics/yed/Makefile ============================================================================== --- head/graphics/yed/Makefile Mon Aug 31 07:54:42 2015 (r395652) +++ head/graphics/yed/Makefile Mon Aug 31 08:04:39 2015 (r395653) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yed -PORTVERSION= 3.14.2 +PORTVERSION= 3.14.3 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${PORTVERSION} Modified: head/graphics/yed/distinfo ============================================================================== --- head/graphics/yed/distinfo Mon Aug 31 07:54:42 2015 (r395652) +++ head/graphics/yed/distinfo Mon Aug 31 08:04:39 2015 (r395653) @@ -1,2 +1,2 @@ -SHA256 (yEd-3.14.2.zip) = d08e43a17dd078fda66419715fc45d7fe62fd361bf14a705b1b1037c2eb34ec4 -SIZE (yEd-3.14.2.zip) = 28690181 +SHA256 (yEd-3.14.3.zip) = 94d15b5f66d1ebc39fe44f1e05d02fa2ed40995fbb7658cc7c5aa0bfecfcea75 +SIZE (yEd-3.14.3.zip) = 29474323 Modified: head/graphics/yed/files/yed.in ============================================================================== --- head/graphics/yed/files/yed.in Mon Aug 31 07:54:42 2015 (r395652) +++ head/graphics/yed/files/yed.in Mon Aug 31 08:04:39 2015 (r395653) @@ -1,3 +1,2 @@ #!/bin/sh - -exec java -jar %%DATADIR%%/yed.jar +exec java -Dawt.useSystemAAFontSettings=on -jar %%DATADIR%%/yed.jar From owner-svn-ports-all@freebsd.org Mon Aug 31 08:15:34 2015 Return-Path: Delivered-To: svn-ports-all@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 52EAD9C6FFA; Mon, 31 Aug 2015 08:15:34 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay102.isp.belgacom.be (mailrelay102.isp.belgacom.be [195.238.20.129]) by mx1.freebsd.org (Postfix) with ESMTP id 67DDA289; Mon, 31 Aug 2015 08:15:32 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=d6O4W030xngO5QkzyDOul/vmjwC4sFqcTOV5kZr+d1k= c=1 sm=2 a=6I5d2MoRAAAA:8 a=bw0os7FHgZ3n6nItbL4A:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2B/BgB9C+RV/4OL8VFegxtUWg/AIoV7AoEfPBEBAQEBAQEBgQqEJAEBBDocIxALDgYECSUPKh4GE4gyAQjBQQEBAQEBAQEDAQEBAQEBARcEi2uEWDMHhCwBBJVBhQeHalKaGyaCDxyBVjwzgk0BAQE Received: from 131.139-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.139.131]) by relay.skynet.be with ESMTP; 31 Aug 2015 10:14:21 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id t7V8ELon001509; Mon, 31 Aug 2015 10:14:21 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Mon, 31 Aug 2015 10:14:21 +0200 From: Tijl Coosemans To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395648 - head/graphics/appleseed/files Message-ID: <20150831101421.4a9f0528@kalimero.tijl.coosemans.org> In-Reply-To: <201508310442.t7V4gxnm038292@repo.freebsd.org> References: <201508310442.t7V4gxnm038292@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 08:15:34 -0000 On Mon, 31 Aug 2015 04:42:59 +0000 (UTC) Alexey Dokuchaev wrote: > Author: danfe > Date: Mon Aug 31 04:42:58 2015 > New Revision: 395648 > URL: https://svnweb.freebsd.org/changeset/ports/395648 > > Log: > - Use %edi register to save/restore contents of %ebx instead of pushing > it on stack to make the code work for both 32/64-bit x86 > - Make the corresponding comment more accurate while I'm at it > > Reported by: pkg-fallout > > Modified: > head/graphics/appleseed/files/patch-src_appleseed_foundation_platform_system.cpp > > Modified: head/graphics/appleseed/files/patch-src_appleseed_foundation_platform_system.cpp > ============================================================================== > --- head/graphics/appleseed/files/patch-src_appleseed_foundation_platform_system.cpp Mon Aug 31 02:54:15 2015 (r395647) > +++ head/graphics/appleseed/files/patch-src_appleseed_foundation_platform_system.cpp Mon Aug 31 04:42:58 2015 (r395648) > @@ -15,7 +15,7 @@ > // Other platforms. > #else > > -@@ -421,6 +429,384 @@ uint64 System::get_process_virtual_memor > +@@ -421,6 +429,386 @@ uint64 System::get_process_virtual_memor > return static_cast(rss) * sysconf(_SC_PAGESIZE); > } > > @@ -43,16 +43,17 @@ > + size_t linesize; > +} mycaches[3]; > + > -+// %ebx may be used to store GOT (Global Offset Table) for PIC (Position > -+// Independent Code), so use %esi instead. > ++// %ebx is used to point to GOT (Global Offset Table) for PIC (Position > ++// Independent Code) on 32-bit x86, so use %edi to preserve %ebx across > ++// the call and %esi when passing CPUID arguments and return values. > +static inline void > +cpuid(uint32_t* data) > +{ > -+ asm("pushl %%ebx\n\t" > ++ asm("movl %%ebx, %%edi\n\t" > + "movl %%esi, %%ebx\n\t" > + "cpuid\n\t" > + "movl %%ebx, %%esi\n\t" > -+ "popl %%ebx" > ++ "movl %%edi, %%ebx" > + : "=a" (data[eax]), > + "=S" (data[ebx]), > + "=c" (data[ecx]), > @@ -60,7 +61,8 @@ > + : "a" (data[eax]), > + "S" (data[ebx]), > + "c" (data[ecx]), > -+ "d" (data[edx])); > ++ "d" (data[edx]) > ++ : "%edi"); > +} > + > +// For modern CPUs, we use Deterministic Cache Parameters (Function 04h) to You can simply use: asm("cpuid" : "+a" (data[eax]), "=b" (data[ebx]), "+c" (data[ecx]), "=d" (data[edx])); The compiler will preserve any registers if necessary. It might have saved ebx somewhere already for some other reason. Also, for cpuid eax and ecx are intput/output and ebx and edx are output only. From owner-svn-ports-all@freebsd.org Mon Aug 31 08:30:17 2015 Return-Path: Delivered-To: svn-ports-all@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 A1DA29C76B4; Mon, 31 Aug 2015 08:30:17 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 928219D2; Mon, 31 Aug 2015 08:30:17 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V8UHLO040116; Mon, 31 Aug 2015 08:30:17 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V8UHv5040115; Mon, 31 Aug 2015 08:30:17 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201508310830.t7V8UHv5040115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Mon, 31 Aug 2015 08:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395654 - head/databases/kbibtex/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 08:30:17 -0000 Author: makc Date: Mon Aug 31 08:30:16 2015 New Revision: 395654 URL: https://svnweb.freebsd.org/changeset/ports/395654 Log: databases/kbibtex: fix build on i386 Added: head/databases/kbibtex/files/ head/databases/kbibtex/files/patch-src_data_file.cpp (contents, props changed) Added: head/databases/kbibtex/files/patch-src_data_file.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/kbibtex/files/patch-src_data_file.cpp Mon Aug 31 08:30:16 2015 (r395654) @@ -0,0 +1,13 @@ +--- src/data/file.cpp.orig 2015-08-09 18:14:19 UTC ++++ src/data/file.cpp +@@ -42,8 +42,8 @@ const QString File::ProtectCasing = QLat + const QString File::NameFormatting = QLatin1String("NameFormatting"); + const QString File::ListSeparator = QLatin1String("ListSeparator"); + +-const quint64 valid = 0x08090a0b0c0d0e0f; +-const quint64 invalid = 0x0102030405060708; ++const quint64 valid = Q_UINT64_C(0x08090a0b0c0d0e0f); ++const quint64 invalid = Q_UINT64_C(0x0102030405060708); + + class File::FilePrivate + { From owner-svn-ports-all@freebsd.org Mon Aug 31 08:32:04 2015 Return-Path: Delivered-To: svn-ports-all@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 B70DE9C7877; Mon, 31 Aug 2015 08:32:04 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 A81E6CC1; Mon, 31 Aug 2015 08:32:04 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V8W4cc043613; Mon, 31 Aug 2015 08:32:04 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V8W4xe043612; Mon, 31 Aug 2015 08:32:04 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201508310832.t7V8W4xe043612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Mon, 31 Aug 2015 08:32:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395655 - head/cad/librecad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 08:32:04 -0000 Author: makc Date: Mon Aug 31 08:32:03 2015 New Revision: 395655 URL: https://svnweb.freebsd.org/changeset/ports/395655 Log: cad/librecad: add workaround to fix build with gcc Modified: head/cad/librecad/Makefile Modified: head/cad/librecad/Makefile ============================================================================== --- head/cad/librecad/Makefile Mon Aug 31 08:30:16 2015 (r395654) +++ head/cad/librecad/Makefile Mon Aug 31 08:32:03 2015 (r395655) @@ -18,6 +18,9 @@ USE_GITHUB= yes GH_ACCOUNT= LibreCAD GH_PROJECT= LibreCAD +# Unhide std::to_string() to fix build with GCC (ports/193528) +CFLAGS= -D_GLIBCXX_USE_C99 + post-patch: ${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/librecad/src/lib/engine/rs_settings.cpp \ From owner-svn-ports-all@freebsd.org Mon Aug 31 08:50:43 2015 Return-Path: Delivered-To: svn-ports-all@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 813569C6210; Mon, 31 Aug 2015 08:50:43 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (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 4EAC7163F; Mon, 31 Aug 2015 08:50:43 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacdd16 with SMTP id dd16so132568065pac.2; Mon, 31 Aug 2015 01:50:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=MAbf/g/o523qemfFiQ88yPvLOwonNWH8cAet5L6RVIA=; b=kY0jfbmLTScwx5fs/q1WC5594NccYmKgaM9RJszOjEUXknI6YMT0ihnsO5TLM38S2w srnrNaWvRI8VonivgoHpw1VCcyfHy11m1uo6G+Z+ge+YigQf2XtrZFs4ZgFd9KZuLqS7 lqTJy5gRDy5I4ZEDrTBQKmLUh/H07IJb08TZXUjSzX0X/TP3kBW48hFTmHahF545G2pk 7xRrIgLHtbC1HYuyK34Lx7XSLR56AghQWK4aVYvTwb/CYmqmmIgpMPdbsaJrdqZkL3fF nkab9HOlCKFGT3rlp+xp+YDqXSbmGIH/qb6LkvwxYrf6otorhVZTakAZz43ubddkD1tt CV6w== X-Received: by 10.66.63.99 with SMTP id f3mr43448305pas.6.1441011042764; Mon, 31 Aug 2015 01:50:42 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by smtp.gmail.com with ESMTPSA id qf7sm13698916pbc.18.2015.08.31.01.50.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 31 Aug 2015 01:50:42 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r395628 - in head/www: . py-pyocclient References: <201508301655.t7UGtEVx037588@repo.freebsd.org> <55E3CED6.3010703@FreeBSD.org> <55E3E915.7060300@FreeBSD.org> <20150831055703.GA44646@FreeBSD.org> <55E3EF7B.2010404@FreeBSD.org> <60AE5AFE75834B0EA7620055@atuin.in.mat.cc> To: Mathieu Arnold , Alexey Dokuchaev Cc: Thomas Zander , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55E4155B.9050508@FreeBSD.org> Date: Mon, 31 Aug 2015 18:50:35 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Thunderbird/40.0 MIME-Version: 1.0 In-Reply-To: <60AE5AFE75834B0EA7620055@atuin.in.mat.cc> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 08:50:43 -0000 On 31/08/2015 5:07 PM, Mathieu Arnold wrote: > +--On 31 août 2015 16:08:59 +1000 Kubilay Kocak wrote: > | python:2 unfortunately implicitly means 'depend on the lang/python2' > | metaport, "not any version of 2.x" > | > | We have a little bit of work to do: > | > | 1) Easy way to declare only 'any version' of 2.x / 3.x > | 2) Support for a,b,c in USES:python: > | > | With (2), (1) may not be needed, depending on how upstream specifies > | their 'supported versions' > > I was about to ask what's wrong with python:2, which does say "any version > of 2.x" as we only support 2.7, "any version of 2.x" means [2.7] which is > always true. > That may be true (regarding the *result*), but is actually an implicit (and incorrect in this case) declaration of a dependency on the meta-port(s). The correct (current) declarative method for "only/any 2.x" is python:-2.7. The versions we do or dont support are orthogonal to correctly and accurately describing the supported versions (as per upstream). As mentioned, there is room for improvement. ./koobs From owner-svn-ports-all@freebsd.org Mon Aug 31 08:57:48 2015 Return-Path: Delivered-To: svn-ports-all@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 2ED949C6781; Mon, 31 Aug 2015 08:57:48 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 1D0131EA7; Mon, 31 Aug 2015 08:57:48 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V8vmPw056296; Mon, 31 Aug 2015 08:57:48 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V8vdTR056240; Mon, 31 Aug 2015 08:57:39 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201508310857.t7V8vdTR056240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Mon, 31 Aug 2015 08:57:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395656 - in head: . devel devel/geany devel/geany-plugin-automark devel/geany-plugin-ctags devel/geany-plugin-ctags/files devel/geany-plugin-debugger/files devel/geany-plugin-devhelp d... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 08:57:48 -0000 Author: makc Date: Mon Aug 31 08:57:38 2015 New Revision: 395656 URL: https://svnweb.freebsd.org/changeset/ports/395656 Log: devel/geany: - Update to 1.25 - Use install-strip target to strip binaries devel/geany-plugin*: - Update to 1.25. geany-plugin-gproject was renamed to geany-plugin-projectorganizer New plugins added: geany-plugin-automark geany-plugin-ctags geany-plugin-git-changebar geany-plugin-markdown geany-plugin-overview - Drop obsolete patches - Use install-strip target to strip binaries - Enable verbose build on package cluster Added: head/devel/geany-plugin-automark/ head/devel/geany-plugin-automark/Makefile (contents, props changed) head/devel/geany-plugin-automark/pkg-descr (contents, props changed) head/devel/geany-plugin-automark/pkg-plist (contents, props changed) head/devel/geany-plugin-ctags/ head/devel/geany-plugin-ctags/Makefile (contents, props changed) head/devel/geany-plugin-ctags/files/ head/devel/geany-plugin-ctags/files/patch-ctags (contents, props changed) head/devel/geany-plugin-ctags/pkg-descr (contents, props changed) head/devel/geany-plugin-ctags/pkg-plist (contents, props changed) head/devel/geany-plugin-git-changebar/ head/devel/geany-plugin-git-changebar/Makefile (contents, props changed) head/devel/geany-plugin-git-changebar/pkg-descr (contents, props changed) head/devel/geany-plugin-git-changebar/pkg-plist (contents, props changed) head/devel/geany-plugin-markdown/ head/devel/geany-plugin-markdown/Makefile (contents, props changed) head/devel/geany-plugin-markdown/pkg-descr (contents, props changed) head/devel/geany-plugin-markdown/pkg-plist (contents, props changed) head/devel/geany-plugin-overview/ head/devel/geany-plugin-overview/Makefile (contents, props changed) head/devel/geany-plugin-overview/pkg-descr (contents, props changed) head/devel/geany-plugin-overview/pkg-plist (contents, props changed) head/devel/geany-plugin-projectorganizer/ - copied from r395653, head/devel/geany-plugin-gproject/ Deleted: head/devel/geany-plugin-debugger/files/ head/devel/geany-plugin-gproject/ head/devel/geany-plugins/files/extrapatch-configure Modified: head/MOVED head/devel/Makefile head/devel/geany-plugin-devhelp/Makefile head/devel/geany-plugin-pohelper/pkg-plist head/devel/geany-plugin-projectorganizer/Makefile head/devel/geany-plugin-projectorganizer/pkg-descr head/devel/geany-plugin-projectorganizer/pkg-plist head/devel/geany-plugins-l10n/Makefile head/devel/geany-plugins/Makefile head/devel/geany-plugins/distinfo head/devel/geany-plugins/files/Makefile.common head/devel/geany-plugins/files/bsd.geany-plugins.mk head/devel/geany/Makefile head/devel/geany/distinfo head/devel/geany/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Mon Aug 31 08:32:03 2015 (r395655) +++ head/MOVED Mon Aug 31 08:57:38 2015 (r395656) @@ -7850,3 +7850,4 @@ print/ghostscript9-agpl|print/ghostscrip print/ghostscript9-agpl-nox11|print/ghostscript9-agpl-base|2015-08-22|Integrated into print/ghostscript9-agpl-base www/pelican|www/py-pelican|2015-08-29|Rename to match Python naming conventions devel/ninja16|devel/ninja|2015-08-29|Use devel/ninja instead +devel/geany-plugin-gproject|devel/geany-plugin-projectorganizer|2015-08-31|Renamed to match upstream naming Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Aug 31 08:32:03 2015 (r395655) +++ head/devel/Makefile Mon Aug 31 08:57:38 2015 (r395656) @@ -576,8 +576,10 @@ SUBDIR += geany SUBDIR += geany-plugin-addons SUBDIR += geany-plugin-autoclose + SUBDIR += geany-plugin-automark SUBDIR += geany-plugin-codenav SUBDIR += geany-plugin-commander + SUBDIR += geany-plugin-ctags SUBDIR += geany-plugin-debugger SUBDIR += geany-plugin-defineformat SUBDIR += geany-plugin-devhelp @@ -586,20 +588,23 @@ SUBDIR += geany-plugin-geanypy SUBDIR += geany-plugin-gendoc SUBDIR += geany-plugin-geniuspaste - SUBDIR += geany-plugin-gproject + SUBDIR += geany-plugin-git-changebar SUBDIR += geany-plugin-insertnum SUBDIR += geany-plugin-latex SUBDIR += geany-plugin-lipsum SUBDIR += geany-plugin-lua SUBDIR += geany-plugin-macro + SUBDIR += geany-plugin-markdown SUBDIR += geany-plugin-miniscript SUBDIR += geany-plugin-multiterm SUBDIR += geany-plugin-numberedbookmarks + SUBDIR += geany-plugin-overview SUBDIR += geany-plugin-pairtaghighlighter SUBDIR += geany-plugin-pg SUBDIR += geany-plugin-pohelper SUBDIR += geany-plugin-pretty-printer SUBDIR += geany-plugin-prj + SUBDIR += geany-plugin-projectorganizer SUBDIR += geany-plugin-scope SUBDIR += geany-plugin-sendmail SUBDIR += geany-plugin-shiftcolumn Added: head/devel/geany-plugin-automark/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-automark/Makefile Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,11 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin-automark +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= makc@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include Added: head/devel/geany-plugin-automark/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-automark/pkg-descr Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,3 @@ +This plugin highlights all words that match current word under cursor. + +WWW: http://plugins.geany.org/automark.html Added: head/devel/geany-plugin-automark/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-automark/pkg-plist Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,6 @@ +lib/geany/automark.so +%%DOCSDIR%%/automark/AUTHORS +%%DOCSDIR%%/automark/COPYING +%%DOCSDIR%%/automark/ChangeLog +%%DOCSDIR%%/automark/NEWS +%%DOCSDIR%%/automark/README Added: head/devel/geany-plugin-ctags/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-ctags/Makefile Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin-ctags +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= makc@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} + +RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include Added: head/devel/geany-plugin-ctags/files/patch-ctags ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-ctags/files/patch-ctags Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,11 @@ +--- geanyctags/src/geanyctags.c.orig 2015-01-02 18:40:37 UTC ++++ geanyctags/src/geanyctags.c +@@ -223,7 +223,7 @@ on_generate_tags(GtkMenuItem *menuitem, + #ifndef G_OS_WIN32 + gchar *find_string = generate_find_string(prj); + cmd = g_strconcat(find_string, +- " | ctags --totals --fields=fKsSt --extra=-fq --c-kinds=+p --sort=foldcase --excmd=number -L - -f ", ++ " | exctags --totals --fields=fKsSt --extra=-fq --c-kinds=+p --sort=foldcase --excmd=number -L - -f ", + tag_filename, NULL); + g_free(find_string); + #else Added: head/devel/geany-plugin-ctags/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-ctags/pkg-descr Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,11 @@ +GeanyCtags adds a simple support for generating and querying ctags +files for a Geany project. + +Even though Geany supports symbol definition searching by itself +within the open files (and with a plugin support within the whole +project), tag regeneration can become too slow for really big +projects. This is why this plugin was created. It makes it possible +to generate the tag file only once and just query it when searching +for a particular symbol definition/declaration. + +WWW: http://plugins.geany.org/geanyctags.html Added: head/devel/geany-plugin-ctags/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-ctags/pkg-plist Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,6 @@ +lib/geany/geanyctags.so +%%DOCSDIR%%/geanyctags/AUTHORS +%%DOCSDIR%%/geanyctags/COPYING +%%DOCSDIR%%/geanyctags/ChangeLog +%%DOCSDIR%%/geanyctags/NEWS +%%DOCSDIR%%/geanyctags/README Modified: head/devel/geany-plugin-devhelp/Makefile ============================================================================== --- head/devel/geany-plugin-devhelp/Makefile Mon Aug 31 08:32:03 2015 (r395655) +++ head/devel/geany-plugin-devhelp/Makefile Mon Aug 31 08:57:38 2015 (r395656) @@ -12,5 +12,12 @@ LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x1 USE_GNOME= gconf2 +# Workaround for 9.x which doesn't have zlib.pc +LIBS= -lz + +post-patch: + ${REINPLACE_CMD} -e 's,zlib,,g' \ + ${WRKSRC}/configure + .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include Added: head/devel/geany-plugin-git-changebar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-git-changebar/Makefile Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin-git-changebar +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= makc@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} + +LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2 + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include Added: head/devel/geany-plugin-git-changebar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-git-changebar/pkg-descr Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,4 @@ +This plugin highlights uncommitted changes to files tracked with +Git, and allows to navigate through the hunks. + +WWW: http://plugins.geany.org/git-changebar.html Added: head/devel/geany-plugin-git-changebar/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-git-changebar/pkg-plist Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,7 @@ +lib/geany/git-changebar.so +%%PORTDOCS%%%%DOCSDIR%%/git-changebar/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/git-changebar/COPYING +%%PORTDOCS%%%%DOCSDIR%%/git-changebar/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/git-changebar/NEWS +%%PORTDOCS%%%%DOCSDIR%%/git-changebar/README +%%DATADIR%%/git-changebar/prefs.ui Added: head/devel/geany-plugin-markdown/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-markdown/Makefile Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin-markdown +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= makc@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} + +LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include Added: head/devel/geany-plugin-markdown/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-markdown/pkg-descr Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,4 @@ +This plugin provides a real-time preview of rendered Markdown using +the WebKit engine. + +WWW: http://plugins.geany.org/markdown.html Added: head/devel/geany-plugin-markdown/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-markdown/pkg-plist Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,13 @@ +lib/geany/markdown.so +%%PORTDOCS%%%%DOCSDIR%%/markdown/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/markdown/COPYING +%%PORTDOCS%%%%DOCSDIR%%/markdown/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/markdown/NEWS +%%PORTDOCS%%%%DOCSDIR%%/markdown/README +%%PORTDOCS%%%%DOCSDIR%%/markdown/html/help.html +%%PORTDOCS%%%%DOCSDIR%%/markdown/html/plugin.png +%%PORTDOCS%%%%DOCSDIR%%/markdown/html/plugin_mgr.png +%%PORTDOCS%%%%DOCSDIR%%/markdown/html/plugin_prefs.png +%%PORTDOCS%%%%DOCSDIR%%/markdown/html/plugin_small.png +%%PORTDOCS%%%%DOCSDIR%%/markdown/html/set_filetype.png +%%PORTDOCS%%%%DOCSDIR%%/markdown/html/settings.png Added: head/devel/geany-plugin-overview/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-overview/Makefile Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,11 @@ +# $FreeBSD$ + +PORTNAME= geany-plugin-overview +PORTVERSION= ${GEANY_VER} +CATEGORIES= devel + +MAINTAINER= makc@FreeBSD.org +COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} + +.include "${.CURDIR}/../geany-plugins/files/Makefile.common" +.include Added: head/devel/geany-plugin-overview/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-overview/pkg-descr Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,5 @@ +The Overview plugin is a small zoomed-out view next to the normal +editor view that allows to see and navigate a lot of the file at +once. + +WWW: http://plugins.geany.org/overview.html Added: head/devel/geany-plugin-overview/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/geany-plugin-overview/pkg-plist Mon Aug 31 08:57:38 2015 (r395656) @@ -0,0 +1,7 @@ +lib/geany/overview.so +%%DOCSDIR%%/overview/AUTHORS +%%DOCSDIR%%/overview/COPYING +%%DOCSDIR%%/overview/ChangeLog +%%DOCSDIR%%/overview/NEWS +%%DOCSDIR%%/overview/README +%%DATADIR%%/overview/prefs.ui Modified: head/devel/geany-plugin-pohelper/pkg-plist ============================================================================== --- head/devel/geany-plugin-pohelper/pkg-plist Mon Aug 31 08:32:03 2015 (r395655) +++ head/devel/geany-plugin-pohelper/pkg-plist Mon Aug 31 08:57:38 2015 (r395656) @@ -5,3 +5,4 @@ lib/geany/pohelper.so %%DOCSDIR%%/pohelper/NEWS %%DOCSDIR%%/pohelper/README %%DATADIR%%/pohelper/menus.ui +%%DATADIR%%/pohelper/stats.ui Modified: head/devel/geany-plugin-projectorganizer/Makefile ============================================================================== --- head/devel/geany-plugin-gproject/Makefile Mon Aug 31 08:04:39 2015 (r395653) +++ head/devel/geany-plugin-projectorganizer/Makefile Mon Aug 31 08:57:38 2015 (r395656) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= geany-plugin-gproject +PORTNAME= geany-plugin-projectorganizer PORTVERSION= ${GEANY_VER} CATEGORIES= devel Modified: head/devel/geany-plugin-projectorganizer/pkg-descr ============================================================================== --- head/devel/geany-plugin-gproject/pkg-descr Mon Aug 31 08:04:39 2015 (r395653) +++ head/devel/geany-plugin-projectorganizer/pkg-descr Mon Aug 31 08:57:38 2015 (r395656) @@ -1,8 +1,8 @@ -GProject is an extension of Geany's project management displaying -a tree of files belonging to the project in the sidebar. In addition, -it enables quick swapping between header and source files, searching -project files by name and more. The plugin was created with big -projects in mind so everything works fast enough even with projects -consisting of hundreds of thousands of files. +Project Organizer is an extension of Geany's project management +displaying a tree of files belonging to the project in the sidebar. +In addition, it enables quick swapping between header and source +files, searching project files by name and more. The plugin was +created with big projects in mind so everything works fast enough +even with projects consisting of hundreds of thousands of files. -WWW: http://plugins.geany.org/gproject.html +WWW: http://plugins.geany.org/projectorganizer.html Modified: head/devel/geany-plugin-projectorganizer/pkg-plist ============================================================================== --- head/devel/geany-plugin-gproject/pkg-plist Mon Aug 31 08:04:39 2015 (r395653) +++ head/devel/geany-plugin-projectorganizer/pkg-plist Mon Aug 31 08:57:38 2015 (r395656) @@ -1,13 +1,14 @@ -lib/geany/gproject.so -%%DOCSDIR%%/gproject/AUTHORS -%%DOCSDIR%%/gproject/COPYING -%%DOCSDIR%%/gproject/ChangeLog -%%DOCSDIR%%/gproject/NEWS -%%DOCSDIR%%/gproject/README -share/icons/hicolor/16x16/apps/gproject-collapse.png -share/icons/hicolor/16x16/apps/gproject-expand.png -share/icons/hicolor/16x16/apps/gproject-file.png -share/icons/hicolor/16x16/apps/gproject-follow.png -share/icons/hicolor/16x16/apps/gproject-header.png -share/icons/hicolor/16x16/apps/gproject-refresh.png -share/icons/hicolor/16x16/apps/gproject-source.png +lib/geany/projectorganizer.so +%%PORTDOCS%%%%DOCSDIR%%/projectorganizer/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/projectorganizer/COPYING +%%PORTDOCS%%%%DOCSDIR%%/projectorganizer/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/projectorganizer/NEWS +%%PORTDOCS%%%%DOCSDIR%%/projectorganizer/README +share/icons/hicolor/16x16/apps/prjorg-add-external.png +share/icons/hicolor/16x16/apps/prjorg-collapse.png +share/icons/hicolor/16x16/apps/prjorg-expand.png +share/icons/hicolor/16x16/apps/prjorg-file.png +share/icons/hicolor/16x16/apps/prjorg-follow.png +share/icons/hicolor/16x16/apps/prjorg-header.png +share/icons/hicolor/16x16/apps/prjorg-refresh.png +share/icons/hicolor/16x16/apps/prjorg-source.png Modified: head/devel/geany-plugins-l10n/Makefile ============================================================================== --- head/devel/geany-plugins-l10n/Makefile Mon Aug 31 08:32:03 2015 (r395655) +++ head/devel/geany-plugins-l10n/Makefile Mon Aug 31 08:57:38 2015 (r395656) @@ -7,5 +7,7 @@ CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Localization messages for Geany plugins +NO_ARCH= yes + .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include Modified: head/devel/geany-plugins/Makefile ============================================================================== --- head/devel/geany-plugins/Makefile Mon Aug 31 08:32:03 2015 (r395655) +++ head/devel/geany-plugins/Makefile Mon Aug 31 08:57:38 2015 (r395656) @@ -9,20 +9,15 @@ DISTFILES= # none MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugins (meta port) -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes +USES= metaport -.include "${.CURDIR}/files/bsd.geany-plugins.mk" - -OPTIONS_DEFINE= NLS - -# NLS option first, then plugins sorted in GEANY_PLUGINS_ALL +OPTIONS_DEFINE= NLS ${GEANY_PLUGINS_ALL:tu} +OPTIONS_DEFAULT= ${GEANY_PLUGINS_ALL:tu} NO_OPTIONS_SORT= yes +.include "${.CURDIR}/files/bsd.geany-plugins.mk" + .for plugin in ${GEANY_PLUGINS_ALL} -OPTIONS_DEFINE+= ${plugin:tu} -OPTIONS_DEFAULT+= ${plugin:tu} ${plugin:tu}_DESC= ${${plugin}_DESC} ${plugin:tu}_RUN_DEPENDS= geany-plugin-${plugin}>=0:${PORTSDIR}/devel/geany-plugin-${plugin} .endfor Modified: head/devel/geany-plugins/distinfo ============================================================================== --- head/devel/geany-plugins/distinfo Mon Aug 31 08:32:03 2015 (r395655) +++ head/devel/geany-plugins/distinfo Mon Aug 31 08:57:38 2015 (r395656) @@ -1,2 +1,2 @@ -SHA256 (geany-plugins-1.24.tar.bz2) = dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec -SIZE (geany-plugins-1.24.tar.bz2) = 3039764 +SHA256 (geany-plugins-1.25.tar.bz2) = 5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b +SIZE (geany-plugins-1.25.tar.bz2) = 3230888 Modified: head/devel/geany-plugins/files/Makefile.common ============================================================================== --- head/devel/geany-plugins/files/Makefile.common Mon Aug 31 08:32:03 2015 (r395655) +++ head/devel/geany-plugins/files/Makefile.common Mon Aug 31 08:57:38 2015 (r395656) @@ -9,8 +9,6 @@ DISTINFO_FILE= ${.CURDIR}/../../devel/ge BUILD_DEPENDS+= ${LOCALBASE}/bin/geany:${PORTSDIR}/devel/geany RUN_DEPENDS+= ${LOCALBASE}/bin/geany:${PORTSDIR}/devel/geany -EXTRA_PATCHES= ${.CURDIR}/../../devel/geany-plugins/files/extrapatch-configure - GNU_CONFIGURE= yes USES+= gettext-tools gmake libtool pkgconfig tar:bzip2 USE_GNOME+= gtk20 intltool @@ -21,6 +19,8 @@ GEANY_PLUGIN= po po_SWITCH= --enable-nls CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.else +INSTALL_TARGET= install-strip .endif GEANY_PLUGIN?= ${PORTNAME:S,geany-plugin-,,} @@ -29,26 +29,16 @@ ${GEANY_PLUGIN}_SWITCH?= --enable-${${GE CONFIGURE_ARGS+= ${${GEANY_PLUGIN}_SWITCH} +.if defined(VERBOSE_BUILD) || defined(PACKAGE_BUILDING) +CONFIGURE_ARGS+= --disable-silent-rules +.endif + BUILD_WRKSRC= ${WRKSRC}/${${GEANY_PLUGIN}_DIR} INSTALL_WRKSRC= ${BUILD_WRKSRC} DATADIR= share/geany-plugins DOCSDIR= share/doc/geany-plugins -.include - -.if ${PORTNAME} != "geany-plugins-l10n" -. if ${PORT_OPTIONS:MNLS} -USES+= gettext-runtime -. else -CONFIGURE_ARGS+= --disable-nls -. endif -.endif - -pre-configure: - ${REINPLACE_CMD} -e 's,zlib,,g' \ - ${WRKSRC}/configure - post-configure: ${FIND} ${BUILD_WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} -e '/^geanypluginsdir/s,${LOCALBASE},${PREFIX},' Modified: head/devel/geany-plugins/files/bsd.geany-plugins.mk ============================================================================== --- head/devel/geany-plugins/files/bsd.geany-plugins.mk Mon Aug 31 08:32:03 2015 (r395655) +++ head/devel/geany-plugins/files/bsd.geany-plugins.mk Mon Aug 31 08:57:38 2015 (r395656) @@ -1,10 +1,12 @@ # $FreeBSD$ -GEANY_VER= 1.24 +GEANY_VER= 1.25 GEANY_PLUGINS_ALL= addons \ autoclose \ + automark \ codenav \ commander \ + ctags \ debugger \ defineformat \ devhelp \ @@ -13,19 +15,22 @@ GEANY_PLUGINS_ALL= addons \ geanypy \ gendoc \ geniuspaste \ - gproject \ + git-changebar \ insertnum \ latex \ lipsum \ lua \ macro \ + markdown \ miniscript \ multiterm \ numberedbookmarks \ + overview \ pairtaghighlighter \ pg \ pohelper \ pretty-printer \ + projectorganizer \ prj \ scope \ sendmail \ @@ -38,12 +43,12 @@ GEANY_PLUGINS_ALL= addons \ webhelper \ xmlsnippets -# markdown plugin is excluded, requires peg-markdown - addons_DESC= various small addons autoclose_DESC= brackets autocompletion +automark_DESC= highlights all words that match selected word codenav_DESC= some facilities for navigating in the code commander_DESC= command panel for rapid access to any action +ctags_DESC= generate and query ctags files debugger_DESC= debugging support (via GDB currently) defineformat_DESC= on-the-fly \#define formatter devhelp_DESC= API documentation browser @@ -52,20 +57,22 @@ geanypy_DESC= support for Python plugin extrasel_DESC= additional selection tools gendoc_DESC= generate documentation from the sources comments geniuspaste_DESC= pastebins support -gproject_DESC= extension of Geany's project management -insertnum_DESC= replaces selection with integer numbers +git-changebar_DESC= highlight changed files tracked with Git +insertnum_DESC= replace selection with integer numbers latex_DESC= LaTeX support lipsum_DESC= Lorem Ipsum generator lua_DESC= Lua scripting macro_DESC= user defined macros -# markdown_DESC= real-time preview of rendered Markdown +markdown_DESC= real-time preview of rendered Markdown miniscript_DESC= pipe text/documents via script (shell, perl, awk, etc.) multiterm_DESC= multi-tabbed virtual terminals emulator numberedbookmarks_DESC= additional numbered bookmarks -pairtaghighlighter_DESC= highlights matching opening/closing HTML tags +overview_DESC= zoomed-out view of open files +pairtaghighlighter_DESC= highlight matching opening/closing HTML tags pg_DESC= encrypt, decrypt and verify signatures with GnuPG pohelper_DESC= support for gettext translation files pretty-printer_DESC= formats XML and make it human-readable +projectorganizer_DESC= extension of Geany's project management prj_DESC= alternative project manager scope_DESC= graphical GDB front-end sendmail_DESC= send a document as attachment @@ -79,6 +86,7 @@ webhelper_DESC= web development facilit xmlsnippets_DESC= XML/HTML tag autocompletion doc_DIR= geanydoc +ctags_DIR= geanyctags extrasel_DIR= geanyextrasel gendoc_DIR= geanygendoc insertnum_DIR= geanyinsertnum @@ -93,4 +101,5 @@ prj_DIR= geanyprj sendmail_DIR= geanysendmail vc_DIR= geanyvc +git-changebar_SWITCH= --enable-gitchangebar pretty-printer_SWITCH= --enable-pretty_printer Modified: head/devel/geany/Makefile ============================================================================== --- head/devel/geany/Makefile Mon Aug 31 08:32:03 2015 (r395655) +++ head/devel/geany/Makefile Mon Aug 31 08:57:38 2015 (r395656) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geany -PORTVERSION= 1.24.1 +PORTVERSION= 1.25 CATEGORIES= devel editors MASTER_SITES= http://download.geany.org/ SF @@ -18,6 +18,8 @@ USES= desktop-file-utils gettext-tools gmake libtool pathfix pkgconfig tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= VTE NLS DOCS OPTIONS_DEFAULT= VTE Modified: head/devel/geany/distinfo ============================================================================== --- head/devel/geany/distinfo Mon Aug 31 08:32:03 2015 (r395655) +++ head/devel/geany/distinfo Mon Aug 31 08:57:38 2015 (r395656) @@ -1,2 +1,2 @@ -SHA256 (geany-1.24.1.tar.bz2) = 7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33 -SIZE (geany-1.24.1.tar.bz2) = 3990492 +SHA256 (geany-1.25.tar.bz2) = 8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef +SIZE (geany-1.25.tar.bz2) = 4149876 Modified: head/devel/geany/pkg-plist ============================================================================== --- head/devel/geany/pkg-plist Mon Aug 31 08:32:03 2015 (r395655) +++ head/devel/geany/pkg-plist Mon Aug 31 08:57:38 2015 (r395656) @@ -1,5 +1,7 @@ bin/geany +include/geany/app.h include/geany/build.h +include/geany/dialogs.h include/geany/document.h include/geany/editor.h include/geany/encodings.h @@ -10,25 +12,26 @@ include/geany/geanyplugin.h include/geany/gtkcompat.h include/geany/highlighting.h include/geany/keybindings.h +include/geany/main.h include/geany/msgwindow.h +include/geany/navqueue.h include/geany/plugindata.h +include/geany/pluginutils.h include/geany/prefs.h include/geany/project.h include/geany/scintilla/SciLexer.h include/geany/scintilla/Scintilla.h include/geany/scintilla/Scintilla.iface include/geany/scintilla/ScintillaWidget.h +include/geany/sciwrappers.h include/geany/search.h +include/geany/spawn.h include/geany/stash.h include/geany/support.h -include/geany/tagmanager/tm_file_entry.h -include/geany/tagmanager/tm_parser.h -include/geany/tagmanager/tm_project.h +include/geany/symbols.h include/geany/tagmanager/tm_source_file.h -include/geany/tagmanager/tm_symbol.h include/geany/tagmanager/tm_tag.h include/geany/tagmanager/tm_tagmanager.h -include/geany/tagmanager/tm_work_object.h include/geany/tagmanager/tm_workspace.h include/geany/templates.h include/geany/toolbar.h @@ -40,6 +43,9 @@ lib/geany/filebrowser.so lib/geany/htmlchars.so lib/geany/saveactions.so lib/geany/splitwindow.so +lib/libgeany.so +lib/libgeany.so.0 +lib/libgeany.so.0.0.0 libdata/pkgconfig/geany.pc %%PORTDOCS%%man/man1/geany.1.gz share/applications/geany.desktop @@ -82,8 +88,8 @@ share/applications/geany.desktop %%DATADIR%%/filetypes.Clojure.conf %%DATADIR%%/filetypes.Cython.conf %%DATADIR%%/filetypes.Genie.conf -%%DATADIR%%/filetypes.Go.conf %%DATADIR%%/filetypes.Graphviz.conf +%%DATADIR%%/filetypes.JSON.conf %%DATADIR%%/filetypes.Scala.conf %%DATADIR%%/filetypes.abaqus %%DATADIR%%/filetypes.abc @@ -96,6 +102,7 @@ share/applications/geany.desktop %%DATADIR%%/filetypes.caml %%DATADIR%%/filetypes.cmake %%DATADIR%%/filetypes.cobol +%%DATADIR%%/filetypes.coffeescript %%DATADIR%%/filetypes.common %%DATADIR%%/filetypes.conf %%DATADIR%%/filetypes.cpp @@ -111,6 +118,7 @@ share/applications/geany.desktop %%DATADIR%%/filetypes.fortran %%DATADIR%%/filetypes.freebasic %%DATADIR%%/filetypes.glsl +%%DATADIR%%/filetypes.go %%DATADIR%%/filetypes.haskell %%DATADIR%%/filetypes.haxe %%DATADIR%%/filetypes.html @@ -143,7 +151,7 @@ share/applications/geany.desktop %%DATADIR%%/filetypes.vhdl %%DATADIR%%/filetypes.xml %%DATADIR%%/filetypes.yaml -%%DATADIR%%/geany.css +%%DATADIR%%/filetypes.zephir %%DATADIR%%/geany.glade %%DATADIR%%/geany.gtkrc %%DATADIR%%/html_entities.tags @@ -158,6 +166,7 @@ share/applications/geany.desktop %%DATADIR%%/templates/files/file.php %%DATADIR%%/templates/files/file.rb %%DATADIR%%/templates/files/file.tex +%%DATADIR%%/templates/files/file_html5.html %%DATADIR%%/templates/files/main.c %%DATADIR%%/templates/files/main.cxx %%DATADIR%%/templates/files/main.d @@ -192,6 +201,7 @@ share/icons/hicolor/24x24/actions/geany- share/icons/hicolor/32x32/actions/geany-build.png share/icons/hicolor/32x32/actions/geany-close-all.png share/icons/hicolor/32x32/actions/geany-save-all.png +share/icons/hicolor/32x32/apps/geany.png share/icons/hicolor/48x48/actions/geany-build.png share/icons/hicolor/48x48/actions/geany-close-all.png share/icons/hicolor/48x48/actions/geany-save-all.png From owner-svn-ports-all@freebsd.org Mon Aug 31 09:29:21 2015 Return-Path: Delivered-To: svn-ports-all@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 1C00B9C7C3C; Mon, 31 Aug 2015 09:29:21 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 007CAE9E; Mon, 31 Aug 2015 09:29:21 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V9TKab073166; Mon, 31 Aug 2015 09:29:20 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V9TI8c073148; Mon, 31 Aug 2015 09:29:18 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201508310929.t7V9TI8c073148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Mon, 31 Aug 2015 09:29:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395657 - in head: . net-mgmt net-mgmt/fastnetmon net-mgmt/fastnetmon/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 09:29:21 -0000 Author: farrokhi Date: Mon Aug 31 09:29:17 2015 New Revision: 395657 URL: https://svnweb.freebsd.org/changeset/ports/395657 Log: New Port: net-mgmt/fastnetmon 1.1.2 - high performance DoS/DDoS load analyzer Approved by: mat Differential Revision: https://reviews.freebsd.org/D3532 Added: head/net-mgmt/fastnetmon/ head/net-mgmt/fastnetmon/Makefile (contents, props changed) head/net-mgmt/fastnetmon/distinfo (contents, props changed) head/net-mgmt/fastnetmon/files/ head/net-mgmt/fastnetmon/files/fastnetmon.in (contents, props changed) head/net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt (contents, props changed) head/net-mgmt/fastnetmon/pkg-descr (contents, props changed) head/net-mgmt/fastnetmon/pkg-plist (contents, props changed) Modified: head/GIDs head/UIDs head/net-mgmt/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Mon Aug 31 08:57:38 2015 (r395656) +++ head/GIDs Mon Aug 31 09:29:17 2015 (r395657) @@ -219,6 +219,7 @@ monkeysphere:*:641: aox:*:666: riak:*:667: bnetd:*:700: +fastnetmon:*:701: bopm:*:717: openxpki:*:777: zetacoin:*:780: Modified: head/UIDs ============================================================================== --- head/UIDs Mon Aug 31 08:57:38 2015 (r395656) +++ head/UIDs Mon Aug 31 09:29:17 2015 (r395657) @@ -224,6 +224,7 @@ monkeysphere:*:641:641::0:0:Monkeysphere aox:*:666:666::0:0:Archiveopteryx user:/nonexistent:/usr/sbin/nologin riak:*:667:667::0:0:Riak user:/usr/local/lib/riak:/bin/sh bnetd:*:700:700::0:0:Bnetd user:/nonexistent:/usr/sbin/nologin +fastnetmon:*:701:701::0:0:FastNetMon user:/nonexistent:/usr/sbin/nologin bopm:*:717:717::0:0:Blitzed Open Proxy Monitor:/nonexistent:/bin/sh openxpki:*:777:777::0:0:OpenXPKI Owner:/nonexistent:/usr/sbin/nologin zetacoin:*:780:780::0:0:ZetaCoin Daemon:/nonexistent:/usr/sbin/nologin Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Mon Aug 31 08:57:38 2015 (r395656) +++ head/net-mgmt/Makefile Mon Aug 31 09:29:17 2015 (r395657) @@ -57,6 +57,7 @@ SUBDIR += etherape SUBDIR += ettercap SUBDIR += ezradius + SUBDIR += fastnetmon SUBDIR += fetchconfig SUBDIR += flow-extract SUBDIR += flow-tools Added: head/net-mgmt/fastnetmon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/fastnetmon/Makefile Mon Aug 31 09:29:17 2015 (r395657) @@ -0,0 +1,46 @@ +# Created by: Babak Farrokhi +# $FreeBSD$ + +PORTNAME= fastnetmon +PORTVERSION= 1.1.2 +DISTVERSIONPREFIX= v +CATEGORIES= net-mgmt security + +MAINTAINER= farrokhi@FreeBSD.org +COMMENT= Very fast DDoS analyzer with sflow/netflow/mirror support + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs \ + liblog4cpp.so:${PORTSDIR}/devel/log4cpp + +USE_GITHUB= yes +GH_ACCOUNT= FastVPSEestiOu + +USERS= ${PORTNAME} +GROUPS= ${PORTNAME} + +USES= cmake +CMAKE_SOURCE_PATH= ${WRKSRC}/src + +USE_RC_SUBR= ${PORTNAME} + +OPTIONS_DEFINE= DOCS + +PORTDOCS= * + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/src/CMakeLists.txt + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; \ + s|/var/run|&/fastnetmon|g; s|/var/log|&/fastnetmon|g; \ + s|"/etc/|"${PREFIX}/etc/|g; s|/root/fastnetmon|${DATADIR}|g' \ + ${WRKSRC}/src/fastnetmon.conf ${WRKSRC}/src/fastnetmon.cpp + +post-install: + ${MV} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample + cd ${WRKSRC} && ${COPYTREE_SHARE} "README.md docs" ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}/var/run/fastnetmon ${STAGEDIR}/var/log/fastnetmon + +.include Added: head/net-mgmt/fastnetmon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/fastnetmon/distinfo Mon Aug 31 09:29:17 2015 (r395657) @@ -0,0 +1,2 @@ +SHA256 (FastVPSEestiOu-fastnetmon-v1.1.2_GH0.tar.gz) = f2c554aa402e608b9837132b17da79b49f1b998c17934344779ddc9a397261b4 +SIZE (FastVPSEestiOu-fastnetmon-v1.1.2_GH0.tar.gz) = 6072730 Added: head/net-mgmt/fastnetmon/files/fastnetmon.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/fastnetmon/files/fastnetmon.in Mon Aug 31 09:29:17 2015 (r395657) @@ -0,0 +1,28 @@ +#!/bin/sh + +# PROVIDE: fastnetmon +# REQUIRE: NETWORKING SERVERS LOGIN +# BEFORE: securelevel +# KEYWORD: shutdown + +# Add the following line to /etc/rc.conf to enable 'fastnetmon': +# +# fastnetmon_enable="YES" +# + +. /etc/rc.subr + +name=fastnetmon +desc="fastnetmon startup script" +rcvar=fastnetmon_enable + +load_rc_config "$name" + +: ${fastnetmon_enable:=NO} +: ${fastnetmon_user:=fastnetmon} +: ${fastnetmon_flags:=--daemonize} + +command=%%PREFIX%%/bin/fastnetmon +pidfile=/var/run/fastnetmon/$name.pid + +run_rc_command "$1" Added: head/net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/fastnetmon/files/patch-src_CMakeLists.txt Mon Aug 31 09:29:17 2015 (r395657) @@ -0,0 +1,46 @@ +--- src/CMakeLists.txt.orig 2015-06-02 16:43:16 UTC ++++ src/CMakeLists.txt +@@ -14,8 +14,8 @@ set (Tutorial_VERSION_MAJOR 1) + set (Tutorial_VERSION_MINOR 1) + + # It's pretty safe and provide big speedup for our packet processor and patricia code +-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 ") +-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2") ++set(CMAKE_C_FLAGS_RELEASE "-O2") ++set(CMAKE_CXX_FLAGS_RELEASE "-O2") + + set(FASTNETMON_PROFILER OFF) + +@@ -91,11 +91,13 @@ target_link_libraries(netflow_plugin ipf + add_library(pcap_plugin STATIC pcap_plugin/pcap_collector.cpp) + target_link_libraries(pcap_plugin pcap) + ++find_package(Threads) ++ + if (ENABLE_PFRING_SUPPORT) + add_library(pfring_plugin STATIC pfring_plugin/pfring_collector.cpp) + target_link_libraries(pfring_plugin ${PFRING_LIBRARIES}) + target_link_libraries(pfring_plugin numa) +- target_link_libraries(pfring_plugin pthread) ++ target_link_libraries(pfring_plugin ${CMAKE_THREAD_LIBS_INIT}) + endif() + + # example plugin +@@ -169,7 +171,7 @@ endif() + + target_link_libraries(fastnetmon ${LOG4CPP_LIBRARY_PATH}) + +-target_link_libraries(fastnetmon pthread) ++target_link_libraries(fastnetmon ${CMAKE_THREAD_LIBS_INIT}) + + # Our libs + target_link_libraries(fastnetmon patricia) +@@ -217,6 +219,8 @@ endif() + install(TARGETS fastnetmon DESTINATION bin) + install(TARGETS fastnetmon_client DESTINATION bin) + ++install(FILES fastnetmon.conf DESTINATION etc) ++ + # Configure cpack package builder + # Run it with: cd build; cpack -G DEB .. + set(CPACK_PACKAGE_NAME "fastnetmon") Added: head/net-mgmt/fastnetmon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/fastnetmon/pkg-descr Mon Aug 31 09:29:17 2015 (r395657) @@ -0,0 +1,4 @@ +FastNetMon - A high performance DoS/DDoS load analyzer built on top of +multiple packet capture engines (NetFlow, IPFIX, sFLOW, netmap, PF_RING, PCAP). + +WWW: https://github.com/FastVPSEestiOu/fastnetmon Added: head/net-mgmt/fastnetmon/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/fastnetmon/pkg-plist Mon Aug 31 09:29:17 2015 (r395657) @@ -0,0 +1,5 @@ +bin/fastnetmon +bin/fastnetmon_client +@sample etc/fastnetmon.conf.sample +@dir(fastnetmon,fastnetmon) /var/run/fastnetmon +@dir(fastnetmon,fastnetmon) /var/log/fastnetmon From owner-svn-ports-all@freebsd.org Mon Aug 31 09:45:32 2015 Return-Path: Delivered-To: svn-ports-all@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 0DBFD9C6541; Mon, 31 Aug 2015 09:45:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 00F0C17FC; Mon, 31 Aug 2015 09:45:32 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 006E01DCB; Mon, 31 Aug 2015 09:45:32 +0000 (UTC) Date: Mon, 31 Aug 2015 09:45:31 +0000 From: Alexey Dokuchaev To: Tijl Coosemans Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395648 - head/graphics/appleseed/files Message-ID: <20150831094531.GA25459@FreeBSD.org> References: <201508310442.t7V4gxnm038292@repo.freebsd.org> <20150831101421.4a9f0528@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150831101421.4a9f0528@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 09:45:32 -0000 On Mon, Aug 31, 2015 at 10:14:21AM +0200, Tijl Coosemans wrote: > On Mon, 31 Aug 2015 04:42:59 +0000 (UTC) Alexey Dokuchaev wrote: > > Author: danfe > > Date: Mon Aug 31 04:42:58 2015 > > New Revision: 395648 > > URL: https://svnweb.freebsd.org/changeset/ports/395648 > > > > Log: > > - Use %edi register to save/restore contents of %ebx instead of pushing > > it on stack to make the code work for both 32/64-bit x86 > > - Make the corresponding comment more accurate while I'm at it > > [...] > > You can simply use: > > asm("cpuid" : "+a" (data[eax]), "=b" (data[ebx]), > "+c" (data[ecx]), "=d" (data[edx])); > > The compiler will preserve any registers if necessary. It might have > saved ebx somewhere already for some other reason. Thanks Tijl, your version looks definitely cleaner! > Also, for cpuid eax and ecx are intput/output and ebx and edx are > output only. Yeah, I was suspecting it, but was too lazy to dig up the manual again. ./danfe From owner-svn-ports-all@freebsd.org Mon Aug 31 10:06:08 2015 Return-Path: Delivered-To: svn-ports-all@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 999D49C71EC; Mon, 31 Aug 2015 10:06:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 89CD81FF; Mon, 31 Aug 2015 10:06:08 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VA68bg094962; Mon, 31 Aug 2015 10:06:08 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VA68KE094958; Mon, 31 Aug 2015 10:06:08 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201508311006.t7VA68KE094958@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 31 Aug 2015 10:06:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395658 - in head/net-mgmt/nagios4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 10:06:08 -0000 Author: mat Date: Mon Aug 31 10:06:07 2015 New Revision: 395658 URL: https://svnweb.freebsd.org/changeset/ports/395658 Log: Set default value "NO" for nagios_enable in rc script. PR: 202556 Submitted by: John Marshall Sponsored by: Absolight Modified: head/net-mgmt/nagios4/Makefile head/net-mgmt/nagios4/files/nagios.in Modified: head/net-mgmt/nagios4/Makefile ============================================================================== --- head/net-mgmt/nagios4/Makefile Mon Aug 31 09:29:17 2015 (r395657) +++ head/net-mgmt/nagios4/Makefile Mon Aug 31 10:06:07 2015 (r395658) @@ -3,7 +3,7 @@ PORTNAME= nagios PORTVERSION= 4.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 4 Modified: head/net-mgmt/nagios4/files/nagios.in ============================================================================== --- head/net-mgmt/nagios4/files/nagios.in Mon Aug 31 09:29:17 2015 (r395657) +++ head/net-mgmt/nagios4/files/nagios.in Mon Aug 31 10:06:07 2015 (r395658) @@ -31,6 +31,7 @@ reload_precmd=reload_precmd configtest_cmd=nagios_checkconfig sig_reload=HUP +nagios_enable=${nagios_enable:-"NO"} nagios_program=${nagios_program:-"%%PREFIX%%/bin/nagios"} # Path to named, if you want a different one. command_args=${command_args:-"-d"} extra_commands=${extra_commands:-"reload configtest"} From owner-svn-ports-all@freebsd.org Mon Aug 31 10:06:20 2015 Return-Path: Delivered-To: svn-ports-all@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 D682B9C7235; Mon, 31 Aug 2015 10:06:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 C7379308; Mon, 31 Aug 2015 10:06:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VA6Kq6095135; Mon, 31 Aug 2015 10:06:20 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VA6K5f095130; Mon, 31 Aug 2015 10:06:20 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201508311006.t7VA6K5f095130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 31 Aug 2015 10:06:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395659 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 10:06:20 -0000 Author: mat Date: Mon Aug 31 10:06:19 2015 New Revision: 395659 URL: https://svnweb.freebsd.org/changeset/ports/395659 Log: Update to v5.23.2-66-gbdc4e4b. Changes: https://github.com/Perl/perl5/compare/v5.23.2-22-g354f3e4...v5.23.2-66-gbdc4e4b Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile head/lang/perl5-devel/distinfo Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Aug 31 10:06:07 2015 (r395658) +++ head/lang/perl5-devel/Makefile Mon Aug 31 10:06:19 2015 (r395659) @@ -28,7 +28,7 @@ CONFLICTS_INSTALL= perl5.*-* USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.23.2-22-g354f3e4 +GH_TAGNAME= v5.23.2-66-gbdc4e4b OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ MULTIPLICITY SITECUSTOMIZE Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Aug 31 10:06:07 2015 (r395658) +++ head/lang/perl5-devel/distinfo Mon Aug 31 10:06:19 2015 (r395659) @@ -1,2 +1,2 @@ -SHA256 (perl/perl-5.23.2-22_GH0.tar.gz) = 06998bb27a4621f9b9be184132e3c44f5511580ef8d6c0738258924ffbba746a -SIZE (perl/perl-5.23.2-22_GH0.tar.gz) = 17522491 +SHA256 (perl/perl-5.23.2-66_GH0.tar.gz) = 311b96115dc3bb02d606e24d0f4528d0912c164209f596f526ef04d097dce6f7 +SIZE (perl/perl-5.23.2-66_GH0.tar.gz) = 17531207 From owner-svn-ports-all@freebsd.org Mon Aug 31 10:06:29 2015 Return-Path: Delivered-To: svn-ports-all@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 E5EFB9C7273; Mon, 31 Aug 2015 10:06:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 D607B5E5; Mon, 31 Aug 2015 10:06:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VA6S4C095318; Mon, 31 Aug 2015 10:06:28 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VA6RuX095310; Mon, 31 Aug 2015 10:06:27 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201508311006.t7VA6RuX095310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 31 Aug 2015 10:06:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395660 - in head/dns: bind910 bind910/files bind99 bind99/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 10:06:29 -0000 Author: mat Date: Mon Aug 31 10:06:27 2015 New Revision: 395660 URL: https://svnweb.freebsd.org/changeset/ports/395660 Log: When not using OpenSSL from ports, do not try to unmount the chrooted engines directory. PR: 201423 (based on) Submitted by: girgen Sponsored by: Absolight Modified: head/dns/bind910/Makefile head/dns/bind910/files/named.in head/dns/bind99/Makefile head/dns/bind99/files/named.in Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Mon Aug 31 10:06:19 2015 (r395659) +++ head/dns/bind910/Makefile Mon Aug 31 10:06:27 2015 (r395660) @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/} PORTREVISION= 0 .else # dns/bind910 here -PORTREVISION= 1 +PORTREVISION= 2 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} Modified: head/dns/bind910/files/named.in ============================================================================== --- head/dns/bind910/files/named.in Mon Aug 31 10:06:19 2015 (r395659) +++ head/dns/bind910/files/named.in Mon Aug 31 10:06:27 2015 (r395660) @@ -232,10 +232,10 @@ named_stop() named_poststop() { if [ -n "${named_chrootdir}" -a -c ${named_chrootdir}/dev/null ]; then - # unmount OpenSSL engines, if they were not mounted but only - # copied, do nothing. - if [ `${SYSCTL_N} security.jail.jailed` -eq 0 -o `${SYSCTL_N} security.jail.mount_allowed` -eq 1 ]; then - umount ${named_chrootdir}${_openssl_engines} + # if using OpenSSL from ports, unmount OpenSSL engines, if they + # were not mounted but only copied, do nothing. + if [ -d ${_openssl_engines} -a \( `${SYSCTL_N} security.jail.jailed` -eq 0 -o `${SYSCTL_N} security.jail.mount_allowed` -eq 1 \) ]; then + umount ${named_chrootdir}${_openssl_engines} fi # unmount /dev if [ `${SYSCTL_N} security.jail.jailed` -eq 0 ]; then Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Mon Aug 31 10:06:19 2015 (r395659) +++ head/dns/bind99/Makefile Mon Aug 31 10:06:27 2015 (r395660) @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 Modified: head/dns/bind99/files/named.in ============================================================================== --- head/dns/bind99/files/named.in Mon Aug 31 10:06:19 2015 (r395659) +++ head/dns/bind99/files/named.in Mon Aug 31 10:06:27 2015 (r395660) @@ -230,10 +230,10 @@ named_stop() named_poststop() { if [ -n "${named_chrootdir}" -a -c ${named_chrootdir}/dev/null ]; then - # unmount OpenSSL engines, if they were not mounted but only - # copied, do nothing. - if [ `${SYSCTL_N} security.jail.jailed` -eq 0 -o `${SYSCTL_N} security.jail.mount_allowed` -eq 1 ]; then - umount ${named_chrootdir}${_openssl_engines} + # if using OpenSSL from ports, unmount OpenSSL engines, if they + # were not mounted but only copied, do nothing. + if [ -d ${_openssl_engines} -a \( `${SYSCTL_N} security.jail.jailed` -eq 0 -o `${SYSCTL_N} security.jail.mount_allowed` -eq 1 \) ]; then + umount ${named_chrootdir}${_openssl_engines} fi # unmount /dev if [ `${SYSCTL_N} security.jail.jailed` -eq 0 ]; then From owner-svn-ports-all@freebsd.org Mon Aug 31 10:18:51 2015 Return-Path: Delivered-To: svn-ports-all@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 8D4AC9C780A; Mon, 31 Aug 2015 10:18:51 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 7DD70B90; Mon, 31 Aug 2015 10:18:51 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VAIpvU001406; Mon, 31 Aug 2015 10:18:51 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VAIp8v001403; Mon, 31 Aug 2015 10:18:51 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201508311018.t7VAIp8v001403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 31 Aug 2015 10:18:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395661 - head/graphics/graphite2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 10:18:51 -0000 Author: rakuco Date: Mon Aug 31 10:18:50 2015 New Revision: 395661 URL: https://svnweb.freebsd.org/changeset/ports/395661 Log: Drop USES=iconv. The port does not actually use iconv anywhere, so drop the dependency. While here, also stop setting LDFLAGS since it is not necessary (as verified by building on 9.3, 10.1 and HEAD). Approved by: office (bapt) Differential Revision: https://reviews.freebsd.org/D3517 Modified: head/graphics/graphite2/Makefile Modified: head/graphics/graphite2/Makefile ============================================================================== --- head/graphics/graphite2/Makefile Mon Aug 31 10:06:27 2015 (r395660) +++ head/graphics/graphite2/Makefile Mon Aug 31 10:18:50 2015 (r395661) @@ -2,15 +2,15 @@ PORTNAME= graphite2 PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= SF/silgraphite/${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Rendering capabilities for complex non-Roman writing systems -USES= cmake iconv tar:tgz +USES= cmake tar:tgz USE_LDCONFIG= yes -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} post-patch: @${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt From owner-svn-ports-all@freebsd.org Mon Aug 31 10:43:32 2015 Return-Path: Delivered-To: svn-ports-all@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 C1FFC9C6226; Mon, 31 Aug 2015 10:43:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 B1C561B4F; Mon, 31 Aug 2015 10:43:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VAhW4p017514; Mon, 31 Aug 2015 10:43:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VAhV1f017501; Mon, 31 Aug 2015 10:43:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508311043.t7VAhV1f017501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 31 Aug 2015 10:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395662 - in head/databases/mysql-connector-odbc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 10:43:33 -0000 Author: pi Date: Mon Aug 31 10:43:30 2015 New Revision: 395662 URL: https://svnweb.freebsd.org/changeset/ports/395662 Log: databases/mysql-connector-odbc: build and interoperate with mariadb-10 PR: 198925 Submitted by: Pavel Timofeev Approved by: sergey@network-asp.biz (maintainer timeout) Added: head/databases/mysql-connector-odbc/files/patch-driver_catalog_no_i_s.c (contents, props changed) head/databases/mysql-connector-odbc/files/patch-driver_desc.c (contents, props changed) head/databases/mysql-connector-odbc/files/patch-driver_handle.c (contents, props changed) head/databases/mysql-connector-odbc/files/patch-driver_parse.c (contents, props changed) head/databases/mysql-connector-odbc/files/patch-util_odbcinstw.c (contents, props changed) Deleted: head/databases/mysql-connector-odbc/files/patch-driver__execute.c Modified: head/databases/mysql-connector-odbc/Makefile Modified: head/databases/mysql-connector-odbc/Makefile ============================================================================== --- head/databases/mysql-connector-odbc/Makefile Mon Aug 31 10:18:50 2015 (r395661) +++ head/databases/mysql-connector-odbc/Makefile Mon Aug 31 10:43:30 2015 (r395662) @@ -3,6 +3,7 @@ PORTNAME= mysql-connector-odbc PORTVERSION= 5.3.4 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-ODBC/5.3 PKGNAMESUFFIX= -${DRIVER_MANAGER}-mysql${MYSQL_VER} @@ -18,7 +19,7 @@ USE_LDCONFIG= yes USE_MYSQL= yes USES= cmake -IGNORE_WITH_MYSQL= 55 51 +IGNORE_WITH_MYSQL= 55 55m 55p 51 51m 51p CMAKE_ARGS= -DWITH_UNIXODBC=1 LDFLAGS+= -L${LOCALBASE}/lib Added: head/databases/mysql-connector-odbc/files/patch-driver_catalog_no_i_s.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql-connector-odbc/files/patch-driver_catalog_no_i_s.c Mon Aug 31 10:43:30 2015 (r395662) @@ -0,0 +1,14 @@ +--- driver/catalog_no_i_s.c.orig 2014-06-19 02:50:16.000000000 +0400 ++++ driver/catalog_no_i_s.c 2015-03-26 12:31:13.356945009 +0300 +@@ -1093,7 +1093,11 @@ + unsigned long *lengths; + SQLRETURN rc= SQL_SUCCESS; + ++#ifdef MARIADB_BASE_VERSION ++ my_init_dynamic_array(&records, sizeof(MY_FOREIGN_KEY_FIELD), 0, 0, 0); ++#else + my_init_dynamic_array(&records, sizeof(MY_FOREIGN_KEY_FIELD), 0, 0); ++#endif + + /* Get the list of tables that match szCatalog and szTable */ + pthread_mutex_lock(&stmt->dbc->lock); Added: head/databases/mysql-connector-odbc/files/patch-driver_desc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql-connector-odbc/files/patch-driver_desc.c Mon Aug 31 10:43:30 2015 (r395662) @@ -0,0 +1,37 @@ +--- driver/desc.c.orig 2014-06-19 02:50:16.000000000 +0400 ++++ driver/desc.c 2015-03-26 12:34:50.610931661 +0300 +@@ -63,13 +63,21 @@ + but in desc_get_rec we manually get a pointer to it. This avoids + having to call set_dynamic after modifying the DESCREC. + */ ++#ifdef MARIADB_BASE_VERSION ++ if (my_init_dynamic_array(&desc->records, sizeof(DESCREC), 0, 0, 0)) ++#else + if (my_init_dynamic_array(&desc->records, sizeof(DESCREC), 0, 0)) ++#endif + { + x_free((char *)desc); + return NULL; + } + ++#ifdef MARIADB_BASE_VERSION ++ if (my_init_dynamic_array(&desc->bookmark, sizeof(DESCREC), 0, 0, 0)) ++#else + if (my_init_dynamic_array(&desc->bookmark, sizeof(DESCREC), 0, 0)) ++#endif + { + delete_dynamic(&desc->records); + x_free((char *)desc); +@@ -997,7 +1005,12 @@ + delete_dynamic(&dest->records); + if (my_init_dynamic_array(&dest->records, sizeof(DESCREC), + src->records.max_element, ++#ifdef MARIADB_BASE_VERSION ++ src->records.alloc_increment, ++ 0)) ++#else + src->records.alloc_increment)) ++#endif + { + return set_desc_error(dest, "HY001", + "Memory allocation error", Added: head/databases/mysql-connector-odbc/files/patch-driver_handle.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql-connector-odbc/files/patch-driver_handle.c Mon Aug 31 10:43:30 2015 (r395662) @@ -0,0 +1,14 @@ +--- driver/handle.c.orig 2014-06-19 02:50:16.000000000 +0400 ++++ driver/handle.c 2015-03-26 12:36:14.548929818 +0300 +@@ -403,7 +403,11 @@ + } + } + ++#ifdef MARIADB_BASE_VERSION ++ my_init_dynamic_array(*param_bind, sizeof(MYSQL_BIND), elements, 10, 0); ++#else + my_init_dynamic_array(*param_bind, sizeof(MYSQL_BIND), elements, 10); ++#endif + memset((*param_bind)->buffer, 0, sizeof(MYSQL_BIND) * + (*param_bind)->max_element); + Added: head/databases/mysql-connector-odbc/files/patch-driver_parse.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql-connector-odbc/files/patch-driver_parse.c Mon Aug 31 10:43:30 2015 (r395662) @@ -0,0 +1,16 @@ +--- driver/parse.c.orig 2014-06-19 02:50:16.000000000 +0400 ++++ driver/parse.c 2015-03-26 12:37:12.112907082 +0300 +@@ -129,8 +129,13 @@ + + /* TODO: Store offsets rather than ptrs. In this case we will be fine + if work with copy of the originally parsed string */ ++#ifdef MARIADB_BASE_VERSION ++ my_init_dynamic_array(&pq->token, sizeof(uint), 20, 10, 0); ++ my_init_dynamic_array(&pq->param_pos, sizeof(uint), 10, 10, 0); ++#else + my_init_dynamic_array(&pq->token, sizeof(uint), 20, 10); + my_init_dynamic_array(&pq->param_pos, sizeof(uint), 10, 10); ++#endif + } + + return pq; Added: head/databases/mysql-connector-odbc/files/patch-util_odbcinstw.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql-connector-odbc/files/patch-util_odbcinstw.c Mon Aug 31 10:43:30 2015 (r395662) @@ -0,0 +1,12 @@ +--- util/odbcinstw.c.orig 2015-03-26 15:10:03.189270855 +0300 ++++ util/odbcinstw.c 2015-03-26 15:10:43.503271192 +0300 +@@ -105,7 +105,8 @@ + x_free(section); + x_free(entry); + x_free(def); +- x_free(ret); ++ if (ret) ++ free(ret); + x_free(filename); + + return rc; From owner-svn-ports-all@freebsd.org Mon Aug 31 10:49:13 2015 Return-Path: Delivered-To: svn-ports-all@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 65AF59C650C; Mon, 31 Aug 2015 10:49:13 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 407971DBC; Mon, 31 Aug 2015 10:49:12 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.0.23] (unknown [130.255.19.36]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id D87A743BB7; Mon, 31 Aug 2015 05:48:59 -0500 (CDT) Subject: Re: svn commit: r395661 - head/graphics/graphite2 To: Raphael Kubo da Costa , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201508311018.t7VAIp8v001403@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <55E4310F.8090809@marino.st> Date: Mon, 31 Aug 2015 12:48:47 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <201508311018.t7VAIp8v001403@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 10:49:13 -0000 On 8/31/2015 12:18 PM, Raphael Kubo da Costa wrote: > Author: rakuco > Date: Mon Aug 31 10:18:50 2015 > New Revision: 395661 > URL: https://svnweb.freebsd.org/changeset/ports/395661 > > Log: > Drop USES=iconv. > > The port does not actually use iconv anywhere, so drop the dependency. While > here, also stop setting LDFLAGS since it is not necessary (as verified by > building on 9.3, 10.1 and HEAD). > I just want to point out that it's possible LDFLAGS=-L${LOCALBASE}/lib is still needed depending on the compiler. Some compilers may look there by default (thus LDFLAG not needed) but others may not. I'm not saying this commit is wrong, only that the justification "it builds on standard runs" can be dangerous thinking. LDFLAGS should be set if "-L" is not explicitly set, in general. Usually one of the USES tools will bring it in though. John From owner-svn-ports-all@freebsd.org Mon Aug 31 12:10:24 2015 Return-Path: Delivered-To: svn-ports-all@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 0271A9C2B08; Mon, 31 Aug 2015 12:10:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 CD2A63C5; Mon, 31 Aug 2015 12:10:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VCANZL060838; Mon, 31 Aug 2015 12:10:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VCANWQ060835; Mon, 31 Aug 2015 12:10:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508311210.t7VCANWQ060835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 31 Aug 2015 12:10:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395663 - head/net/exabgp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 12:10:24 -0000 Author: amdmi3 Date: Mon Aug 31 12:10:22 2015 New Revision: 395663 URL: https://svnweb.freebsd.org/changeset/ports/395663 Log: - Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers - Switch to @sample Approved by: portmgr blanket Modified: head/net/exabgp/Makefile head/net/exabgp/pkg-plist Modified: head/net/exabgp/Makefile ============================================================================== --- head/net/exabgp/Makefile Mon Aug 31 10:43:30 2015 (r395662) +++ head/net/exabgp/Makefile Mon Aug 31 12:10:22 2015 (r395663) @@ -11,6 +11,7 @@ MAINTAINER= zi@FreeBSD.org COMMENT= BGP engine and route injector LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT USE_GITHUB= yes GH_ACCOUNT= Exa-Networks @@ -19,14 +20,13 @@ SUB_FILES= pkg-message exabgp.sh SUB_LIST= PYTHON_LIBDIR=${PYTHON_LIBDIR} PYTHON_CMD=${PYTHON_CMD} \ PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} USE_RC_SUBR= ${PORTNAME} +NO_ARCH= yes USERS= _bgpd GROUPS= _bgpd OPTIONS_DEFINE= EXAMPLES -.include - post-extract: @${MV} -f ${WRKSRC}/etc/systemd ${WRKSRC} @@ -38,10 +38,10 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} ${STAGEDIR}${ETCDIR} (cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PYTHON_SITELIBDIR}) -.if ${PORT_OPTIONS:MEXAMPLES} + ${INSTALL_DATA} ${FILESDIR}/exabgp.env ${STAGEDIR}${ETCDIR}/exabgp.env.sample + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) -.endif - ${CP} ${FILESDIR}/exabgp.env ${STAGEDIR}${ETCDIR}/exabgp.env.sample .include Modified: head/net/exabgp/pkg-plist ============================================================================== --- head/net/exabgp/pkg-plist Mon Aug 31 10:43:30 2015 (r395662) +++ head/net/exabgp/pkg-plist Mon Aug 31 12:10:22 2015 (r395663) @@ -1,6 +1,4 @@ -@unexec if cmp -s %D/etc/exabgp/exabgp.env %D/etc/exabgp/exabgp.env.sample ; then rm -f %D/etc/exabgp/exabgp.env ; fi -etc/exabgp/exabgp.env.sample -@exec if [ ! -f %D/etc/exabgp/exabgp.env ]; then cp -p %D/%F %B/exabgp.env; fi +@sample etc/exabgp/exabgp.env.sample man/man1/exabgp.1.gz sbin/exabgp %%PYTHON_SITELIBDIR%%/exabgp/__init__.py From owner-svn-ports-all@freebsd.org Mon Aug 31 12:10:31 2015 Return-Path: Delivered-To: svn-ports-all@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 6997B9C2B34; Mon, 31 Aug 2015 12:10:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 41D3E6D5; Mon, 31 Aug 2015 12:10:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VCAVYO060945; Mon, 31 Aug 2015 12:10:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VCAUBL060943; Mon, 31 Aug 2015 12:10:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508311210.t7VCAUBL060943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 31 Aug 2015 12:10:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395664 - head/net-mgmt/statsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 12:10:31 -0000 Author: amdmi3 Date: Mon Aug 31 12:10:30 2015 New Revision: 395664 URL: https://svnweb.freebsd.org/changeset/ports/395664 Log: - Add LICENSE - Add NO_ARCH - Fix and unsilence install commands - Switch to @sample Approved by: portmgr blanket Modified: head/net-mgmt/statsd/Makefile head/net-mgmt/statsd/pkg-plist Modified: head/net-mgmt/statsd/Makefile ============================================================================== --- head/net-mgmt/statsd/Makefile Mon Aug 31 12:10:22 2015 (r395663) +++ head/net-mgmt/statsd/Makefile Mon Aug 31 12:10:30 2015 (r395664) @@ -8,9 +8,13 @@ CATEGORIES= net-mgmt MAINTAINER= kimor79@yahoo.com COMMENT= Simple daemon for easy stats aggregation +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= node:${PORTSDIR}/www/node NO_BUILD= yes +NO_ARCH= yes USERS= statsd GROUPS= statsd @@ -30,12 +34,12 @@ do-install: (cd ${WRKSRC}/backends/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/backends) ${MKDIR} ${STAGEDIR}${DATADIR}/lib (cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/lib) - ${CP} ${WRKSRC}/exampleConfig.js ${STAGEDIR}${DATADIR}/exampleConfig.js - ${CP} ${WRKSRC}/exampleProxyConfig.js ${STAGEDIR}${DATADIR}/exampleProxyConfig.js - ${CP} ${WRKSRC}/stats.js ${STAGEDIR}${DATADIR}/stats.js + ${INSTALL_DATA} ${WRKSRC}/exampleConfig.js ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/exampleProxyConfig.js ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/stats.js ${STAGEDIR}${DATADIR}/ post-install: - @${INSTALL_DATA} ${WRKSRC}/exampleConfig.js \ + ${INSTALL_DATA} ${WRKSRC}/exampleConfig.js \ ${STAGEDIR}${PREFIX}/etc/statsd.js.sample .include Modified: head/net-mgmt/statsd/pkg-plist ============================================================================== --- head/net-mgmt/statsd/pkg-plist Mon Aug 31 12:10:22 2015 (r395663) +++ head/net-mgmt/statsd/pkg-plist Mon Aug 31 12:10:30 2015 (r395664) @@ -1,3 +1,4 @@ +@sample etc/statsd.js.sample %%DATADIR%%/backends/console.js %%DATADIR%%/backends/graphite.js %%DATADIR%%/backends/repeater.js @@ -11,6 +12,3 @@ %%DATADIR%%/lib/process_mgmt.js %%DATADIR%%/lib/set.js %%DATADIR%%/stats.js -@unexec if cmp -s %D/etc/statsd.js.sample %D/etc/statsd.js; then rm -f %D/etc/statsd.js; fi -etc/statsd.js.sample -@exec [ -f %B/statsd.js ] || cp %B/%f %B/statsd.js From owner-svn-ports-all@freebsd.org Mon Aug 31 12:10:38 2015 Return-Path: Delivered-To: svn-ports-all@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 CC9979C2B64; Mon, 31 Aug 2015 12:10:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 BD7A982B; Mon, 31 Aug 2015 12:10:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VCAcuu061054; Mon, 31 Aug 2015 12:10:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VCAceu061051; Mon, 31 Aug 2015 12:10:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508311210.t7VCAceu061051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 31 Aug 2015 12:10:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395665 - head/mail/pysieved X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 12:10:38 -0000 Author: amdmi3 Date: Mon Aug 31 12:10:37 2015 New Revision: 395665 URL: https://svnweb.freebsd.org/changeset/ports/395665 Log: - Add LICENSE - Add NO_ARCH - Switch to @sample Approved by: portmgr blanket Modified: head/mail/pysieved/Makefile head/mail/pysieved/pkg-plist Modified: head/mail/pysieved/Makefile ============================================================================== --- head/mail/pysieved/Makefile Mon Aug 31 12:10:30 2015 (r395664) +++ head/mail/pysieved/Makefile Mon Aug 31 12:10:37 2015 (r395665) @@ -11,8 +11,12 @@ MASTER_SITES= http://ports.internal.vlin MAINTAINER= dsh@wizard.volgograd.ru COMMENT= Python Managesieve Server +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= python tar:bzip2 USE_RC_SUBR= ${PORTNAME} +NO_ARCH= yes PORTEXAMPLES= pysieved.xinetd SUB_LIST= PORTNAME=${PORTNAME} PYTHON_CMD=${PYTHON_CMD} Modified: head/mail/pysieved/pkg-plist ============================================================================== --- head/mail/pysieved/pkg-plist Mon Aug 31 12:10:30 2015 (r395664) +++ head/mail/pysieved/pkg-plist Mon Aug 31 12:10:37 2015 (r395665) @@ -1,6 +1,4 @@ -@unexec if cmp -s %D/etc/pysieved.ini.sample %D/etc/pysieved.ini; then rm -f %D/etc/pysieved.ini; fi -etc/pysieved.ini.sample -@exec if [ ! -f %D/etc/pysieved.ini ] ; then cp -p %D/%F %B/pysieved.ini; fi +@sample etc/pysieved.ini.sample lib/pysieved/config.py lib/pysieved/config.pyc lib/pysieved/daemon.py From owner-svn-ports-all@freebsd.org Mon Aug 31 12:11:25 2015 Return-Path: Delivered-To: svn-ports-all@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 4E4489C2BBC; Mon, 31 Aug 2015 12:11:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 3E3A1A51; Mon, 31 Aug 2015 12:11:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VCBPdF062911; Mon, 31 Aug 2015 12:11:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VCBO0Q062909; Mon, 31 Aug 2015 12:11:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508311211.t7VCBO0Q062909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 31 Aug 2015 12:11:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395666 - head/net/kamailio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 12:11:25 -0000 Author: amdmi3 Date: Mon Aug 31 12:11:24 2015 New Revision: 395666 URL: https://svnweb.freebsd.org/changeset/ports/395666 Log: - Sort USES - Don't touch /root, as HOME now is set to a safe directory - Switch to @sample Approved by: portmgr blanket Modified: head/net/kamailio/Makefile head/net/kamailio/pkg-plist Modified: head/net/kamailio/Makefile ============================================================================== --- head/net/kamailio/Makefile Mon Aug 31 12:10:37 2015 (r395665) +++ head/net/kamailio/Makefile Mon Aug 31 12:11:24 2015 (r395666) @@ -20,7 +20,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/tex libcurl.so:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -USES= gmake shebangfix readline +USES= gmake readline shebangfix USE_LDCONFIG= yes SHEBANG_FILES= utils/kamctl/dbtextdb/dbtextdb.py \ utils/kamctl/kamctl utils/kamctl/kamdbctl @@ -109,9 +109,6 @@ do-build: cd ${WRKSRC} && ${GMAKE} ${ALL_TARGET} post-stage: -# Do not install anything beyond ${PREFIX} - ${RM} /root/.rnd - # Strip modules in lib/kamailio/modules @${ECHO_CMD} "Stripping modules in ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/" Modified: head/net/kamailio/pkg-plist ============================================================================== --- head/net/kamailio/pkg-plist Mon Aug 31 12:10:37 2015 (r395665) +++ head/net/kamailio/pkg-plist Mon Aug 31 12:11:24 2015 (r395666) @@ -2,24 +2,12 @@ sbin/kamailio sbin/kamcmd sbin/kamctl sbin/kamdbctl -@unexec if cmp -s %D/etc/kamailio/dictionary.kamailio.sample %D/etc/kamailio/dictionary.kamailio; then rm -f %D/etc/kamailio/dictionary.kamailio; fi -etc/kamailio/dictionary.kamailio.sample -@exec if [ ! -f %D/etc/kamailio/dictionary.kamailio ] ; then cp -p %D/%F %B/dictionary.kamailio; fi -@unexec if cmp -s %D/etc/kamailio/kamailio-advanced.cfg.sample %D/etc/kamailio/kamailio-advanced.cfg; then rm -f %D/etc/kamailio/kamailio-advanced.cfg; fi -etc/kamailio/kamailio-advanced.cfg.sample -@exec if [ ! -f %D/etc/kamailio/kamailio-advanced.cfg ] ; then cp -p %D/%F %B/kamailio-advanced.cfg; fi -@unexec if cmp -s %D/etc/kamailio/kamailio-basic.cfg.sample %D/etc/kamailio/kamailio-advanced.cfg; then rm -f %D/etc/kamailio/kamailio-advanced.cfg; fi -etc/kamailio/kamailio-basic.cfg.sample -@exec if [ ! -f %D/etc/kamailio/kamailio-basic.cfg ] ; then cp -p %D/%F %B/kamailio-advanced.cfg; fi -@unexec if cmp -s %D/etc/kamailio/kamailio.cfg.sample %D/etc/kamailio/kamailio.cfg; then rm -f %D/etc/kamailio/kamailio.cfg; fi -etc/kamailio/kamailio.cfg.sample -@exec if [ ! -f %D/etc/kamailio/kamailio.cfg ] ; then cp -p %D/%F %B/kamailio.cfg; fi -@unexec if cmp -s %D/etc/kamailio/kamctlrc.sample %D/etc/kamailio/kamctlrc; then rm -f %D/etc/kamailio/kamctlrc; fi -etc/kamailio/kamctlrc.sample -@exec if [ ! -f %D/etc/kamailio/kamctlrc ] ; then cp -p %D/%F %B/kamctlrc; fi -%%TLS%%@unexec if cmp -s %D/etc/kamailio/tls.cfg.sample %D/etc/kamailio/tls.cfg; then rm -f %D/etc/kamailio/tls.cfg; fi -%%TLS%%etc/kamailio/tls.cfg.sample -%%TLS%%@exec if [ ! -f %D/etc/kamailio/tls.cfg ] ; then cp -p %D/%F %B/tls.cfg; fi +@sample etc/kamailio/dictionary.kamailio.sample +@sample etc/kamailio/kamailio-advanced.cfg.sample +@sample etc/kamailio/kamailio-basic.cfg.sample +@sample etc/kamailio/kamailio.cfg.sample +@sample etc/kamailio/kamctlrc.sample +%%TLS%%@sample etc/kamailio/tls.cfg.sample %%TLS%%etc/kamailio/kamailio-selfsigned.key %%TLS%%etc/kamailio/kamailio-selfsigned.pem lib/kamailio/libbinrpc.so From owner-svn-ports-all@freebsd.org Mon Aug 31 12:16:26 2015 Return-Path: Delivered-To: svn-ports-all@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 F0DE69C2D6F; Mon, 31 Aug 2015 12:16:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 E04B3C1B; Mon, 31 Aug 2015 12:16:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VCGQwP065483; Mon, 31 Aug 2015 12:16:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VCGQ0T065481; Mon, 31 Aug 2015 12:16:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508311216.t7VCGQ0T065481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 31 Aug 2015 12:16:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395667 - head/net/activemq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 12:16:27 -0000 Author: amdmi3 Date: Mon Aug 31 12:16:25 2015 New Revision: 395667 URL: https://svnweb.freebsd.org/changeset/ports/395667 Log: - Add LICENSE_FILE - Switch to options helpers - Switch to @sample Approved by: portmgr blanket Modified: head/net/activemq/Makefile head/net/activemq/pkg-plist Modified: head/net/activemq/Makefile ============================================================================== --- head/net/activemq/Makefile Mon Aug 31 12:11:24 2015 (r395666) +++ head/net/activemq/Makefile Mon Aug 31 12:16:25 2015 (r395667) @@ -10,6 +10,7 @@ MAINTAINER= tj@FreeBSD.org COMMENT= Messaging and Integration Patterns provider LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE USES+= cpe CPE_VENDOR= apache @@ -67,26 +68,12 @@ PLIST_SUB= MQUSER="${MQUSER}" \ OPTIONS_DEFINE= DOCS EXAMPLES -.include - post-patch: @${REINPLACE_CMD} -e 's|activemq.base}/data|activemq.logs}|g' ${WRKSRC}/conf/log4j.properties do-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ -.for f in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ -.endfor -.endif - @${MKDIR} ${STAGEDIR}${MQDATA} ${STAGEDIR}${MQDATA}/bin ${STAGEDIR}${ETCDIR} -.if ${PORT_OPTIONS:MEXAMPLES} - @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.endif - .for f in ${ETC_FILES} ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${ETCDIR}/${f}.sample .end